.datepicker{display:none}.datepicker.active{display:block}.datepicker-dropdown{position:absolute;top:0;left:0;z-index:20;padding-top:4px}.datepicker-dropdown.datepicker-orient-top{padding-top:0;padding-bottom:4px}.datepicker-picker{display:inline-block;border-radius:4px;background-color:#fff}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)}.datepicker-picker span{display:block;flex:1;border:0;border-radius:4px;cursor:default;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-main{padding:2px}.datepicker-footer{box-shadow:inset 0 1px 1px rgba(10,10,10,.1);background-color:#f5f5f5}.datepicker-grid,.datepicker-view .days-of-week,.datepicker-view,.datepicker-controls{display:flex}.datepicker-grid{flex-wrap:wrap}.datepicker-view .days .datepicker-cell,.datepicker-view .dow{flex-basis:14.2857142857%}.datepicker-view.datepicker-grid .datepicker-cell{flex-basis:25%}.datepicker-cell,.datepicker-view .week{height:2.25rem;line-height:2.25rem}.datepicker-title{box-shadow:inset 0 -1px 1px rgba(10,10,10,.1);background-color:#f5f5f5;padding:.375rem .75rem;text-align:center;font-weight:700}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:1px solid #dbdbdb;border-radius:4px;box-shadow:none;background-color:#fff;cursor:pointer;padding:calc(0.375em - 1px) .75em;height:2.25em;vertical-align:top;text-align:center;line-height:1.5;white-space:nowrap;color:#363636;font-size:1rem}.datepicker-controls .button:focus,.datepicker-controls .button:active{outline:none}.datepicker-controls .button:hover{border-color:#b5b5b5;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#4a4a4a;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:bold}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-header .datepicker-controls .button[disabled]{box-shadow:none}.datepicker-footer .datepicker-controls .button{margin:calc(.375rem - 1px) .375rem;border-radius:2px;width:100%;font-size:.75rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .prev-btn,.datepicker-controls .next-btn{padding-right:.375rem;padding-left:.375rem;width:2.25rem}.datepicker-controls .prev-btn.disabled,.datepicker-controls .next-btn.disabled{visibility:hidden}.datepicker-view .dow{height:1.5rem;line-height:1.5rem;font-size:.875rem;font-weight:700}.datepicker-view .week{width:2.25rem;color:#b5b5b5;font-size:.75rem}@media(max-width: 22.5rem){.datepicker-view .week{width:1.96875rem}}.datepicker-grid{width:15.75rem}@media(max-width: 22.5rem){.calendar-weeks+.days .datepicker-grid{width:13.78125rem}}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e8e8e8}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dbdbdb}.datepicker-cell.prev:not(.disabled),.datepicker-cell.next:not(.disabled){color:#7a7a7a}.datepicker-cell.prev.selected,.datepicker-cell.next.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){border-radius:0;background-color:#f5f5f5}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#eee}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e8e8e8}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00c4a7}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b5b5b5;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#afafaf}.datepicker-cell.range-start{border-radius:4px 0 0 4px}.datepicker-cell.range-end{border-radius:0 4px 4px 0}.datepicker-cell.range{border-radius:0;background-color:#dbdbdb}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d5d5d5}.datepicker-cell.range.disabled{color:#c2c2c2}.datepicker-cell.range.focused{background-color:#cfcfcf}.datepicker-view.datepicker-grid .datepicker-cell{height:4.5rem;line-height:4.5rem}.datepicker-input.in-edit{border-color:#2366d1}.datepicker-input.in-edit:focus,.datepicker-input.in-edit:active{box-shadow:0 0 .25em .25em rgba(35,102,209,.2)}/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize *//*
Document
========
*//**
Use a better box model (opinionated).
*/*,
::before,
::after {
	box-sizing: border-box;
}/**
Use a more readable tab size (opinionated).
*/html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}/*
Sections
========
*//**
Remove the margin in all browsers.
*/body {
	margin: 0;
}/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}/*
Grouping content
================
*//**
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)
*/hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}/*
Text-level semantics
====================
*//**
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}/**
Add the correct font weight in Edge and Safari.
*/b,
strong {
	font-weight: bolder;
}/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}/*
Tabular data
============
*//**
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)
*/table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}/*
Forms
=====
*//**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/button,
select { /* 1 */
	text-transform: none;
}/**
Correct the inability to style clickable types in iOS and Safari.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}/**
Remove the inner border and padding in Firefox.
*/::-moz-focus-inner {
	border-style: none;
	padding: 0;
}/**
Restore the focus styles unset by the previous rule.
*/:-moz-focusring {
	outline: 1px dotted ButtonText;
}/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/:-moz-ui-invalid {
	box-shadow: none;
}/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/legend {
	padding: 0;
}/**
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 */
}/*
Interactive
===========
*//*
Add the correct display in Chrome and Safari.
*/summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 *//**
 * Removes the default spacing and border for appropriate elements.
 */blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}button {
  background-color: transparent;
  background-image: none;
}fieldset {
  margin: 0;
  padding: 0;
}ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}/**
 * Tailwind custom reset styles
 *//**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */body {
  font-family: inherit;
  line-height: inherit;
}/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}/*
 * Ensure horizontal rules are visible by default
 */hr {
  border-top-width: 1px;
}/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */img {
  border-style: solid;
}textarea {
  resize: vertical;
}input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}button,
[role="button"] {
  cursor: pointer;
}/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */:-moz-focusring {
	outline: auto;
}table {
  border-collapse: collapse;
}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;
}/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */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;
}/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */[hidden] {
  display: none;
}*, ::before, ::after{--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-transform:translateX(var(--tw-translate-x)) translateY(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));--tw-border-opacity:1;border-color:rgba(229, 231, 235, var(--tw-border-opacity));--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0)}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0px;padding-top:0.5rem;padding-right:0.75rem;padding-bottom:0.5rem;padding-left:0.75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 rgba(0,0,0,0);}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder, textarea::-moz-placeholder{color:#6b7280;opacity:1}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 0.5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}[multiple]{background-image:none;background-image:initial;background-position:0 0;background-position:initial;background-repeat:unset;background-size:auto auto;background-size:initial;padding-right:0.75rem;-webkit-print-color-adjust:unset;color-adjust:unset}[type='checkbox'],[type='radio']{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 rgba(0,0,0,0)}[type='checkbox']{border-radius:0px}[type='radio']{border-radius:100%}[type='checkbox']:focus,[type='radio']:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}[type='checkbox']:checked,[type='radio']:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type='checkbox']:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type='radio']:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{border-color:transparent;background-color:currentColor}[type='checkbox']:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{border-color:transparent;background-color:currentColor}[type='file']{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type='file']:focus{outline:1px auto -webkit-focus-ring-color}.exfl-prose-lg{font-size:1.125rem;line-height:1.7777778;}.exfl-prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.exfl-prose-lg [class~="lead"]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.exfl-prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.exfl-prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:0.8333333em;line-height:1}.exfl-prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.exfl-prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:0.6666667em;line-height:1.5}.exfl-prose-lg h4{margin-top:1.7777778em;margin-bottom:0.4444444em;line-height:1.5555556}.exfl-prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.exfl-prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.exfl-prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.exfl-prose-lg figure > *{margin-top:0;margin-bottom:0}.exfl-prose-lg figure figcaption{font-size:0.8888889em;line-height:1.5;margin-top:1em}.exfl-prose-lg code{font-size:0.8888889em}.exfl-prose-lg h2 code{font-size:0.8666667em}.exfl-prose-lg h3 code{font-size:0.875em}.exfl-prose-lg pre{font-size:0.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:0.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.exfl-prose-lg ol{margin-top:1.3333333em;margin-bottom:1.3333333em}.exfl-prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.exfl-prose-lg li{margin-top:0.6666667em;margin-bottom:0.6666667em}.exfl-prose-lg ol > li{padding-left:1.6666667em}.exfl-prose-lg ol > li::before{left:0}.exfl-prose-lg ul > li{padding-left:1.6666667em}.exfl-prose-lg ul > li::before{width:0.3333333em;height:0.3333333em;top:calc(0.8888889em - 0.1666667em);left:0.2222222em}.exfl-prose-lg > ul > li p{margin-top:0.8888889em;margin-bottom:0.8888889em}.exfl-prose-lg > ul > li > *:first-child{margin-top:1.3333333em}.exfl-prose-lg > ul > li > *:last-child{margin-bottom:1.3333333em}.exfl-prose-lg > ol > li > *:first-child{margin-top:1.3333333em}.exfl-prose-lg > ol > li > *:last-child{margin-bottom:1.3333333em}.exfl-prose-lg ul ul, .exfl-prose-lg ul ol, .exfl-prose-lg ol ul, .exfl-prose-lg ol ol{margin-top:0.8888889em;margin-bottom:0.8888889em;margin-top:0.8888889em;margin-bottom:0.8888889em;margin-top:0.8888889em;margin-bottom:0.8888889em;margin-top:0.8888889em;margin-bottom:0.8888889em}.exfl-prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.exfl-prose-lg hr + *{margin-top:0}.exfl-prose-lg h2 + *{margin-top:0}.exfl-prose-lg h3 + *{margin-top:0}.exfl-prose-lg h4 + *{margin-top:0}.exfl-prose-lg table{font-size:0.8888889em;line-height:1.5}.exfl-prose-lg thead th{padding-right:0.75em;padding-bottom:0.75em;padding-left:0.75em}.exfl-prose-lg thead th:first-child{padding-left:0}.exfl-prose-lg thead th:last-child{padding-right:0}.exfl-prose-lg tbody td{padding-top:0.75em;padding-right:0.75em;padding-bottom:0.75em;padding-left:0.75em}.exfl-prose-lg tbody td:first-child{padding-left:0}.exfl-prose-lg tbody td:last-child{padding-right:0}.exfl-prose-lg > :first-child{margin-top:0}.exfl-prose-lg > :last-child{margin-bottom:0}.exfl-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.exfl-pointer-events-none{pointer-events:none !important}.exfl-invisible{visibility:hidden !important}.exfl-fixed{position:fixed !important}.exfl-absolute{position:absolute !important}.exfl-relative{position:relative !important}.exfl-inset-0{top:0px !important;right:0px !important;bottom:0px !important;left:0px !important}.exfl-inset-y-0{top:0px !important;bottom:0px !important}.exfl-top-0\.5{top:0.125em !important}.exfl-top-0{top:0px !important}.exfl-left-0{left:0px !important}.exfl-right-0{right:0px !important}.exfl--top-3{top:-0.75em !important}.exfl-top-1\/2{top:50% !important}.exfl-left-1\/2{left:50% !important}.exfl-z-0{z-index:0 !important}.exfl-z-10{z-index:10 !important}.exfl-col-span-6{grid-column:span 6 / span 6 !important}.exfl-col-span-2{grid-column:span 2 / span 2 !important}.exfl-col-span-3{grid-column:span 3 / span 3 !important}.exfl-float-right{float:right !important}.exfl-float-left{float:left !important}.exfl-m-0{margin:0px !important}.exfl-m-1{margin:0.25em !important}.exfl-m-auto{margin:auto !important}.exfl-m-2{margin:0.5em !important}.exfl-mx-auto{margin-left:auto !important;margin-right:auto !important}.exfl-my-6{margin-top:1.5em !important;margin-bottom:1.5em !important}.exfl-my-0{margin-top:0px !important;margin-bottom:0px !important}.exfl-my-4{margin-top:1em !important;margin-bottom:1em !important}.exfl-my-3{margin-top:0.75em !important;margin-bottom:0.75em !important}.exfl-mx-0{margin-left:0px !important;margin-right:0px !important}.exfl-ml-3{margin-left:0.75em !important}.exfl-mt-2{margin-top:0.5em !important}.exfl-mt-0{margin-top:0px !important}.exfl-mb-0{margin-bottom:0px !important}.exfl-mb-1{margin-bottom:0.25em !important}.exfl-ml-1{margin-left:0.25em !important}.exfl-mr-2{margin-right:0.5em !important}.exfl-mt-12{margin-top:3em !important}.exfl-ml-0{margin-left:0px !important}.exfl-mb-4{margin-bottom:1em !important}.exfl-mb-6{margin-bottom:1.5em !important}.exfl-mb-2{margin-bottom:0.5em !important}.exfl-mt-4{margin-top:1em !important}.exfl-ml-6{margin-left:1.5em !important}.exfl-mt-3{margin-top:0.75em !important}.exfl-mt-6{margin-top:1.5em !important}.exfl-mt-1{margin-top:0.25em !important}.exfl-mb-12{margin-bottom:3em !important}.exfl-ml-2{margin-left:0.5em !important}.exfl-mt-8{margin-top:2em !important}.exfl-mb-8{margin-bottom:2em !important}.exfl-mt-5{margin-top:1.25em !important}.exfl-mr-1{margin-right:0.25em !important}.exfl-mr-3{margin-right:0.75em !important}.exfl-mt-10{margin-top:2.5em !important}.exfl-mt-20{margin-top:5em !important}.exfl-box-border{box-sizing:border-box !important}.exfl-block{display:block !important}.exfl-inline-block{display:inline-block !important}.exfl-inline{display:inline !important}.exfl-flex{display:flex !important}.exfl-inline-flex{display:inline-flex !important}.exfl-flow-root{display:flow-root !important}.exfl-grid{display:grid !important}.exfl-hidden{display:none !important}.exfl-h-4{height:1em !important}.exfl-h-8{height:2em !important}.exfl-h-1{height:0.25em !important}.exfl-h-5{height:1.25em !important}.exfl-h-10{height:2.5em !important}.exfl-h-full{height:100% !important}.exfl-h-0{height:0px !important}.exfl-h-7{height:1.75em !important}.exfl-h-6{height:1.5em !important}.exfl-h-32{height:8em !important}.exfl-h-2{height:0.5em !important}.exfl-h-9{height:2.25em !important}.exfl-h-16{height:4em !important}.exfl-h-12{height:3em !important}.exfl-h-24{height:6em !important}.exfl-h-3{height:0.75em !important}.exfl-min-h-screen{min-height:100vh !important}.exfl-w-4{width:1em !important}.exfl-w-full{width:100% !important}.exfl-w-8{width:2em !important}.exfl-w-1{width:0.25em !important}.exfl-w-5{width:1.25em !important}.exfl-w-10{width:2.5em !important}.exfl-w-6{width:1.5em !important}.exfl-w-2{width:0.5em !important}.exfl-w-9{width:2.25em !important}.exfl-w-px{width:1px !important}.exfl-w-16{width:4em !important}.exfl-w-12{width:3em !important}.exfl-w-40{width:10em !important}.exfl-w-56{width:14em !important}.exfl-w-44{width:11em !important}.exfl-w-3{width:0.75em !important}.exfl-w-4\/5{width:80% !important}.exfl-w-auto{width:auto !important}.exfl-min-w-0{min-width:0px !important}.exfl-max-w-\[50\%\]{max-width:50% !important}.exfl-max-w-none{max-width:none !important}.exfl-max-w-lg{max-width:32rem !important}.exfl-max-w-prose{max-width:65ch !important}.exfl-flex-1{flex:1 1 0% !important}.exfl-flex-none{flex:none !important}.exfl-flex-shrink-0{flex-shrink:0 !important}.exfl-origin-top-right{transform-origin:top right !important}.exfl-translate-x-0{--tw-translate-x:0px !important;transform:var(--tw-transform) !important}.exfl-rotate-0{--tw-rotate:0deg !important;transform:var(--tw-transform) !important}.exfl-rotate-180{--tw-rotate:180deg !important;transform:var(--tw-transform) !important}.exfl-transform{transform:var(--tw-transform) !important}@-webkit-keyframes exfl-spin{to{transform:rotate(360deg)}}@keyframes exfl-spin{to{transform:rotate(360deg)}}.exfl-animate-spin{-webkit-animation:exfl-spin 1s linear infinite !important;animation:exfl-spin 1s linear infinite !important}.exfl-cursor-pointer{cursor:pointer !important}.exfl-cursor-not-allowed{cursor:not-allowed !important}.exfl-list-none{list-style-type:none !important}.exfl-auto-rows-min{grid-auto-rows:-webkit-min-content !important;grid-auto-rows:min-content !important}.exfl-grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}.exfl-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr)) !important}.exfl-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}.exfl-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr)) !important}.exfl-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}.exfl-flex-col{flex-direction:column !important}.exfl-flex-wrap{flex-wrap:wrap !important}.exfl-place-content-center{align-content:center !important;justify-content:center !important;place-content:center !important}.exfl-items-start{align-items:flex-start !important}.exfl-items-end{align-items:flex-end !important}.exfl-items-center{align-items:center !important}.exfl-justify-end{justify-content:flex-end !important}.exfl-justify-center{justify-content:center !important}.exfl-justify-between{justify-content:space-between !important}.exfl-gap-1{grid-gap:0.25em !important;gap:0.25em !important}.exfl-gap-2{grid-gap:0.5em !important;gap:0.5em !important}.exfl-gap-4{grid-gap:1em !important;gap:1em !important}.exfl-gap-6{grid-gap:1.5em !important;gap:1.5em !important}.exfl-gap-5{grid-gap:1.25em !important;gap:1.25em !important}.exfl-gap-x-8{grid-column-gap:2em !important;-moz-column-gap:2em !important;column-gap:2em !important}.exfl-gap-y-10{grid-row-gap:2.5em !important;row-gap:2.5em !important}.exfl-space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(1em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(1em * var(--tw-space-y-reverse)) !important}.exfl--space-x-px > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(-1px * var(--tw-space-x-reverse)) !important;margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(0.25em * var(--tw-space-x-reverse)) !important;margin-left:calc(0.25em * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(0.5em * var(--tw-space-x-reverse)) !important;margin-left:calc(0.5em * calc(1 - var(--tw-space-x-reverse))) !important}.exfl--space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(-0.25em * var(--tw-space-x-reverse)) !important;margin-left:calc(-0.25em * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(0.75em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(0.75em * var(--tw-space-y-reverse)) !important}.exfl-space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(1.5em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(1.5em * var(--tw-space-y-reverse)) !important}.exfl-space-y-12 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(3em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(3em * var(--tw-space-y-reverse)) !important}.exfl-space-x-3 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(0.75em * var(--tw-space-x-reverse)) !important;margin-left:calc(0.75em * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(1.25em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(1.25em * var(--tw-space-y-reverse)) !important}.exfl-space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(0.5em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(0.5em * var(--tw-space-y-reverse)) !important}.exfl-space-x-0 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(0px * var(--tw-space-x-reverse)) !important;margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(1em * var(--tw-space-x-reverse)) !important;margin-left:calc(1em * calc(1 - var(--tw-space-x-reverse))) !important}.exfl-divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0 !important;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;border-bottom-width:calc(1px * var(--tw-divide-y-reverse)) !important}.exfl-divide-gray-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1 !important;border-color:rgba(229, 231, 235, var(--tw-divide-opacity)) !important}.exfl-overflow-auto{overflow:auto !important}.exfl-overflow-hidden{overflow:hidden !important}.exfl-overflow-y-auto{overflow-y:auto !important}.exfl-truncate{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.exfl-whitespace-nowrap{white-space:nowrap !important}.exfl-rounded{border-radius:0.25rem !important}.exfl-rounded-lg{border-radius:0.5rem !important}.exfl-rounded-full{border-radius:9999px !important}.exfl-rounded-md{border-radius:0.375rem !important}.exfl-rounded-l-md{border-top-left-radius:0.375rem !important;border-bottom-left-radius:0.375rem !important}.exfl-rounded-r-md{border-top-right-radius:0.375rem !important;border-bottom-right-radius:0.375rem !important}.exfl-border-2{border-width:2px !important}.exfl-border{border-width:1px !important}.exfl-border-0{border-width:0px !important}.exfl-border-t{border-top-width:1px !important}.exfl-border-b{border-bottom-width:1px !important}.exfl-border-t-4{border-top-width:4px !important}.exfl-border-solid{border-style:solid !important}.exfl-border-dashed{border-style:dashed !important}.exfl-border-gray-300{--tw-border-opacity:1 !important;border-color:rgba(209, 213, 219, var(--tw-border-opacity)) !important}.exfl-border-expertfile-500{--tw-border-opacity:1 !important;border-color:rgba(65, 182, 230, var(--tw-border-opacity)) !important}.exfl-border-gray-500{--tw-border-opacity:1 !important;border-color:rgba(107, 114, 128, var(--tw-border-opacity)) !important}.exfl-border-gray-200{--tw-border-opacity:1 !important;border-color:rgba(229, 231, 235, var(--tw-border-opacity)) !important}.exfl-border-transparent{border-color:transparent !important}.exfl-border-gray-100{--tw-border-opacity:1 !important;border-color:rgba(243, 244, 246, var(--tw-border-opacity)) !important}.exfl-border-expertfile-600{--tw-border-opacity:1 !important;border-color:rgba(44, 154, 199, var(--tw-border-opacity)) !important}.exfl-bg-gray-300{--tw-bg-opacity:1 !important;background-color:rgba(209, 213, 219, var(--tw-bg-opacity)) !important}.exfl-bg-gray-100{--tw-bg-opacity:1 !important;background-color:rgba(243, 244, 246, var(--tw-bg-opacity)) !important}.exfl-bg-white{--tw-bg-opacity:1 !important;background-color:rgba(255, 255, 255, var(--tw-bg-opacity)) !important}.exfl-bg-gray-50{--tw-bg-opacity:1 !important;background-color:rgba(249, 250, 251, var(--tw-bg-opacity)) !important}.exfl-bg-gray-500{--tw-bg-opacity:1 !important;background-color:rgba(107, 114, 128, var(--tw-bg-opacity)) !important}.exfl-bg-gray-200{--tw-bg-opacity:1 !important;background-color:rgba(229, 231, 235, var(--tw-bg-opacity)) !important}.exfl-bg-transparent{background-color:transparent !important}.exfl-bg-expertfile-700{--tw-bg-opacity:1 !important;background-color:rgba(28, 131, 173, var(--tw-bg-opacity)) !important}.exfl-bg-expertfile-600{--tw-bg-opacity:1 !important;background-color:rgba(44, 154, 199, var(--tw-bg-opacity)) !important}.exfl-bg-gray-700{--tw-bg-opacity:1 !important;background-color:rgba(55, 65, 81, var(--tw-bg-opacity)) !important}.exfl-bg-opacity-75{--tw-bg-opacity:0.75 !important}.exfl-object-cover{-o-object-fit:cover !important;object-fit:cover !important}.exfl-p-12{padding:3em !important}.exfl-p-4{padding:1em !important}.exfl-p-1{padding:0.25em !important}.exfl-p-2{padding:0.5em !important}.exfl-p-0{padding:0px !important}.exfl-py-1{padding-top:0.25em !important;padding-bottom:0.25em !important}.exfl-px-2{padding-left:0.5em !important;padding-right:0.5em !important}.exfl-py-3{padding-top:0.75em !important;padding-bottom:0.75em !important}.exfl-px-3{padding-left:0.75em !important;padding-right:0.75em !important}.exfl-py-2{padding-top:0.5em !important;padding-bottom:0.5em !important}.exfl-px-4{padding-left:1em !important;padding-right:1em !important}.exfl-px-1{padding-left:0.25em !important;padding-right:0.25em !important}.exfl-py-1\.5{padding-top:0.375em !important;padding-bottom:0.375em !important}.exfl-py-10{padding-top:2.5em !important;padding-bottom:2.5em !important}.exfl-py-6{padding-top:1.5em !important;padding-bottom:1.5em !important}.exfl-py-5{padding-top:1.25em !important;padding-bottom:1.25em !important}.exfl-px-6{padding-left:1.5em !important;padding-right:1.5em !important}.exfl-pt-4{padding-top:1em !important}.exfl-pr-12{padding-right:3em !important}.exfl-pt-1{padding-top:0.25em !important}.exfl-pl-4{padding-left:1em !important}.exfl-pr-3{padding-right:0.75em !important}.exfl-pl-3{padding-left:0.75em !important}.exfl-pr-2{padding-right:0.5em !important}.exfl-pb-0{padding-bottom:0px !important}.exfl-pt-6{padding-top:1.5em !important}.exfl-pb-24{padding-bottom:6em !important}.exfl-pl-0{padding-left:0px !important}.exfl-pt-2{padding-top:0.5em !important}.exfl-pl-6{padding-left:1.5em !important}.exfl-pr-1{padding-right:0.25em !important}.exfl-pr-6{padding-right:1.5em !important}.exfl-pt-5{padding-top:1.25em !important}.exfl-pb-4{padding-bottom:1em !important}.exfl-pb-20{padding-bottom:5em !important}.exfl-text-left{text-align:left !important}.exfl-text-center{text-align:center !important}.exfl-text-right{text-align:right !important}.exfl-align-middle{vertical-align:middle !important}.exfl-align-bottom{vertical-align:bottom !important}.exfl-text-base{font-size:1em !important}.exfl-text-sm{font-size:0.875em !important}.exfl-text-2xl{font-size:1.5em !important}.exfl-text-lg{font-size:1.125em !important}.exfl-text-xs{font-size:0.75em !important}.exfl-text-3xl{font-size:1.875em !important}.exfl-text-4xl{font-size:2.25em !important}.exfl-text-xl{font-size:1.25em !important}.exfl-font-medium{font-weight:500 !important}.exfl-font-bold{font-weight:700 !important}.exfl-font-semibold{font-weight:600 !important}.exfl-font-normal{font-weight:400 !important}.exfl-font-extrabold{font-weight:800 !important}.exfl-uppercase{text-transform:uppercase !important}.exfl-normal-case{text-transform:none !important}.exfl-leading-none{line-height:1 !important}.exfl-leading-snug{line-height:1.375 !important}.exfl-leading-6{line-height:1.5em !important}.exfl-leading-5{line-height:1.25em !important}.exfl-leading-normal{line-height:1.5 !important}.exfl-tracking-wide{letter-spacing:0.025em !important}.exfl-tracking-tight{letter-spacing:-0.025em !important}.exfl-text-expertfile-500{--tw-text-opacity:1 !important;color:rgba(65, 182, 230, var(--tw-text-opacity)) !important}.exfl-text-gray-600{--tw-text-opacity:1 !important;color:rgba(75, 85, 99, var(--tw-text-opacity)) !important}.exfl-text-gray-400{--tw-text-opacity:1 !important;color:rgba(156, 163, 175, var(--tw-text-opacity)) !important}.exfl-text-gray-900{--tw-text-opacity:1 !important;color:rgba(17, 24, 39, var(--tw-text-opacity)) !important}.exfl-text-gray-700{--tw-text-opacity:1 !important;color:rgba(55, 65, 81, var(--tw-text-opacity)) !important}.exfl-text-gray-500{--tw-text-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-text-opacity)) !important}.exfl-text-green-100{--tw-text-opacity:1 !important;color:rgba(209, 250, 229, var(--tw-text-opacity)) !important}.exfl-text-white{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, var(--tw-text-opacity)) !important}.exfl-text-expertfile-600{--tw-text-opacity:1 !important;color:rgba(44, 154, 199, var(--tw-text-opacity)) !important}.exfl-text-red-500{--tw-text-opacity:1 !important;color:rgba(239, 68, 68, var(--tw-text-opacity)) !important}.exfl-text-red-700{--tw-text-opacity:1 !important;color:rgba(185, 28, 28, var(--tw-text-opacity)) !important}.exfl-text-green-500{--tw-text-opacity:1 !important;color:rgba(16, 185, 129, var(--tw-text-opacity)) !important}.exfl-no-underline{text-decoration:none !important}.exfl-placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important}.exfl-placeholder-gray-500:-ms-input-placeholder{--tw-placeholder-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important}.exfl-placeholder-gray-500::placeholder{--tw-placeholder-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-placeholder-opacity)) !important}.exfl-opacity-50{opacity:0.5 !important}.exfl-opacity-25{opacity:0.25 !important}.exfl-opacity-75{opacity:0.75 !important}.exfl-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important}.exfl-shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important}.exfl-shadow{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important}.exfl-shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important}.exfl-outline-none{outline:2px solid transparent !important;outline-offset:2px !important}.exfl-ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important}.exfl-ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important}.exfl-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important}.exfl-ring-white{--tw-ring-opacity:1 !important;--tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity)) !important}.exfl-ring-black{--tw-ring-opacity:1 !important;--tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity)) !important}.exfl-ring-opacity-5{--tw-ring-opacity:0.05 !important}.exfl-transition-colors{transition-property:background-color, border-color, color, fill, stroke !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.exfl-transition{transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.exfl-transition-all{transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.exfl-transition-transform{transition-property:transform !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.exfl-transition-opacity{transition-property:opacity !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important}.exfl-duration-150{transition-duration:150ms !important}.exfl-duration-200{transition-duration:200ms !important}.exfl-duration-500{transition-duration:500ms !important}.exfl-ease-linear{transition-timing-function:linear !important}.exfl-ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important}.exfl-line-clamp-2{overflow:hidden !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important}.exfl-line-clamp-4{overflow:hidden !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:4 !important}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}.exfl-plg:where(*:not(svg):not(svg *), use){all:revert}.exfl-plg{font-size:16px;position:relative}.exfl-plg div,.exfl-plg span,.exfl-plg applet,.exfl-plg object,.exfl-plg iframe,.exfl-plg h1,.exfl-plg h2,.exfl-plg h3,.exfl-plg h4,.exfl-plg h5,.exfl-plg h6,.exfl-plg p,.exfl-plg blockquote,.exfl-plg pre,.exfl-plg a,.exfl-plg abbr,.exfl-plg acronym,.exfl-plg address,.exfl-plg big,.exfl-plg cite,.exfl-plg code,.exfl-plg del,.exfl-plg dfn,.exfl-plg em,.exfl-plg img,.exfl-plg ins,.exfl-plg kbd,.exfl-plg q,.exfl-plg s,.exfl-plg samp,.exfl-plg small,.exfl-plg strike,.exfl-plg strong,.exfl-plg sub,.exfl-plg sup,.exfl-plg tt,.exfl-plg var,.exfl-plg b,.exfl-plg u,.exfl-plg i,.exfl-plg center,.exfl-plg dl,.exfl-plg dt,.exfl-plg dd,.exfl-plg ol,.exfl-plg ul,.exfl-plg li,.exfl-plg fieldset,.exfl-plg form,.exfl-plg label,.exfl-plg legend,.exfl-plg table,.exfl-plg caption,.exfl-plg tbody,.exfl-plg tfoot,.exfl-plg thead,.exfl-plg tr,.exfl-plg th,.exfl-plg td,.exfl-plg article,.exfl-plg aside,.exfl-plg canvas,.exfl-plg details,.exfl-plg embed,.exfl-plg figure,.exfl-plg figcaption,.exfl-plg footer,.exfl-plg header,.exfl-plg hgroup,.exfl-plg menu,.exfl-plg nav,.exfl-plg output,.exfl-plg ruby,.exfl-plg section,.exfl-plg summary,.exfl-plg time,.exfl-plg mark,.exfl-plg audio,.exfl-plg video{margin:0;padding:0;font-size:100%;vertical-align:baseline;border:0;white-space:normal}.exfl-plg a{text-decoration:none !important}.exfl-plg ol,.exfl-plg ul{list-style:none}.exfl-plg blockquote,.exfl-plg q{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none}.exfl-plg blockquote:before,.exfl-plg blockquote:after,.exfl-plg q:before,.exfl-plg q:after{content:"";content:none}.exfl-plg input[type=email],.exfl-plg input[type=search],.exfl-plg input[type=text],.exfl-plg textarea{background:#fff !important;margin:0;padding:0;box-sizing:border-box !important}.exfl-plg select{margin:0;padding:0;box-sizing:border-box !important}.exfl-plg .autoComplete_wrapper{position:relative}.exfl-plg .autoComplete_wrapper>input{height:3em;width:370px;margin:0;padding:0 2em 0 3.2em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:1em;text-overflow:ellipsis;color:rgba(255,122,122,.3);outline:none;border-radius:10em;border:.05em solid rgba(255,122,122,.5);background-image:url(../search.html);background-size:1.4em;background-position:left 1.05em top .8em;background-repeat:no-repeat;background-origin:border-box;background-color:#fff;transition:all .4s ease;-webkit-transition:all -webkit-transform .4s ease}.exfl-plg .autoComplete_wrapper>input::-moz-placeholder{color:rgba(255,122,122,.5);-moz-transition:all .3s ease;transition:all .3s ease;font-size:16px;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:-ms-input-placeholder{color:rgba(255,122,122,.5);-ms-transition:all .3s ease;transition:all .3s ease;font-size:16px;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input::placeholder{color:rgba(255,122,122,.5);transition:all .3s ease;font-size:16px;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:hover::-moz-placeholder{color:rgba(255,122,122,.6);-moz-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:hover:-ms-input-placeholder{color:rgba(255,122,122,.6);-ms-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:hover::placeholder{color:rgba(255,122,122,.6);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:focus::-moz-placeholder{padding:.1em .6em;font-size:.95em;color:rgba(255,122,122,.4)}.exfl-plg .autoComplete_wrapper>input:focus:-ms-input-placeholder{padding:.1em .6em;font-size:.95em;color:rgba(255,122,122,.4)}.exfl-plg .autoComplete_wrapper>input:focus::placeholder{padding:.1em .6em;font-size:.95em;color:rgba(255,122,122,.4)}.exfl-plg .autoComplete_wrapper>input:focus::-moz-selection{background-color:rgba(255,122,122,.15)}.exfl-plg .autoComplete_wrapper>input:focus::selection{background-color:rgba(255,122,122,.15)}.exfl-plg .autoComplete_wrapper>input::-moz-selection{background-color:rgba(255,122,122,.15)}.exfl-plg .autoComplete_wrapper>input::selection{background-color:rgba(255,122,122,.15)}.exfl-plg .autoComplete_wrapper>input:hover{color:rgba(255,122,122,.8);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.exfl-plg .autoComplete_wrapper>input:focus{color:#ff7a7a;border:.06em solid rgba(255,122,122,.8)}.autoComplete_wrapper>ul{position:absolute;max-height:226px;overflow-y:hidden;box-sizing:border-box;left:0;right:0;margin:.5em 0 0 0;padding:0;z-index:1;list-style:none;border-radius:.6em;background-color:#fff;border:1px solid rgba(33,33,33,.07);box-shadow:0 3px 6px rgba(149,157,165,.15);outline:none;transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-webkit-transition:opacity .15s ease-in-out}.exfl-plg .autoComplete_wrapper>ul[hidden],.exfl-plg .autoComplete_wrapper>ul:empty{display:block;opacity:0;transform:scale(0)}.exfl-plg .autoComplete_wrapper>ul>li{margin:.3em;padding:.3em .5em;text-align:left;font-size:1em;color:#212121;border-radius:.35em;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}.exfl-plg .autoComplete_wrapper>ul>li mark{background-color:transparent;color:#ff7a7a;font-weight:bold;margin:0px !important;padding:0px !important}.exfl-plg .autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:rgba(255,122,122,.15)}.exfl-plg .autoComplete_wrapper>ul>li[aria-selected=true]{background-color:rgba(255,122,122,.15)}@media only screen and (max-width: 600px){.exfl-plg .autoComplete_wrapper>input{width:18em}}.expertfile-plugin-directory #experts-filters div:first-child{padding-top:0px !important}.expertfile-plugin-directory .exfl-border-t.exfl-border-gray-200{border-top:1px solid rgba(229,231,235,.8) !important}.expertfile-plugin-directory .exfl-border-b.exfl-border-gray-200{border-bottom:1px solid rgba(229,231,235,.8) !important}.expertfile-plugin-directory .exfl-search-icon{display:block;fill:none;height:16px;width:16px;stroke-width:4;font-weight:700}.expertfile-plugin-directory #search-btn{min-height:36px !important;min-width:36px !important}.expertfile-plugin-directory .exfl-border.exfl-border-gray-300{border:1px solid rgba(209,213,219,.8) !important}.expertfile-plugin-inquiry .exfl-border-t-4.exfl-border-gray-200{border-top:4px solid rgba(229,231,235,.8) !important}.expertfile-plugin-inquiry .exfl-border.exfl-border-gray-300{border:1px solid rgba(209,213,219,.8) !important}.exfl-plg #spotlight-post iframe{width:100%}.exfl-plg #spotlight-post p,.exfl-plg #spotlight-post blockquote,.exfl-plg #spotlight-post ul,.exfl-plg #spotlight-post ol,.exfl-plg #spotlight-post img,.exfl-plg #spotlight-post h2,.exfl-plg #spotlight-post h3,.exfl-plg #spotlight-post h6,.exfl-plg #spotlight-post strong,.exfl-plg #spotlight-post iframe{margin:0px}.exfl-plg #spotlight-post .ql-divider:before{--x-height-multiplier: 0.342;--baseline-multiplier: 0.22;letter-spacing:.6em;content:"...";display:inline-block;margin-left:.6em;font-size:40px;color:rgba(0,0,0,.55);position:relative;top:-42px;pointer-events:none}.exfl-plg #spotlight-post hr{display:block;border:0;text-align:center;overflow:visible;margin-top:40px;margin-bottom:32px}.exfl-plg #spotlight-post h2{color:#111827;font-weight:700;font-size:24px}.exfl-plg #spotlight-post blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px;color:#111827}.exfl-plg #spotlight-post .exfl-plg #spotlight-post ul li:last-child,#spotlight-post ol li:last-child{margin-bottom:0px}.exfl-plg #spotlight-post ul li:first-child,#spotlight-post ol li:first-child{margin-top:0px}.exfl-plg #spotlight-post strong{color:#111827}.exfl-plg #spotlight-post a strong{color:inherit}.exfl-plg .ql-align-center{text-align:center}.exfl-plg .external-link a{display:inline-block;margin:0;position:relative;text-align:center;transition-timing-function:ease-out;border-radius:4px;width:auto;font-size:14px;line-height:22px;letter-spacing:normal;padding-top:8px;padding-bottom:8px;font-weight:800;border-width:2px;border-style:solid;padding-right:12px;padding-left:12px;box-shadow:none;background:#067cb0;border-color:transparent;text-decoration:none !important;color:#fff}.exfl-plg #spotlight-post a{text-decoration:underline}.exfl-plg #spotlight-post .api-frame iframe.tweet{width:400px !important;min-height:200px}.exfl-plg #spotlight-post .api-frame iframe.instagram{width:400px !important}.exfl-plg #spotlight-post .api-frame iframe.video{width:600px !important;height:400px !important}@media(max-width: 768px){.exfl-plg #spotlight-post .api-frame iframe.video{width:330px !important;height:350px !important}}#spotlight-post .exfl-border-b.exfl-border-gray-200{border-bottom:1px solid rgba(229,231,235,.8) !important}.exfl-plg #expertanswer-post iframe{width:100%}.exfl-plg #expertanswer-post .api-frame iframe.video{width:400px !important;min-height:200px;width:400px !important;width:600px !important;height:400px !important}@media(max-width: 768px){.exfl-plg #expertanswer-post .api-frame iframe.video{width:330px !important;height:350px !important}}.exfl-plg .question dd p{margin:0px}.exfl-plg #profile-main #social-icons svg{fill:currentColor !important}.exfl-plg #profile-main #social-icons svg#generic-website{fill:none !important}.exfl-plg #profile-main iframe{width:100%}.exfl-plg #profile-main .api-frame iframe.video{width:400px !important;min-height:200px;width:400px !important;width:600px !important;height:400px !important}.exfl-plg #profile-main .qanda-items div:first-child{padding-top:0px !important}@media(max-width: 768px){.exfl-plg #profile-main .api-frame iframe.video{width:330px !important;height:350px !important}}#expertfile-featured svg,#spotlight-visual svg,#spotlight-post .text-lg svg,#profile-content section svg,#expertfile-share-component .email-share-icon,#share-modal .email-confirm-icon,#share-modal-download-button #share-modal-loader{fill:none !important}.exfl-plg #expertfile-share-component{width:45px;position:absolute;top:0;right:0px}@media only screen and (max-width: 600px){.exfl-plg #expertfile-share-component{width:30px}}.exfl-plg #expertfile-share-component ul{width:auto;position:fixed}.exfl-plg #expertfile-share-component .facebook-share-icon{position:relative;left:-4px}.exfl-plg #expertfile-share-component svg{fill:currentColor}.exfl-plg .prose-expertfile ul{list-style:disc;padding:0 0 0 20px}.exfl-plg .prose-expertfile ol{list-style:decimal;padding:0 0 0 20px}.expertfile-plugin-profile .exfl-border-t.exfl-border-gray-200{border-top:1px solid rgba(229,231,235,.8) !important}.exfl-plg .clearfix::after{content:"";display:table;clear:both}.exfl-plg .slider__arrow--prev{left:-0.5em}.exfl-plg .slider__arrow--next{right:-0.5em}.exfl-plg .pristine-error{color:#bd4f4f;font-size:.875em !important;line-height:1.25em !important}.exfl-plg .prose ul>li::before{background-color:transparent}.exfl-plg #media .exfl-tab-content a{cursor:pointer}.exfl-plg .play-wrap{left:45%;top:40%;position:absolute}.exfl-plg .prose a{text-decoration:none}.exfl-plg .autoComplete_wrapper{width:100%}.exfl-plg .autoComplete_wrapper>input{transition:none}.exfl-plg .autoComplete_wrapper>input:hover{transition:none}.exfl-plg .autoComplete_wrapper>ul>li mark{color:currentColor}.exfl-plg .autoComplete_wrapper>ul>li:hover{background:#f5f5f5}.exfl-plg .autoComplete_wrapper>ul>li[aria-selected=true]{background:#f5f5f5}.exfl-plg .autoComplete_wrapper>input::-moz-selection{background:rgba(0,0,0,.05) !important}.exfl-plg .autoComplete_wrapper>input::selection{background:rgba(0,0,0,.05) !important}.exfl-plg .autoComplete_wrapper>input:focus{border:none;color:transparent}.exfl-plg *[data-tooltip]{position:relative}.exfl-transform{--tw-translate-x:0 !important;--tw-translate-y:0 !important;--tw-rotate:0 !important;--tw-skew-x:0 !important;--tw-skew-y:0 !important;--tw-scale-x:1 !important;--tw-scale-y:1 !important;transform:translateX(var(--tw-translate-x)) translateY(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)) !important}.exfl-rotate-0{--tw-rotate:0deg !important }.exfl-rotate-180{--tw-rotate:180deg !important }@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes ping{75%,100%{transform:scale(2);opacity:0}}@keyframes ping{75%,100%{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,100%{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(0.8, 0, 1, 1);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}}@keyframes bounce{0%,100%{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(0.8, 0, 1, 1);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}}.animate-spin{-webkit-animation:spin 1s linear infinite !important;animation:spin 1s linear infinite !important}@media only screen and (min-width: 1024px){.exfl-plg *[data-tooltip]::after{content:attr(data-tooltip);position:absolute;top:12px;right:56px;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;opacity:0;transition:opacity .15s ease-in-out;display:block;font-size:12px;line-height:16px;line-height:16px;background:transparent;padding:8px 12px}.exfl-plg *[data-tooltip]:hover::after{opacity:1}}.last\:exfl-mb-0:last-child{margin-bottom:0px !important}.hover\:exfl-bg-gray-50:hover{--tw-bg-opacity:1 !important;background-color:rgba(249, 250, 251, var(--tw-bg-opacity)) !important}.hover\:exfl-bg-gray-200:hover{--tw-bg-opacity:1 !important;background-color:rgba(229, 231, 235, var(--tw-bg-opacity)) !important}.hover\:exfl-bg-expertfile-800:hover{--tw-bg-opacity:1 !important;background-color:rgba(15, 105, 142, var(--tw-bg-opacity)) !important}.hover\:exfl-bg-expertfile-700:hover{--tw-bg-opacity:1 !important;background-color:rgba(28, 131, 173, var(--tw-bg-opacity)) !important}.hover\:exfl-text-gray-500:hover{--tw-text-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-text-opacity)) !important}.hover\:exfl-text-white:hover{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, var(--tw-text-opacity)) !important}.hover\:exfl-text-gray-700:hover{--tw-text-opacity:1 !important;color:rgba(55, 65, 81, var(--tw-text-opacity)) !important}.hover\:exfl-underline:hover{text-decoration:underline !important}.hover\:exfl-opacity-50:hover{opacity:0.5 !important}.focus\:exfl-z-10:focus{z-index:10 !important}.focus\:exfl-border-transparent:focus{border-color:transparent !important}.focus\:exfl-border-expertfile-500:focus{--tw-border-opacity:1 !important;border-color:rgba(65, 182, 230, var(--tw-border-opacity)) !important}.focus\:exfl-no-underline:focus{text-decoration:none !important}.focus\:exfl-placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1 !important;color:rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important}.focus\:exfl-placeholder-gray-400:focus:-ms-input-placeholder{--tw-placeholder-opacity:1 !important;color:rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important}.focus\:exfl-placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1 !important;color:rgba(156, 163, 175, var(--tw-placeholder-opacity)) !important}.focus\:exfl-outline-none:focus{outline:2px solid transparent !important;outline-offset:2px !important}.focus\:exfl-ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important}.focus\:exfl-ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important}.focus\:exfl-ring-expertfile-500:focus{--tw-ring-opacity:1 !important;--tw-ring-color:rgba(65, 182, 230, var(--tw-ring-opacity)) !important}.focus\:exfl-ring-gray-400:focus{--tw-ring-opacity:1 !important;--tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity)) !important}.focus\:exfl-ring-blue-500:focus{--tw-ring-opacity:1 !important;--tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity)) !important}.focus\:exfl-ring-offset-2:focus{--tw-ring-offset-width:2px !important}.active\:exfl-bg-expertfile-100:active{--tw-bg-opacity:1 !important;background-color:rgba(231, 244, 249, var(--tw-bg-opacity)) !important}.disabled\:exfl-opacity-25:disabled{opacity:0.25 !important}.exfl-group:hover .group-hover\:exfl-bg-gray-400{--tw-bg-opacity:1 !important;background-color:rgba(156, 163, 175, var(--tw-bg-opacity)) !important}.exfl-group:hover .group-hover\:exfl-text-gray-500{--tw-text-opacity:1 !important;color:rgba(107, 114, 128, var(--tw-text-opacity)) !important}@media (min-width: 640px){.sm\:exfl-visible{visibility:visible !important}.sm\:exfl-top-1{top:0.25em !important}.sm\:exfl-col-span-3{grid-column:span 3 / span 3 !important}.sm\:exfl-col-span-6{grid-column:span 6 / span 6 !important}.sm\:exfl-col-span-2{grid-column:span 2 / span 2 !important}.sm\:exfl-my-8{margin-top:2em !important;margin-bottom:2em !important}.sm\:exfl-mb-2{margin-bottom:0.5em !important}.sm\:exfl-mb-8{margin-bottom:2em !important}.sm\:exfl-ml-3{margin-left:0.75em !important}.sm\:exfl-ml-4{margin-left:1em !important}.sm\:exfl-mt-0{margin-top:0px !important}.sm\:exfl-mb-0{margin-bottom:0px !important}.sm\:exfl-mt-6{margin-top:1.5em !important}.sm\:exfl-mt-2{margin-top:0.5em !important}.sm\:exfl-block{display:block !important}.sm\:exfl-inline-block{display:inline-block !important}.sm\:exfl-flex{display:flex !important}.sm\:exfl-grid{display:grid !important}.sm\:exfl-h-6{height:1.5em !important}.sm\:exfl-h-screen{height:100vh !important}.sm\:exfl-w-full{width:100% !important}.sm\:exfl-w-6{width:1.5em !important}.sm\:exfl-max-w-full{max-width:100% !important}.sm\:exfl-max-w-none{max-width:none !important}.sm\:exfl-max-w-2xl{max-width:42rem !important}.sm\:exfl-flex-1{flex:1 1 0% !important}.sm\:exfl-flex-shrink-0{flex-shrink:0 !important}.sm\:exfl-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}.sm\:exfl-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}.sm\:exfl-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr)) !important}.sm\:exfl-grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr)) !important}.sm\:exfl-flex-row{flex-direction:row !important}.sm\:exfl-flex-wrap{flex-wrap:wrap !important}.sm\:exfl-place-content-start{align-content:start !important;justify-content:start !important;place-content:start !important}.sm\:exfl-items-start{align-items:flex-start !important}.sm\:exfl-items-center{align-items:center !important}.sm\:exfl-justify-between{justify-content:space-between !important}.sm\:exfl-gap-6{grid-gap:1.5em !important;gap:1.5em !important}.sm\:exfl-gap-x-10{grid-column-gap:2.5em !important;-moz-column-gap:2.5em !important;column-gap:2.5em !important}.sm\:exfl-space-y-0 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(0px * var(--tw-space-y-reverse)) !important}.sm\:exfl-space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(0.5em * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(0.5em * var(--tw-space-y-reverse)) !important}.sm\:exfl-space-x-10 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(2.5em * var(--tw-space-x-reverse)) !important;margin-left:calc(2.5em * calc(1 - var(--tw-space-x-reverse))) !important}.sm\:exfl-space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0 !important;margin-right:calc(1em * var(--tw-space-x-reverse)) !important;margin-left:calc(1em * calc(1 - var(--tw-space-x-reverse))) !important}.sm\:exfl-rounded-md{border-radius:0.375rem !important}.sm\:exfl-rounded-t-md{border-top-left-radius:0.375rem !important;border-top-right-radius:0.375rem !important}.sm\:exfl-p-6{padding:1.5em !important}.sm\:exfl-p-0{padding:0px !important}.sm\:exfl-p-4{padding:1em !important}.sm\:exfl-px-6{padding-left:1.5em !important;padding-right:1.5em !important}.sm\:exfl-pb-10{padding-bottom:2.5em !important}.sm\:exfl-pt-4{padding-top:1em !important}.sm\:exfl-text-left{text-align:left !important}.sm\:exfl-align-middle{vertical-align:middle !important}.sm\:exfl-text-sm{font-size:0.875em !important}.sm\:exfl-text-4xl{font-size:2.25em !important}}@media (min-width: 768px){.md\:exfl-col-span-2{grid-column:span 2 / span 2 !important}.md\:exfl-mt-0{margin-top:0px !important}.md\:exfl-block{display:block !important}.md\:exfl-inline-block{display:inline-block !important}}@media (min-width: 1024px){.lg\:exfl-col-span-3{grid-column:span 3 / span 3 !important}.lg\:exfl-col-span-4{grid-column:span 4 / span 4 !important}.lg\:exfl-mt-1\.5{margin-top:0.375em !important}.lg\:exfl-mt-1{margin-top:0.25em !important}.lg\:exfl-block{display:block !important}.lg\:exfl-grid{display:grid !important}.lg\:exfl-hidden{display:none !important}.lg\:exfl-w-0{width:0px !important}.lg\:exfl-max-w-xl{max-width:36rem !important}.lg\:exfl-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}.lg\:exfl-grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}.lg\:exfl-items-start{align-items:flex-start !important}.lg\:exfl-gap-8{grid-gap:2em !important;gap:2em !important}.lg\:exfl-gap-0{grid-gap:0px !important;gap:0px !important}.lg\:exfl-gap-x-8{grid-column-gap:2em !important;-moz-column-gap:2em !important;column-gap:2em !important}.lg\:exfl-gap-y-8{grid-row-gap:2em !important;row-gap:2em !important}.lg\:exfl-gap-y-12{grid-row-gap:3em !important;row-gap:3em !important}.lg\:exfl-space-y-0 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0 !important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;margin-bottom:calc(0px * var(--tw-space-y-reverse)) !important}.lg\:exfl-px-8{padding-left:2em !important;padding-right:2em !important}.lg\:exfl-px-6{padding-left:1.5em !important;padding-right:1.5em !important}.lg\:exfl-py-3{padding-top:0.75em !important;padding-bottom:0.75em !important}}
