<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.bunny.net/css?family=anonymous-pro:400,400i,700,700i|roboto-condensed:700|roboto-mono:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|source-sans-3:200,300,400,500,600,700,800,900|source-serif-4:200,300,400,500,600,700,800,900);
:root {
    --bs-body-font-family: 'Source Sans Pro', sans-serif;
    --bs-font-sans-serif: 'Source Sans Pro', sans-serif;
    --bs-font-monospace: 'Roboto Mono', 'Anonymous Pro', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
/*! tailwindcss v3.2.1 | 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: #CECED1;
	/* 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. */
 html {
	 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: "Source Sans Pro", sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
}
/* 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. 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-size: 1em;
	/* 2 */
}
/* 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-size: 100%;
	/* 1 */
	 font-weight: inherit;
	/* 1 */
	 line-height: 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:not(.bs, .splide__pagination__page), [type='button']:not(.bs, .splide__pagination__page), [type='reset'], [type='submit']
 {
	 -webkit-appearance: button;
	/* 1 */
	 background-color: transparent;
	/* 2 */
	 background-image: none;
	/* 2 */
}

div.splide__arrows button.splide__arrow {
background-color: white !important;
}

/* 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;
}
/* 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: #95959A;
	/* 2 */
}
 input::placeholder, textarea::placeholder {
	 opacity: 1;
	/* 1 */
	 color: #95959A;
	/* 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'],[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: #78787E;
	 border-width: 1px;
	 border-radius: 0px;
	 padding-top: 0.5rem;
	 padding-right: 0.75rem;
	 padding-bottom: 0.5rem;
	 padding-left: 0.75rem;
	 font-size: 1.125rem;
	 line-height: 1.5rem;
	 --tw-shadow: 0 0 #0000;
}
 [type='text']: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: #78787E;
	 opacity: 1;
}
 input::placeholder,textarea::placeholder{
	 color: #78787E;
	 opacity: 1;
}
 ::-webkit-datetime-edit-fields-wrapper{
	 padding: 0;
}
 ::-webkit-date-and-time-value{
	 min-height: 1.5em;
}
 ::-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='%2378787E' 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]{
	 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: #78787E;
	 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");
}
 [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");
}
 [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;
}
 [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;
}
 *, ::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-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: ;
}
 ::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-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: ;
}
 .prose{
	 color: var(--tw-prose-body);
	 max-width: 65ch;
}
 .prose :where([class~="lead"]):not(:where([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"] *)){
	 color: var(--tw-prose-links);
	 text-decoration: underline;
	 font-weight: 600;
}
 .prose :where(strong):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-bold);
	 font-weight: 700;
}
 .prose :where(a strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(thead th strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(ol):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
}
 .prose :where(ul):not(:where([class~="not-prose"] *)){
	 list-style-type: disc;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .prose :where(ol &gt; li):not(:where([class~="not-prose"] *))::marker{
	 font-weight: 400;
	 color: var(--tw-prose-counters);
}
 .prose :where(ul &gt; li):not(:where([class~="not-prose"] *))::marker{
	 color: var(--tw-prose-bullets);
}
 .prose :where(hr):not(:where([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"] *)){
	 font-weight: 500;
	 font-style: italic;
	 color: var(--tw-prose-quotes);
	 border-left-width: 0.25rem;
	 border-left-color: var(--tw-prose-quote-borders);
	 quotes: "\201C""\201D""\2018""\2019";
	 margin-top: 1.6em;
	 margin-bottom: 1.6em;
	 padding-left: 1em;
}
 .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
	 content: open-quote;
}
 .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
	 content: close-quote;
}
 .prose :where(h1):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 800;
	 font-size: 2.25em;
	 margin-top: 0;
	 margin-bottom: 0.8888889em;
	 line-height: 1.1111111;
}
 .prose :where(h1 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 900;
	 color: inherit;
}
 .prose :where(h2):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 700;
	 font-size: 1.5em;
	 margin-top: 2em;
	 margin-bottom: 1em;
	 line-height: 1.3333333;
}
 .prose :where(h2 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 800;
	 color: inherit;
}
 .prose :where(h3):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 font-size: 1.25em;
	 margin-top: 1.6em;
	 margin-bottom: 0.6em;
	 line-height: 1.6;
}
 .prose :where(h3 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .prose :where(h4):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 line-height: 1.5;
}
 .prose :where(h4 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .prose :where(img):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .prose :where(figure &gt; *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
	 margin-bottom: 0;
}
 .prose :where(figcaption):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-captions);
	 font-size: 0.875em;
	 line-height: 1.4285714;
	 margin-top: 0.8571429em;
}
 .prose :where(code):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-code);
	 font-weight: 600;
	 font-size: 0.875em;
}
 .prose :where(code):not(:where([class~="not-prose"] *))::before{
	 content: "`";
}
 .prose :where(code):not(:where([class~="not-prose"] *))::after{
	 content: "`";
}
 .prose :where(a code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(h1 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(h2 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.875em;
}
 .prose :where(h3 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.9em;
}
 .prose :where(h4 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(blockquote code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(thead th code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .prose :where(pre):not(:where([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-right: 1.1428571em;
	 padding-bottom: 0.8571429em;
	 padding-left: 1.1428571em;
}
 .prose :where(pre code):not(:where([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"] *))::before{
	 content: none;
}
 .prose :where(pre code):not(:where([class~="not-prose"] *))::after{
	 content: none;
}
 .prose :where(table):not(:where([class~="not-prose"] *)){
	 width: 100%;
	 table-layout: auto;
	 text-align: left;
	 margin-top: 2em;
	 margin-bottom: 2em;
	 font-size: 0.875em;
	 line-height: 1.7142857;
}
 .prose :where(thead):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 1px;
	 border-bottom-color: var(--tw-prose-th-borders);
}
 .prose :where(thead th):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 vertical-align: bottom;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .prose :where(tbody tr):not(:where([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"] *)){
	 border-bottom-width: 0;
}
 .prose :where(tbody td):not(:where([class~="not-prose"] *)){
	 vertical-align: baseline;
}
 .prose :where(tfoot):not(:where([class~="not-prose"] *)){
	 border-top-width: 1px;
	 border-top-color: var(--tw-prose-th-borders);
}
 .prose :where(tfoot td):not(:where([class~="not-prose"] *)){
	 vertical-align: top;
}
 .prose{
	 --tw-prose-body: #374151;
	 --tw-prose-headings: #111827;
	 --tw-prose-lead: #4b5563;
	 --tw-prose-links: #111827;
	 --tw-prose-bold: #111827;
	 --tw-prose-counters: #6b7280;
	 --tw-prose-bullets: #d1d5db;
	 --tw-prose-hr: #e5e7eb;
	 --tw-prose-quotes: #111827;
	 --tw-prose-quote-borders: #e5e7eb;
	 --tw-prose-captions: #6b7280;
	 --tw-prose-code: #111827;
	 --tw-prose-pre-code: #e5e7eb;
	 --tw-prose-pre-bg: #1f2937;
	 --tw-prose-th-borders: #d1d5db;
	 --tw-prose-td-borders: #e5e7eb;
	 --tw-prose-invert-body: #d1d5db;
	 --tw-prose-invert-headings: #fff;
	 --tw-prose-invert-lead: #9ca3af;
	 --tw-prose-invert-links: #fff;
	 --tw-prose-invert-bold: #fff;
	 --tw-prose-invert-counters: #9ca3af;
	 --tw-prose-invert-bullets: #4b5563;
	 --tw-prose-invert-hr: #374151;
	 --tw-prose-invert-quotes: #f3f4f6;
	 --tw-prose-invert-quote-borders: #374151;
	 --tw-prose-invert-captions: #9ca3af;
	 --tw-prose-invert-code: #fff;
	 --tw-prose-invert-pre-code: #d1d5db;
	 --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	 --tw-prose-invert-th-borders: #4b5563;
	 --tw-prose-invert-td-borders: #374151;
	 font-size: 1.125rem;
	 line-height: 1.75;
}
 .prose :where(p):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
}
 .prose :where(video):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .prose :where(figure):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .prose :where(li):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .prose :where(ol &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .prose :where(ul &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .prose :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .prose :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .prose :where(hr + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose :where(h2 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose :where(h3 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose :where(h4 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
	 padding-top: 0.5714286em;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .prose :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-sm :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5714286em;
	 margin-bottom: 0.5714286em;
}
 .prose-sm :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-sm :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-base :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .prose-base :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-base :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-lg :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8888889em;
	 margin-bottom: 0.8888889em;
}
 .prose-lg :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-lg :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-xl :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8em;
	 margin-bottom: 0.8em;
}
 .prose-xl :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-xl :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-2xl :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8333333em;
	 margin-bottom: 0.8333333em;
}
 .prose-2xl :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-2xl :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .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;
}
 .absolute{
	 position: absolute;
}
 .relative{
	 position: relative;
}
 .inset-0{
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 left: 0px;
}
 .inset-y-0{
	 top: 0px;
	 bottom: 0px;
}
 .inset-x-0{
	 left: 0px;
	 right: 0px;
}
 .right-0{
	 right: 0px;
}
 .left-1\/2{
	 left: 50%;
}
 .top-0{
	 top: 0px;
}
 .left-0{
	 left: 0px;
}
 .z-30{
	 z-index: 30;
}
 .z-20{
	 z-index: 20;
}
 .col-span-1{
	 grid-column: span 1 / span 1;
}
 .-m-3{
	 margin: -0.75rem;
}
 .mx-auto{
	 margin-left: auto;
	 margin-right: auto;
}
 .-my-2{
	 margin-top: -0.5rem;
	 margin-bottom: -0.5rem;
}
 .-mx-2{
	 margin-left: -0.5rem;
	 margin-right: -0.5rem;
}
.mb-0 {
    margin-bottom: 0px !important;
}
 .mb-8{
	 margin-bottom: 2rem;
}
 .mb-4{
	 margin-bottom: 1rem;
}
 .mb-2{
	 margin-bottom: 0.5rem;
}
 .mr-1{
	 margin-right: 0.25rem;
}
 .-mr-2{
	 margin-right: -0.5rem;
}
 .ml-2{
	 margin-left: 0.5rem;
}
 .mt-20{
	 margin-top: 5rem;
}
 .mt-6{
	 margin-top: 1.5rem;
}
 .mt-12{
	 margin-top: 3rem;
}
 .mt-1{
	 margin-top: 0.25rem;
}
 .mt-0{
	 margin-top: 0px !important;
}
 .mt-3{
	 margin-top: 0.75rem;
}
.mt-4{
	 margin-top: 1rem;
}

 
 .block{
	 display: block;
}
 .inline-block{
	 display: inline-block;
}
 .flex{
	 display: flex;
}
 .inline-flex{
	 display: inline-flex;
}
 .grid{
	 display: grid;
}
 .hidden, .hide {
	 display: none;
}
.show {
    display: block !important;
}

 .h-5{
	 height: 1.25rem;
}
 .h-16{
	 height: 4rem;
}
 .h-8{
	 height: 2rem;
}
 .h-6{
	 height: 1.5rem;
}
 .h-full{
	 height: 100%;
}
 .h-48{
	 height: 12rem;
}
 .h-32{
	 height: 8rem;
}
 .h-auto{
	 height: auto;
}
 .h-20{
	 height: 5rem;
}
 .w-full{
	 width: 100%;
}
 .w-5{
	 width: 1.25rem;
}
 .w-auto{
	 width: auto;
}
 .w-8{
	 width: 2rem;
}
 .w-6{
	 width: 1.5rem;
}
 .w-screen{
	 width: 100vw;
}
 .max-w-7xl{
	 max-width: 80rem;
}
 .max-w-lg{
	 max-width: 32rem;
}
 .max-w-md { /* used in half columns */
	 max-width: 23rem;
}
 .max-w-fit{
	 max-width: -moz-fit-content;
	 max-width: fit-content;
}
 .max-w-full{
	 max-width: 100%;
}
 .max-w-4xl{
	 max-width: 56rem;
}
 .max-w-none{
	 max-width: none;
}
.max-w-600 {
    max-width: 600px !important;
}

 .flex-1{
	 flex: 1 1 0%;
}
 .flex-shrink-0{
	 flex-shrink: 0;
}
 .basis-full{
	 flex-basis: 100%;
}
 .origin-top-right{
	 transform-origin: top right;
}
 .-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));
}
 .scale-95{
	 --tw-scale-x: .95;
	 --tw-scale-y: .95;
	 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));
}
 .scale-100{
	 --tw-scale-x: 1;
	 --tw-scale-y: 1;
	 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));
}
 .list-disc{
	 list-style-type: disc;
}
/*
 .grid-cols-1{
	 grid-template-columns: repeat(1, minmax(0, 1fr));
}
 .grid-cols-2{
	 grid-template-columns: repeat(2, minmax(0, 1fr));
}*/
 .flex-col{
	 flex-direction: column;
}
 .flex-wrap{
	 flex-wrap: wrap;
}
 .items-center{
	 align-items: center;
}
 .items-stretch{
	 align-items: stretch;
}
 .justify-center{
	 justify-content: center;
}
 .justify-between{
	 justify-content: space-between;
}
 .justify-items-center{
	 justify-items: center;
}
.justify-end {
    justify-content: flex-end;
}
.align-end {
    align-items: flex-end;
}
 .gap-6{
	 gap: 1.5rem;
}
 .gap-3{
	 gap: 0.75rem;
}
 .gap-4{
	 gap: 1rem;
}
 .gap-8{
	 gap: 2rem;
}
 .gap-5{
	 gap: 1.25rem;
}
 .gap-y-6{
	 row-gap: 1.5rem;
}
 .space-x-8 &gt; :not([hidden]) ~ :not([hidden]){
	 --tw-space-x-reverse: 0;
	 margin-right: calc(2rem * var(--tw-space-x-reverse));
	 margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
 .divide-y-2 &gt; :not([hidden]) ~ :not([hidden]){
	 --tw-divide-y-reverse: 0;
	 border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	 border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
 .divide-gray-50 &gt; :not([hidden]) ~ :not([hidden]){
	 --tw-divide-opacity: 1;
	 border-color: rgb(245 245 246 / var(--tw-divide-opacity));
}
 .overflow-hidden{
	 overflow: hidden;
}
 .rounded-full{
	 border-radius: 9999px;
}
 .rounded-md{
	 border-radius: 0.375rem;
}
 .border{
	 border-width: 1px;
}
 .border-4{
	 border-width: 4px;
}
 .border-b{
	 border-bottom-width: 1px;
}
 .border-r-0{
	 border-right-width: 0px;
}
 .border-transparent{
	 border-color: transparent;
}
 .border-gray-200{
	 --tw-border-opacity: 1;
	 border-color: rgb(206 206 209 / var(--tw-border-opacity));
}
 .border-gold-600{
	 --tw-border-opacity: 1;
	 border-color: rgb(142 121 72 / var(--tw-border-opacity));
}
 .border-b-gray-300{
	 --tw-border-opacity: 1;
	 border-bottom-color: rgb(177 177 181 / var(--tw-border-opacity));
}
.bg-brand { /* #374151 same as prose */ 
    --tw-text-opacity: 1;
	 background-color: rgb(55 65 81 / var(--tw-text-opacity));
}
 .bg-gray{
	 --tw-bg-opacity: 1;
	 background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
 .bg-gray-100{
	 --tw-bg-opacity: 1;
	 background-color: rgb(235 235 236 / var(--tw-bg-opacity));
}
.bg-gray-200 {
	 --tw-border-opacity: 1;
	 background-color: rgb(206 206 209 / var(--tw-border-opacity));
}
.bg-gray-300 {
	 --tw-border-opacity: 1;
	 background-color: rgb(177 177 181 / var(--tw-border-opacity));
}
.bg-white{
	 --tw-bg-opacity: 1;
	 background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-ship-gray-600, .bg-ship-gray{
	 --tw-bg-opacity: 1;
	 background-color: rgb(68 68 69 / var(--tw-bg-opacity));
}
.bg-maroon-flush-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(176 31 94 / var(--tw-bg-opacity));
}
.bg-blue-chill-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(8 126 133 / var(--tw-bg-opacity));
}
.bg-tory-blue-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(14 85 163 / var(--tw-bg-opacity));
}
.bg-deluge-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(113 113 179 / var(--tw-bg-opacity));
}
.bg-indigo-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(77 132 196 / var(--tw-bg-opacity));
}
.bg-venice-blue-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(11 92 133 / var(--tw-bg-opacity));
}
.bg-sushi-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(141 199 65 / var(--tw-bg-opacity));
}
.bg-gold-100{ /* #E6D8BA */
	 --tw-bg-opacity: 1;
	 background-color: rgb(230 216 186 / var(--tw-bg-opacity));
}
.bg-gold-300{
	 --tw-bg-opacity: 1;
	 background-color: rgb(201 180 134 / var(--tw-bg-opacity));
}
.bg-gold-500{
	 --tw-bg-opacity: 1;
	 background-color: rgb(178 151 90 / var(--tw-bg-opacity));
}
.bg-gold-600{
	 --tw-bg-opacity: 1;
	 background-color: rgb(142 121 72 / var(--tw-bg-opacity));
}
.bg-manoa, .bg-manoa-500{ /* #024731 */
    --tw-bg-opacity: 1;
    background-color: rgb(2 71 49  / var(--tw-bg-opacity));
}
.bg-hilo, .bg-hilo-500{ /* #DA219C */
    --tw-bg-opacity: 1;
    background-color: rgb(218 41 28 / var(--tw-bg-opacity));
}
.bg-west, .bg-west-500{ /* #A71930 */
    --tw-bg-opacity: 1;
    background-color: rgb(167 25 48 / var(--tw-bg-opacity));
}

.bg-ovpcc-blue, .bg-dark-blue { /* #3B4353 */
     --tw-bg-opacity: 1;
    background-color: rgb(59 67 83 / var(--tw-bg-opacity));
}

.bg-ovpcc, .bg-light-blue { /* #D7E3E3 */
    --tw-bg-opacity: 1;
    background-color: rgb(215 227 227 / var(--tw-bg-opacity));
}


.back-bg img.img-bg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    z-index:-1;
    vertical-align:middle;
}

img.image-bg {
    z-index:-1;
    vertical-align:middle;
}

img.image-bg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

 .bg-enroll {
	 z-index: 200;
	 background-image: url("../images/admissions/web_banner_teal_60.jpg");
	 background-repeat: no-repeat;
	 background-position: center;
	 height: 100%;
	 width: 100%;
}

 .fill-current{
	 fill: currentColor;
}
 .object-cover{
	 -o-object-fit: cover;
	 object-fit: cover;
}
 .p-2{
	 padding: 0.5rem;
}
 .p-3{
	 padding: 0.75rem;
}
 .p-6{
	 padding: 1.5rem;
}
 .p-4{
	 padding: 1rem;
}
 .p-12{
	 padding: 3rem;
}
 .px-4{
	 padding-left: 1rem;
	 padding-right: 1rem;
}
 .py-6{
	 padding-top: 1.5rem;
	 padding-bottom: 1.5rem;
}
 .py-2{
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
}
 .py-12{
	 padding-top: 3rem;
	 padding-bottom: 3rem;
}
 .py-5{
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 .px-2{
	 padding-left: 0.5rem;
	 padding-right: 0.5rem;
}
 .px-5{
	 padding-left: 1.25rem;
	 padding-right: 1.25rem;
}
 .py-3{
	 padding-top: 0.75rem;
	 padding-bottom: 0.75rem;
}
 .py-10{
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
}
 .px-0{
	 padding-left: 0px;
	 padding-right: 0px;
}
 .px-8{
	 padding-left: 2rem;
	 padding-right: 2rem;
}
 .px-10{
	 padding-left: 2.5rem;
	 padding-right: 2.5rem;
}
 .px-12{
	 padding-left: 3rem;
	 padding-right: 3rem;
}
 .pr-10{
	 padding-right: 2.5rem;
}
 .pl-1{
	 padding-left: 0.25rem;
}
 .pl-2{
	 padding-left: 0.50rem;
}
 .pl-3{
	 padding-left: 0.75rem;
}
 .pl-4{
	 padding-left: 1.0rem;
}
 .pl-5{
	 padding-left: 1.25rem;
}
 .pr-3{
	 padding-right: 0.75rem;
}
 .pt-4{
	 padding-top: 1rem;
}
 .pt-5{
	 padding-top: 1.25rem;
}
 .pb-6{
	 padding-bottom: 1.5rem;
}
.pb-0 {
    padding-bottom: 0px !important;
}

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

 .text-left{
	 text-align: left;
}
 .text-center{
	 text-align: center;
}
 .font-sans{
	 font-family: "Source Sans Pro", sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 .font-serif{
	 font-family: "Source Serif Pro", serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-base{ /* supposed to be 16px or 20px unsure */
	 /* font-size: 1rem;  = 16px */
	 font-size:1.125rem; /* = 18px */
	 /* font-size: 1.25rem; = 20px */
	 line-height: 1.5rem;
}

.text-18 {
	 font-size: 1em;
	/* line-height: 1.125rem; */
}

.text-50{ /* 50px; */
	 font-size: 2.5rem;
	 line-height: 2.625rem;
}
 .text-sm, .text-14{
	 font-size: 0.9rem;
	 line-height: 1.25rem;
}
 .text-lg{
	 font-size: 1.25rem;
	 line-height: 1.75rem;
}
 .text-xl{
	 font-size: 1.33rem;
	 line-height: 1.75rem;
}
 .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-6xl{
	 font-size: 3.75rem;
	 line-height: 1;
}

 .font-normal{
	 font-weight: 400;
}
 .font-bold{
	 font-weight: 700;
}
 .font-medium{
	 font-weight: 500;
}
 .font-light{
	 font-weight: 300;
}
 .font-semibold{
	 font-weight: 600;
}
 .uppercase{
	 text-transform: uppercase;
}
.leading-1 {
    line-height: 1rem;
}
 .leading-5{
	 line-height: 1.25rem;
}
 .leading-8{
	 line-height: 2rem;
}

.text-white{
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand { /* #374151 same as prose */
    --tw-text-opacity: 1;
	 color: rgb(55 65 81 / var(--tw-text-opacity));
}
 .text-black{
	 --tw-text-opacity: 1;
	 color: rgb(0 0 0 / var(--tw-text-opacity));
}
 .text-gray {
	 --tw-text-opacity: 1;
	 color: rgb(250 250 250 / var(--tw-text-opacity));
}
 .text-gray-100{
	 --tw-text-opacity: 1;
	 color: rgb(235 235 236 / var(--tw-text-opacity));
}
 .text-gray-300{
	 --tw-text-opacity: 1;
	 color: rgb(177 177 181 / var(--tw-text-opacity));
}
 .text-gray-400{
	 --tw-text-opacity: 1;
	 color: rgb(149 149 154 / var(--tw-text-opacity));
}
 .text-ship-gray-600, .text-ship-gray, .text-gray-600 {
	 --tw-text-opacity: 1;
	 color: rgb(68 68 69 / var(--tw-text-opacity));
}
 .text-gray-900{
	 --tw-text-opacity: 1;
	 color: rgb(11 11 11 / var(--tw-text-opacity));
}
.text-gold-100{ /* #E6D8BA */
	 --tw-bg-opacity: 1;
	 color: rgb(230 216 186 / var(--tw-bg-opacity));
}
.text-gold-300{
	 --tw-text-opacity: 1;
	 color: rgb(201 180 134 / var(--tw-text-opacity));
}
 .text-gold-500{
	 --tw-text-opacity: 1;
	 color: rgb(178 151 90 / var(--tw-text-opacity));
}
 .text-gold-600{
	 --tw-text-opacity: 1;
	 color: rgb(142 121 72 / var(--tw-text-opacity));
}
.text-bright { /* dark red */
    /* --tw-text-opacity: 1; */
    /*color: rgb(176, 33, 1 / var(--tw-text-opacity)) !important; */
    color: rgb(176, 33, 1)!important;
}
.color-black {
    color: #000000 !important;
}
.color-manoa, .text-manoa{ /* #024731 */
/* color: rgb(2 71 49); */
color: #024731 !important;
}
.color-hilo, .text-hilo{ /* #DA219C */
/* color: rgb(218 41 28); */
color: #DA219C !important;
}
.color-west, .text-west{ /* #A71930 */
/* color: rgb(167 25 48); */
color: #A71930 !important;
}
.text-ovpcc-blue, .color-ovpcc-blue {
    --tw-bg-opacity: 1;
    color: rgb(59 67 83 / var(--tw-bg-opacity));
}
.text-ovpcc, .text-light-blue { /* #D7E3E3 */
    --tw-bg-opacity: 1;
    color: rgb(215 227 227 / var(--tw-bg-opacity));
}
.text-orange, .text-ovpcc-orange, .color-orange, .color-ovpcc-orange {
    /* color: #DD805B; */
    --tw-text-opacity: 1;
	 color: rgb(221 128 91 / var(--tw-text-opacity));
}
.color-bright-green, .color-kiwi, .kiwi-green {
    /* color:#8DC73F; */
    --tw-text-opacity: 1;
	 color: rgb(141 199 63 / var(--tw-text-opacity));
}
.color-yellow, .color-mango, .mango-yellow {
    /* color:#FBB140; */
    --tw-text-opacity: 1;
	 color: rgb(251 177 64 / var(--tw-text-opacity));
}
 .underline{
	 text-decoration-line: underline;
}
 .no-underline{
	 text-decoration-line: none;
}
 .decoration-gray-900{
	 text-decoration-color: #0B0B0B;
}
 .placeholder-gray-300::-moz-placeholder{
	 --tw-placeholder-opacity: 1;
	 color: rgb(177 177 181 / var(--tw-placeholder-opacity));
}
 .placeholder-gray-300::placeholder{
	 --tw-placeholder-opacity: 1;
	 color: rgb(177 177 181 / var(--tw-placeholder-opacity));
}
 .opacity-0{
	 opacity: 0;
}
 .opacity-100{
	 opacity: 1;
}
 .shadow{
	 --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	 --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .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);
}
 .ring-1{
	 --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, 0 0 #0000);
}
 .ring-black{
	 --tw-ring-opacity: 1;
	 --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
 .ring-opacity-5{
	 --tw-ring-opacity: 0.05;
}
 .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-all{
	 transition-property: all;
	 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	 transition-duration: 150ms;
}
 .duration-300{
	 transition-duration: 300ms;
}
 .duration-150{
	 transition-duration: 150ms;
}
 .duration-200{
	 transition-duration: 200ms;
}
 .duration-100{
	 transition-duration: 100ms;
}
 .ease-in-out{
	 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
 .ease-out{
	 transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
 .ease-in{
	 transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
 h1, h2, h3, h4, h5, h6{
	 font-family: "Source Sans Pro", sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 h1, h2, h3{
	 font-weight: 600;
}
 .footer{
	 z-index: 10;
	 position: relative;
}
 .footer::before, .footer:before{
	 z-index: -20;
	 position: absolute;
	 content: "";
	 background-image: url("../images/footer-banner.png");
	 background-repeat: no-repeat;
	 height: 100%;
	 max-height: 745px;
	 width: 100%;
	 max-width: 1200px;
	 transform: scale(0.75);
	 top: -15rem;
	 right: -28rem;
}

.footer a:visited, 
.footer a:link {
    text-decoration: none !important;
	 border-bottom: 1px dashed #ffffff;
}
 .footer a:hover {
	 /* text-decoration: underline; */
	 text-decoration: none !important;
	 border-bottom: 2px solid #D7CAAC;
}

.footer p a {
    font-weight:400;
}

 .footer ul.social-links li a:hover {
	 text-decoration: none;
	 border-bottom: 0px solid #D7CAAC;
}
 .footer p + p{
	 margin-top: 0.5rem;
}
 .sectionNav a{
	 text-align: center;
	 padding-top: 1.5rem;
	 padding-bottom: 1.5rem;
	 text-transform: uppercase;
	 font-size: 1.125rem;
	 line-height: 1.5rem;
	 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: 300ms;
}
 .sectionNav a:hover{
	 --tw-bg-opacity: 1;
	 /* background-color: rgb(142 121 72 / var(--tw-bg-opacity)); */
	 background-color: rgb(68 68 69 / var(--tw-bg-opacity));
}
 .sectionNav a{
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity));
	 text-decoration: none;
}
 .wysiwyg{
	 --tw-bg-opacity: 1;
	/* background-color: rgb(255 255 255 / var(--tw-bg-opacity)); */
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 @media (min-width: 768px){
	 .wysiwyg{
		 padding-top: 2.5rem;
		 padding-bottom: 2.5rem;
	}
}
 .wysiwyg{
	 color: var(--tw-prose-body);
	 max-width: 65ch;
}
 .wysiwyg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-lead);
	 font-size: 1.25em;
	 line-height: 1.6;
	 margin-top: 1.2em;
	 margin-bottom: 1.2em;
}
 .wysiwyg :where(a):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-links);
	 /* text-decoration: underline;*/
	 font-weight: 600;
}
 .wysiwyg :where(strong):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-bold);
	 font-weight: 700;
}
 .wysiwyg :where(a strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(blockquote strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(thead th strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(ol):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .wysiwyg :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .wysiwyg :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .wysiwyg :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .wysiwyg :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .wysiwyg :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .wysiwyg :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .wysiwyg :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .wysiwyg :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .wysiwyg :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
}
 .wysiwyg :where(ul):not(:where([class~="not-prose"] *)){
	 list-style-type: disc;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .wysiwyg :where(ol &gt; li):not(:where([class~="not-prose"] *))::marker{
	 font-weight: 400;
	 color: var(--tw-prose-counters);
}
 .wysiwyg :where(ul &gt; li):not(:where([class~="not-prose"] *))::marker{
	 color: var(--tw-prose-bullets);
}
 .wysiwyg :where(hr):not(:where([class~="not-prose"] *)){
	 border-color: var(--tw-prose-hr);
	 border-top-width: 1px;
	 margin-top: 3em;
	 margin-bottom: 3em;
}
 .wysiwyg :where(blockquote):not(:where([class~="not-prose"] *)){
	 font-weight: 500;
	 font-style: italic;
	 color: var(--tw-prose-quotes);
	 border-left-width: 0.25rem;
	 border-left-color: var(--tw-prose-quote-borders);
	 quotes: "\201C""\201D""\2018""\2019";
	 margin-top: 1.6em;
	 margin-bottom: 1.6em;
	 padding-left: 1em;
}
 .wysiwyg :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
	 content: open-quote;
}
 .wysiwyg :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
	 content: close-quote;
}
 .wysiwyg :where(h1):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 800;
	 font-size: 2.25em;
	 margin-top: 0;
	 margin-bottom: 0.8888889em;
	 line-height: 1.1111111;
}
 .wysiwyg :where(h1 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 900;
	 color: inherit;
}
 .wysiwyg :where(h2):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 700;
	 font-size: 1.5em;
	 margin-top: 2em;
	 margin-bottom: 1em;
	 line-height: 1.3333333;
}
 .wysiwyg :where(h2 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 800;
	 color: inherit;
}
 .wysiwyg :where(h3):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 font-size: 1.25em;
	 margin-top: 1.6em;
	 margin-bottom: 0.6em;
	 line-height: 1.6;
}
 .wysiwyg :where(h3 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .wysiwyg :where(h4):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 line-height: 1.5;
}
 .wysiwyg :where(h4 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .wysiwyg :where(img):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(figure &gt; *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
	 margin-bottom: 0;
}
 .wysiwyg :where(figcaption):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-captions);
	 font-size: 0.875em;
	 line-height: 1.4285714;
	 margin-top: 0.8571429em;
}
 .wysiwyg :where(code):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-code);
	 font-weight: 600;
	 font-size: 0.875em;
}
 .wysiwyg :where(code):not(:where([class~="not-prose"] *))::before{
	 content: "`";
}
 .wysiwyg :where(code):not(:where([class~="not-prose"] *))::after{
	 content: "`";
}
 .wysiwyg :where(a code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(h1 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(h2 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.875em;
}
 .wysiwyg :where(h3 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.9em;
}
 .wysiwyg :where(h4 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(blockquote code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(thead th code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .wysiwyg :where(pre):not(:where([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-right: 1.1428571em;
	 padding-bottom: 0.8571429em;
	 padding-left: 1.1428571em;
}
 .wysiwyg :where(pre code):not(:where([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;
}
 .wysiwyg :where(pre code):not(:where([class~="not-prose"] *))::before{
	 content: none;
}
 .wysiwyg :where(pre code):not(:where([class~="not-prose"] *))::after{
	 content: none;
}
 .wysiwyg :where(table):not(:where([class~="not-prose"] *)){
	 width: 100%;
	 table-layout: auto;
	 text-align: left;
	 margin-top: 2em;
	 margin-bottom: 2em;
	 font-size: 0.875em;
	 line-height: 1.7142857;
}
 .wysiwyg :where(thead):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 1px;
	 border-bottom-color: var(--tw-prose-th-borders);
}
 .wysiwyg :where(thead th):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 vertical-align: bottom;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .wysiwyg :where(tbody tr):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 1px;
	 border-bottom-color: var(--tw-prose-td-borders);
}
 .wysiwyg :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 0;
}
 .wysiwyg :where(tbody td):not(:where([class~="not-prose"] *)){
	 vertical-align: baseline;
}
 .wysiwyg :where(tfoot):not(:where([class~="not-prose"] *)){
	 border-top-width: 1px;
	 border-top-color: var(--tw-prose-th-borders);
}
 .wysiwyg :where(tfoot td):not(:where([class~="not-prose"] *)){
	 vertical-align: top;
}
 .wysiwyg{
	 --tw-prose-body: #374151;
	 --tw-prose-headings: #111827;
	 --tw-prose-lead: #4b5563;
	 --tw-prose-links: #111827;
	 --tw-prose-bold: #111827;
	 --tw-prose-counters: #6b7280;
	 --tw-prose-bullets: #d1d5db;
	 --tw-prose-hr: #e5e7eb;
	 --tw-prose-quotes: #111827;
	 --tw-prose-quote-borders: #e5e7eb;
	 --tw-prose-captions: #6b7280;
	 --tw-prose-code: #111827;
	 --tw-prose-pre-code: #e5e7eb;
	 --tw-prose-pre-bg: #1f2937;
	 --tw-prose-th-borders: #d1d5db;
	 --tw-prose-td-borders: #e5e7eb;
	 --tw-prose-invert-body: #d1d5db;
	 --tw-prose-invert-headings: #fff;
	 --tw-prose-invert-lead: #9ca3af;
	 --tw-prose-invert-links: #fff;
	 --tw-prose-invert-bold: #fff;
	 --tw-prose-invert-counters: #9ca3af;
	 --tw-prose-invert-bullets: #4b5563;
	 --tw-prose-invert-hr: #374151;
	 --tw-prose-invert-quotes: #f3f4f6;
	 --tw-prose-invert-quote-borders: #374151;
	 --tw-prose-invert-captions: #9ca3af;
	 --tw-prose-invert-code: #fff;
	 --tw-prose-invert-pre-code: #d1d5db;
	 --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	 --tw-prose-invert-th-borders: #4b5563;
	 --tw-prose-invert-td-borders: #374151;
	 font-size: 1.125rem;
	 line-height: 1.75;
}
 .wysiwyg :where(p):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
}
 .wysiwyg :where(video):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(figure):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(li):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .wysiwyg :where(ol &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .wysiwyg :where(ul &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .wysiwyg :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .wysiwyg :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .wysiwyg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .wysiwyg :where(hr + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h2 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h3 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h4 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .wysiwyg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .wysiwyg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
	 padding-top: 0.5714286em;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .wysiwyg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .wysiwyg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .wysiwyg :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-sm :where(.wysiwyg &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5714286em;
	 margin-bottom: 0.5714286em;
}
 .prose-sm :where(.wysiwyg &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.wysiwyg &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.wysiwyg &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.wysiwyg &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.wysiwyg &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-sm :where(.wysiwyg &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-base :where(.wysiwyg &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .prose-base :where(.wysiwyg &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.wysiwyg &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.wysiwyg &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.wysiwyg &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.wysiwyg &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-base :where(.wysiwyg &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-lg :where(.wysiwyg &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8888889em;
	 margin-bottom: 0.8888889em;
}
 .prose-lg :where(.wysiwyg &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.wysiwyg &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.wysiwyg &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.wysiwyg &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.wysiwyg &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-lg :where(.wysiwyg &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-xl :where(.wysiwyg &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8em;
	 margin-bottom: 0.8em;
}
 .prose-xl :where(.wysiwyg &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.wysiwyg &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.wysiwyg &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.wysiwyg &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.wysiwyg &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-xl :where(.wysiwyg &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-2xl :where(.wysiwyg &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8333333em;
	 margin-bottom: 0.8333333em;
}
 .prose-2xl :where(.wysiwyg &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.wysiwyg &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.wysiwyg &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.wysiwyg &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.wysiwyg &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-2xl :where(.wysiwyg &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .wysiwyg{
	 font-size: 1.125rem;
	 line-height: 1.75;
}
 .wysiwyg :where(p):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
}
 .wysiwyg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
	 font-size: 1.25em;
	 line-height: 1.6;
	 margin-top: 1.2em;
	 margin-bottom: 1.2em;
}
 .wysiwyg :where(blockquote):not(:where([class~="not-prose"] *)){
	 margin-top: 1.6em;
	 margin-bottom: 1.6em;
	 padding-left: 1em;
}
 .wysiwyg :where(h1):not(:where([class~="not-prose"] *)){
	 font-size: 2.25em;
	 margin-top: 0;
	 margin-bottom: 0.8888889em;
	 line-height: 1.1111111;
}
 .wysiwyg :where(h2):not(:where([class~="not-prose"] *)){
	 font-size: 1.5em;
	 margin-top: 2em;
	 margin-bottom: 1em;
	 line-height: 1.3333333;
}
 .wysiwyg :where(h3):not(:where([class~="not-prose"] *)){
	 font-size: 1.25em;
	 margin-top: 1.6em;
	 margin-bottom: 0.6em;
	 line-height: 1.6;
}
 .wysiwyg :where(h4):not(:where([class~="not-prose"] *)){
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 line-height: 1.5;
}
 .wysiwyg :where(img):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(video):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(figure):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .wysiwyg :where(figure &gt; *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
	 margin-bottom: 0;
}
 .wysiwyg :where(figcaption):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.4285714;
	 margin-top: 0.8571429em;
}
 .wysiwyg :where(code):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
}
 .wysiwyg :where(h2 code):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
}
 .wysiwyg :where(h3 code):not(:where([class~="not-prose"] *)){
	 font-size: 0.9em;
}
 .wysiwyg :where(pre):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.7142857;
	 margin-top: 1.7142857em;
	 margin-bottom: 1.7142857em;
	 border-radius: 0.375rem;
	 padding-top: 0.8571429em;
	 padding-right: 1.1428571em;
	 padding-bottom: 0.8571429em;
	 padding-left: 1.1428571em;
}
 .wysiwyg :where(ol):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .wysiwyg :where(ul):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .wysiwyg :where(li):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .wysiwyg :where(ol &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .wysiwyg :where(ul &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .wysiwyg :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .wysiwyg :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .wysiwyg :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .wysiwyg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .wysiwyg :where(hr):not(:where([class~="not-prose"] *)){
	 margin-top: 3em;
	 margin-bottom: 3em;
}
 .wysiwyg :where(hr + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h2 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h3 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(h4 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(table):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.7142857;
}
 .wysiwyg :where(thead th):not(:where([class~="not-prose"] *)){
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .wysiwyg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .wysiwyg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .wysiwyg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
	 padding-top: 0.5714286em;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .wysiwyg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .wysiwyg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .wysiwyg :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .wysiwyg :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .wysiwyg{
	 max-width: none;
}
 .wysiwyg.form{
	 --tw-bg-opacity: 1;
	 background-color: rgb(206 206 209 / var(--tw-bg-opacity));
}
 .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4{
	 font-weight: 600;
}
 .wysiwyg h4 {
	 font-size: 1.125rem;
	 line-height: 1.5rem;
}
 .wysiwyg h5, .wysiwyg h6{
	 font-weight: 400;
	 font-size: 1rem;
	 line-height: 1.5rem;
}


/* .wysiwyg a:where(a):not(:where([class~="btn"] *)){ */
 .wysiwyg a{ 
	 --tw-text-opacity: 1;
	 /*color: rgb(142 121 72 / var(--tw-text-opacity)); /* was non-compliant for contrast 178 151 90 */
	 color: rgb(56 65 81 / var(--tw-text-opacity)); /* same as color: #384151; navy blue */
	 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: 300ms;
	 text-decoration: none;
	 padding: 0 1px;
	 border-bottom: 2px solid #D7CAAC;
}
 .wysiwyg a:hover, .wysiwyg a:focus{
	 /* text-decoration-line: underline; */
	 border-bottom: 2px solid #D7CAAC;
	 background-color: #D7CAAC;
}

.wysiwyg a.btn {
     padding: 10px 40px;
	 border-bottom: 0px solid #D7CAAC;
}

.wysiwyg a.btn:hover {
	 border-bottom: 0px solid #D7CAAC;
	 background-color: transparent;
}

 .wysiwyg iframe {
	 margin: 0 auto;
	 max-width: 100%;
}
 .hero{
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	 width: 100%;
}
 .hero.page{
	 height: 25vh;
}
.no-hero.page {
    height: 20vh;
}

.hero.page.new-h, .hero.search {
    height: 18vh;
}
 .hero.home .image, .hero.home .video{
	 height: 25vh;
}

.hero.home .swiper, .hero.home .splide, .hero.slide{
	 height: auto;
}

 @media (min-width: 768px){
	.hero.page{
		/* height: 50vh; */
		height: 68vh;
   }
	.hero.home .image, .hero.home .video{
		 /* height: 50vh; */
		height: 68vh;
	}
	.hero.page.new-h, .hero.search {
    height: 16vh;
    }
	.hero.home .swiper, .hero.home .splide{
		 height: 68vh;
	}
}
 @media (min-width: 1024px){
     .hero.page{
		 height: 75vh;
   }
	 .hero.home .image, .hero.home .video{
		 height: 75vh; 
	}
}
@media (min-width: 1366px){
     .hero.page{
		 height: 66vh;
   }
	 .hero.home .image, .hero.home .video{
		 height: 66vh; 
	}
}
@media (min-width: 1724px){
     .hero.page{
		 height: 68vh;
   }
	 .hero.home .image, .hero.home .video{
		 height: 68vh; 
	}
}
@media (min-width: 1920px){
     .hero.page{
		 height: 72vh;
   }
	 .hero.home .image, .hero.home .video{
		 height: 72vh; 
	}
}
@media (min-width: 2540px){
     .hero.page{
		 height: 76vh;
   }
	 .hero.home .image, .hero.home .video{
		 height: 76vh; 
	}
}
/* ==== SPLIDE ==== */
.hero.slide ul.splide__pagination .splide__pagination--ltr li button.splide__pagination__page {
    color: #DD805B !important;
}

.hero.home .splide__track {
	 height: 100%;
}
.hero.slide .splide__track {
    
}
 .hero.home .splide__slide,
 .hero.slide .splide__slide {
	 position: relative;
}
.hero.home .splide__slide:not(:first-child),
.hero.slide .splide__slide:not(:first-child){
	display: none;
}
@media(min-width: 768px) {
	.hero.home .splide__slide:not(:first-child),
	.hero.slide .splide__slide:not(:first-child) {
		display: inherit;
   }
}
 .hero.home .splide__slide img {
	 display: block;
	 width: 100%;
	 height: auto;
}
 .hero.slide .splide__slide img {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .hero.home .splide__slide__container,
 .hero.slide .splide__slide__container {
	 position: absolute;
}
 .hero.home .splide__slide__container img,
 .hero.slide .splide__slide__container img{
	 display: block !important;
}

 .hero .gradient{
	 background-image: linear-gradient(to right, var(--tw-gradient-stops));
	 --tw-gradient-from: #262628;
	 --tw-gradient-to: rgb(38 38 40 / 0);
	 --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
	 --tw-gradient-to: transparent;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .hero .gradient h1{
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity));
	 margin-bottom: 0px;
	 width: 100%;
	 font-weight: 700;
}
 @media (min-width: 1024px){
	 .hero .gradient h1{
		 font-size: 3rem;
		 line-height: 1;
	}
}
 @media (min-width: 768px){
	 .hero .gradient h1{
		 font-size: 2.25rem;
		 line-height: 2.5rem;
	}
}
 .hero .gradient h1{
	 font-size: 1.875rem;
	 line-height: 2.25rem;
}
 .hero .no-gradient{
	 display: flex;
	 height: 100%;
	 justify-content: center;
	 align-items: center;
}
 .hero .hero-content,
 .no-hero .no-hero-content{
	 /*--tw-bg-opacity: 1;*/
	 /*background-color: rgb(68 68 69 / var(--tw-bg-opacity));*/
	 background-color: transparent;
}

@media(max-width: 767px) {
	.hero.home .hero-content,
	.no-hero .no-hero-content{
		position: absolute !important;
		top: 0 !important;
	}
	.no-hero .no-hero-content{
	    height: 60vh !important;
	}
}


@media(max-width: 390px) {
	.hero.home .hero-content,
	.no-hero .no-hero-content{
		position: absolute !important;
		top: 0 !important;
	}
	.no-hero .no-hero-content{
	    height: 70vh !important;
	}
}

/* @media (min-width: 640px){*/
/*	 .hero .hero-content{*/
/*		 background-color: transparent;*/
/*	}*/
/*}*/

 .hero .hero-content,
 .no-hero .no-hero-content{
	 height: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 /*display: block;*/
	 display: flex;
}


/* @media (min-width: 640px){*/
/*	 .hero .hero-content{*/
/*		 display: flex;*/
/*	}*/
/*}*/
 .hero .hero-content,
 .no-hero .no-hero-content{
     width: 100%;
	 max-width: 80rem;
	 align-items: end;
	 /* align-items: center; */
	 padding-left: 1rem;
	 padding-right: 1rem;
	 padding-bottom: 4rem;
}
 @media (min-width: 640px){
	 .hero .hero-content,
	 .no-hero .no-hero-content{
		 padding-left: 1.5rem;
		 padding-right: 1.5rem;
	}
}
 @media (min-width: 1024px){
	 .hero .hero-content,
	 .no-hero .no-hero-content{
		 padding-left: 2rem;
		 padding-right: 2rem;
	}
}
 .hero .hero-content .hero-text,
 .no-hero .no-hero-content .hero-text {
	 font-family: "Source Serif Pro", serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	 font-size: 1.875rem;
	 line-height: 2.25rem;
}
 @media (min-width: 768px){
	 .hero .hero-content .hero-text,
	 .no-hero .no-hero-content .hero-text {
		 font-size: 2.25rem;
		 line-height: 2.5rem;
	}
}
 @media (min-width: 1024px){
	 .hero .hero-content .hero-text,
	 .no-hero .no-hero-content .hero-text{
		 font-size: 3rem;
		 line-height: 1;
	}
}

 .hero .hero-content .hero-text {
     /*
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity));
	 font-weight: 700;
	 margin-bottom: 0px;
	 padding: 1rem;
	 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	 */
	background-color: rgba(99, 85, 54, 0.7);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
    margin-bottom: 0px;
    padding: 1.5rem;
}

.no-hero .no-hero-content .hero-text {
    /*
	 --tw-text-opacity: 1;
	 color: rgb(0 0 0 / var(--tw-text-opacity));
	 color: var(--tw-prose-body);
	 font-weight: 700;
	 margin-bottom: 0px;
	 padding: 0rem;
	 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	 */
	 background-color: rgba(99, 85, 54, 0.7);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
    margin-bottom: 0px;
    padding: 2.5rem;
}

#95888bfe0a00007e43b0b89044035811.hero .hero-content .hero-text {
    color:#000000;
}
 .hero .hero-image {
	 display: block;
	 width: 100%;
	 height: auto;
}
 @media (min-width: 640px) {
	 .hero .hero-image {
		 display: none;
	}
}
 .cards{
	 --tw-bg-opacity: 1;
	 background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
}
 @media (min-width: 768px){
	 .cards{
		 padding-top: 5rem;
		 padding-bottom: 5rem;
	}
}
 .cards img {
	 margin: 0 !important;
}
 .cards a {
	 text-decoration: none;
}

.darkful {
    --tw-bg-opacity: 1;
	 background-color: rgb(142 121 72 / var(--tw-bg-opacity));
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 .interested{
     /*
	 --tw-bg-opacity: 1;
	 background-color: rgb(178 151 90 / var(--tw-bg-opacity)); */
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 @media (min-width: 768px){
	 .interested{
		 padding-top: 2.5rem;
		 padding-bottom: 2.5rem;
	}
}
 .interested .card a {
	 color: var(--tw-color-white) !important;
	 text-decoration: none;
}
 .interested .button{
	 font-family: "Source Sans Pro", sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-weight: 600;
	 --tw-bg-opacity: 1;
	 background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	 text-transform: uppercase;
	 font-size: 1.875rem;
	 line-height: 2.25rem;
	 --tw-text-opacity: 1;
	 color: rgb(0 0 0 / var(--tw-text-opacity));
	 padding-left: 1rem;
	 padding-right: 1rem;
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
}
 @media (min-width: 768px){
	 .interested .button{
		 padding-left: 2rem;
		 padding-right: 2rem;
		 padding-top: 1rem;
		 padding-bottom: 1rem;
	}
}
 .interested .button{
	 width: 100%;
}
 @media (min-width: 1024px){
	 .interested .button{
		 width: auto;
	}
}
 .interested .button{
	 text-align: center;
	 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: 300ms;
	 border-width: 4px;
	 --tw-border-opacity: 1;
	 border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 .interested .button:hover{
	 background-color: transparent;
	 --tw-text-opacity: 1;
	 color: rgb(255 255 255 / var(--tw-text-opacity));
}
 .interested .button {
	 text-decoration: none !important;
}
 .news .article img {
	 margin: 0 !important;
}
 .news .article .content p {
	 margin-top: 0.75rem !important;
	 margin-bottom: 0.75rem !important;
}
 .news .article .content p:first-child {
	 margin-top: 0 !important;
}
 .news .article .readMore{
	 font-size: 1.25rem;
	 line-height: 1.75rem;
	 --tw-text-opacity: 1;
	 color: rgb(142 121 72 / var(--tw-text-opacity));
	 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: 300ms;
}
 .news .moreArticles a{
	 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: 300ms;
	 text-decoration: none !important;
}
 .news .moreArticles a:hover, .news .moreArticles a:focus {
	 text-decoration: underline !important;
}
 .news .readMore{
	 font-size: 1.25rem;
	 line-height: 1.75rem;
	 --tw-text-opacity: 1;
	 color: rgb(142 121 72 / var(--tw-text-opacity));
	 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: 300ms;
	 text-transform: uppercase;
	 width: 100%;
	 text-decoration: none !important;
}
 .news .readMore:hover, .news .readMore:focus {
	 text-decoration: underline !important;
}
 a.skip-main {
	 left: -9999px;
	 position: absolute;
	 top: auto;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
	 z-index: -999;
}
 a.skip-main:focus, a.skip-main:active {
	 color: #fff;
	 background-color: #000;
	 left: auto;
	 top: auto;
	 width: 30%;
	 height: auto;
	 overflow: auto;
	 margin: 10px 35%;
	 padding: 5px;
	 border-radius: 15px;
	 text-align: center;
	 font-size: 1.2rem;
	 z-index: 999;
}
 .mainContent{
	 color: var(--tw-prose-body);
	 max-width: 65ch;
}
 .mainContent :where([class~="lead"]):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-lead);
	 font-size: 1.25em;
	 line-height: 1.6;
	 margin-top: 1.2em;
	 margin-bottom: 1.2em;
}
 .mainContent :where(a):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-links);
	 text-decoration: underline;
	 font-weight: 600;
}

a.arrow-link, 
.mainContent.prose.cardsVideos a.arrow-link,
.cardsVideos a.arrow-link,
.mainContent a.arrow-link, 
.prose a.arrow-link,
.mainContent :where(a.arrow-link):not(:where([class~="not-prose"] *)),
.prose :where(a.arrow-link):not(:where([class~="not-prose"] *)) {
    color: rgb(142 121 72 / var(--tw-text-opacity)) !important;
}

 .mainContent :where(strong):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-bold);
	 font-weight: 700;
}
 .mainContent :where(a strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(blockquote strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(thead th strong):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(ol):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .mainContent :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .mainContent :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .mainContent :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-alpha;
}
 .mainContent :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-alpha;
}
 .mainContent :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .mainContent :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .mainContent :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: upper-roman;
}
 .mainContent :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
	 list-style-type: lower-roman;
}
 .mainContent :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
	 list-style-type: decimal;
}
 .mainContent :where(ul):not(:where([class~="not-prose"] *)){
	 list-style-type: disc;
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .mainContent :where(ol &gt; li):not(:where([class~="not-prose"] *))::marker{
	 font-weight: 400;
	 color: var(--tw-prose-counters);
}
 .mainContent :where(ul &gt; li):not(:where([class~="not-prose"] *))::marker{
	 color: var(--tw-prose-bullets);
}
 .mainContent :where(hr):not(:where([class~="not-prose"] *)){
	 border-color: var(--tw-prose-hr);
	 border-top-width: 1px;
	 margin-top: 3em;
	 margin-bottom: 3em;
}
 .mainContent :where(blockquote):not(:where([class~="not-prose"] *)){
	 font-weight: 500;
	 font-style: italic;
	 color: var(--tw-prose-quotes);
	 border-left-width: 0.25rem;
	 border-left-color: var(--tw-prose-quote-borders);
	 quotes: "\201C""\201D""\2018""\2019";
	 margin-top: 1.6em;
	 margin-bottom: 1.6em;
	 padding-left: 1em;
}
 .mainContent :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
	 content: open-quote;
}
 .mainContent :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
	 content: close-quote;
}
 .mainContent :where(h1):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 800;
	 font-size: 2.25em;
	 margin-top: 0;
	 margin-bottom: 0.8888889em;
	 line-height: 1.1111111;
}
 .mainContent :where(h1 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 900;
	 color: inherit;
}
 .mainContent :where(h2):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 700;
	 font-size: 1.5em;
	 margin-top: 2em;
	 margin-bottom: 1em;
	 line-height: 1.3333333;
}
 .mainContent :where(h2 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 800;
	 color: inherit;
}
 .mainContent :where(h3):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 font-size: 1.25em;
	 margin-top: 1.6em;
	 margin-bottom: 0.6em;
	 line-height: 1.6;
}
 .mainContent :where(h3 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .mainContent :where(h4):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 line-height: 1.5;
}
 .mainContent :where(h4 strong):not(:where([class~="not-prose"] *)){
	 font-weight: 700;
	 color: inherit;
}
 .mainContent :where(img):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(figure &gt; *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
	 margin-bottom: 0;
}
 .mainContent :where(figcaption):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-captions);
	 font-size: 0.875em;
	 line-height: 1.4285714;
	 margin-top: 0.8571429em;
}
 .mainContent :where(code):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-code);
	 font-weight: 600;
	 font-size: 0.875em;
}
 .mainContent :where(code):not(:where([class~="not-prose"] *))::before{
	 content: "`";
}
 .mainContent :where(code):not(:where([class~="not-prose"] *))::after{
	 content: "`";
}
 .mainContent :where(a code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(h1 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(h2 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.875em;
}
 .mainContent :where(h3 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
	 font-size: 0.9em;
}
 .mainContent :where(h4 code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(blockquote code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(thead th code):not(:where([class~="not-prose"] *)){
	 color: inherit;
}
 .mainContent :where(pre):not(:where([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-right: 1.1428571em;
	 padding-bottom: 0.8571429em;
	 padding-left: 1.1428571em;
}
 .mainContent :where(pre code):not(:where([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;
}
 .mainContent :where(pre code):not(:where([class~="not-prose"] *))::before{
	 content: none;
}
 .mainContent :where(pre code):not(:where([class~="not-prose"] *))::after{
	 content: none;
}
 .mainContent :where(table):not(:where([class~="not-prose"] *)){
	 width: 100%;
	 table-layout: auto;
	 text-align: left;
	 margin-top: 2em;
	 margin-bottom: 2em;
	 font-size: 0.875em;
	 line-height: 1.7142857;
}
 .mainContent :where(thead):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 1px;
	 border-bottom-color: var(--tw-prose-th-borders);
}
 .mainContent :where(thead th):not(:where([class~="not-prose"] *)){
	 color: var(--tw-prose-headings);
	 font-weight: 600;
	 vertical-align: bottom;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .mainContent :where(tbody tr):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 1px;
	 border-bottom-color: var(--tw-prose-td-borders);
}
 .mainContent :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
	 border-bottom-width: 0;
}
 .mainContent :where(tbody td):not(:where([class~="not-prose"] *)){
	 vertical-align: baseline;
}
 .mainContent :where(tfoot):not(:where([class~="not-prose"] *)){
	 border-top-width: 1px;
	 border-top-color: var(--tw-prose-th-borders);
}
 .mainContent :where(tfoot td):not(:where([class~="not-prose"] *)){
	 vertical-align: top;
}
 .mainContent{
	 --tw-prose-body: #374151;
	 --tw-prose-headings: #111827;
	 --tw-prose-lead: #4b5563;
	 --tw-prose-links: #111827;
	 --tw-prose-bold: #111827;
	 --tw-prose-counters: #6b7280;
	 --tw-prose-bullets: #d1d5db;
	 --tw-prose-hr: #e5e7eb;
	 --tw-prose-quotes: #111827;
	 --tw-prose-quote-borders: #e5e7eb;
	 --tw-prose-captions: #6b7280;
	 --tw-prose-code: #111827;
	 --tw-prose-pre-code: #e5e7eb;
	 --tw-prose-pre-bg: #1f2937;
	 --tw-prose-th-borders: #d1d5db;
	 --tw-prose-td-borders: #e5e7eb;
	 --tw-prose-invert-body: #d1d5db;
	 --tw-prose-invert-headings: #fff;
	 --tw-prose-invert-lead: #9ca3af;
	 --tw-prose-invert-links: #fff;
	 --tw-prose-invert-bold: #fff;
	 --tw-prose-invert-counters: #9ca3af;
	 --tw-prose-invert-bullets: #4b5563;
	 --tw-prose-invert-hr: #374151;
	 --tw-prose-invert-quotes: #f3f4f6;
	 --tw-prose-invert-quote-borders: #374151;
	 --tw-prose-invert-captions: #9ca3af;
	 --tw-prose-invert-code: #fff;
	 --tw-prose-invert-pre-code: #d1d5db;
	 --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	 --tw-prose-invert-th-borders: #4b5563;
	 --tw-prose-invert-td-borders: #374151;
	 font-size: 1.125rem;
	 line-height: 1.75;
}
 .mainContent :where(p):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
}
 .mainContent :where(video):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(figure):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(li):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .mainContent :where(ol &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .mainContent :where(ul &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .mainContent :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .mainContent :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .mainContent :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .mainContent :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .mainContent :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .mainContent :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .mainContent :where(hr + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h2 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h3 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h4 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(thead th:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .mainContent :where(thead th:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .mainContent :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
	 padding-top: 0.5714286em;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .mainContent :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .mainContent :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .mainContent :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-sm :where(.mainContent &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5714286em;
	 margin-bottom: 0.5714286em;
}
 .prose-sm :where(.mainContent &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.mainContent &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.mainContent &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.1428571em;
}
 .prose-sm :where(.mainContent &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.1428571em;
}
 .prose-sm :where(.mainContent &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-sm :where(.mainContent &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-base :where(.mainContent &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .prose-base :where(.mainContent &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.mainContent &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.mainContent &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .prose-base :where(.mainContent &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .prose-base :where(.mainContent &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-base :where(.mainContent &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-lg :where(.mainContent &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8888889em;
	 margin-bottom: 0.8888889em;
}
 .prose-lg :where(.mainContent &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.mainContent &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.mainContent &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-lg :where(.mainContent &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-lg :where(.mainContent &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-lg :where(.mainContent &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-xl :where(.mainContent &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8em;
	 margin-bottom: 0.8em;
}
 .prose-xl :where(.mainContent &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.mainContent &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.mainContent &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.2em;
}
 .prose-xl :where(.mainContent &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.2em;
}
 .prose-xl :where(.mainContent &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-xl :where(.mainContent &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .prose-2xl :where(.mainContent &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.8333333em;
	 margin-bottom: 0.8333333em;
}
 .prose-2xl :where(.mainContent &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.mainContent &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.mainContent &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.3333333em;
}
 .prose-2xl :where(.mainContent &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.3333333em;
}
 .prose-2xl :where(.mainContent &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .prose-2xl :where(.mainContent &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .mainContent{
	 font-size: 1.125rem;
	 line-height: 1.75;
}
 .mainContent :where(p):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
}
 .mainContent :where([class~="lead"]):not(:where([class~="not-prose"] *)){
	 font-size: 1.25em;
	 line-height: 1.6;
	 margin-top: 1.2em;
	 margin-bottom: 1.2em;
}
 .mainContent :where(blockquote):not(:where([class~="not-prose"] *)){
	 margin-top: 1.6em;
	 margin-bottom: 1.6em;
	 padding-left: 1em;
}
 .mainContent :where(h1):not(:where([class~="not-prose"] *)){
	 font-size: 2.25em;
	 margin-top: 0;
	 margin-bottom: 0.8888889em;
	 line-height: 1.1111111;
}
 .mainContent :where(h2):not(:where([class~="not-prose"] *)){
	 font-size: 1.5em;
	 margin-top: 2em;
	 margin-bottom: 1em;
	 line-height: 1.3333333;
}
 .mainContent :where(h3):not(:where([class~="not-prose"] *)){
	 font-size: 1.25em;
	 margin-top: 1.6em;
	 margin-bottom: 0.6em;
	 line-height: 1.6;
}
 .mainContent :where(h4):not(:where([class~="not-prose"] *)){
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 line-height: 1.5;
}
 .mainContent :where(img):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(video):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(figure):not(:where([class~="not-prose"] *)){
	 margin-top: 2em;
	 margin-bottom: 2em;
}
 .mainContent :where(figure &gt; *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
	 margin-bottom: 0;
}
 .mainContent :where(figcaption):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.4285714;
	 margin-top: 0.8571429em;
}
 .mainContent :where(code):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
}
 .mainContent :where(h2 code):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
}
 .mainContent :where(h3 code):not(:where([class~="not-prose"] *)){
	 font-size: 0.9em;
}
 .mainContent :where(pre):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.7142857;
	 margin-top: 1.7142857em;
	 margin-bottom: 1.7142857em;
	 border-radius: 0.375rem;
	 padding-top: 0.8571429em;
	 padding-right: 1.1428571em;
	 padding-bottom: 0.8571429em;
	 padding-left: 1.1428571em;
}
 .mainContent :where(ol):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .mainContent :where(ul):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
	 margin-bottom: 1.25em;
	 padding-left: 1.625em;
}
 .mainContent :where(li):not(:where([class~="not-prose"] *)){
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .mainContent :where(ol &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .mainContent :where(ul &gt; li):not(:where([class~="not-prose"] *)){
	 padding-left: 0.375em;
}
 .mainContent :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .mainContent :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .mainContent :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .mainContent :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 1.25em;
}
 .mainContent :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 1.25em;
}
 .mainContent :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
	 margin-top: 0.75em;
	 margin-bottom: 0.75em;
}
 .mainContent :where(hr):not(:where([class~="not-prose"] *)){
	 margin-top: 3em;
	 margin-bottom: 3em;
}
 .mainContent :where(hr + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h2 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h3 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(h4 + *):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(table):not(:where([class~="not-prose"] *)){
	 font-size: 0.875em;
	 line-height: 1.7142857;
}
 .mainContent :where(thead th):not(:where([class~="not-prose"] *)){
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .mainContent :where(thead th:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .mainContent :where(thead th:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .mainContent :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
	 padding-top: 0.5714286em;
	 padding-right: 0.5714286em;
	 padding-bottom: 0.5714286em;
	 padding-left: 0.5714286em;
}
 .mainContent :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
	 padding-left: 0;
}
 .mainContent :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
	 padding-right: 0;
}
 .mainContent :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
	 margin-top: 0;
}
 .mainContent :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
	 margin-bottom: 0;
}
 .mainContent{
	 max-width: none;
}
 .btn {
	 display: inline-block;
	 padding: 10px 40px;
	 border-radius: 2px;
	 border: none;
	 font-weight: 700;
	 font-size: 1.125rem;
	 text-transform: uppercase;
	 transition: all 0.2s ease-in-out;
	 margin-top: 10px;
}
 .btn.btn-primary {
	 background-color: #8E7948; /* was non-compliant #B2975A */
	 box-shadow: 0 0 0 2px #8E7948 inset; /* was non-compliant #B2975A */
	 color: #fff;
}
 .btn.btn-primary:hover, .btn.btn-primary:focus {
	 color: #8E7948; /* was non-compliant #B2975A */
	 background-color: transparent;
	 text-decoration: none;
}
 .btn.btn-secondary {
	 background-color: #444445;
	 box-shadow: 0 0 0 2px #444445 inset;
	 color: #fff;
}
 .btn.btn-secondary:hover, .btn.btn-secondary:focus {
	 color: #444445;
	 background-color: transparent;
	 text-decoration: none;
}
 .btn.btn-bl {
	 background-color: #D3EFF5;
	 box-shadow: 0 0 0 2px #CCC inset;
	 color: #000;
	 margin: 0 20px;
	 display:inline-block;
	 line-height:30px;
	 vertical-align:middle;
}
 .btn.btn-bl:hover, .btn.btn-bl:focus {
	 color: #D3EFF5;
	 background-color: transparent;
	 text-decoration: none;
}
 .btn.btn-gr {
	 background-color: #D3F5D4;
	 box-shadow: 0 0 0 2px #CCC inset;
	 color: #000;
	 margin: 0 20px;
	 display:inline-block;
	 line-height:60px;
	 vertical-align:middle;
}
 .btn.btn-gr:hover, .btn.btn-bl:focus {
	 color: #D3F5D4;
	 background-color: transparent;
	 text-decoration: none;
}
 .focus-within\:text-gray-200:focus-within{
	 --tw-text-opacity: 1;
	 color: rgb(206 206 209 / var(--tw-text-opacity));
}
 .hover\:bg-gray-200:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(206 206 209 / var(--tw-bg-opacity));
}
 .hover\:bg-gray-100:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(235 235 236 / var(--tw-bg-opacity));
}
.hover\:bg-gray:hover{
     --tw-bg-opacity: 1;
	 background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
 .hover\:bg-maroon-flush-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(128 23 69 / var(--tw-bg-opacity));
}
 .hover\:bg-blue-chill-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(5 76 80 / var(--tw-bg-opacity));
}
 .hover\:bg-tory-blue-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(10 58 111 / var(--tw-bg-opacity));
}
 .hover\:bg-deluge-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(82 82 154 / var(--tw-bg-opacity));
}
 .hover\:bg-indigo-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(54 104 163 / var(--tw-bg-opacity));
}
 .hover\:bg-venice-blue-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(7 56 81 / var(--tw-bg-opacity));
}
 .hover\:bg-sushi-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(112 161 47 / var(--tw-bg-opacity));
}
 .hover\:bg-gold-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(142 121 72 / var(--tw-bg-opacity));
}
 .hover\:bg-gold-500:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(178 151 90 / var(--tw-bg-opacity));
}
 .hover\:bg-gold-300:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(201 180 134 / var(--tw-bg-opacity));
}
.hover\:bg-hilo-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(191 36 25 / var(--tw-bg-opacity));
}
.hover\:bg-manoa-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(0 61 41 / var(--tw-bg-opacity));
}
.hover\:bg-west-600:hover{
	 --tw-bg-opacity: 1;
	 background-color: rgb(125 22 38 / var(--tw-bg-opacity));
}
 .hover\:text-gray-500:hover{
	 --tw-text-opacity: 1;
	 color: rgb(120 120 126 / var(--tw-text-opacity));
}
 .hover\:text-gold-300:hover{
	 --tw-text-opacity: 1;
	 color: rgb(201 180 134 / var(--tw-text-opacity));
}
 .hover\:text-gold-500:hover{
	 --tw-text-opacity: 1;
	 color: rgb(178 151 90 / var(--tw-text-opacity));
}
 .hover\:text-gold-600:hover{
	 --tw-text-opacity: 1;
	 color: rgb(142 121 72 / var(--tw-text-opacity));
}
 .hover\:text-gray-900:hover{
	 --tw-text-opacity: 1;
	 color: rgb(11 11 11 / var(--tw-text-opacity));
}
 .hover\:underline:hover{
	 text-decoration-line: underline;
}
 .hover\:decoration-gray-900:hover{
	 text-decoration-color: #0B0B0B;
}
 .hover\:shadow-lg:hover{
	 --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);
}
 .focus\:border-white:focus{
	 --tw-border-opacity: 1;
	 border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 .focus\:outline-none:focus{
	 outline: 2px solid transparent;
	 outline-offset: 2px;
}
 .focus\:ring-2: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(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\:ring-inset:focus{
	 --tw-ring-inset: inset;
}
 .focus\:ring-white:focus{
	 --tw-ring-opacity: 1;
	 --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
 .focus\:ring-indigo-500:focus{
	 --tw-ring-opacity: 1;
	 --tw-ring-color: rgb(77 132 196 / var(--tw-ring-opacity));
}
 .focus\:ring-offset-2:focus{
	 --tw-ring-offset-width: 2px;
}
 .focus\:ring-offset-gold-500:focus{
	 --tw-ring-offset-color: #B2975A;
}
 .group:hover .group-hover\:text-gray-500{
	 --tw-text-opacity: 1;
	 color: rgb(120 120 126 / var(--tw-text-opacity));
}
 .group:hover .group-hover\:decoration-gold-500{
	 text-decoration-color: #B2975A;
}


.lh_1x1 {
    line-height:1.1;
}

.lh_1x2 {
    line-height:1.2;
}

.lh_1x3 {
    line-height:1.3;
}

.lh_1x4 {
    line-height:1.4;
}

.lh_1x5 {
    line-height:1.5;
}

/* added for Return to College page */
div.col-text {
padding-bottom: 1em;
margin-bottom: 1em;
}

.flex-center {
position:relative;
align-items: center; 
flex-direction: column; 
display: flex;
} 
 
.circles img {
overflow: hidden;
-webkit-border-radius: 50%;
border-radius: 50% !important;
width:200px;
height:200px;
border: 10px solid;
border-color: rgba(255, 255, 255,0.2);
}

.flex-center div.bot-button {
position: absolute;
bottom: 0; 
}

section.interested .bot-button a.nodec,
a.nodec {
    text-decoration:none !important;
}

.wysiwyg a.arrow-link, .twocols a.arrow-link, .cardsVideos a.arrow-link, .tiles a.arrow-link, .tiles p.twocols a.arrow-link {
    color: #8E7948 !important;
    border-bottom: 0px solid #D7CAAC;
    font-weight: 600;
}

.wysiwyg a.arrow-link:hover, .wysiwyg a.arrow-link:focus,
.twocols a.arrow-link:hover, .twocols a.arrow-link:focus,
.cardsVideos a.arrow-link:hover, .cardsVideos a.arrow-link:focus,
.tiles a.arrow-link:hover, .tiles a.arrow-link:focus,
.tiles p.twocols a.arrow-link:hover, .tiles p.twocols a.arrow-link:focus
{
    /* color: rgb(56 65 81 / var(--tw-text-opacity)); */
    color: #384151 !important;
    border-bottom: 0px solid #D7CAAC;
    background-color: transparent;
    font-weight: 700;
}



 @media (min-width: 375px){
    .xs\:text-base {
     font-size: 1rem;
	 line-height: 1.125rem;
    }
    
    .xs\:text-lg{
	 font-size: 1.125rem;
	 line-height: 1.75rem;
    }
    
    .xs\:text-xl {
         /* font-size: 0.875rem; */
         font-size: 1.25rem;
    	 /* line-height: 1.25rem; */
    	 line-height: 1.75rem;
     }
    .xs\:text-2xl{
		 font-size: 1.5rem;
		 line-height: 2rem;
	}
	.xs\:text-3xl{
		 font-size: 1.875rem;
		 line-height: 2.25rem;
	}
	.xs\:text-4xl{
		 font-size: 2.25rem;
		 line-height: 2.5rem;
	}
	 .xs\:text-5xl{
		 font-size: 3rem;
		 line-height: 1;
	}
	
     .xs\:px-4{
			 padding-left: 1rem;
			 padding-right: 2rem;
		}
		
     .xs\:px-8 {
		 padding-left: 1rem;
		 padding-right: 2rem;
	
     }
    
     
     /*
     .sm\:text-xl{
		 font-size: 0.90rem;
		 line-height: 1rem;
	}
	.sm\:text-3xl{
		 font-size: 1.05rem;
		 line-height: 1.25rem;
	}
	section.page.mt-6 {
	    margin-top:0px !important;
	}
	section.page.sm:w-1/3 .border-b{
	    border-bottom-width: 0px;
	}
	*/
 }

 @media (min-width: 640px){
	 .sm\:mt-8{
		 margin-top: 2rem;
	}
	 .sm\:mt-12{
		 margin-top: 3rem;
	}
	 .sm\:block{
		 display: block;
	}
	 .sm\:flex{
		 display: flex;
	}
	 .sm\:hidden{
		 display: none;
	}
	 .sm\:w-1\/3{
		 width: 33.333333%;
	}
	 .sm\:flex-1{
		 flex: 1 1 0%;
	}
	 .sm\:grid-cols-3{
		 grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	 .sm\:flex-col{
		 flex-direction: column;
	}
	 .sm\:justify-between{
		 justify-content: space-between;
	}
	 .sm\:gap-4{
		 gap: 1rem;
	}
	 .sm\:gap-8{
		 gap: 2rem;
	}
	 .sm\:border-r{
		 border-right-width: 1px;
	}
	 .sm\:border-b-0{
		 border-bottom-width: 0px;
	}
	 .sm\:border-l{
		 border-left-width: 1px;
	}
	 .sm\:border-r-gray-300{
		 --tw-border-opacity: 1;
		 border-right-color: rgb(177 177 181 / var(--tw-border-opacity));
	}
	 .sm\:border-l-gray-300{
		 --tw-border-opacity: 1;
		 border-left-color: rgb(177 177 181 / var(--tw-border-opacity));
	}
	 .sm\:p-8{
		 padding: 2rem;
	}
	 .sm\:p-3{
		 padding: 0.75rem;
	}
	 .sm\:px-6{
		 padding-left: 1.5rem;
		 padding-right: 1.5rem;
	}
	 .sm\:py-4{
		 padding-top: 1rem;
		 padding-bottom: 1rem;
	}
	 .sm\:px-0{
		 padding-left: 0px;
		 padding-right: 0px;
	}
	.sm\:px-4{
			 padding-left: 1rem;
			 padding-right: 1rem;
		}
	.sm\:px-8{
		 padding-left: 2rem;
		 padding-right: 2rem;
	}
	 .sm\:py-0{
		 padding-top: 0px;
		 padding-bottom: 0px;
	}
	 .sm\:pb-8{
		 padding-bottom: 2rem;
	}
	 .sm\:text-center{
		 text-align: center;
	}
	 .sm\:text-sm {
		 font-size: 0.875rem;
		 line-height: 1.25rem;
	}
	
	.sm\:text-base {
     font-size: 1.125rem;
	 line-height: 1.25rem;
    }
	
	 .sm\:text-2xl{
		 font-size: 1.5rem;
		 line-height: 2rem;
	}

}
 @media (min-width: 768px){
	 .md\:absolute{
		 position: absolute;
	}
	 .md\:mb-8{
		 margin-bottom: 2rem;
	}
	 .md\:block{
		 display: block;
	}
	 .md\:hidden{
		 display: none;
	}
	 .md\:w-1\/3{
		 width: 33.333333%;
	}
	 .md\:basis-2\/3{
		 flex-basis: 66.666667%;
	}
	 .md\:basis-1\/3{
		 flex-basis: 33.333333%;
	}
	 .md\:basis-1\/4{
		 flex-basis: 25.0%;
	}
	.md\:basis-1\/2{
		 flex-basis: 50.0%;
	}
	 .md\:grid-cols-2{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	 .md\:grid-cols-4{
		 grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	 .md\:flex-row{
		 flex-direction: row;
	}
	 .md\:gap-8{
		 gap: 2rem;
	}
	 .md\:space-x-10 &gt; :not([hidden]) ~ :not([hidden]){
		 --tw-space-x-reverse: 0;
		 margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		 margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	 .md\:prose-lg{
		 font-size: 1.125rem;
		 line-height: 1.7777778;
	}
	 .md\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
		 margin-top: 1.3333333em;
		 margin-bottom: 1.3333333em;
	}
	 .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
		 font-size: 1.2222222em;
		 line-height: 1.4545455;
		 margin-top: 1.0909091em;
		 margin-bottom: 1.0909091em;
	}
	 .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
		 margin-top: 1.6666667em;
		 margin-bottom: 1.6666667em;
		 padding-left: 1em;
	}
	 .md\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
		 font-size: 2.6666667em;
		 margin-top: 0;
		 margin-bottom: 0.8333333em;
		 line-height: 1;
	}
	 .md\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
		 font-size: 1.6666667em;
		 margin-top: 1.8666667em;
		 margin-bottom: 1.0666667em;
		 line-height: 1.3333333;
	}
	 .md\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
		 font-size: 1.3333333em;
		 margin-top: 1.6666667em;
		 margin-bottom: 0.6666667em;
		 line-height: 1.5;
	}
	 .md\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
		 margin-top: 1.7777778em;
		 margin-bottom: 0.4444444em;
		 line-height: 1.5555556;
	}
	 .md\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
		 margin-top: 1.7777778em;
		 margin-bottom: 1.7777778em;
	}
	 .md\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
		 margin-top: 1.7777778em;
		 margin-bottom: 1.7777778em;
	}
	 .md\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
		 margin-top: 1.7777778em;
		 margin-bottom: 1.7777778em;
	}
	 .md\:prose-lg :where(figure &gt; *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
		 margin-bottom: 0;
	}
	 .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
		 font-size: 0.8888889em;
		 line-height: 1.5;
		 margin-top: 1em;
	}
	 .md\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
		 font-size: 0.8888889em;
	}
	 .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
		 font-size: 0.8666667em;
	}
	 .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
		 font-size: 0.875em;
	}
	 .md\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
		 font-size: 0.8888889em;
		 line-height: 1.75;
		 margin-top: 2em;
		 margin-bottom: 2em;
		 border-radius: 0.375rem;
		 padding-top: 1em;
		 padding-right: 1.5em;
		 padding-bottom: 1em;
		 padding-left: 1.5em;
	}
	 .md\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
		 margin-top: 1.3333333em;
		 margin-bottom: 1.3333333em;
		 padding-left: 1.5555556em;
	}
	 .md\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
		 margin-top: 1.3333333em;
		 margin-bottom: 1.3333333em;
		 padding-left: 1.5555556em;
	}
	 .md\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
		 margin-top: 0.6666667em;
		 margin-bottom: 0.6666667em;
	}
	 .md\:prose-lg :where(ol &gt; li):not(:where([class~="not-prose"] *)){
		 padding-left: 0.4444444em;
	}
	 .md\:prose-lg :where(ul &gt; li):not(:where([class~="not-prose"] *)){
		 padding-left: 0.4444444em;
	}
	 .md\:prose-lg :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
		 margin-top: 0.8888889em;
		 margin-bottom: 0.8888889em;
	}
	 .md\:prose-lg :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 1.3333333em;
	}
	 .md\:prose-lg :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 1.3333333em;
	}
	 .md\:prose-lg :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 1.3333333em;
	}
	 .md\:prose-lg :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 1.3333333em;
	}
	 .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
		 margin-top: 0.8888889em;
		 margin-bottom: 0.8888889em;
	}
	 .md\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
		 margin-top: 3.1111111em;
		 margin-bottom: 3.1111111em;
	}
	 .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .md\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
		 font-size: 0.8888889em;
		 line-height: 1.5;
	}
	 .md\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
		 padding-right: 0.75em;
		 padding-bottom: 0.75em;
		 padding-left: 0.75em;
	}
	 .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
		 padding-left: 0;
	}
	 .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
		 padding-right: 0;
	}
	 .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
		 padding-top: 0.75em;
		 padding-right: 0.75em;
		 padding-bottom: 0.75em;
		 padding-left: 0.75em;
	}
	 .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
		 padding-left: 0;
	}
	 .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
		 padding-right: 0;
	}
	 .md\:prose-lg :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .md\:prose-lg :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 0;
	}
	 .md\:py-10{
		 padding-top: 2.5rem;
		 padding-bottom: 2.5rem;
	}
	 .md\:py-20{
		 padding-top: 5rem;
		 padding-bottom: 5rem;
	}
	 .md\:px-10{
		 padding-left: 2.5rem;
		 padding-right: 2.5rem;
	}
	 .md\:px-20{
		 padding-left: 5rem;
		 padding-right: 5rem;
	}
	 .md\:text-2xl{
		 font-size: 1.5rem;
		 line-height: 2rem;
	}
	 .md\:text-3xl{
		 font-size: 1.875rem;
		 line-height: 2.25rem;
	}
	 .md\:text-4xl{
		 font-size: 2.25rem;
		 line-height: 2.5rem;
	}
	 .md\:text-5xl{
		 font-size: 3rem;
		 line-height: 1;
	}
}
 @media (min-width: 1024px){
	 .lg\:mt-4{
		 margin-top: 1rem;
	}
	 .lg\:block{
		 display: block;
	}
	 .lg\:flex{
		 display: flex;
	}
	 .lg\:hidden{
		 display: none;
	}
	 .lg\:w-1\/4{
		 width: 25%;
	}
	 .lg\:max-w-xs{
		 max-width: 20rem;
	}
	 .lg\:max-w-none{
		 max-width: none;
	}
	 .lg\:flex-1{
		 flex: 1 1 0%;
	}
	 .lg\:grid-cols-7{
		 grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	 .lg\:grid-cols-6{
		 grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	 .lg\:grid-cols-5{
		 grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	 .lg\:grid-cols-4{
		 grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	 .lg\:grid-cols-3{
		 grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	 .lg\:items-center{
		 align-items: center;
	}
	 .lg\:justify-start{
		 justify-content: flex-start;
	}
	 .lg\:justify-end{
		 justify-content: flex-end;
	}
	 .lg\:prose-xl{
		 font-size: 1.25rem;
		 line-height: 1.8;
	}
	 .lg\:prose-xl :where(p):not(:where([class~="not-prose"] *)){
		 margin-top: 1.2em;
		 margin-bottom: 1.2em;
	}
	 .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
		 font-size: 1.2em;
		 line-height: 1.5;
		 margin-top: 1em;
		 margin-bottom: 1em;
	}
	 .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
		 margin-top: 1.6em;
		 margin-bottom: 1.6em;
		 padding-left: 1.0666667em;
	}
	 .lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)){
		 font-size: 2.8em;
		 margin-top: 0;
		 margin-bottom: 0.8571429em;
		 line-height: 1;
	}
	 .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)){
		 font-size: 1.8em;
		 margin-top: 1.5555556em;
		 margin-bottom: 0.8888889em;
		 line-height: 1.1111111;
	}
	 .lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)){
		 font-size: 1.5em;
		 margin-top: 1.6em;
		 margin-bottom: 0.6666667em;
		 line-height: 1.3333333;
	}
	 .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)){
		 margin-top: 1.8em;
		 margin-bottom: 0.6em;
		 line-height: 1.6;
	}
	 .lg\:prose-xl :where(img):not(:where([class~="not-prose"] *)){
		 margin-top: 2em;
		 margin-bottom: 2em;
	}
	 .lg\:prose-xl :where(video):not(:where([class~="not-prose"] *)){
		 margin-top: 2em;
		 margin-bottom: 2em;
	}
	 .lg\:prose-xl :where(figure):not(:where([class~="not-prose"] *)){
		 margin-top: 2em;
		 margin-bottom: 2em;
	}
	 .lg\:prose-xl :where(figure &gt; *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
		 margin-bottom: 0;
	}
	 .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
		 font-size: 0.9em;
		 line-height: 1.5555556;
		 margin-top: 1em;
	}
	 .lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)){
		 font-size: 0.9em;
	}
	 .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
		 font-size: 0.8611111em;
	}
	 .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
		 font-size: 0.9em;
	}
	 .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)){
		 font-size: 0.9em;
		 line-height: 1.7777778;
		 margin-top: 2em;
		 margin-bottom: 2em;
		 border-radius: 0.5rem;
		 padding-top: 1.1111111em;
		 padding-right: 1.3333333em;
		 padding-bottom: 1.1111111em;
		 padding-left: 1.3333333em;
	}
	 .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)){
		 margin-top: 1.2em;
		 margin-bottom: 1.2em;
		 padding-left: 1.6em;
	}
	 .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)){
		 margin-top: 1.2em;
		 margin-bottom: 1.2em;
		 padding-left: 1.6em;
	}
	 .lg\:prose-xl :where(li):not(:where([class~="not-prose"] *)){
		 margin-top: 0.6em;
		 margin-bottom: 0.6em;
	}
	 .lg\:prose-xl :where(ol &gt; li):not(:where([class~="not-prose"] *)){
		 padding-left: 0.4em;
	}
	 .lg\:prose-xl :where(ul &gt; li):not(:where([class~="not-prose"] *)){
		 padding-left: 0.4em;
	}
	 .lg\:prose-xl :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"] *)){
		 margin-top: 0.8em;
		 margin-bottom: 0.8em;
	}
	 .lg\:prose-xl :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 1.2em;
	}
	 .lg\:prose-xl :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 1.2em;
	}
	 .lg\:prose-xl :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 1.2em;
	}
	 .lg\:prose-xl :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 1.2em;
	}
	 .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
		 margin-top: 0.8em;
		 margin-bottom: 0.8em;
	}
	 .lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)){
		 margin-top: 2.8em;
		 margin-bottom: 2.8em;
	}
	 .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)){
		 font-size: 0.9em;
		 line-height: 1.5555556;
	}
	 .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
		 padding-right: 0.6666667em;
		 padding-bottom: 0.8888889em;
		 padding-left: 0.6666667em;
	}
	 .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
		 padding-left: 0;
	}
	 .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
		 padding-right: 0;
	}
	 .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
		 padding-top: 0.8888889em;
		 padding-right: 0.6666667em;
		 padding-bottom: 0.8888889em;
		 padding-left: 0.6666667em;
	}
	 .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
		 padding-left: 0;
	}
	 .lg\:px-8{
		 padding-left: 2rem;
		 padding-right: 2rem;
	}
	 .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
		 padding-right: 0;
	}
	 .lg\:prose-xl :where(.prose &gt; :first-child):not(:where([class~="not-prose"] *)){
		 margin-top: 0;
	}
	 .lg\:prose-xl :where(.prose &gt; :last-child):not(:where([class~="not-prose"] *)){
		 margin-bottom: 0;
	}
	
	.lg\:text-sm {
		 font-size: 0.875rem;
		 line-height: 1.25rem;
	}
	
	.lg\:text-base {
		 font-size: 1.0rem;
		 line-height: 1.25rem;
	}
	
	.lg\:text-lg {
	 font-size: 1.125rem;
	 line-height: 1.75rem;
	}
	
	.lg\:text-xl{
		 font-size: 1.25rem;
		 line-height: 1.75rem;
	}
	 .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;
	}
}
 @media (min-width: 1280px){
	 .xl\:grid{
		 display: grid;
	}
	 .xl\:grid-cols-2{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	 .xl\:gap-8{
		 gap: 2rem;
	 }
	 
	.xl\:text-base {
		 font-size: 1.0rem;
		 line-height: 1.25rem;
	}
	.xl\:text-lg {
	 font-size: 1.125rem;
	 line-height: 1.75rem;
	}
	.xl\:text-xl {
		 font-size: 1.25rem;
		 line-height: 1.75rem;
	}
	.xl\:text-2xl {
		 font-size: 1.5rem;
		 line-height: 2rem;
	}
	.xl\:text-3xl {
	     font-size: 1.875rem;
	     line-height: 2.25rem;
	 }
	.xl\:text-4xl {
	     font-size: 2.25rem;
	     line-height: 2.5rem;
	 }
	.xl\:text-5xl {
		 font-size: 3rem;
		 line-height: 1;
	}

}
 @media (min-width: 601px){
	 .cols-2{
		 text-align:center;
		 margin-left:-20px;
		 margin-right:-20px;
	}
}
 @media (max-width: 600px){
	 .cols-2{
		 text-align:center;
		 margin-left:0px;
		 margin-right:0px;
		 margin-top:10px;
	}
}
 </pre></body></html>