/*
! tailwindcss v3.3.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: #3d4852; /* 2 */
}

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

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

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: 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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: #8795a1; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #8795a1; /* 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;
}

*, ::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(36 63 151 / 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(36 63 151 / 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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 800px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.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: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.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 > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > 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 > *):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: 1rem;
  line-height: 1.75;
}
.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 > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *: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 > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-xl :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.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;
}
.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;
}
.prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.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;
}
.prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.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;
}
.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-20 {
  top: 5rem;
}
.top-\[2px\] {
  top: 2px;
}
.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.m-0 {
  margin: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-64 {
  width: 16rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: 1200px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-12 {
  gap: 3rem;
}
.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-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-divide-opacity));
}
.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(218 225 231 / var(--tw-divide-opacity));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 248 / var(--tw-divide-opacity));
}
.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(78 7 15 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(9 16 38 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(27 47 113 / var(--tw-border-opacity));
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(190 201 239 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(35 38 41 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(61 72 82 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(96 111 123 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(135 149 161 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(218 225 231 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 248 / var(--tw-border-opacity));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(33 47 51 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(79 174 181 / var(--tw-border-opacity));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(78 7 15 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 27 35 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 67 85 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 16 38 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 37 83 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 47 113 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 63 151 / var(--tw-bg-opacity));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 249 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 47 51 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 77 90 / var(--tw-bg-opacity));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 7 15 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(95 15 24 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 27 35 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 30 48 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-top {
  background-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(22 37 83 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(27 47 113 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(125 148 224 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(35 38 41 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(61 72 82 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(96 111 123 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(135 149 161 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(184 194 204 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(218 225 231 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(72 109 123 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(79 174 181 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(211 235 237 / var(--tw-text-opacity));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(78 7 15 / var(--tw-text-opacity));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(95 15 24 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(148 27 35 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(189 30 48 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(245 192 198 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(53 77 90 / var(--tw-placeholder-opacity));
}
.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(53 77 90 / var(--tw-placeholder-opacity));
}
.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(72 109 123 / var(--tw-placeholder-opacity));
}
.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(72 109 123 / var(--tw-placeholder-opacity));
}
.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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-200 {
  transition-duration: 200ms;
}
body .is-content-wrapper {
  margin: 0 auto;
  max-width: 1500px;
}
body.error404 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}
body * {
  transition: 100ms all ease-out;
}
body .off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-100%);
}
body .off-canvas.position-right {
  width: 100%;
  transform: translateX(100%);
}
body .off-canvas.position-right.is-open {
  transform: translateX(0);
}
@media print, screen and (min-width: 50em) {
  body .off-canvas-content {
    overflow: visible;
  }
}
body.page-id-13, body.parent-pageid-13 {
  background-color: #f7fbfc !important;
}
body.page-id-13 .keia_interior_hero .title, body.parent-pageid-13 .keia_interior_hero .title {
  background-color: #486d7b !important;
}
body.page-id-5231, body.parent-pageid-5231 {
  background-color: #f7fbfc !important;
}
body.page-id-5231 .keia_interior_hero .title, body.parent-pageid-5231 .keia_interior_hero .title {
  background-color: #486d7b !important;
}
body.page-id-5380, body.parent-pageid-5380 {
  background-color: #f7fbfc !important;
}
body.page-id-5380 .keia_interior_hero .title, body.parent-pageid-5380 .keia_interior_hero .title {
  background-color: #486d7b !important;
}
body.single-keia_publication, body.tax-keia_publication, body.keia_publication {
  background-color: #f7fbfc;
}
body.single-keia_publication .keia_interior_hero .title, body.tax-keia_publication .keia_interior_hero .title, body.keia_publication .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-issue, body.tax-issue, body.issue {
  background-color: #f7fbfc;
}
body.single-issue .keia_interior_hero .title, body.tax-issue .keia_interior_hero .title, body.issue .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-publication, body.tax-publication, body.publication {
  background-color: #f7fbfc;
}
body.single-publication .keia_interior_hero .title, body.tax-publication .keia_interior_hero .title, body.publication .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-news, body.tax-news, body.news {
  background-color: #f7fbfc;
}
body.single-news .keia_interior_hero .title, body.tax-news .keia_interior_hero .title, body.news .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-podcasts, body.tax-podcasts, body.podcasts {
  background-color: #f7fbfc;
}
body.single-podcasts .keia_interior_hero .title, body.tax-podcasts .keia_interior_hero .title, body.podcasts .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-staff, body.tax-staff, body.staff {
  background-color: #f7fbfc;
}
body.single-staff .keia_interior_hero .title, body.tax-staff .keia_interior_hero .title, body.staff .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-post, body.tax-post, body.post {
  background-color: #f7fbfc;
}
body.single-post .keia_interior_hero .title, body.tax-post .keia_interior_hero .title, body.post .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-location, body.tax-location, body.location {
  background-color: #f7fbfc;
}
body.single-location .keia_interior_hero .title, body.tax-location .keia_interior_hero .title, body.location .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-theme, body.tax-theme, body.theme {
  background-color: #f7fbfc;
}
body.single-theme .keia_interior_hero .title, body.tax-theme .keia_interior_hero .title, body.theme .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-region, body.tax-region, body.region {
  background-color: #f7fbfc;
}
body.single-region .keia_interior_hero .title, body.tax-region .keia_interior_hero .title, body.region .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-category, body.tax-category, body.category {
  background-color: #f7fbfc;
}
body.single-category .keia_interior_hero .title, body.tax-category .keia_interior_hero .title, body.category .keia_interior_hero .title {
  background-color: #486d7b;
}
body.single-linktree, body.tax-linktree, body.linktree {
  background-color: #f7fbfc;
}
body.single-linktree .keia_interior_hero .title, body.tax-linktree .keia_interior_hero .title, body.linktree .keia_interior_hero .title {
  background-color: #486d7b;
}
body.page-id-10, body.parent-pageid-10 {
  background-color: #e7ebf9 !important;
}
body.page-id-10 .keia_interior_hero .title, body.parent-pageid-10 .keia_interior_hero .title {
  background-color: #162553 !important;
}
body.page-id-16, body.parent-pageid-16 {
  background-color: #e7ebf9 !important;
}
body.page-id-16 .keia_interior_hero .title, body.parent-pageid-16 .keia_interior_hero .title {
  background-color: #162553 !important;
}
body.single-page, body.tax-page, body.page {
  background-color: #e7ebf9;
}
body.single-page .keia_interior_hero .title, body.tax-page .keia_interior_hero .title, body.page .keia_interior_hero .title {
  background-color: #162553;
}
body.single-contributor, body.tax-contributor, body.contributor {
  background-color: #e7ebf9;
}
body.single-contributor .keia_interior_hero .title, body.tax-contributor .keia_interior_hero .title, body.contributor .keia_interior_hero .title {
  background-color: #162553;
}
body.single-event, body.tax-event, body.event {
  background-color: #e7ebf9;
}
body.single-event .keia_interior_hero .title, body.tax-event .keia_interior_hero .title, body.event .keia_interior_hero .title {
  background-color: #162553;
}
body.single-daily_press, body.tax-daily_press, body.daily_press {
  background-color: #e7ebf9;
}
body.single-daily_press .keia_interior_hero .title, body.tax-daily_press .keia_interior_hero .title, body.daily_press .keia_interior_hero .title {
  background-color: #162553;
}
body.single-jobs, body.tax-jobs, body.jobs {
  background-color: #e7ebf9;
}
body.single-jobs .keia_interior_hero .title, body.tax-jobs .keia_interior_hero .title, body.jobs .keia_interior_hero .title {
  background-color: #162553;
}
body.single-publication_source, body.tax-publication_source, body.publication_source {
  background-color: #e7ebf9;
}
body.single-publication_source .keia_interior_hero .title, body.tax-publication_source .keia_interior_hero .title, body.publication_source .keia_interior_hero .title {
  background-color: #162553;
}
.sticky60 {
  position: sticky !important;
  top: 60px;
}
.sticky30 {
  position: sticky !important;
  top: 30px;
}
#kei_mobile_menu ul {
  margin: 0;
}
#kei_mobile_menu ul li {
  background: #2f080c;
}
#kei_mobile_menu ul li ul a {
  font-size: 22px;
  font-weight: bold;
}
@media print, screen and (max-width: 49.99875em) {
  .wpb_content_element > .wpb_wrapper > .grid-x.grid-margin-x {
    margin: 0 !important;
    padding: 0 15px !important;
  }
}
.vc_row-fluid.more-events {
  overflow-y: visible !important;
}
.admin-bar .is_wpb_container > .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ispb_header_container {
  background: white;
  position: relative;
  z-index: 10;
}
.ispb_header_container .flex {
  flex: 0 0 auto;
}
.ispb_header_container .header_menu #menu-sitemap li:not([role=menuitem]) ul {
  display: none !important;
}
body.single-staff .ispb_header_container .header_menu #menu-sitemap li.menu-item-5302 > a, body.single-event .ispb_header_container .header_menu #menu-sitemap li.menu-item-5252 > a {
  color: #941b23;
}
.ispb_header_container .header_menu #menu-sitemap > li.is-active > a {
  color: #941b23;
}
.ispb_header_container .header_menu #menu-sitemap > li.current-page-parent > a, .ispb_header_container .header_menu #menu-sitemap > li.current-page-ancestor > a, .ispb_header_container .header_menu #menu-sitemap > li.current-menu-item > a {
  color: #bd1e30;
}
.ispb_header_container .header_menu #menu-sitemap > li > a {
  font-size: 27px;
  font-weight: 700;
  padding: 0 0 0 35px;
}
.ispb_header_container .header_menu #menu-sitemap > li > a:last-of-type {
  padding-right: 0;
}
.ispb_header_container .header_menu #menu-sitemap > li > a:hover {
  color: #941b23;
}
.ispb_header_container .header_menu #menu-sitemap > li > a:after {
  display: none;
}
.ispb_header_container .header_menu #menu-sitemap ul {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
  border: none;
  margin-top: 7px;
}
.ispb_header_container .header_menu #menu-sitemap ul:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.ispb_header_container .header_menu #menu-sitemap ul a {
  display: block;
  width: 100%;
  transition: 250ms all ease-out;
  font-weight: 400;
}
.ispb_header_container .header_menu #menu-sitemap ul a:hover {
  background: #e5e5e5;
  color: #941b23;
}
.ispb_header_container .header_menu #menu-sitemap ul a:after {
  border: inset 3px;
  border-color: transparent #5f0f18 transparent transparent;
  transform: translateY(4px);
}
.ispb_header_container:after {
  content: "";
  top: 100%;
  height: 7px;
  left: 0;
  right: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
}
.ispb_header_container .menu-sitemap-container li a {
  color: #162553;
}
.ispb_header_container #kei_logo {
  flex: 1 0 150px;
}
@media print, screen and (min-width: 50em) {
  .ispb_header_container #kei_logo {
    flex: 0 1 auto;
  }
}
footer .flex {
  flex: 0 0 auto;
}
@media print, screen and (max-width: 49.99875em) {
  footer ul#menu-footer {
    margin-top: 45px;
  }
}
footer ul#menu-footer a {
  font-size: 18px;
  background: transparent;
  font-weight: 600;
}
footer ul#menu-footer a:hover {
  color: white;
}
footer .search-form-container form {
  position: relative;
  right: -30px;
}
footer .search-form-container form svg {
  position: absolute;
  left: 20px;
  top: 6px;
  font-size: 40px;
  line-height: 52px;
  pointer-events: none;
}
footer .search-form-container form input[type=text] {
  background: #bd1e30;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #fefefe;
  height: 52px;
  width: 80px;
  padding: 0 0 0 60px;
  margin: 0;
  transition: all 0.1s linear;
}
footer .search-form-container form input[type=text]:active, footer .search-form-container form input[type=text]:focus {
  width: 400px;
  padding-right: 80px;
}
footer .search-form-container form input[type=text]:active + input[type=submit], footer .search-form-container form input[type=text]:focus + input[type=submit] {
  opacity: 1;
  pointer-events: initial;
}
footer .search-form-container form input[type=submit] {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fefefe;
  line-height: 50px;
  top: 0;
  right: 0;
  opacity: 0;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: none;
}
.gform_wrapper textarea {
  background: white;
}
.is_query_object_search_form > .cell, .is_query_object_search_form > .selects > .cell {
  margin: 0;
  display: flex;
  align-items: center;
}
.is_query_object_search_form > .cell label, .is_query_object_search_form > .selects > .cell label {
  flex: 0;
  padding-right: 15px;
}
.is_query_object_search_form > .cell select,
.is_query_object_search_form > .cell input,
.is_query_object_search_form > .selects > .cell select,
.is_query_object_search_form > .selects > .cell input {
  flex: 1;
}
.is_query_object_search_form > .cell select[type=text],
.is_query_object_search_form > .cell input[type=text],
.is_query_object_search_form > .selects > .cell select[type=text],
.is_query_object_search_form > .selects > .cell input[type=text] {
  background: #f2f2f2;
  border-radius: 2px;
  padding: 0;
  text-indent: 5px;
  line-height: 1;
  height: 37px;
  border: 1px solid #aaaaaa;
}
.is_query_object_search_form > .cell select[type=submit],
.is_query_object_search_form > .cell input[type=submit],
.is_query_object_search_form > .selects > .cell select[type=submit],
.is_query_object_search_form > .selects > .cell input[type=submit] {
  flex: 1;
  border-radius: 0;
  border-top: 1px solid #2f080c;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin-top: 20px;
  background: #941b23;
  color: white;
  font-weight: 600;
}
.is_query_object_search_form > .cell select[type=month],
.is_query_object_search_form > .cell input[type=month],
.is_query_object_search_form > .selects > .cell select[type=month],
.is_query_object_search_form > .selects > .cell input[type=month] {
  max-width: 100%;
}
.is_query_object_search_form .selects {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 15px;
}
.is_query_object_search_form .selects > .cell {
  margin: 7px 0;
}
#gform_10 {
  margin: 0;
}
#gform_10 textarea,
#gform_10 input[type=text] {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 10px;
}
#gform_10 input[type=submit] {
  margin: auto;
  display: block;
  color: white;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 20px;
}
#gform_3 input[type=text],
#gform_3 input[type=email],
#gform_3 textarea {
  border: 1px solid #bdbdbd;
  border-radius: 6px;
}
#gform_3 textarea {
  height: 300px;
}
#gform_3 input[type=submit] {
  display: inline-block;
  margin: auto;
}
.is-footer-container #tsdLogo {
  max-width: 100%;
  height: auto;
}
.is-footer-container #tsdLogo * {
  transition: 250ms all ease-out;
}
.is-footer-container #tsdLogo #shading {
  opacity: 0;
}
.is-footer-container #tsdLogo #base {
  fill-opacity: 0 !important;
  stroke: white;
  stroke-width: 2px;
}
.is-footer-container:hover #tsdLogo #base {
  stroke: none;
  fill-opacity: 1 !important;
}
.is-footer-container:hover #tsdLogo #shading {
  opacity: 1;
}
.vc_row.wpb_row.bottom-shadow {
  overflow: visible;
  position: relative;
}
.vc_row.wpb_row.bottom-shadow .shadow-elem {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  transition: 250ms all ease-out;
  background: linear-gradient(0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0));
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
  .vc_basic_grid .vc_grid.vc_row > .medium-up-3 > .vc_grid-item.vc_visible-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
.page-id-5225 .v-application--wrap .spacer {
  display: none;
}
.is_wpb_container {
  position: relative;
}
.kei-excerpt_title {
  padding: 15px;
}
.vue_app_row > .wpb_column {
  position: inherit !important;
}
.v-application {
  background: transparent !important;
}
.is-content-wrapper.shortcode-row {
  overflow: visible;
}
.is-content-wrapper.shortcode-row .wpb_content_element {
  margin: 0;
}
.is-content-wrapper .card {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
}
.is-content-wrapper .card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.is-content-wrapper .card.big_shadow {
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.6) !important;
}
.is-content-wrapper .card.big_shadow:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.7) !important;
}
.is-content-wrapper .card .content {
  padding: 15px;
}
.kei-staff {
  display: flex;
  flex-direction: column;
}
.kei-staff .headshot {
  margin: auto;
}
.kei-staff .content {
  padding: 0 20px;
}
.kei-staff.home-staff-excerpt h3 {
  color: white;
}
.kei-staff.home-staff-excerpt p {
  color: white;
}
.kei-small-header {
  padding: 9px;
}
.kei-small-header h5 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.kei-small-header.medium {
  padding: 8px 16px;
}
.kei-small-header.medium h5 {
  font-size: 20px;
  line-height: 1.1;
}
[data-editor-style] input[type=date], [data-editor-style] input[type=text] {
  border: 1px solid #1b2f71;
  height: 50px;
  border-radius: 3px;
  padding: 5px;
}
[data-editor-style] select {
  border: 1px solid #1b2f71;
  height: 50px;
  border-radius: 3px;
  padding: 5px;
}
[data-editor-style] ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
}
[data-editor-style] ul.page-numbers li {
  padding: 0 7px;
  text-align: center;
}
[data-editor-style] ul.page-numbers li * {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
[data-editor-style] ul.page-numbers li:first-of-type a, [data-editor-style] ul.page-numbers li:last-of-type a {
  font-weight: 600 !important;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-size: 14px;
}
[data-editor-style] ul.page-numbers li a.prev, [data-editor-style] ul.page-numbers li a.next {
  font-weight: 300;
}
[data-editor-style] ul.page-numbers li a.prev,
[data-editor-style] ul.page-numbers li a.next,
[data-editor-style] ul.page-numbers li span.current {
  color: #1b2f71;
}
[data-editor-style] ul.page-numbers li span.current {
  position: relative;
}
[data-editor-style] ul.page-numbers li span.current:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 3px;
  left: -4px;
  right: -4px;
  background: #941b23;
}
[data-editor-style] ul.page-numbers li a:not(.next):not(.prev) {
  color: #4FAEB5;
  border: none;
  font-weight: bold;
}
.row-header-overflow {
  margin-top: -100px;
}
.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.box-shadow-container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.vc_row.keia_hero_interior_margin {
  margin-bottom: -100px;
}
@media print, screen and (max-width: 49.99875em) {
  .vc_row.keia_hero_interior_margin {
    margin-bottom: 30px;
  }
}
.keia_interior_hero {
  position: relative;
  margin-bottom: 45px;
}
.keia_interior_hero .title {
  color: #fefefe;
  padding: 45px 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.keia_interior_hero .title:after {
  position: absolute;
  content: "";
  background-color: inherit;
  left: -5000px;
  right: -5000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.keia_interior_hero.with_bg_img {
  padding-bottom: 140px;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.keia_interior_hero.with_bg_img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.keia_interior_hero.with_bg_img .title {
  max-width: 1500px;
  margin: 0 auto 34px;
}
.keia_interior_hero.with_bg_img .title:after {
  display: none;
}
.keia_interior_hero.with_bg_img.secondary-color-scheme .title {
  background: #941b23;
}
.keia_interior_hero.with_bg_img.secondary-color-scheme .content {
  background: #941b23;
  mix-blend-mode: multiply;
}
.keia_interior_hero.with_bg_img .content {
  max-width: 1500px;
  background: rgba(9, 16, 38, 0.73);
  margin: 0 auto;
  color: #fefefe;
  padding: 30px 40px 50px;
}
.keia_interior_hero.with_bg_img .content h4 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1em;
}
.keia_interior_hero.with_bg_img .content p {
  font-size: 28px;
  margin: 0 auto 1em;
  text-align: left;
}
.keia_interior_hero.with_bg_img .content p a {
  color: #4FAEB5;
}
.keia_interior_hero.with_bg_img .content *:last-of-type {
  margin-bottom: 0;
}
.keia-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
  background: white;
}
.keia-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.keia-card h1, .keia-card h2, .keia-card h3, .keia-card h4 {
  color: #bd1e30;
}
.keia-card .content {
  padding: 10px;
}
.vc_row#publications .is_query_object_search_form > .cell {
  display: flex;
  flex-direction: row;
}
.kei-content-section-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
}
.vc_row#publications .kei-content-section-header h2, .vc_row#events .kei-content-section-header h2 {
  color: #333 !important;
}
.kei-content-section-header .content {
  padding: 7px 40px 5px 40px;
  margin: auto;
  display: inline-block;
  position: relative;
  top: -60px;
  height: 60px;
  transition: 250ms all ease-out;
  cursor: pointer;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.kei-content-section-header .content h2 {
  background-color: inherit;
}
.kei-content-section-header .content *:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -60px;
  right: -60px;
  height: 60px;
  background-color: inherit;
  z-index: 0;
}
.kei-content-section-header .content h2 {
  color: white;
  margin: 0;
  text-transform: uppercase;
}
.kei-content-section-header .content:hover {
  padding-bottom: 10px;
}
.keia-cover-excerpt {
  position: relative;
}
.keia-cover-excerpt img {
  width: 100%;
}
.keia-cover-excerpt .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(9, 16, 38, 0.75);
}
.keia-cover-excerpt .container h5 {
  color: white;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
.keia-blog-entry {
  padding: 0 10px;
  margin-bottom: 0 !important;
}
.keia-blog-entry .top-elem {
  background: #4FAEB5;
  height: 9px;
  width: 125px;
  margin-bottom: 9px;
}
.keia-blog-entry .post-theme {
  color: #4FAEB5;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.6px;
}
.keia-blog-entry:hover .img-tile {
  background-color: transparent;
}
.keia-blog-entry .img-tile {
  background-size: cover;
  background-position: center;
  background-color: rgba(27, 47, 113, 0.2);
  background-blend-mode: multiply;
  transition: 250ms all ease-out;
}
.keia-blog-entry h5 {
  color: #dbca49;
}
.keia-blog-entry h3 {
  font-weight: bold;
  line-height: 1;
}
.keia-blog-entry .tax-links a {
  color: #dbca49;
}
.kei-podcast-excerpt {
  height: 100%;
}
.kei-podcast-excerpt .player {
  margin-bottom: -7px !important;
}
.kei-podcast-excerpt .theme-cat h6 {
  margin: 0;
}
.multi-term-archive .kei-podcast-excerpt {
  height: auto;
}
.kei-podcast-excerpt .card {
  margin: 0;
  height: 100%;
}
.kei-podcast-excerpt .content {
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.kei-podcast-excerpt .content a {
  color: #bd1e30;
}
.kei-podcast-excerpt.large-format .container {
  padding: 15px;
}
.kei-podcast-excerpt audio {
  width: 100%;
  margin-top: auto;
}
.kei-podcast-excerpt .podbeanLink {
  display: block;
  background: linear-gradient(to bottom, #1b2f71, #162553);
  padding: 7px;
  text-align: center;
  color: white;
}
.keia-wide-excerpt .img {
  background-position: center;
  background-size: cover;
}
.is-publication-collapsible-archive-container .title {
  text-align: center;
  padding-bottom: 30px;
}
.is-publication-collapsible-archive-container .is-publication-collapsible-archive .prev, .is-publication-collapsible-archive-container .is-publication-collapsible-archive .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  padding: 10px;
  color: #162553;
}
.v-application .row {
  max-width: none;
}
.kei-home-publications .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kei-home-publications .owl-dots .owl-dot {
  background: #1b2f71;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  transition: 50ms all ease-out;
  margin: 0 7px;
  opacity: 0.5;
}
.kei-home-publications .owl-dots .owl-dot.active {
  opacity: 1;
}
.kei-home-publications .publication-container .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgba(27, 47, 113, 0.8);
  text-align: center;
  padding: 15px;
  transition: 250ms all ease-out;
}
.kei-home-publications .publication-container:hover .title {
  padding-bottom: 30px;
}
.keia-query-filter-header {
  padding: 15px;
}
.keia-query-filter-header * {
  margin: 0;
}
.keia-query-excerpt-header h5 {
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0px 30px;
}
.keia-query-excerpt-header h5 span {
  position: relative;
  padding-top: 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #243f97;
}
.keia-query-excerpt-header h5 span:before {
  content: "";
  position: absolute;
  height: 15px;
  top: 0;
  background: #bd1e30;
  left: -15px;
  right: -15px;
}
.keia-front-page-press .card-section .cell {
  position: relative;
}
.keia-front-page-press .card-section .cell:after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  top: 40px;
  bottom: 0;
  background: #d7d7d7;
}
.keia-front-page-press .card-section .cell:last-of-type:after {
  display: none;
}
.keia-front-page-press .card-section .cell ul {
  margin: 0 15px;
}
.keia-front-page-press .card-section .cell li:last-of-type a {
  border: none;
}
.keia-front-page-press .card-section .cell a {
  padding: 15px 30px;
  position: relative;
}
.keia-front-page-press .card-section .cell a:after {
  content: "";
  background: #d7d7d7;
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .keia-front-page-press .link-container {
    flex-direction: column !important;
  }
  .keia-front-page-press .link-container > .cell {
    flex: 1 !important;
    margin-bottom: 45px;
  }
  .keia-front-page-press .link-container > .cell:after {
    display: none !important;
  }
}
.modal-container {
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: 250ms all ease-out;
  background: white;
}
.modal-container:hover {
  background: #e5e5e5;
  border-bottom-color: #d7d7d7;
}
.modal-container:last-of-type {
  border-bottom: none;
}
.modal-container span {
  font-size: 16px;
}
.kei-front-page-press #front_page_press {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.kei-front-page-press #front_page_press .cell:first-of-type {
  flex: 1;
}
.kei-front-page-press #front_page_press .cell:last-of-type {
  flex: 0 0 30px;
}
.kei-front-page-press #front_page_press .hidden {
  position: absolute;
}
.kei-front-page-press #front_page_press .cell {
  display: flex;
  flex-direction: column;
}
.kei-front-page-press #front_page_press input[type=submit] {
  padding: 0;
  border-radius: 0 10px 10px 0;
  height: 26px;
}
.kei_staff_page_contributor_list {
  padding: 7px 0;
}
.kei_staff_page_contributor_list.header {
  padding: 0 15px;
}
.kei_staff_page_contributor_list.header p {
  font-weight: 400;
}
.multi-term-archive .vc_tta-panel-body {
  padding: 0 !important;
}
.multi-term-archive .archive-term-header h3 {
  text-transform: capitalize;
}
.multi-term-archive .archive-term-header ul {
  margin: 0;
}
.multi-term-archive .archive-body .card {
  margin-bottom: 30px !important;
}
.kei-publication-landing .publication-list .list-container > .cell {
  padding: 15px;
}
.kei-publication-landing .publication-list .list-container > .cell:nth-of-type(even) {
  background: #f2f2f2;
}
.keia-home-publications .title {
  background: #bd1e30;
  padding: 7px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.keia-inline-staff .name {
  font-weight: 600;
  margin: 0;
}
.keia-inline-staff .name a {
  color: white;
}
.keia-inline-staff .title {
  color: white;
}
#home_contact #gform_wrapper_2 li {
  margin: 0;
  padding: 0;
}
#home_contact #gform_wrapper_2 label {
  color: white;
}
#home_contact #gform_wrapper_2 .ginput_container {
  margin: 0 0 7px 0;
}
form.keia-query-search label {
  padding-right: 7px;
  font-weight: 700;
}
.kei-news-excerpt .info .date {
  color: #656565;
}
.kei-news-excerpt .ise-staff-simplename a {
  text-transform: capitalize;
  color: #4FAEB5;
}
.kei-news-excerpt .ise-term-container a {
  font-weight: 500;
  letter-spacing: 0.75px;
}
.kei-news-excerpt a.post-link {
  font-size: 20px;
  text-transform: uppercase;
}
.kei-news-excerpt .content .container {
  height: 100%;
  min-height: 80px;
  padding-right: 15px;
}
ul.accordion li.accordion-item {
  transition: 250ms all ease-out;
}
ul.accordion li.accordion-item * {
  transition: 250ms all ease-out;
}
ul.accordion li.accordion-item.is-active > a {
  color: white;
  background: #941b23;
}
ul.accordion li.accordion-item > a:hover {
  color: white;
  background: #5f0f18;
}
ul.accordion li.accordion-item > a {
  font-weight: bold;
}
.publication-excerpt {
  height: 100%;
}
.publication-excerpt .header {
  padding-top: 7px;
  padding-bottom: 7px;
}
.publication-excerpt .header .ise-term-container * {
  color: white;
  margin: 0;
}
.publication-excerpt .content-container p:last-of-type {
  margin: 0;
}
.publication-excerpt .info {
  padding-right: 30px;
  margin-right: 30px;
}
.publication-excerpt > .card {
  height: 100%;
}
.publication-excerpt .kei-small-header {
  margin-bottom: 15px;
}
.publication-excerpt .ise-term-container {
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.publication-excerpt .ise-term-container * {
  color: #333;
}
.publication-excerpt .ise-term-container strong {
  font-weight: 300;
}
.publication-excerpt .ise-term-container a {
  font-weight: 500;
}
.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keia_analytic_publication_search .header {
  padding: 7px;
}
.keia_analytic_publication_search .header form {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.keia_analytic_publication_search .header form * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.keia_analytic_publication_search .header form input[type=submit] {
  padding: 5px 21px;
  background: transparent;
}
.keia_analytic_publication_search .publication-list > .cell {
  padding: 15px 7px;
}
.keia_analytic_publication_search .publication-list > .cell:nth-of-type(even) {
  background: #f2f2f2;
}
.text-box-stripe .wpb_text_column {
  margin: 0;
}
.text-box-stripe .wpb_text_column:nth-of-type(even) {
  background: #f2f2f2;
}
.wpb_wrapper > .gform_wrapper {
  background: white;
  padding: 30px 30px 30px;
}
.wpb_wrapper > .gform_wrapper .gform_heading {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.wpb_wrapper > .gform_wrapper .gform_heading h3 {
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0px 30px;
  position: relative;
  display: inline-block;
}
.wpb_wrapper > .gform_wrapper .gform_heading h3:before {
  content: "";
  position: absolute;
  height: 15px;
  bottom: calc(100% + 15px);
  background: #bd1e30;
  left: -15px;
  right: -15px;
}
.wpb_wrapper > .gform_wrapper .gform_footer {
  text-align: center;
}
.wpb_wrapper > .gform_wrapper .gform_footer input[type=submit] {
  background: #941b23;
  border-radius: 0;
  padding: 12px;
  width: 300px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.is_query_calendar_slider_year {
  background: #f2f2f2;
}
.is_query_calendar_slider_year .keia-press-calendar {
  font-size: 15px;
}
.is_query_calendar_slider_year .keia-press-calendar .cell.dayofweek {
  background: #941b23;
  color: #f5c0c6;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}
.is_query_calendar_slider_year .keia-press-calendar .cell p.daily_news_calendar {
  color: #1b2f71;
  background: white;
  font-weight: bold;
  cursor: pointer;
  transition: 250ms all ease-out;
}
.is_query_calendar_slider_year .keia-press-calendar .cell p.daily_news_calendar:hover {
  color: #941b23;
}
.is_query_calendar_slider_year .keia-press-calendar .cell p.daily_news_calendar.active {
  background: #486d7b;
  color: #fefefe;
}
.is_query_calendar_slider_year .keia-press-calendar .cell p.daily_news_calendar.active:hover {
  background: #a7d7da;
}
.is_query_calendar_slider_year .navigation {
  margin-top: 15px;
}
#spotlight-home.vc_grid-container-wrapper .vc_grid-item:last-of-type .kei-news-excerpt {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .clear-on-medium {
    clear: left;
  }
}
.is-compact-search {
  padding: 2px;
  background: white;
  border-radius: 20px;
}
.is-compact-search * {
  padding: 0 !important;
}
.is-compact-search input {
  background: transparent;
  border: none !important;
}
.is-compact-search input[type=text] {
  height: 40px;
  width: 260px;
  text-indent: 15px;
}
.is-compact-search button {
  padding-right: 8px !important;
}
.is-compact-search svg {
  padding: 5px;
}
.is-compact-search svg path {
  fill: #cacaca;
}
.zebra-stripe > *:nth-last-of-type(even) {
  background-color: #f4f4f4;
}
.header-with-inline {
  padding: 15px 10px;
}
.header-with-inline h3 {
  margin: 0;
}
.news-excerpt .guestNames a {
  font-size: 15px;
  line-height: 0.9;
  display: block;
  padding-bottom: 4px;
}
.vc_tta-container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
}
.vc_tta-container:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.vc_tta-container .vc_general .vc_tta-panel-heading {
  background: linear-gradient(to right, #1b2f71, #162553);
}
.vc_tta-container .vc_general .vc_tta-panel-heading .vc_tta-title-text {
  color: white;
}
.vc_tta-container .vc_general .vc_tta-panel-heading i:before,
.vc_tta-container .vc_general .vc_tta-panel-heading i:after {
  border-color: white !important;
}
.home #experts input, .home #experts textarea {
  border: 2px solid white !important;
  background: transparent !important;
  border-radius: 6px;
  color: white;
  font-size: 18px;
  padding: 7px !important;
}
.home #experts #gform_submit_button_2 {
  color: white;
}
.owl-carousel:not(.owl-loaded) {
  display: block !important;
}
.owl-carousel:not(.owl-loaded) .slide:not(:first-child) {
  display: none !important;
}
.keia-single-event-contributors.owl-carousel:not(.owl-loaded) .slide {
  display: none !important;
}
.kei-logo-bg-wrapper,
.event-footer-cta,
#blog_hero,
#home_hero {
  margin: 0 -6.5px;
  background-color: #354d5a;
  position: relative;
  border-top: 1px solid #354d5a;
  border-bottom: 1px solid #354d5a;
}
.kei-logo-bg-wrapper > *,
.event-footer-cta > *,
#blog_hero > *,
#home_hero > * {
  position: relative;
  z-index: 2;
}
.kei-logo-bg-wrapper:before, .kei-logo-bg-wrapper:after, .event-footer-cta:before, .event-footer-cta:after, #blog_hero:before, #blog_hero:after, #home_hero:before, #home_hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.kei-logo-bg-wrapper:before,
.event-footer-cta:before,
#blog_hero:before,
#home_hero:before {
  background-image: url(../img/kei-bg-white.png);
  opacity: 0.025;
  background-position: -120px -170px;
  background-repeat: repeat;
  background-size: 5%;
}
.kei-logo-bg-wrapper:after,
.event-footer-cta:after,
#blog_hero:after,
#home_hero:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2973564426) 0%, rgba(0, 0, 0, 0.0984768908) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.0508578431) 98%, rgba(0, 0, 0, 0.300157563) 100%);
}
.kei-logo-bg-wrapper > .is-content-wrapper,
.event-footer-cta > .is-content-wrapper,
#blog_hero > .is-content-wrapper,
#home_hero > .is-content-wrapper {
  position: relative;
  z-index: 2;
}
.kei-logo-bg-wrapper .vc_column-innter,
.event-footer-cta .vc_column-innter,
#blog_hero .vc_column-innter,
#home_hero .vc_column-innter {
  padding-left: 0;
  padding-right: 0;
}
.kei-logo-bg-wrapper #keia-home-cta,
.event-footer-cta #keia-home-cta,
#blog_hero #keia-home-cta,
#home_hero #keia-home-cta {
  max-width: 1200px;
  margin: auto;
  padding: 60px 40px 20px;
}
.kei-logo-bg-wrapper #keia-home-cta .text h3,
.event-footer-cta #keia-home-cta .text h3,
#blog_hero #keia-home-cta .text h3,
#home_hero #keia-home-cta .text h3 {
  color: white;
  font-weight: 600;
}
.kei-logo-bg-wrapper #keia-home-cta .text p,
.event-footer-cta #keia-home-cta .text p,
#blog_hero #keia-home-cta .text p,
#home_hero #keia-home-cta .text p {
  color: white;
}
.kei-logo-bg-wrapper .text,
.event-footer-cta .text,
#blog_hero .text,
#home_hero .text {
  order: 1;
}
@media screen and (min-width: 75em) {
  .kei-logo-bg-wrapper .text,
  .event-footer-cta .text,
  #blog_hero .text,
  #home_hero .text {
    order: 2;
  }
}
.kei-logo-bg-wrapper .featured,
.event-footer-cta .featured,
#blog_hero .featured,
#home_hero .featured {
  order: 2;
}
@media screen and (min-width: 75em) {
  .kei-logo-bg-wrapper .featured,
  .event-footer-cta .featured,
  #blog_hero .featured,
  #home_hero .featured {
    order: 1;
  }
}
.kei-logo-bg-wrapper #keia-homepage-slider,
.event-footer-cta #keia-homepage-slider,
#blog_hero #keia-homepage-slider,
#home_hero #keia-homepage-slider {
  box-shadow: 0 0 30px -10px #000000;
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 80px);
}
.kei-logo-bg-wrapper #keia-homepage-slider .owl-item,
.event-footer-cta #keia-homepage-slider .owl-item,
#blog_hero #keia-homepage-slider .owl-item,
#home_hero #keia-homepage-slider .owl-item {
  width: 100%;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide,
.event-footer-cta #keia-homepage-slider .slide,
#blog_hero #keia-homepage-slider .slide,
#home_hero #keia-homepage-slider .slide {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide .grid-x, .kei-logo-bg-wrapper #keia-homepage-slider .slide .content, .event-footer-cta #keia-homepage-slider .slide .grid-x, .event-footer-cta #keia-homepage-slider .slide .content, #blog_hero #keia-homepage-slider .slide .grid-x, #blog_hero #keia-homepage-slider .slide .content, #home_hero #keia-homepage-slider .slide .grid-x, #home_hero #keia-homepage-slider .slide .content {
  min-height: 400px;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide .img,
.event-footer-cta #keia-homepage-slider .slide .img,
#blog_hero #keia-homepage-slider .slide .img,
#home_hero #keia-homepage-slider .slide .img {
  background-position: center;
  background-size: cover;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide .content,
.event-footer-cta #keia-homepage-slider .slide .content,
#blog_hero #keia-homepage-slider .slide .content,
#home_hero #keia-homepage-slider .slide .content {
  background: rgba(9, 16, 38, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 30px;
  color: white;
  position: relative;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide .content .pager,
.event-footer-cta #keia-homepage-slider .slide .content .pager,
#blog_hero #keia-homepage-slider .slide .content .pager,
#home_hero #keia-homepage-slider .slide .content .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kei-logo-bg-wrapper #keia-homepage-slider .slide .content .pager span,
.event-footer-cta #keia-homepage-slider .slide .content .pager span,
#blog_hero #keia-homepage-slider .slide .content .pager span,
#home_hero #keia-homepage-slider .slide .content .pager span {
  padding: 0 7px;
}
#blog_hero .text .desc {
  width: 430px;
  margin: auto;
}
#blog_hero .text .singleKeywordSearch {
  max-width: 420px;
}
#blog_hero #keia-homepage-slider .slide {
  min-height: 300px;
}
#blog_hero #keia-homepage-slider .slide .grid-x, #blog_hero #keia-homepage-slider .slide .content {
  min-height: 300px;
}
.singleKeywordSearch {
  border-radius: 100px;
  display: flex;
  max-width: 300px;
  margin: auto;
  padding: 0 15px;
  transition: 250ms all ease-out;
  background: rgba(0, 0, 0, 0.2);
}
.singleKeywordSearch.active {
  background: rgba(0, 0, 0, 0.4);
}
.singleKeywordSearch input {
  border: none;
}
.singleKeywordSearch input[type=text] {
  flex: 1;
  outline: none;
  border: none;
  background: transparent;
  color: white;
}
.singleKeywordSearch input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.singleKeywordSearch input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.singleKeywordSearch input[type=submit] {
  flex: 0 0 30px;
}
#kei-home-page-library-search {
  display: flex;
  flex-direction: column;
  height: 440px;
  justify-content: space-between;
}
#kei-home-page-library-search label {
  display: flex;
}
#kei-home-page-library-search label input {
  flex: 1;
  margin-left: 10px;
}
.publication-list h5 {
  line-height: 0.6;
  font-size: 1.2rem;
}
#keyword_search {
  color: #333;
}
.sidebar-category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.sidebar-category-list li {
  flex: 0 0 33%;
}
.manyCats.theme_slider svg,
.sidebar-category-list svg {
  max-width: 100%;
}
.manyCats.theme_slider svg > g:first-of-type path,
.sidebar-category-list svg > g:first-of-type path {
  opacity: 0.025;
}
.manyCats.theme_slider svg > g:last-of-type path,
.sidebar-category-list svg > g:last-of-type path {
  fill: #162553;
}
.manyCats.theme_slider .column:hover svg > g:first-of-type path,
.manyCats.theme_slider li:hover svg > g:first-of-type path,
.sidebar-category-list .column:hover svg > g:first-of-type path,
.sidebar-category-list li:hover svg > g:first-of-type path {
  opacity: 0.15 !important;
}
.manyCats.theme_slider .column:hover svg > g:last-of-type path,
.manyCats.theme_slider li:hover svg > g:last-of-type path,
.sidebar-category-list .column:hover svg > g:last-of-type path,
.sidebar-category-list li:hover svg > g:last-of-type path {
  fill: #243f97;
}
.publication-theme-excerpt svg {
  margin: auto;
}
.publication-theme-excerpt svg * {
  transition: 250ms all ease-out;
}
.publication-theme-excerpt svg circle {
  stroke: #bd1e30;
  fill: white;
}
.publication-theme-excerpt svg path {
  fill: #1b2f71;
}
.publication-theme-excerpt:hover svg circle {
  fill: #bd1e30;
}
.publication-theme-excerpt:hover svg path {
  fill: #bd1e30;
}
#kei_mobile_menu button {
  height: 63px;
}
#kei_mobile_menu button:after {
  border: inset 9px;
  border-color: white transparent transparent;
}
@media print, screen and (min-width: 50em) {
  body.page-id-5228 .vc_row.wpb_row.vc_row-fluid,
  body.page-id-16 .vc_row.wpb_row.vc_row-fluid,
  body.page-id-13 .vc_row.wpb_row.vc_row-fluid {
    display: flex;
  }
  body.page-id-5228 .vc_row.wpb_row.vc_row-fluid > div > div,
  body.page-id-16 .vc_row.wpb_row.vc_row-fluid > div > div,
  body.page-id-13 .vc_row.wpb_row.vc_row-fluid > div > div {
    height: 100%;
  }
  body.page-id-5228 .vc_row.wpb_row.vc_row-fluid > div > div > .card,
  body.page-id-16 .vc_row.wpb_row.vc_row-fluid > div > div > .card,
  body.page-id-13 .vc_row.wpb_row.vc_row-fluid > div > div > .card {
    height: 100%;
  }
}
#homeTopTab {
  box-shadow: none !important;
}
#homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 1024px) {

  #homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (min-width: 1200px) {

  #homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li a {
  font-weight: 400;
  padding: 12px 30px 7px;
  border: none;
  color: white;
  transition: 250ms all ease-out;
  background: #1e2c33;
  font-size: 16px;
}
@media (min-width: 1024px) {

  #homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {

  #homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li a {
    font-size: 28px;
  }
}
#homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li *:hover a, #homeTopTab .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  background: rgb(231, 235, 248);
  color: #354d5a;
}
#homePublicationTab {
  box-shadow: none !important;
}
#homePublicationTab .vc_tta-tabs-container {
  display: block;
}
#homePublicationTab .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
  color: #486d7b;
  background: white;
  transition: 250ms all ease-out;
}
#homePublicationTab .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab:hover a {
  background: rgb(231, 235, 248);
}
#homePublicationTab .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
#homePublicationTab .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background: #486d7b;
  color: white;
}
#homePublicationTab .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-title-text {
  margin-left: 14px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#homePublicationTab .vc_tta-panel-body {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
#gform_11 textarea,
#gform_11 input[type=text],
#gform_11 input[type=email] {
  background: transparent;
  border: 1px solid #162553;
  border-radius: 7px;
}
#gform_wrapper_2 {
  background: transparent;
  padding: 0;
}
#gform_wrapper_2 label {
  color: white;
}
#gform_wrapper_2 textarea,
#gform_wrapper_2 input[type=text],
#gform_wrapper_2 input[type=email] {
  background: transparent;
  border: 1px solid white;
  border-radius: 7px;
}
#gform_wrapper_2 input[type=submit] {
  background: transparent;
  border: 1px solid white;
  border-radius: 7px;
  color: white;
}
svg * {
  outline: none;
}
#front_publication {
  width: calc(100% - 40px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}
.kei_front_publications h5 a {
  --tw-text-opacity: 1;
  color: rgb(22 37 83 / var(--tw-text-opacity));
}
#km_pdf_map {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
#km_pdf_map path {
  cursor: pointer;
  fill: rgb(36 63 151 / 0.2);
  stroke: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#km_pdf_map path:hover {
  fill: #941b23;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.is-content-wrapper h6.overfine {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.is-content-wrapper h6.overfine a {
  color: #bd1e30;
  transition: 250ms all ease-out;
}
.is-content-wrapper h6.overfine a:hover {
  color: #941b23;
}
.is-content-wrapper h6 .labelTitle, .is-content-wrapper h6.labelTitle {
  color: #656565;
  font-weight: 700;
}
.button.expand {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
  font-weight: bold;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.button.expand:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.button.light {
  background: none;
  box-shadow: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2588235294);
  color: black;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 19px;
  padding: 10px 6px;
  text-align: center;
  text-indent: 0px;
}
.button.light:after {
  content: ">";
  padding-left: 10px;
}
.button.light:hover {
  background: rgba(0, 0, 0, 0.01);
  box-shadow: none !important;
  text-indent: 3px;
  color: #bd1e30;
  border-top-color: #bd1e30;
}
ul[type=disc] {
  list-style-type: disc !important;
}
.prose ul > li {
  padding-left: 0 !important;
}
.prose ul > li:before {
  content: none !important;
}
#homeEventList > .vc_column-inner > .wpb_wrapper {
  border-top: 15px solid #941b23;
}
#homeEventList > .vc_column-inner > .wpb_wrapper .vc_grid-item {
  border-bottom: 1px solid #d7d7d7;
}
.keia-large-video-banner .location > .grid-y {
  position: relative;
  border-right: 2px solid #162553;
}
.keia-large-video-banner .location > .grid-y:after {
  content: "";
  background: #162553;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  position: absolute;
}
.keia-large-video-banner .location > .grid-y .cell {
  position: relative;
  z-index: 1;
}
.keia-large-video-banner .location > .grid-y .cell .meta {
  position: relative;
}
.keia-large-video-banner .location > .grid-y .cell .meta:after {
  content: "";
  position: absolute;
  top: -17px;
  height: 1px;
  left: 0;
  right: 0;
  background: #d7d7d7;
}
.keia-large-video-banner .location > .grid-y .cell:first-of-type .meta:after {
  display: none;
}
.keia-large-video-banner .location .icon {
  background: #162553;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keia-large-video-banner .location .icon path {
  fill: white;
}
.keia-large-video-banner .media .title {
  background: #162553;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.keia-large-video-banner .video .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f0f18;
  box-shadow: 10px 8px 21px -10px inset rgba(0, 0, 0, 0.2);
}
.keia-large-video-banner .video .container .responsive-embed {
  width: 100%;
}
.more-events {
  position: relative;
  background: #941b23;
  margin-top: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.at-resp-share-element .at-share-btn .at-label {
  display: none !important;
}
.card.event-excerpt-small {
  display: grid !important;
  grid-template-columns: 80px 1fr;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5) !important;
  background: white;
  border: none;
}
.card.event-excerpt-small .date {
  background: #162553;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 6px 0;
}
.card.event-excerpt-small .date .bottom {
  margin-top: auto;
}
.card.event-excerpt-small .date h5 {
  color: white;
  font-weight: 800;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
}
.card.event-excerpt-small .date p {
  color: white;
  margin: 0;
  text-align: center;
}
.card.event-excerpt-small .content {
  padding: 5px 15px;
}
.card.event-excerpt-small .content h4 {
  color: #1b2f71;
  font-weight: 600;
}
.card.event-excerpt-small .content a {
  color: #941b23;
  font-weight: 600;
}
.card.event-excerpt-recent {
  border: none;
  background-size: cover;
  background-positon: center;
  background-color: rgba(22, 37, 83, 0.79);
  background-blend-mode: darken;
  height: 300px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 250ms all ease-out;
}
.card.event-excerpt-recent:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22) !important;
}
.card.event-excerpt-recent .top-elem {
  position: absolute;
  top: 0;
  left: 30px;
  height: 10px;
  width: 80px;
  background: #941b23;
}
.card.event-excerpt-recent h3 {
  color: white;
  font-weight: bold;
}
.card.event-excerpt-recent h4 {
  color: #4FAEB5;
  font-size: 60px;
  font-weight: 100;
}
.event-excerpt-small .post_title {
  font-weight: bold;
  line-height: 1.2;
  color: #941b23;
}
.event-excerpt-small .guest-count {
  font-weight: 400;
  font-size: 16px;
}
.event-excerpt-small hr {
  position: relative;
  top: 15px;
  margin: 0;
  background: #e5e5e5;
}
.peninsula-events .vc_grid-item:last-of-type hr {
  display: none;
}
.keia-event-footer .wpb_content_element {
  margin-bottom: 0;
}
.keia-event-footer .event-footer-cta {
  background: #486d7b;
}
.keia-event-footer .event-footer-cta .is-content-wrapper {
  padding: 20px 30px 40px;
}
.keia-event-footer .event-footer-cta * {
  color: white;
}
.keia-event-footer .event-footer-cta h5 {
  text-align: center;
  font-size: 32px;
}
.keia-event-footer .event-footer-cta #footer_cta_form .gform_confirmation_wrapper {
  background: #354d5a;
  border: none;
}
.keia-event-footer .event-footer-cta #footer_cta_form .gform_confirmation_message {
  color: #4FAEB5;
  padding: 20px;
  font-size: 25px;
  font-weight: 100;
  border-radius: 14px;
}
.keia-event-footer .event-footer-cta #footer_cta_form br {
  display: none;
}
.keia-event-footer .event-footer-cta #footer_cta_form * {
  margin: 0;
  padding: 0;
}
.keia-event-footer .event-footer-cta #footer_cta_form form {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  background: rgba(53, 77, 90, 0.8);
  border: 1px solid #354d5a;
  border-radius: 14px;
  flex-wrap: wrap;
}
.keia-event-footer .event-footer-cta #footer_cta_form form .validation_error {
  border: none !important;
  display: none !important;
}
.keia-event-footer .event-footer-cta #footer_cta_form form li.gfield.gfield_error {
  background-color: transparent;
  border: none;
  text-align: center;
}
.keia-event-footer .event-footer-cta #footer_cta_form form li.gfield.gfield_error .validation_message {
  color: white;
  letter-spacing: 0.6px;
}
.keia-event-footer .event-footer-cta #footer_cta_form form .gform_body {
  flex: 1;
}
.keia-event-footer .event-footer-cta #footer_cta_form form .gform_footer {
  flex: 0;
}
.keia-event-footer .event-footer-cta #footer_cta_form form input {
  margin: 0;
  background: transparent;
  border: none;
}
.keia-event-footer .event-footer-cta #footer_cta_form form input[type=text] {
  width: 100%;
  outline: none;
  padding: 12px 0 12px 20px;
}
.keia-event-footer .event-footer-cta #footer_cta_form form input[type=submit] {
  color: #fefefe;
  padding: 12px 20px 12px 6px;
  transition: 250ms all ease-out;
}
.keia-event-footer .event-footer-cta #footer_cta_form form input[type=submit]:hover {
  color: #dbca49;
}
.kei-upcoming-event {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgba(22, 37, 83, 0.8);
  background-blend-mode: darken;
}
.kei-upcoming-event:before {
  content: "";
  top: 0;
  left: 40px;
  height: 15px;
  background: #941b23;
  width: 210px;
  position: absolute;
}
.keia-event-search form {
  flex-direction: row;
  padding: 0;
}
.keia-event-search form .cell {
  padding: 0;
}
.keia-event-search form > .cell:nth-of-type(1) {
  flex: 1;
}
.keia-event-search form > .cell:nth-of-type(1) input {
  width: 100%;
  border: none;
}
.keia-event-search form > .cell:nth-of-type(2) {
  flex: 0 0 auto;
}
.keia-event-search form .cell .grid-x {
  flex-direction: column;
}
.keia-event-search form input[type=submit] {
  border-radius: 0;
  font-weight: 700;
  background: #1b2f71;
}
.upcoming_event_slider .pager:hover path {
  fill: red !important;
  color: orange !important;
}
.upcoming_event_slider .pager:hover i {
  color: blue !important;
}
.upcoming_event_slider .owl-dots {
  display: flex;
  justify-content: center;
}
.upcoming_event_slider .owl-dots .owl-dot {
  background: #162553;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  transition: 100ms all ease-out;
  margin: 15px 5px;
}
.upcoming_event_slider .owl-dots .owl-dot.active {
  background: #bd1e30;
}
[data-editor-style] .v-application input[type=text] {
  border: none;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
  transition: none !important;
}
@media print {
  .is_wpb_container > .cell > .grid-x, .is_wpb_container > .grid-x {
    flex-direction: column !important;
  }
  .is_wpb_container > .cell > .grid-x > .cell, .is_wpb_container > .grid-x > .cell {
    width: 100%;
    flex: 1;
    margin-bottom: 30px;
  }
  #footerCTA,
  .single-post a:after,
  .sticky60 a:after,
  a[download] {
    display: none;
  }
  .tsd-term-container a:after {
    display: none;
  }
  #kei_logo img {
    margin: 15px auto !important;
  }
  #kei_header {
    flex-wrap: wrap;
  }
  #kei_header a:after {
    display: none;
  }
  .ispb_header_container #headerLinks {
    display: flex !important;
    flex: 0 0 100% !important;
  }
  .ispb_header_container #headerLinks > .flex.pb-3 {
    justify-content: center;
  }
  .ispb_header_container #headerLinks .flex > .flex-1 {
    display: none !important;
  }
  .ispb_header_container #headerLinks .browse,
  .ispb_header_container #headerLinks .flex.align-spaced > div {
    display: none !important;
  }
  .is-footer-container,
  #mobileMenuTrigger,
  .parallax-mirror {
    display: none !important;
  }
  .keia_hero_interior_margin {
    margin-bottom: 0 !important;
  }
  .keia_interior_hero {
    margin-bottom: 0;
  }
  .keia_interior_hero *, .keia_interior_hero .white-text {
    color: black !important;
  }
  .keia_interior_hero .title {
    margin: 0;
    padding: 0;
  }
  .keia_interior_hero h1 {
    font-size: 36px;
  }
  .keia_interior_hero:after {
    display: none;
  }
  .keia_interior_hero.with_bg_img {
    padding-bottom: 0;
  }
  .ispb_header_container:after {
    display: none;
  }
}
#publicationsReportCarouselDots .owl-dot.active {
  background: #162553;
}
#publicationsReportCarouselDots .owl-dot.active * {
  color: #fefefe !important;
}
#home_tabs {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}
#home_tabs .vc_tta-tabs-container {
  position: relative;
}
#home_tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  position: absolute;
  bottom: 1px;
  width: 100%;
}
#home_tabs .vc_tta-tab:last-of-type {
  display: none;
}
.kei-front-page-press #front_page_press #home_tabs .vc_tta-tab:last-of-type {
  position: absolute;
}
@media (max-width: 768px) {
  #home_tabs .vc_tta-panels .vc_row {
    display: flex;
    flex-direction: column;
  }
.ispb_header_container #home_tabs .vc_tta-panels .vc_row {
  flex: 0 0 auto;
}
footer #home_tabs .vc_tta-panels .vc_row {
  flex: 0 0 auto;
}
@media print {
  .ispb_header_container #headerLinks > #home_tabs .vc_tta-panels .vc_row.pb-3 {
    justify-content: center;
  }
  .ispb_header_container #headerLinks #home_tabs .vc_tta-panels .vc_row > .flex-1 {
    display: none;
  }
  
  .ispb_header_container #headerLinks #home_tabs .vc_tta-panels .vc_row.align-spaced > div {
    display: none;
  }
}
  #home_tabs .vc_tta-panels .vc_row > div {
    width: 100%;
  }
}
.container {
  max-width: 1333px !important;
}
@media (min-width: 1200px) {

  .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 > *):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 > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

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

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *: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\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

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

  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {

  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

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

  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\: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;
  }

  .xl\: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;
  }

  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

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

  .xl\: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;
  }

  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }

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

  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

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

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

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

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

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

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

  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

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

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

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

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

  .xl\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

  .xl\: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;
  }

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

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

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

  .xl\:prose-xl :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.odd\:bg-gray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}
.odd\:bg-gray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 63 151 / var(--tw-border-opacity));
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-border-opacity));
}
.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 174 181 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 249 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 7 15 / var(--tw-bg-opacity));
}
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 15 24 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 129 141 / var(--tw-bg-opacity));
}
.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 241 242 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}
.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(9 16 38 / var(--tw-text-opacity));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(61 72 82 / var(--tw-text-opacity));
}
.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(78 7 15 / var(--tw-text-opacity));
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 27 35 / var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(189 30 48 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 63 151 / var(--tw-border-opacity));
}
.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(218 225 231 / var(--tw-border-opacity));
}
.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 132 137 / var(--tw-border-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgb(33 47 51 / var(--tw-text-opacity));
}
.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(36 63 151 / var(--tw-border-opacity));
}
.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(218 225 231 / var(--tw-border-opacity));
}
.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(189 30 48 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 47 113 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(27 47 113 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(36 63 151 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(35 38 41 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(61 72 82 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(135 149 161 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(79 174 181 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1;
  color: rgb(148 27 35 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(78 7 15 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(148 27 35 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(189 30 48 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:active .group-active\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 800px) {

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

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

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

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

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

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

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

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

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1440px) {

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