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


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

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

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

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: Inter, 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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  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=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%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=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%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: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}.form-checkbox {
  border-radius: 0px;
}.form-checkbox:focus,.form-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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  inset: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.inset-y-0 {
  top: 0px;
  bottom: 0px;
}.-right-2 {
  right: -0.5rem;
}.-top-10 {
  top: -2.5rem;
}.-top-px {
  top: -1px;
}.bottom-0 {
  bottom: 0px;
}.bottom-10 {
  bottom: 2.5rem;
}.bottom-16 {
  bottom: 4rem;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.right-0 {
  right: 0px;
}.right-4 {
  right: 1rem;
}.top-0 {
  top: 0px;
}.top-4 {
  top: 1rem;
}.top-6 {
  top: 1.5rem;
}.top-px {
  top: 1px;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-60 {
  z-index: 60;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.-m-3 {
  margin: -0.75rem;
}.m-0 {
  margin: 0px;
}.m-auto {
  margin: auto;
}.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mb-2 {
  margin-bottom: -0.5rem;
}.-mb-6 {
  margin-bottom: -1.5rem;
}.-ml-1 {
  margin-left: -0.25rem;
}.-mr-2 {
  margin-right: -0.5rem;
}.-mr-4 {
  margin-right: -1rem;
}.-mt-0 {
  margin-top: -0px;
}.-mt-0\.5 {
  margin-top: -0.125rem;
}.-mt-1 {
  margin-top: -0.25rem;
}.-mt-10 {
  margin-top: -2.5rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-20 {
  margin-top: -5rem;
}.-mt-24 {
  margin-top: -6rem;
}.-mt-3 {
  margin-top: -0.75rem;
}.-mt-32 {
  margin-top: -8rem;
}.-mt-4 {
  margin-top: -1rem;
}.-mt-52 {
  margin-top: -13rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.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-32 {
  margin-bottom: 8rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-60 {
  margin-bottom: 15rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.ml-0 {
  margin-left: 0px;
}.ml-0\.5 {
  margin-left: 0.125rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-12 {
  margin-left: 3rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-20 {
  margin-left: 5rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-9 {
  margin-left: 2.25rem;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-0\.5 {
  margin-right: 0.125rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mt-0 {
  margin-top: 0px;
}.mt-0\.5 {
  margin-top: 0.125rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-24 {
  margin-top: 6rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-32 {
  margin-top: 8rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-40 {
  margin-top: 10rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-1\/3 {
  height: 33.333333%;
}.h-12 {
  height: 3rem;
}.h-128 {
  height: 32rem;
}.h-16 {
  height: 4rem;
}.h-20 {
  height: 5rem;
}.h-24 {
  height: 6rem;
}.h-28 {
  height: 7rem;
}.h-3 {
  height: 0.75rem;
}.h-32 {
  height: 8rem;
}.h-4 {
  height: 1rem;
}.h-48 {
  height: 12rem;
}.h-5 {
  height: 1.25rem;
}.h-56 {
  height: 14rem;
}.h-6 {
  height: 1.5rem;
}.h-60 {
  height: 15rem;
}.h-64 {
  height: 16rem;
}.h-72 {
  height: 18rem;
}.h-8 {
  height: 2rem;
}.h-96 {
  height: 24rem;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.max-h-16 {
  max-height: 4rem;
}.max-h-20 {
  max-height: 5rem;
}.min-h-56 {
  min-height: 14rem;
}.min-h-64 {
  min-height: 16rem;
}.min-h-full {
  min-height: 100%;
}.min-h-hero {
  min-height: 80vh;
}.min-h-home {
  min-height: 95vh;
}.min-h-screen {
  min-height: 100vh;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-10 {
  width: 2.5rem;
}.w-10\/12 {
  width: 83.333333%;
}.w-12 {
  width: 3rem;
}.w-16 {
  width: 4rem;
}.w-20 {
  width: 5rem;
}.w-24 {
  width: 6rem;
}.w-3 {
  width: 0.75rem;
}.w-3\/4 {
  width: 75%;
}.w-32 {
  width: 8rem;
}.w-4 {
  width: 1rem;
}.w-40 {
  width: 10rem;
}.w-48 {
  width: 12rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-60 {
  width: 15rem;
}.w-64 {
  width: 16rem;
}.w-72 {
  width: 18rem;
}.w-8 {
  width: 2rem;
}.w-80 {
  width: 20rem;
}.w-96 {
  width: 24rem;
}.w-\[45rem\] {
  width: 45rem;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.w-screen {
  width: 100vw;
}.min-w-full {
  min-width: 100%;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-5xl {
  max-width: 64rem;
}.max-w-6xl {
  max-width: 72rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-\[230px\] {
  max-width: 230px;
}.max-w-full {
  max-width: 100%;
}.max-w-lg {
  max-width: 32rem;
}.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}.max-w-md {
  max-width: 28rem;
}.max-w-sm {
  max-width: 24rem;
}.max-w-xl {
  max-width: 36rem;
}.max-w-xs {
  max-width: 20rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.origin-top-right {
  transform-origin: top right;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(-0.75rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), -0.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), -5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), 0.125rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), 0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 0.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-20 {
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), 5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse {

  50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes slow-grow {

  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}.animate-slow-grow {
  animation: slow-grow 30s cubic-bezier(.25,.57,.25,.64) infinite;
}.cursor-pointer {
  cursor: pointer;
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.resize {
  resize: both;
}.list-outside {
  list-style-position: outside;
}.list-decimal {
  list-style-type: decimal;
}.list-disc {
  list-style-type: disc;
}.list-none {
  list-style-type: none;
}.grid-flow-row-dense {
  grid-auto-flow: row dense;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-8 {
  row-gap: 2rem;
}.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * 0);
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - 0));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - 0));
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * 0);
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}.divide-fullBlack > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.divide-fullBlack > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(0 0 0 / var(--tw-divide-opacity));
  }
}.divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.divide-gray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(210 210 210 / var(--tw-divide-opacity));
  }
}.self-start {
  align-self: flex-start;
}.self-center {
  align-self: center;
}.overflow-hidden {
  overflow: hidden;
}.overflow-scroll {
  overflow: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-none {
  border-radius: 0px;
}.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-0 {
  border-width: 0px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-0 {
  border-bottom-width: 0px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-b-4 {
  border-bottom-width: 4px;
}.border-l {
  border-left-width: 1px;
}.border-l-0 {
  border-left-width: 0px;
}.border-r {
  border-right-width: 1px;
}.border-r-0 {
  border-right-width: 0px;
}.border-r-2 {
  border-right-width: 2px;
}.border-t {
  border-top-width: 1px;
}.border-t-0 {
  border-top-width: 0px;
}.border-t-2 {
  border-top-width: 2px;
}.border-solid {
  border-style: solid;
}.border-dotted {
  border-style: dotted;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-black {
    border-color: rgb(29 31 34 / var(--tw-border-opacity));
  }
}.border-fullBlack {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-fullBlack {
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
}.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray {
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
  }
}.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(130 131 132 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-dark {
    border-color: rgb(130 131 132 / var(--tw-border-opacity));
  }
}.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-light {
    border-color: rgb(246 246 246 / var(--tw-border-opacity));
  }
}.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-teal {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.border-teal-dark {
  --tw-border-opacity: 1;
  border-color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-teal-dark {
    border-color: rgb(42 124 131 / var(--tw-border-opacity));
  }
}.border-transparent {
  border-color: transparent;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-white {
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}.border-b-teal {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-b-teal {
    border-bottom-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.border-r-gray {
  --tw-border-opacity: 1;
  border-right-color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-r-gray {
    border-right-color: rgb(210 210 210 / var(--tw-border-opacity));
  }
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-black {
    background-color: rgb(29 31 34 / var(--tw-bg-opacity));
  }
}.bg-change-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(203 171 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-change-purple {
    background-color: rgb(203 171 206 / var(--tw-bg-opacity));
  }
}.bg-change-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-change-teal {
    background-color: rgb(138 225 175 / var(--tw-bg-opacity));
  }
}.bg-food-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 184 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-food-cyan {
    background-color: rgb(0 214 184 / var(--tw-bg-opacity));
  }
}.bg-fullBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-fullBlack {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}.bg-goals-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(25 72 106 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-goals-blue {
    background-color: rgb(25 72 106 / var(--tw-bg-opacity));
  }
}.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray {
    background-color: rgb(210 210 210 / var(--tw-bg-opacity));
  }
}.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-light {
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  }
}.bg-impact-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-impact-blue {
    background-color: rgb(54 160 206 / var(--tw-bg-opacity));
  }
}.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-teal {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
  }
}.bg-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-teal-dark {
    background-color: rgb(42 124 131 / var(--tw-bg-opacity));
  }
}.bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(84 191 200 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-teal-light {
    background-color: rgb(84 191 200 / var(--tw-bg-opacity));
  }
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-white {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-black {
  --tw-gradient-from: #1D1F22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 31 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-fullBlack {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-teal {
  --tw-gradient-from: #41b8c2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 184 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-food-cyan {
  --tw-gradient-to: #00d6b8 var(--tw-gradient-to-position);
}.to-fullBlack {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.bg-contain {
  background-size: contain;
}.bg-cover {
  background-size: cover;
}.bg-bottom {
  background-position: bottom;
}.bg-center {
  background-position: center;
}.bg-repeat {
  background-repeat: repeat;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.fill-current {
  fill: currentColor;
}.stroke-current {
  stroke: currentColor;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.object-left {
  -o-object-position: left;
     object-position: left;
}.object-top {
  -o-object-position: top;
     object-position: top;
}.p-0 {
  padding: 0px;
}.p-0\.5 {
  padding: 0.125rem;
}.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;
}.p-px {
  padding: 1px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.pb-0 {
  padding-bottom: 0px;
}.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-28 {
  padding-bottom: 7rem;
}.pb-32 {
  padding-bottom: 8rem;
}.pb-36 {
  padding-bottom: 9rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-40 {
  padding-bottom: 10rem;
}.pb-44 {
  padding-bottom: 11rem;
}.pb-48 {
  padding-bottom: 12rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-64 {
  padding-bottom: 16rem;
}.pb-7 {
  padding-bottom: 1.75rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-8 {
  padding-right: 2rem;
}.pt-0 {
  padding-top: 0px;
}.pt-0\.5 {
  padding-top: 0.125rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-28 {
  padding-top: 7rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-32 {
  padding-top: 8rem;
}.pt-36 {
  padding-top: 9rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-40 {
  padding-top: 10rem;
}.pt-48 {
  padding-top: 12rem;
}.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-text-top {
  vertical-align: text-top;
}.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.font-serif {
  font-family: Lora, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}.text-2xl {
  font-size: 1.5rem;
}.text-3xl {
  font-size: 1.875rem;
}.text-4xl {
  font-size: 2.25rem;
}.text-5xl {
  font-size: 3rem;
}.text-6xl {
  font-size: 3.75rem;
}.text-7xl {
  font-size: 4.5rem;
}.text-base {
  font-size: 1rem;
}.text-lg {
  font-size: 1.125rem;
}.text-sm {
  font-size: 0.875rem;
}.text-xl {
  font-size: 1.25rem;
}.text-xs {
  font-size: 0.75rem;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.leading-6 {
  line-height: 1.5rem;
}.leading-7 {
  line-height: 1.75rem;
}.leading-8 {
  line-height: 2rem;
}.leading-loose {
  line-height: 2;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-relaxed {
  line-height: 1.625;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.tracking-wider {
  letter-spacing: 0.05em;
}.text-\[\#494E56\] {
  --tw-text-opacity: 1;
  color: rgb(73 78 86 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-\[\#494E56\] {
    color: rgb(73 78 86 / var(--tw-text-opacity));
  }
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-black {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.text-change-teal {
  --tw-text-opacity: 1;
  color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-change-teal {
    color: rgb(138 225 175 / var(--tw-text-opacity));
  }
}.text-current {
  color: currentColor;
}.text-food-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 214 184 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-food-cyan {
    color: rgb(0 214 184 / var(--tw-text-opacity));
  }
}.text-fullBlack {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-fullBlack {
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}.text-gray {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray {
    color: rgb(210 210 210 / var(--tw-text-opacity));
  }
}.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(130 131 132 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-dark {
    color: rgb(130 131 132 / var(--tw-text-opacity));
  }
}.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-light {
    color: rgb(246 246 246 / var(--tw-text-opacity));
  }
}.text-impact-blue {
  --tw-text-opacity: 1;
  color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-impact-blue {
    color: rgb(54 160 206 / var(--tw-text-opacity));
  }
}.text-impact-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(46 145 189 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-impact-blue-dark {
    color: rgb(46 145 189 / var(--tw-text-opacity));
  }
}.text-teal {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-teal {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-teal-dark {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(84 191 200 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-teal-light {
    color: rgb(84 191 200 / var(--tw-text-opacity));
  }
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.underline {
  text-decoration-line: underline;
}.no-underline {
  text-decoration-line: none;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-gray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / 1);
}.placeholder-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.placeholder-gray::-moz-placeholder {
    color: rgb(210 210 210 / var(--tw-placeholder-opacity));
  }
.placeholder-gray::placeholder {
    color: rgb(210 210 210 / var(--tw-placeholder-opacity));
  }
}.placeholder-gray-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 131 132 / 1);
}.placeholder-gray-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(130 131 132 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.placeholder-gray-dark::-moz-placeholder {
    color: rgb(130 131 132 / var(--tw-placeholder-opacity));
  }
.placeholder-gray-dark::placeholder {
    color: rgb(130 131 132 / var(--tw-placeholder-opacity));
  }
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.opacity-20 {
  opacity: 0.2;
}.opacity-30 {
  opacity: 0.3;
}.opacity-50 {
  opacity: 0.5;
}.opacity-60 {
  opacity: 0.6;
}.opacity-70 {
  opacity: 0.7;
}.opacity-80 {
  opacity: 0.8;
}.opacity-90 {
  opacity: 0.9;
}.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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  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: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  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;
}.outline {
  outline-style: solid;
}.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 31 34 / var(--tw-ring-opacity));
}.ring-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(210 210 210 / var(--tw-ring-opacity));
}.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-200 {
  transition-delay: 200ms;
}.duration-100 {
  transition-duration: 100ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-500 {
  transition-duration: 500ms;
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.filter-grayscale{filter:grayscale(100%)}.nav-light-theme {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.nav-light-theme path.logo {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme path.logo {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.nav-light-theme .nav-hamburger rect {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme .nav-hamburger rect {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.nav-light-theme .nav-link {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme .nav-link {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.nav-light-theme .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme .nav-link:hover {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.nav-light-theme .nav-mobile-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-light-theme .nav-mobile-menu {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.nav-dark-theme {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.nav-dark-theme path.logo {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme path.logo {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.nav-dark-theme .nav-hamburger rect {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme .nav-hamburger rect {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.nav-dark-theme .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme .nav-link {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.nav-dark-theme .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme .nav-link:hover {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.nav-dark-theme .nav-mobile-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav-dark-theme .nav-mobile-menu {
    background-color: rgb(29 31 34 / var(--tw-bg-opacity));
  }
}.bg-black-important {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 31 34 / 1) !important;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-black-important {
    background-color: rgb(29 31 34 / var(--tw-bg-opacity)) !important;
  }
}.subnav-link::after{content:"";height:3px;transition:width 0s linear,color .15s linear;position: absolute;bottom: -0.75rem;left: 0px;width: 0px;--tw-bg-opacity: 1;background-color: rgb(65 184 194 / 1)}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.subnav-link::after{background-color: rgb(65 184 194 / var(--tw-bg-opacity))}
}.subnav-link:hover,.subnav-link.sublink-nav--active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.subnav-link:hover,.subnav-link.sublink-nav--active {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.subnav-link:hover::after,.subnav-link.sublink-nav--active::after{transition:width .15s linear,color .15s linear;width: 100%}.ais-SearchBox-input,.ais-MenuSelect-select {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-SearchBox-input,.ais-MenuSelect-select {
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.ais-SearchBox-input:focus,.ais-MenuSelect-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-SearchBox-input:focus,.ais-MenuSelect-select:focus {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.ais-SearchBox-submit,.ais-SearchBox-reset {
  display: none;
}.ais-ClearRefinements {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-ClearRefinements {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.ais-ClearRefinements:hover {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-ClearRefinements:hover {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.ais-ClearRefinements:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.ais-ClearRefinements-button--disabled{display:none}.ais-RefinementList-item {
  margin-bottom: 0.5rem;
}.ais-RefinementList-checkbox {
  margin-right: 0.5rem;
  cursor: pointer;
}.ais-RefinementList-labelText {
  cursor: pointer;
  font-size: 0.875rem;
}.ais-RefinementList-count,.ais-HierarchicalMenu-count {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(130 131 132 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-RefinementList-count,.ais-HierarchicalMenu-count {
    color: rgb(130 131 132 / var(--tw-text-opacity));
  }
}.ais-RefinementList-count:before,.ais-HierarchicalMenu-count:before{content:"("}.ais-RefinementList-count:after,.ais-HierarchicalMenu-count:after{content:")"}.ais-RefinementList-showMore {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
  text-decoration-line: underline;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-RefinementList-showMore {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.ais-RefinementList-showMore:hover {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-RefinementList-showMore:hover {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.ais-Pagination-list {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}.ais-Pagination-item {
  padding: 0.5rem;
}.ais-Pagination-item--selected a {
  cursor: auto;
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-Pagination-item--selected a {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.mentor-grid .ais-InfiniteHits-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px) {

  .mentor-grid .ais-InfiniteHits-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {

  .mentor-grid .ais-InfiniteHits-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 1280px) {

  .mentor-grid .ais-InfiniteHits-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}.mentor-grid .ais-InfiniteHits-item {
  grid-column: span 1 / span 1;
}.ais-InfiniteHits-loadMore {
  position: absolute;
  opacity: 0;
}.ais-InfiniteHits-loadPrevious {
  margin-top: 1rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-InfiniteHits-loadPrevious {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.ais-InfiniteHits-loadPrevious:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 124 131 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(42 124 131 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-InfiniteHits-loadPrevious:hover {
    border-color: rgb(42 124 131 / var(--tw-border-opacity));
    background-color: rgb(42 124 131 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.ais-InfiniteHits-loadPrevious--disabled {
  display: none;
}.ais-HierarchicalMenu-link {
  position: relative;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
  text-decoration-line: none;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-HierarchicalMenu-link {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.ais-HierarchicalMenu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-HierarchicalMenu-link:hover {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link {
    color: rgb(0 122 255 / var(--tw-text-opacity));
  }
}.ais-HierarchicalMenu-link:after{margin-left:.3em;content:"";width:10px;height:10px;display:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2 2.8-2.8 12.2 12z%27 fill%3D%22%23666666%22 /%3E%3C/svg%3E");background-size:100% 100%}.ais-HierarchicalMenu-item--parent>.ais-HierarchicalMenu-link:after{display:inline-block}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link:after{transform:rotate(90deg)}.ais-HierarchicalMenu-list{list-style:none;margin-bottom:10px}.ais-HierarchicalMenu-list--child{padding-left:10px;list-style:none}.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;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-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;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}.unreset {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreset {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.unreset a {
  text-decoration-line: underline;
}.unreset p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.unreset blockquote,.unreset figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}.unreset hr {
  border-width: 1px;
}.unreset h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-weight: 700;
}.unreset h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}.unreset h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}.unreset h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}.unreset h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}.unreset h6 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  font-weight: 700;
}.unreset article h1,.unreset aside h1,.unreset nav h1,.unreset section h1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}.unreset article article h1,.unreset article aside h1,.unreset article nav h1,.unreset article section h1,.unreset aside article h1,.unreset aside aside h1,.unreset aside nav h1,.unreset aside section h1,.unreset nav article h1,.unreset nav aside h1,.unreset nav nav h1,.unreset nav section h1,.unreset section article h1,.unreset section aside h1,.unreset section nav h1,.unreset section section h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}.unreset article article article h1,.unreset article article aside h1,.unreset article article nav h1,.unreset article article section h1,.unreset article aside article h1,.unreset article aside aside h1,.unreset article aside nav h1,.unreset article aside section h1,.unreset article nav article h1,.unreset article nav aside h1,.unreset article nav nav h1,.unreset article nav section h1,.unreset article section article h1,.unreset article section aside h1,.unreset article section nav h1,.unreset article section section h1,.unreset aside article article h1,.unreset aside article aside h1,.unreset aside article nav h1,.unreset aside article section h1,.unreset aside aside article h1,.unreset aside aside aside h1,.unreset aside aside nav h1,.unreset aside aside section h1,.unreset aside nav article h1,.unreset aside nav aside h1,.unreset aside nav nav h1,.unreset aside nav section h1,.unreset aside section article h1,.unreset aside section aside h1,.unreset aside section nav h1,.unreset aside section section h1,.unreset nav article article h1,.unreset nav article aside h1,.unreset nav article nav h1,.unreset nav article section h1,.unreset nav aside article h1,.unreset nav aside aside h1,.unreset nav aside nav h1,.unreset nav aside section h1,.unreset nav nav article h1,.unreset nav nav aside h1,.unreset nav nav nav h1,.unreset nav nav section h1,.unreset nav section article h1,.unreset nav section aside h1,.unreset nav section nav h1,.unreset nav section section h1,.unreset section article article h1,.unreset section article aside h1,.unreset section article nav h1,.unreset section article section h1,.unreset section aside article h1,.unreset section aside aside h1,.unreset section aside nav h1,.unreset section aside section h1,.unreset section nav article h1,.unreset section nav aside h1,.unreset section nav nav h1,.unreset section nav section h1,.unreset section section article h1,.unreset section section aside h1,.unreset section section nav h1,.unreset section section section h1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}.unreset article article article article h1,.unreset article article article aside h1,.unreset article article article nav h1,.unreset article article article section h1,.unreset article article aside article h1,.unreset article article aside aside h1,.unreset article article aside nav h1,.unreset article article aside section h1,.unreset article article nav article h1,.unreset article article nav aside h1,.unreset article article nav nav h1,.unreset article article nav section h1,.unreset article article section article h1,.unreset article article section aside h1,.unreset article article section nav h1,.unreset article article section section h1,.unreset article aside article article h1,.unreset article aside article aside h1,.unreset article aside article nav h1,.unreset article aside article section h1,.unreset article aside aside article h1,.unreset article aside aside aside h1,.unreset article aside aside nav h1,.unreset article aside aside section h1,.unreset article aside nav article h1,.unreset article aside nav aside h1,.unreset article aside nav nav h1,.unreset article aside nav section h1,.unreset article aside section article h1,.unreset article aside section aside h1,.unreset article aside section nav h1,.unreset article aside section section h1,.unreset article nav article article h1,.unreset article nav article aside h1,.unreset article nav article nav h1,.unreset article nav article section h1,.unreset article nav aside article h1,.unreset article nav aside aside h1,.unreset article nav aside nav h1,.unreset article nav aside section h1,.unreset article nav nav article h1,.unreset article nav nav aside h1,.unreset article nav nav nav h1,.unreset article nav nav section h1,.unreset article nav section article h1,.unreset article nav section aside h1,.unreset article nav section nav h1,.unreset article nav section section h1,.unreset article section article article h1,.unreset article section article aside h1,.unreset article section article nav h1,.unreset article section article section h1,.unreset article section aside article h1,.unreset article section aside aside h1,.unreset article section aside nav h1,.unreset article section aside section h1,.unreset article section nav article h1,.unreset article section nav aside h1,.unreset article section nav nav h1,.unreset article section nav section h1,.unreset article section section article h1,.unreset article section section aside h1,.unreset article section section nav h1,.unreset article section section section h1,.unreset aside article article article h1,.unreset aside article article aside h1,.unreset aside article article nav h1,.unreset aside article article section h1,.unreset aside article aside article h1,.unreset aside article aside aside h1,.unreset aside article aside nav h1,.unreset aside article aside section h1,.unreset aside article nav article h1,.unreset aside article nav aside h1,.unreset aside article nav nav h1,.unreset aside article nav section h1,.unreset aside article section article h1,.unreset aside article section aside h1,.unreset aside article section nav h1,.unreset aside article section section h1,.unreset aside aside article article h1,.unreset aside aside article aside h1,.unreset aside aside article nav h1,.unreset aside aside article section h1,.unreset aside aside aside article h1,.unreset aside aside aside aside h1,.unreset aside aside aside nav h1,.unreset aside aside aside section h1,.unreset aside aside nav article h1,.unreset aside aside nav aside h1,.unreset aside aside nav nav h1,.unreset aside aside nav section h1,.unreset aside aside section article h1,.unreset aside aside section aside h1,.unreset aside aside section nav h1,.unreset aside aside section section h1,.unreset aside nav article article h1,.unreset aside nav article aside h1,.unreset aside nav article nav h1,.unreset aside nav article section h1,.unreset aside nav aside article h1,.unreset aside nav aside aside h1,.unreset aside nav aside nav h1,.unreset aside nav aside section h1,.unreset aside nav nav article h1,.unreset aside nav nav aside h1,.unreset aside nav nav nav h1,.unreset aside nav nav section h1,.unreset aside nav section article h1,.unreset aside nav section aside h1,.unreset aside nav section nav h1,.unreset aside nav section section h1,.unreset aside section article article h1,.unreset aside section article aside h1,.unreset aside section article nav h1,.unreset aside section article section h1,.unreset aside section aside article h1,.unreset aside section aside aside h1,.unreset aside section aside nav h1,.unreset aside section aside section h1,.unreset aside section nav article h1,.unreset aside section nav aside h1,.unreset aside section nav nav h1,.unreset aside section nav section h1,.unreset aside section section article h1,.unreset aside section section aside h1,.unreset aside section section nav h1,.unreset aside section section section h1,.unreset nav article article article h1,.unreset nav article article aside h1,.unreset nav article article nav h1,.unreset nav article article section h1,.unreset nav article aside article h1,.unreset nav article aside aside h1,.unreset nav article aside nav h1,.unreset nav article aside section h1,.unreset nav article nav article h1,.unreset nav article nav aside h1,.unreset nav article nav nav h1,.unreset nav article nav section h1,.unreset nav article section article h1,.unreset nav article section aside h1,.unreset nav article section nav h1,.unreset nav article section section h1,.unreset nav aside article article h1,.unreset nav aside article aside h1,.unreset nav aside article nav h1,.unreset nav aside article section h1,.unreset nav aside aside article h1,.unreset nav aside aside aside h1,.unreset nav aside aside nav h1,.unreset nav aside aside section h1,.unreset nav aside nav article h1,.unreset nav aside nav aside h1,.unreset nav aside nav nav h1,.unreset nav aside nav section h1,.unreset nav aside section article h1,.unreset nav aside section aside h1,.unreset nav aside section nav h1,.unreset nav aside section section h1,.unreset nav nav article article h1,.unreset nav nav article aside h1,.unreset nav nav article nav h1,.unreset nav nav article section h1,.unreset nav nav aside article h1,.unreset nav nav aside aside h1,.unreset nav nav aside nav h1,.unreset nav nav aside section h1,.unreset nav nav nav article h1,.unreset nav nav nav aside h1,.unreset nav nav nav nav h1,.unreset nav nav nav section h1,.unreset nav nav section article h1,.unreset nav nav section aside h1,.unreset nav nav section nav h1,.unreset nav nav section section h1,.unreset nav section article article h1,.unreset nav section article aside h1,.unreset nav section article nav h1,.unreset nav section article section h1,.unreset nav section aside article h1,.unreset nav section aside aside h1,.unreset nav section aside nav h1,.unreset nav section aside section h1,.unreset nav section nav article h1,.unreset nav section nav aside h1,.unreset nav section nav nav h1,.unreset nav section nav section h1,.unreset nav section section article h1,.unreset nav section section aside h1,.unreset nav section section nav h1,.unreset nav section section section h1,.unreset section article article article h1,.unreset section article article aside h1,.unreset section article article nav h1,.unreset section article article section h1,.unreset section article aside article h1,.unreset section article aside aside h1,.unreset section article aside nav h1,.unreset section article aside section h1,.unreset section article nav article h1,.unreset section article nav aside h1,.unreset section article nav nav h1,.unreset section article nav section h1,.unreset section article section article h1,.unreset section article section aside h1,.unreset section article section nav h1,.unreset section article section section h1,.unreset section aside article article h1,.unreset section aside article aside h1,.unreset section aside article nav h1,.unreset section aside article section h1,.unreset section aside aside article h1,.unreset section aside aside aside h1,.unreset section aside aside nav h1,.unreset section aside aside section h1,.unreset section aside nav article h1,.unreset section aside nav aside h1,.unreset section aside nav nav h1,.unreset section aside nav section h1,.unreset section aside section article h1,.unreset section aside section aside h1,.unreset section aside section nav h1,.unreset section aside section section h1,.unreset section nav article article h1,.unreset section nav article aside h1,.unreset section nav article nav h1,.unreset section nav article section h1,.unreset section nav aside article h1,.unreset section nav aside aside h1,.unreset section nav aside nav h1,.unreset section nav aside section h1,.unreset section nav nav article h1,.unreset section nav nav aside h1,.unreset section nav nav nav h1,.unreset section nav nav section h1,.unreset section nav section article h1,.unreset section nav section aside h1,.unreset section nav section nav h1,.unreset section nav section section h1,.unreset section section article article h1,.unreset section section article aside h1,.unreset section section article nav h1,.unreset section section article section h1,.unreset section section aside article h1,.unreset section section aside aside h1,.unreset section section aside nav h1,.unreset section section aside section h1,.unreset section section nav article h1,.unreset section section nav aside h1,.unreset section section nav nav h1,.unreset section section nav section h1,.unreset section section section article h1,.unreset section section section aside h1,.unreset section section section nav h1,.unreset section section section section h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}.unreset article article article article article h1,.unreset article article article article aside h1,.unreset article article article article nav h1,.unreset article article article article section h1,.unreset article article article aside article h1,.unreset article article article aside aside h1,.unreset article article article aside nav h1,.unreset article article article aside section h1,.unreset article article article nav article h1,.unreset article article article nav aside h1,.unreset article article article nav nav h1,.unreset article article article nav section h1,.unreset article article article section article h1,.unreset article article article section aside h1,.unreset article article article section nav h1,.unreset article article article section section h1,.unreset article article aside article article h1,.unreset article article aside article aside h1,.unreset article article aside article nav h1,.unreset article article aside article section h1,.unreset article article aside aside article h1,.unreset article article aside aside aside h1,.unreset article article aside aside nav h1,.unreset article article aside aside section h1,.unreset article article aside nav article h1,.unreset article article aside nav aside h1,.unreset article article aside nav nav h1,.unreset article article aside nav section h1,.unreset article article aside section article h1,.unreset article article aside section aside h1,.unreset article article aside section nav h1,.unreset article article aside section section h1,.unreset article article nav article article h1,.unreset article article nav article aside h1,.unreset article article nav article nav h1,.unreset article article nav article section h1,.unreset article article nav aside article h1,.unreset article article nav aside aside h1,.unreset article article nav aside nav h1,.unreset article article nav aside section h1,.unreset article article nav nav article h1,.unreset article article nav nav aside h1,.unreset article article nav nav nav h1,.unreset article article nav nav section h1,.unreset article article nav section article h1,.unreset article article nav section aside h1,.unreset article article nav section nav h1,.unreset article article nav section section h1,.unreset article article section article article h1,.unreset article article section article aside h1,.unreset article article section article nav h1,.unreset article article section article section h1,.unreset article article section aside article h1,.unreset article article section aside aside h1,.unreset article article section aside nav h1,.unreset article article section aside section h1,.unreset article article section nav article h1,.unreset article article section nav aside h1,.unreset article article section nav nav h1,.unreset article article section nav section h1,.unreset article article section section article h1,.unreset article article section section aside h1,.unreset article article section section nav h1,.unreset article article section section section h1,.unreset article aside article article article h1,.unreset article aside article article aside h1,.unreset article aside article article nav h1,.unreset article aside article article section h1,.unreset article aside article aside article h1,.unreset article aside article aside aside h1,.unreset article aside article aside nav h1,.unreset article aside article aside section h1,.unreset article aside article nav article h1,.unreset article aside article nav aside h1,.unreset article aside article nav nav h1,.unreset article aside article nav section h1,.unreset article aside article section article h1,.unreset article aside article section aside h1,.unreset article aside article section nav h1,.unreset article aside article section section h1,.unreset article aside aside article article h1,.unreset article aside aside article aside h1,.unreset article aside aside article nav h1,.unreset article aside aside article section h1,.unreset article aside aside aside article h1,.unreset article aside aside aside aside h1,.unreset article aside aside aside nav h1,.unreset article aside aside aside section h1,.unreset article aside aside nav article h1,.unreset article aside aside nav aside h1,.unreset article aside aside nav nav h1,.unreset article aside aside nav section h1,.unreset article aside aside section article h1,.unreset article aside aside section aside h1,.unreset article aside aside section nav h1,.unreset article aside aside section section h1,.unreset article aside nav article article h1,.unreset article aside nav article aside h1,.unreset article aside nav article nav h1,.unreset article aside nav article section h1,.unreset article aside nav aside article h1,.unreset article aside nav aside aside h1,.unreset article aside nav aside nav h1,.unreset article aside nav aside section h1,.unreset article aside nav nav article h1,.unreset article aside nav nav aside h1,.unreset article aside nav nav nav h1,.unreset article aside nav nav section h1,.unreset article aside nav section article h1,.unreset article aside nav section aside h1,.unreset article aside nav section nav h1,.unreset article aside nav section section h1,.unreset article aside section article article h1,.unreset article aside section article aside h1,.unreset article aside section article nav h1,.unreset article aside section article section h1,.unreset article aside section aside article h1,.unreset article aside section aside aside h1,.unreset article aside section aside nav h1,.unreset article aside section aside section h1,.unreset article aside section nav article h1,.unreset article aside section nav aside h1,.unreset article aside section nav nav h1,.unreset article aside section nav section h1,.unreset article aside section section article h1,.unreset article aside section section aside h1,.unreset article aside section section nav h1,.unreset article aside section section section h1,.unreset article nav article article article h1,.unreset article nav article article aside h1,.unreset article nav article article nav h1,.unreset article nav article article section h1,.unreset article nav article aside article h1,.unreset article nav article aside aside h1,.unreset article nav article aside nav h1,.unreset article nav article aside section h1,.unreset article nav article nav article h1,.unreset article nav article nav aside h1,.unreset article nav article nav nav h1,.unreset article nav article nav section h1,.unreset article nav article section article h1,.unreset article nav article section aside h1,.unreset article nav article section nav h1,.unreset article nav article section section h1,.unreset article nav aside article article h1,.unreset article nav aside article aside h1,.unreset article nav aside article nav h1,.unreset article nav aside article section h1,.unreset article nav aside aside article h1,.unreset article nav aside aside aside h1,.unreset article nav aside aside nav h1,.unreset article nav aside aside section h1,.unreset article nav aside nav article h1,.unreset article nav aside nav aside h1,.unreset article nav aside nav nav h1,.unreset article nav aside nav section h1,.unreset article nav aside section article h1,.unreset article nav aside section aside h1,.unreset article nav aside section nav h1,.unreset article nav aside section section h1,.unreset article nav nav article article h1,.unreset article nav nav article aside h1,.unreset article nav nav article nav h1,.unreset article nav nav article section h1,.unreset article nav nav aside article h1,.unreset article nav nav aside aside h1,.unreset article nav nav aside nav h1,.unreset article nav nav aside section h1,.unreset article nav nav nav article h1,.unreset article nav nav nav aside h1,.unreset article nav nav nav nav h1,.unreset article nav nav nav section h1,.unreset article nav nav section article h1,.unreset article nav nav section aside h1,.unreset article nav nav section nav h1,.unreset article nav nav section section h1,.unreset article nav section article article h1,.unreset article nav section article aside h1,.unreset article nav section article nav h1,.unreset article nav section article section h1,.unreset article nav section aside article h1,.unreset article nav section aside aside h1,.unreset article nav section aside nav h1,.unreset article nav section aside section h1,.unreset article nav section nav article h1,.unreset article nav section nav aside h1,.unreset article nav section nav nav h1,.unreset article nav section nav section h1,.unreset article nav section section article h1,.unreset article nav section section aside h1,.unreset article nav section section nav h1,.unreset article nav section section section h1,.unreset article section article article article h1,.unreset article section article article aside h1,.unreset article section article article nav h1,.unreset article section article article section h1,.unreset article section article aside article h1,.unreset article section article aside aside h1,.unreset article section article aside nav h1,.unreset article section article aside section h1,.unreset article section article nav article h1,.unreset article section article nav aside h1,.unreset article section article nav nav h1,.unreset article section article nav section h1,.unreset article section article section article h1,.unreset article section article section aside h1,.unreset article section article section nav h1,.unreset article section article section section h1,.unreset article section aside article article h1,.unreset article section aside article aside h1,.unreset article section aside article nav h1,.unreset article section aside article section h1,.unreset article section aside aside article h1,.unreset article section aside aside aside h1,.unreset article section aside aside nav h1,.unreset article section aside aside section h1,.unreset article section aside nav article h1,.unreset article section aside nav aside h1,.unreset article section aside nav nav h1,.unreset article section aside nav section h1,.unreset article section aside section article h1,.unreset article section aside section aside h1,.unreset article section aside section nav h1,.unreset article section aside section section h1,.unreset article section nav article article h1,.unreset article section nav article aside h1,.unreset article section nav article nav h1,.unreset article section nav article section h1,.unreset article section nav aside article h1,.unreset article section nav aside aside h1,.unreset article section nav aside nav h1,.unreset article section nav aside section h1,.unreset article section nav nav article h1,.unreset article section nav nav aside h1,.unreset article section nav nav nav h1,.unreset article section nav nav section h1,.unreset article section nav section article h1,.unreset article section nav section aside h1,.unreset article section nav section nav h1,.unreset article section nav section section h1,.unreset article section section article article h1,.unreset article section section article aside h1,.unreset article section section article nav h1,.unreset article section section article section h1,.unreset article section section aside article h1,.unreset article section section aside aside h1,.unreset article section section aside nav h1,.unreset article section section aside section h1,.unreset article section section nav article h1,.unreset article section section nav aside h1,.unreset article section section nav nav h1,.unreset article section section nav section h1,.unreset article section section section article h1,.unreset article section section section aside h1,.unreset article section section section nav h1,.unreset article section section section section h1,.unreset aside article article article article h1,.unreset aside article article article aside h1,.unreset aside article article article nav h1,.unreset aside article article article section h1,.unreset aside article article aside article h1,.unreset aside article article aside aside h1,.unreset aside article article aside nav h1,.unreset aside article article aside section h1,.unreset aside article article nav article h1,.unreset aside article article nav aside h1,.unreset aside article article nav nav h1,.unreset aside article article nav section h1,.unreset aside article article section article h1,.unreset aside article article section aside h1,.unreset aside article article section nav h1,.unreset aside article article section section h1,.unreset aside article aside article article h1,.unreset aside article aside article aside h1,.unreset aside article aside article nav h1,.unreset aside article aside article section h1,.unreset aside article aside aside article h1,.unreset aside article aside aside aside h1,.unreset aside article aside aside nav h1,.unreset aside article aside aside section h1,.unreset aside article aside nav article h1,.unreset aside article aside nav aside h1,.unreset aside article aside nav nav h1,.unreset aside article aside nav section h1,.unreset aside article aside section article h1,.unreset aside article aside section aside h1,.unreset aside article aside section nav h1,.unreset aside article aside section section h1,.unreset aside article nav article article h1,.unreset aside article nav article aside h1,.unreset aside article nav article nav h1,.unreset aside article nav article section h1,.unreset aside article nav aside article h1,.unreset aside article nav aside aside h1,.unreset aside article nav aside nav h1,.unreset aside article nav aside section h1,.unreset aside article nav nav article h1,.unreset aside article nav nav aside h1,.unreset aside article nav nav nav h1,.unreset aside article nav nav section h1,.unreset aside article nav section article h1,.unreset aside article nav section aside h1,.unreset aside article nav section nav h1,.unreset aside article nav section section h1,.unreset aside article section article article h1,.unreset aside article section article aside h1,.unreset aside article section article nav h1,.unreset aside article section article section h1,.unreset aside article section aside article h1,.unreset aside article section aside aside h1,.unreset aside article section aside nav h1,.unreset aside article section aside section h1,.unreset aside article section nav article h1,.unreset aside article section nav aside h1,.unreset aside article section nav nav h1,.unreset aside article section nav section h1,.unreset aside article section section article h1,.unreset aside article section section aside h1,.unreset aside article section section nav h1,.unreset aside article section section section h1,.unreset aside aside article article article h1,.unreset aside aside article article aside h1,.unreset aside aside article article nav h1,.unreset aside aside article article section h1,.unreset aside aside article aside article h1,.unreset aside aside article aside aside h1,.unreset aside aside article aside nav h1,.unreset aside aside article aside section h1,.unreset aside aside article nav article h1,.unreset aside aside article nav aside h1,.unreset aside aside article nav nav h1,.unreset aside aside article nav section h1,.unreset aside aside article section article h1,.unreset aside aside article section aside h1,.unreset aside aside article section nav h1,.unreset aside aside article section section h1,.unreset aside aside aside article article h1,.unreset aside aside aside article aside h1,.unreset aside aside aside article nav h1,.unreset aside aside aside article section h1,.unreset aside aside aside aside article h1,.unreset aside aside aside aside aside h1,.unreset aside aside aside aside nav h1,.unreset aside aside aside aside section h1,.unreset aside aside aside nav article h1,.unreset aside aside aside nav aside h1,.unreset aside aside aside nav nav h1,.unreset aside aside aside nav section h1,.unreset aside aside aside section article h1,.unreset aside aside aside section aside h1,.unreset aside aside aside section nav h1,.unreset aside aside aside section section h1,.unreset aside aside nav article article h1,.unreset aside aside nav article aside h1,.unreset aside aside nav article nav h1,.unreset aside aside nav article section h1,.unreset aside aside nav aside article h1,.unreset aside aside nav aside aside h1,.unreset aside aside nav aside nav h1,.unreset aside aside nav aside section h1,.unreset aside aside nav nav article h1,.unreset aside aside nav nav aside h1,.unreset aside aside nav nav nav h1,.unreset aside aside nav nav section h1,.unreset aside aside nav section article h1,.unreset aside aside nav section aside h1,.unreset aside aside nav section nav h1,.unreset aside aside nav section section h1,.unreset aside aside section article article h1,.unreset aside aside section article aside h1,.unreset aside aside section article nav h1,.unreset aside aside section article section h1,.unreset aside aside section aside article h1,.unreset aside aside section aside aside h1,.unreset aside aside section aside nav h1,.unreset aside aside section aside section h1,.unreset aside aside section nav article h1,.unreset aside aside section nav aside h1,.unreset aside aside section nav nav h1,.unreset aside aside section nav section h1,.unreset aside aside section section article h1,.unreset aside aside section section aside h1,.unreset aside aside section section nav h1,.unreset aside aside section section section h1,.unreset aside nav article article article h1,.unreset aside nav article article aside h1,.unreset aside nav article article nav h1,.unreset aside nav article article section h1,.unreset aside nav article aside article h1,.unreset aside nav article aside aside h1,.unreset aside nav article aside nav h1,.unreset aside nav article aside section h1,.unreset aside nav article nav article h1,.unreset aside nav article nav aside h1,.unreset aside nav article nav nav h1,.unreset aside nav article nav section h1,.unreset aside nav article section article h1,.unreset aside nav article section aside h1,.unreset aside nav article section nav h1,.unreset aside nav article section section h1,.unreset aside nav aside article article h1,.unreset aside nav aside article aside h1,.unreset aside nav aside article nav h1,.unreset aside nav aside article section h1,.unreset aside nav aside aside article h1,.unreset aside nav aside aside aside h1,.unreset aside nav aside aside nav h1,.unreset aside nav aside aside section h1,.unreset aside nav aside nav article h1,.unreset aside nav aside nav aside h1,.unreset aside nav aside nav nav h1,.unreset aside nav aside nav section h1,.unreset aside nav aside section article h1,.unreset aside nav aside section aside h1,.unreset aside nav aside section nav h1,.unreset aside nav aside section section h1,.unreset aside nav nav article article h1,.unreset aside nav nav article aside h1,.unreset aside nav nav article nav h1,.unreset aside nav nav article section h1,.unreset aside nav nav aside article h1,.unreset aside nav nav aside aside h1,.unreset aside nav nav aside nav h1,.unreset aside nav nav aside section h1,.unreset aside nav nav nav article h1,.unreset aside nav nav nav aside h1,.unreset aside nav nav nav nav h1,.unreset aside nav nav nav section h1,.unreset aside nav nav section article h1,.unreset aside nav nav section aside h1,.unreset aside nav nav section nav h1,.unreset aside nav nav section section h1,.unreset aside nav section article article h1,.unreset aside nav section article aside h1,.unreset aside nav section article nav h1,.unreset aside nav section article section h1,.unreset aside nav section aside article h1,.unreset aside nav section aside aside h1,.unreset aside nav section aside nav h1,.unreset aside nav section aside section h1,.unreset aside nav section nav article h1,.unreset aside nav section nav aside h1,.unreset aside nav section nav nav h1,.unreset aside nav section nav section h1,.unreset aside nav section section article h1,.unreset aside nav section section aside h1,.unreset aside nav section section nav h1,.unreset aside nav section section section h1,.unreset aside section article article article h1,.unreset aside section article article aside h1,.unreset aside section article article nav h1,.unreset aside section article article section h1,.unreset aside section article aside article h1,.unreset aside section article aside aside h1,.unreset aside section article aside nav h1,.unreset aside section article aside section h1,.unreset aside section article nav article h1,.unreset aside section article nav aside h1,.unreset aside section article nav nav h1,.unreset aside section article nav section h1,.unreset aside section article section article h1,.unreset aside section article section aside h1,.unreset aside section article section nav h1,.unreset aside section article section section h1,.unreset aside section aside article article h1,.unreset aside section aside article aside h1,.unreset aside section aside article nav h1,.unreset aside section aside article section h1,.unreset aside section aside aside article h1,.unreset aside section aside aside aside h1,.unreset aside section aside aside nav h1,.unreset aside section aside aside section h1,.unreset aside section aside nav article h1,.unreset aside section aside nav aside h1,.unreset aside section aside nav nav h1,.unreset aside section aside nav section h1,.unreset aside section aside section article h1,.unreset aside section aside section aside h1,.unreset aside section aside section nav h1,.unreset aside section aside section section h1,.unreset aside section nav article article h1,.unreset aside section nav article aside h1,.unreset aside section nav article nav h1,.unreset aside section nav article section h1,.unreset aside section nav aside article h1,.unreset aside section nav aside aside h1,.unreset aside section nav aside nav h1,.unreset aside section nav aside section h1,.unreset aside section nav nav article h1,.unreset aside section nav nav aside h1,.unreset aside section nav nav nav h1,.unreset aside section nav nav section h1,.unreset aside section nav section article h1,.unreset aside section nav section aside h1,.unreset aside section nav section nav h1,.unreset aside section nav section section h1,.unreset aside section section article article h1,.unreset aside section section article aside h1,.unreset aside section section article nav h1,.unreset aside section section article section h1,.unreset aside section section aside article h1,.unreset aside section section aside aside h1,.unreset aside section section aside nav h1,.unreset aside section section aside section h1,.unreset aside section section nav article h1,.unreset aside section section nav aside h1,.unreset aside section section nav nav h1,.unreset aside section section nav section h1,.unreset aside section section section article h1,.unreset aside section section section aside h1,.unreset aside section section section nav h1,.unreset aside section section section section h1,.unreset nav article article article article h1,.unreset nav article article article aside h1,.unreset nav article article article nav h1,.unreset nav article article article section h1,.unreset nav article article aside article h1,.unreset nav article article aside aside h1,.unreset nav article article aside nav h1,.unreset nav article article aside section h1,.unreset nav article article nav article h1,.unreset nav article article nav aside h1,.unreset nav article article nav nav h1,.unreset nav article article nav section h1,.unreset nav article article section article h1,.unreset nav article article section aside h1,.unreset nav article article section nav h1,.unreset nav article article section section h1,.unreset nav article aside article article h1,.unreset nav article aside article aside h1,.unreset nav article aside article nav h1,.unreset nav article aside article section h1,.unreset nav article aside aside article h1,.unreset nav article aside aside aside h1,.unreset nav article aside aside nav h1,.unreset nav article aside aside section h1,.unreset nav article aside nav article h1,.unreset nav article aside nav aside h1,.unreset nav article aside nav nav h1,.unreset nav article aside nav section h1,.unreset nav article aside section article h1,.unreset nav article aside section aside h1,.unreset nav article aside section nav h1,.unreset nav article aside section section h1,.unreset nav article nav article article h1,.unreset nav article nav article aside h1,.unreset nav article nav article nav h1,.unreset nav article nav article section h1,.unreset nav article nav aside article h1,.unreset nav article nav aside aside h1,.unreset nav article nav aside nav h1,.unreset nav article nav aside section h1,.unreset nav article nav nav article h1,.unreset nav article nav nav aside h1,.unreset nav article nav nav nav h1,.unreset nav article nav nav section h1,.unreset nav article nav section article h1,.unreset nav article nav section aside h1,.unreset nav article nav section nav h1,.unreset nav article nav section section h1,.unreset nav article section article article h1,.unreset nav article section article aside h1,.unreset nav article section article nav h1,.unreset nav article section article section h1,.unreset nav article section aside article h1,.unreset nav article section aside aside h1,.unreset nav article section aside nav h1,.unreset nav article section aside section h1,.unreset nav article section nav article h1,.unreset nav article section nav aside h1,.unreset nav article section nav nav h1,.unreset nav article section nav section h1,.unreset nav article section section article h1,.unreset nav article section section aside h1,.unreset nav article section section nav h1,.unreset nav article section section section h1,.unreset nav aside article article article h1,.unreset nav aside article article aside h1,.unreset nav aside article article nav h1,.unreset nav aside article article section h1,.unreset nav aside article aside article h1,.unreset nav aside article aside aside h1,.unreset nav aside article aside nav h1,.unreset nav aside article aside section h1,.unreset nav aside article nav article h1,.unreset nav aside article nav aside h1,.unreset nav aside article nav nav h1,.unreset nav aside article nav section h1,.unreset nav aside article section article h1,.unreset nav aside article section aside h1,.unreset nav aside article section nav h1,.unreset nav aside article section section h1,.unreset nav aside aside article article h1,.unreset nav aside aside article aside h1,.unreset nav aside aside article nav h1,.unreset nav aside aside article section h1,.unreset nav aside aside aside article h1,.unreset nav aside aside aside aside h1,.unreset nav aside aside aside nav h1,.unreset nav aside aside aside section h1,.unreset nav aside aside nav article h1,.unreset nav aside aside nav aside h1,.unreset nav aside aside nav nav h1,.unreset nav aside aside nav section h1,.unreset nav aside aside section article h1,.unreset nav aside aside section aside h1,.unreset nav aside aside section nav h1,.unreset nav aside aside section section h1,.unreset nav aside nav article article h1,.unreset nav aside nav article aside h1,.unreset nav aside nav article nav h1,.unreset nav aside nav article section h1,.unreset nav aside nav aside article h1,.unreset nav aside nav aside aside h1,.unreset nav aside nav aside nav h1,.unreset nav aside nav aside section h1,.unreset nav aside nav nav article h1,.unreset nav aside nav nav aside h1,.unreset nav aside nav nav nav h1,.unreset nav aside nav nav section h1,.unreset nav aside nav section article h1,.unreset nav aside nav section aside h1,.unreset nav aside nav section nav h1,.unreset nav aside nav section section h1,.unreset nav aside section article article h1,.unreset nav aside section article aside h1,.unreset nav aside section article nav h1,.unreset nav aside section article section h1,.unreset nav aside section aside article h1,.unreset nav aside section aside aside h1,.unreset nav aside section aside nav h1,.unreset nav aside section aside section h1,.unreset nav aside section nav article h1,.unreset nav aside section nav aside h1,.unreset nav aside section nav nav h1,.unreset nav aside section nav section h1,.unreset nav aside section section article h1,.unreset nav aside section section aside h1,.unreset nav aside section section nav h1,.unreset nav aside section section section h1,.unreset nav nav article article article h1,.unreset nav nav article article aside h1,.unreset nav nav article article nav h1,.unreset nav nav article article section h1,.unreset nav nav article aside article h1,.unreset nav nav article aside aside h1,.unreset nav nav article aside nav h1,.unreset nav nav article aside section h1,.unreset nav nav article nav article h1,.unreset nav nav article nav aside h1,.unreset nav nav article nav nav h1,.unreset nav nav article nav section h1,.unreset nav nav article section article h1,.unreset nav nav article section aside h1,.unreset nav nav article section nav h1,.unreset nav nav article section section h1,.unreset nav nav aside article article h1,.unreset nav nav aside article aside h1,.unreset nav nav aside article nav h1,.unreset nav nav aside article section h1,.unreset nav nav aside aside article h1,.unreset nav nav aside aside aside h1,.unreset nav nav aside aside nav h1,.unreset nav nav aside aside section h1,.unreset nav nav aside nav article h1,.unreset nav nav aside nav aside h1,.unreset nav nav aside nav nav h1,.unreset nav nav aside nav section h1,.unreset nav nav aside section article h1,.unreset nav nav aside section aside h1,.unreset nav nav aside section nav h1,.unreset nav nav aside section section h1,.unreset nav nav nav article article h1,.unreset nav nav nav article aside h1,.unreset nav nav nav article nav h1,.unreset nav nav nav article section h1,.unreset nav nav nav aside article h1,.unreset nav nav nav aside aside h1,.unreset nav nav nav aside nav h1,.unreset nav nav nav aside section h1,.unreset nav nav nav nav article h1,.unreset nav nav nav nav aside h1,.unreset nav nav nav nav nav h1,.unreset nav nav nav nav section h1,.unreset nav nav nav section article h1,.unreset nav nav nav section aside h1,.unreset nav nav nav section nav h1,.unreset nav nav nav section section h1,.unreset nav nav section article article h1,.unreset nav nav section article aside h1,.unreset nav nav section article nav h1,.unreset nav nav section article section h1,.unreset nav nav section aside article h1,.unreset nav nav section aside aside h1,.unreset nav nav section aside nav h1,.unreset nav nav section aside section h1,.unreset nav nav section nav article h1,.unreset nav nav section nav aside h1,.unreset nav nav section nav nav h1,.unreset nav nav section nav section h1,.unreset nav nav section section article h1,.unreset nav nav section section aside h1,.unreset nav nav section section nav h1,.unreset nav nav section section section h1,.unreset nav section article article article h1,.unreset nav section article article aside h1,.unreset nav section article article nav h1,.unreset nav section article article section h1,.unreset nav section article aside article h1,.unreset nav section article aside aside h1,.unreset nav section article aside nav h1,.unreset nav section article aside section h1,.unreset nav section article nav article h1,.unreset nav section article nav aside h1,.unreset nav section article nav nav h1,.unreset nav section article nav section h1,.unreset nav section article section article h1,.unreset nav section article section aside h1,.unreset nav section article section nav h1,.unreset nav section article section section h1,.unreset nav section aside article article h1,.unreset nav section aside article aside h1,.unreset nav section aside article nav h1,.unreset nav section aside article section h1,.unreset nav section aside aside article h1,.unreset nav section aside aside aside h1,.unreset nav section aside aside nav h1,.unreset nav section aside aside section h1,.unreset nav section aside nav article h1,.unreset nav section aside nav aside h1,.unreset nav section aside nav nav h1,.unreset nav section aside nav section h1,.unreset nav section aside section article h1,.unreset nav section aside section aside h1,.unreset nav section aside section nav h1,.unreset nav section aside section section h1,.unreset nav section nav article article h1,.unreset nav section nav article aside h1,.unreset nav section nav article nav h1,.unreset nav section nav article section h1,.unreset nav section nav aside article h1,.unreset nav section nav aside aside h1,.unreset nav section nav aside nav h1,.unreset nav section nav aside section h1,.unreset nav section nav nav article h1,.unreset nav section nav nav aside h1,.unreset nav section nav nav nav h1,.unreset nav section nav nav section h1,.unreset nav section nav section article h1,.unreset nav section nav section aside h1,.unreset nav section nav section nav h1,.unreset nav section nav section section h1,.unreset nav section section article article h1,.unreset nav section section article aside h1,.unreset nav section section article nav h1,.unreset nav section section article section h1,.unreset nav section section aside article h1,.unreset nav section section aside aside h1,.unreset nav section section aside nav h1,.unreset nav section section aside section h1,.unreset nav section section nav article h1,.unreset nav section section nav aside h1,.unreset nav section section nav nav h1,.unreset nav section section nav section h1,.unreset nav section section section article h1,.unreset nav section section section aside h1,.unreset nav section section section nav h1,.unreset nav section section section section h1,.unreset section article article article article h1,.unreset section article article article aside h1,.unreset section article article article nav h1,.unreset section article article article section h1,.unreset section article article aside article h1,.unreset section article article aside aside h1,.unreset section article article aside nav h1,.unreset section article article aside section h1,.unreset section article article nav article h1,.unreset section article article nav aside h1,.unreset section article article nav nav h1,.unreset section article article nav section h1,.unreset section article article section article h1,.unreset section article article section aside h1,.unreset section article article section nav h1,.unreset section article article section section h1,.unreset section article aside article article h1,.unreset section article aside article aside h1,.unreset section article aside article nav h1,.unreset section article aside article section h1,.unreset section article aside aside article h1,.unreset section article aside aside aside h1,.unreset section article aside aside nav h1,.unreset section article aside aside section h1,.unreset section article aside nav article h1,.unreset section article aside nav aside h1,.unreset section article aside nav nav h1,.unreset section article aside nav section h1,.unreset section article aside section article h1,.unreset section article aside section aside h1,.unreset section article aside section nav h1,.unreset section article aside section section h1,.unreset section article nav article article h1,.unreset section article nav article aside h1,.unreset section article nav article nav h1,.unreset section article nav article section h1,.unreset section article nav aside article h1,.unreset section article nav aside aside h1,.unreset section article nav aside nav h1,.unreset section article nav aside section h1,.unreset section article nav nav article h1,.unreset section article nav nav aside h1,.unreset section article nav nav nav h1,.unreset section article nav nav section h1,.unreset section article nav section article h1,.unreset section article nav section aside h1,.unreset section article nav section nav h1,.unreset section article nav section section h1,.unreset section article section article article h1,.unreset section article section article aside h1,.unreset section article section article nav h1,.unreset section article section article section h1,.unreset section article section aside article h1,.unreset section article section aside aside h1,.unreset section article section aside nav h1,.unreset section article section aside section h1,.unreset section article section nav article h1,.unreset section article section nav aside h1,.unreset section article section nav nav h1,.unreset section article section nav section h1,.unreset section article section section article h1,.unreset section article section section aside h1,.unreset section article section section nav h1,.unreset section article section section section h1,.unreset section aside article article article h1,.unreset section aside article article aside h1,.unreset section aside article article nav h1,.unreset section aside article article section h1,.unreset section aside article aside article h1,.unreset section aside article aside aside h1,.unreset section aside article aside nav h1,.unreset section aside article aside section h1,.unreset section aside article nav article h1,.unreset section aside article nav aside h1,.unreset section aside article nav nav h1,.unreset section aside article nav section h1,.unreset section aside article section article h1,.unreset section aside article section aside h1,.unreset section aside article section nav h1,.unreset section aside article section section h1,.unreset section aside aside article article h1,.unreset section aside aside article aside h1,.unreset section aside aside article nav h1,.unreset section aside aside article section h1,.unreset section aside aside aside article h1,.unreset section aside aside aside aside h1,.unreset section aside aside aside nav h1,.unreset section aside aside aside section h1,.unreset section aside aside nav article h1,.unreset section aside aside nav aside h1,.unreset section aside aside nav nav h1,.unreset section aside aside nav section h1,.unreset section aside aside section article h1,.unreset section aside aside section aside h1,.unreset section aside aside section nav h1,.unreset section aside aside section section h1,.unreset section aside nav article article h1,.unreset section aside nav article aside h1,.unreset section aside nav article nav h1,.unreset section aside nav article section h1,.unreset section aside nav aside article h1,.unreset section aside nav aside aside h1,.unreset section aside nav aside nav h1,.unreset section aside nav aside section h1,.unreset section aside nav nav article h1,.unreset section aside nav nav aside h1,.unreset section aside nav nav nav h1,.unreset section aside nav nav section h1,.unreset section aside nav section article h1,.unreset section aside nav section aside h1,.unreset section aside nav section nav h1,.unreset section aside nav section section h1,.unreset section aside section article article h1,.unreset section aside section article aside h1,.unreset section aside section article nav h1,.unreset section aside section article section h1,.unreset section aside section aside article h1,.unreset section aside section aside aside h1,.unreset section aside section aside nav h1,.unreset section aside section aside section h1,.unreset section aside section nav article h1,.unreset section aside section nav aside h1,.unreset section aside section nav nav h1,.unreset section aside section nav section h1,.unreset section aside section section article h1,.unreset section aside section section aside h1,.unreset section aside section section nav h1,.unreset section aside section section section h1,.unreset section nav article article article h1,.unreset section nav article article aside h1,.unreset section nav article article nav h1,.unreset section nav article article section h1,.unreset section nav article aside article h1,.unreset section nav article aside aside h1,.unreset section nav article aside nav h1,.unreset section nav article aside section h1,.unreset section nav article nav article h1,.unreset section nav article nav aside h1,.unreset section nav article nav nav h1,.unreset section nav article nav section h1,.unreset section nav article section article h1,.unreset section nav article section aside h1,.unreset section nav article section nav h1,.unreset section nav article section section h1,.unreset section nav aside article article h1,.unreset section nav aside article aside h1,.unreset section nav aside article nav h1,.unreset section nav aside article section h1,.unreset section nav aside aside article h1,.unreset section nav aside aside aside h1,.unreset section nav aside aside nav h1,.unreset section nav aside aside section h1,.unreset section nav aside nav article h1,.unreset section nav aside nav aside h1,.unreset section nav aside nav nav h1,.unreset section nav aside nav section h1,.unreset section nav aside section article h1,.unreset section nav aside section aside h1,.unreset section nav aside section nav h1,.unreset section nav aside section section h1,.unreset section nav nav article article h1,.unreset section nav nav article aside h1,.unreset section nav nav article nav h1,.unreset section nav nav article section h1,.unreset section nav nav aside article h1,.unreset section nav nav aside aside h1,.unreset section nav nav aside nav h1,.unreset section nav nav aside section h1,.unreset section nav nav nav article h1,.unreset section nav nav nav aside h1,.unreset section nav nav nav nav h1,.unreset section nav nav nav section h1,.unreset section nav nav section article h1,.unreset section nav nav section aside h1,.unreset section nav nav section nav h1,.unreset section nav nav section section h1,.unreset section nav section article article h1,.unreset section nav section article aside h1,.unreset section nav section article nav h1,.unreset section nav section article section h1,.unreset section nav section aside article h1,.unreset section nav section aside aside h1,.unreset section nav section aside nav h1,.unreset section nav section aside section h1,.unreset section nav section nav article h1,.unreset section nav section nav aside h1,.unreset section nav section nav nav h1,.unreset section nav section nav section h1,.unreset section nav section section article h1,.unreset section nav section section aside h1,.unreset section nav section section nav h1,.unreset section nav section section section h1,.unreset section section article article article h1,.unreset section section article article aside h1,.unreset section section article article nav h1,.unreset section section article article section h1,.unreset section section article aside article h1,.unreset section section article aside aside h1,.unreset section section article aside nav h1,.unreset section section article aside section h1,.unreset section section article nav article h1,.unreset section section article nav aside h1,.unreset section section article nav nav h1,.unreset section section article nav section h1,.unreset section section article section article h1,.unreset section section article section aside h1,.unreset section section article section nav h1,.unreset section section article section section h1,.unreset section section aside article article h1,.unreset section section aside article aside h1,.unreset section section aside article nav h1,.unreset section section aside article section h1,.unreset section section aside aside article h1,.unreset section section aside aside aside h1,.unreset section section aside aside nav h1,.unreset section section aside aside section h1,.unreset section section aside nav article h1,.unreset section section aside nav aside h1,.unreset section section aside nav nav h1,.unreset section section aside nav section h1,.unreset section section aside section article h1,.unreset section section aside section aside h1,.unreset section section aside section nav h1,.unreset section section aside section section h1,.unreset section section nav article article h1,.unreset section section nav article aside h1,.unreset section section nav article nav h1,.unreset section section nav article section h1,.unreset section section nav aside article h1,.unreset section section nav aside aside h1,.unreset section section nav aside nav h1,.unreset section section nav aside section h1,.unreset section section nav nav article h1,.unreset section section nav nav aside h1,.unreset section section nav nav nav h1,.unreset section section nav nav section h1,.unreset section section nav section article h1,.unreset section section nav section aside h1,.unreset section section nav section nav h1,.unreset section section nav section section h1,.unreset section section section article article h1,.unreset section section section article aside h1,.unreset section section section article nav h1,.unreset section section section article section h1,.unreset section section section aside article h1,.unreset section section section aside aside h1,.unreset section section section aside nav h1,.unreset section section section aside section h1,.unreset section section section nav article h1,.unreset section section section nav aside h1,.unreset section section section nav nav h1,.unreset section section section nav section h1,.unreset section section section section article h1,.unreset section section section section aside h1,.unreset section section section section nav h1,.unreset section section section section section h1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  font-weight: 700;
}.unreset ul,.unreset menu {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}.unreset ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}.unreset ul ul,.unreset ol ul{list-style-type:circle}.unreset ul ul ul,.unreset ul ol ul,.unreset ol ul ul,.unreset ol ol ul{list-style-type:square}.unreset dd {
  padding-left: 2.5rem;
}.unreset dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.unreset ul ul,.unreset ul ol,.unreset ul menu,.unreset ul dl,.unreset ol ul,.unreset ol ol,.unreset ol menu,.unreset ol dl,.unreset menu ul,.unreset menu ol,.unreset menu menu,.unreset menu dl,.unreset dl ul,.unreset dl ol,.unreset dl menu,.unreset dl dl{margin:0}.unreset legend {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.unreset fieldset {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0.5rem;
}.unreset b,.unreset strong{font-weight:bold}.unreset pre {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.tippy-hotspot {
  cursor: pointer;
}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box {
  position: relative;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;transition-property:transform,visibility,opacity;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tippy-box {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:currentColor;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:currentColor;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:currentColor;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:currentColor;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(0.54, 1.5, 0.38, 1.11)}.tippy-arrow {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);width:16px;height:16px;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tippy-arrow {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.tippy-arrow:before{content:"";position:absolute;border-color:rgba(0,0,0,0);border-style:solid}.tippy-content {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;z-index:1;
}@media screen and (min-width: 768px){.bg-logo{background-image:url(//unreasonablegroup.com/assets/475b3e88059d62c569aa-7c76fe64ff8441aeb03f82d8f37ce77f2181a98dec68c22461190ff60d44ee38.svg)}}@media screen and (max-width: 768px){.bg-logo{background-image:url(//unreasonablegroup.com/assets/7f904209e44b14cf6240-427fca36fbc0a98e13e22ff05d60d6c485c371c22425029a681e3e24d9a0f300.svg)}}.bg-hotspot{animation:hotspotPulse 3s ease-out infinite}@keyframes hotspotPulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(2.5);opacity:0}100%{transform:scale(2.5);opacity:0}}@media screen and (min-width: 1200px){.tippy-u{left:2.45%;top:45%}}@media screen and (min-width: 768px)and (max-width: 1200px){.tippy-u{left:2.3%;top:45%}}@media screen and (min-width: 640px)and (max-width: 768px){.tippy-u{left:13.8%;top:7.5%}}@media screen and (min-width: 375px)and (max-width: 640px){.tippy-u{left:6.8%;top:7.5%}}@media screen and (max-width: 375px){.tippy-u{left:4.7%;top:7.5%}}@media screen and (min-width: 1200px){.tippy-n{left:11.5%;top:45%}}@media screen and (min-width: 768px)and (max-width: 1200px){.tippy-n{left:11.3%;top:45%}}@media screen and (min-width: 640px)and (max-width: 768px){.tippy-n{left:28%;top:7.5%}}@media screen and (min-width: 375px)and (max-width: 640px){.tippy-n{left:24%;top:7.5%}}@media screen and (max-width: 375px){.tippy-n{left:22.5%;top:7.5%}}@media screen and (min-width: 1200px){.tippy-color{left:15%;top:62%}}@media screen and (min-width: 768px)and (max-width: 1200px){.tippy-color{left:15%;top:66%}}@media screen and (min-width: 640px)and (max-width: 768px){.tippy-color{left:20.5%;top:22%}}@media screen and (min-width: 375px)and (max-width: 640px){.tippy-color{left:16.5%;top:23%}}@media screen and (max-width: 375px){.tippy-color{left:13.5%;top:23%}}@media screen and (min-width: 1200px){.tippy-underline{left:7%;top:62%}}@media screen and (min-width: 768px)and (max-width: 1200px){.tippy-underline{left:7%;top:66%}}@media screen and (min-width: 640px)and (max-width: 768px){.tippy-underline{left:34%;top:22%}}@media screen and (min-width: 375px)and (max-width: 640px){.tippy-underline{left:30%;top:23%}}@media screen and (max-width: 375px){.tippy-underline{left:30%;top:23%}}@media screen and (min-width: 1200px){.tippy-a{left:41%;top:60%}}@media screen and (min-width: 768px)and (max-width: 1200px){.tippy-a{left:40%;top:58%}}@media screen and (min-width: 640px)and (max-width: 768px){.tippy-a{left:46%;top:60%}}@media screen and (min-width: 375px)and (max-width: 640px){.tippy-a{left:44%;top:60%}}@media screen and (max-width: 375px){.tippy-a{left:44%;top:60%}}body{height:100dvh}:root{--space: 30vh;--space-xs: calc(var(--space) / 3);--space-sm: calc(var(--space) / 2);--space-md: calc(var(--space) * 2)}.turbolinks-progress-bar{height:4px;--tw-bg-opacity: 1;background-color: rgb(65 184 194 / 1)}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.turbolinks-progress-bar{background-color: rgb(65 184 194 / var(--tw-bg-opacity))}
}::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
::-moz-selection {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
::-moz-selection {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
::selection {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}a {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}a:hover {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a:hover {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}a.shadow-link {
  display: inline-block;
  line-height: 1.5rem;
  color: currentColor;
  text-decoration-line: none;background-image:linear-gradient(0deg, #00afad 10%, #41b8c2 30%);background-position:0 100%;background-repeat:repeat-x;background-size:4px 4px;transition:background-size 200ms ease-in-out,color 200ms ease-in-out 25ms;padding:6px 4px;
}a.shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);background-size:6px 200px;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a.shadow-link:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}a.shadow-link.collective-shadow-link{background-image:linear-gradient(0deg, #ffd670 10%, #ffc73d 30%)}a.shadow-link.collective-shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a.shadow-link.collective-shadow-link:hover {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}a.shadow-link.banner-shadow-link{background-image:linear-gradient(0deg, #1D5559 10%, #2A7C83 30%);padding:2px 4px;line-height: 1.5;--tw-text-opacity: 1;color: rgb(255 255 255 / 1)}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a.shadow-link.banner-shadow-link{color: rgb(255 255 255 / var(--tw-text-opacity))}
}a.shadow-link.banner-shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
a.shadow-link.banner-shadow-link:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}@keyframes homeSplashScrollArrow{0%{transform:translateY(-20px);opacity:1}100%{transform:translateY(5px);opacity:0}}.home-splash-scroll-arrow {
  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));animation-name:homeSplashScrollArrow;animation-duration:2s;animation-iteration-count:infinite;
}.impact-theme:nth-of-type(even) .impact-theme__text-wrapper {
  display: flex;
  flex-direction: row-reverse;
}@media (min-width: 1024px) {

  .impact-theme:nth-of-type(even) .impact-theme__text-wrapper {
    text-align: right;
  }
}@media screen and (min-width: 1024px){.impact-theme:nth-of-type(even) .impact-theme__text-wrapper h3 {
    justify-content: flex-end;
  }.impact-theme:nth-of-type(even) .arrow-icon {
    position: absolute;
    --tw-translate-x: 2rem;
    transform: translate(2rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }}@media (min-width: 1024px) {

  .impact-theme:nth-of-type(odd) .impact-theme__text-wrapper {
    text-align: left;
  }
}.people-bio {
  font-size: 1rem;
}@media (min-width: 1024px) {

  .people-bio {
    font-size: 1.125rem;
  }
}.people-bio div,.people-bio p {
  margin-bottom: 1.5rem;
}.mapboxgl-ctrl.mapboxgl-ctrl-group,.mapboxgl-ctrl-logo {
  opacity: 0.25;
  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: 200ms;
}.mapboxgl-ctrl.mapboxgl-ctrl-group:hover,.mapboxgl-ctrl-logo:hover {
  opacity: 0.7;
}.mapboxgl-popup-content {
  z-index: 50;max-width:75vw !important;
}.gcsc-more-maybe-branding-root {
  display: none;
}.gsc-input:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.gsc-input-box {
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 210 210 / 1) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.gsc-input-box {
    border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
  }
}.gsc-input-box input {
  font-size: 1.125rem;
}@media (min-width: 1024px) {

  .gsc-input-box input {
    font-size: 1.25rem;
  }
}.gs-title {
  --tw-text-opacity: 1 !important;
  color: rgb(42 124 131 / 1) !important;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.gs-title {
    color: rgb(42 124 131 / var(--tw-text-opacity)) !important;
  }
}.gsst_b {
  margin-top: 0.25rem;
}.gsc-search-button.gsc-search-button-v2 {
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 184 194 / 1) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.gsc-search-button.gsc-search-button-v2 {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity)) !important;
  }
}.gsc-search-button.gsc-search-button-v2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 124 131 / 1) !important;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.gsc-search-button.gsc-search-button-v2:hover {
    background-color: rgb(42 124 131 / var(--tw-bg-opacity)) !important;
  }
}.gsc-adBlock,iframe.gsc-adBlock{display:none !important}.js-press-slider .glide__slide,.js-testimonial-slider .glide__slide{opacity:.2;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms}.js-press-slider .glide__slide:hover,.js-testimonial-slider .glide__slide:hover{opacity:.4}.js-press-slider .glide__slide .quotation-mark path,.js-testimonial-slider .glide__slide .quotation-mark path {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.js-press-slider .glide__slide .quotation-mark path,.js-testimonial-slider .glide__slide .quotation-mark path {
    color: rgb(210 210 210 / var(--tw-text-opacity));
  }
}.js-press-slider .glide__slide.glide__slide--active,.js-testimonial-slider .glide__slide.glide__slide--active{opacity:1}.js-press-slider .glide__slide.glide__slide--active .quotation-mark path,.js-testimonial-slider .glide__slide.glide__slide--active .quotation-mark path {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.js-press-slider .glide__slide.glide__slide--active .quotation-mark path,.js-testimonial-slider .glide__slide.glide__slide--active .quotation-mark path {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.collective .js-press-slider .glide__slide.glide__slide--active .quotation-mark path,.collective .js-testimonial-slider .glide__slide.glide__slide--active .quotation-mark path {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 214 112 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.collective .js-press-slider .glide__slide.glide__slide--active .quotation-mark path,.collective .js-testimonial-slider .glide__slide.glide__slide--active .quotation-mark path {
    color: rgb(255 214 112 / var(--tw-text-opacity));
  }
}details[open] summary {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
details[open] summary {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}details[open] summary::marker {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
details[open] summary::marker {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}summary::marker {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}summary:hover::marker {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
summary:hover::marker {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.fellowship-stat-card{perspective:1000px}.fellowship-stat-card-inner{transition:transform .8s;-webkit-transition:transform .8s;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.fellowship-stat-card.is-flipped .fellowship-stat-card-inner{transform:rotateY(180deg)}.fellowship-stat-card-front,.fellowship-stat-card-back{backface-visibility:hidden}.fellowship-stat-card-back{color:#fff;transform:rotateY(180deg) translateZ(1px)}@keyframes shakeFellowshipCard{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}.fellowship-stat-card--animated{animation-name:shakeFellowshipCard;animation-timing-function:cubic-bezier(0.36, 0.07, 0.19, 0.97);animation-duration:1s;animation-delay:5s}.fellowship-stat-card--animated:hover{animation:0}.sigil-sidebar{--offset: var(--space);position:sticky;top:30vh;top:var(--offset);padding-top:35px}.sigil{margin-top:-100px}.sigil line,.sigil polyline {
  stroke: currentColor;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;fill:none;stroke-linecap:round;stroke-linejoin:round;
}.sigil .sigil-background line,.sigil .sigil-background polyline {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / 1);stroke-width:2px;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.sigil .sigil-background line,.sigil .sigil-background polyline {
    color: rgb(210 210 210 / var(--tw-text-opacity));
  }
}.sigil .sigil-foreground line,.sigil .sigil-foreground polyline {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);stroke-width:3px;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.sigil .sigil-foreground line,.sigil .sigil-foreground polyline {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.fam-first-sigil,.lead-with-love-sigil{margin-top:-1rem}@media screen and (min-width: 640px){.fam-first-sigil,.lead-with-love-sigil{margin-top:-1.7rem}}@media screen and (min-width: 1000px){.fam-first-sigil,.lead-with-love-sigil{margin-top:-2.7rem}}.person-headline a {
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  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;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.person-headline a {
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.person-headline a:hover {
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  text-decoration-line: none;
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.person-headline a:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.venture-map{height:70vh}.unreasonable-impact a.shadow-link{background-image:linear-gradient(0deg, #2e91bd 10%, #36A0CE 30%)}.unreasonable-impact a.shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-impact a.shadow-link:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.unreasonable-impact .subnav-link::after {
  --tw-bg-opacity: 1;
  background-color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-impact .subnav-link::after {
    background-color: rgb(54 160 206 / var(--tw-bg-opacity));
  }
}.unreasonable-change a.shadow-link{background-image:linear-gradient(0deg, #9ee6bd 10%, #8AE1AF 30%)}.unreasonable-change a.shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-change a.shadow-link:hover {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.unreasonable-change .subnav-link::after {
  --tw-bg-opacity: 1;
  background-color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-change .subnav-link::after {
    background-color: rgb(138 225 175 / var(--tw-bg-opacity));
  }
}.unreasonable-food a.shadow-link{background-image:linear-gradient(0deg, #9ee6bd 10%, #8AE1AF 30%)}.unreasonable-food a.shadow-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-food a.shadow-link:hover {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.unreasonable-food .subnav-link::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 184 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.unreasonable-food .subnav-link::after {
    background-color: rgb(0 214 184 / var(--tw-bg-opacity));
  }
}@media screen and (min-width: 768px){.two-column-text{-moz-column-count:2;column-count:2;-moz-column-gap:3rem;column-gap:3rem;-moz-column-break-before:column;break-before:column}.two-column-text>div,.two-column-text>*{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.venture-impact-columns{-moz-column-count:2;column-count:2;-moz-column-break-before:column;break-before:column}}@media screen and (max-width: 1023px){.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px;margin:0;padding:0}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1)}}.last\:mb-0:last-child {
  margin-bottom: 0px;
}.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}.last\:border-0:last-child {
  border-width: 0px;
}.last\:pb-0:last-child {
  padding-bottom: 0px;
}.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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(1.05) scaleY(1.05);
  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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:border-b:hover {
  border-bottom-width: 1px;
}.hover\:border-solid:hover {
  border-style: solid;
}.hover\:border-change-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-change-teal:hover {
    border-color: rgb(138 225 175 / var(--tw-border-opacity));
  }
}.hover\:border-food-cyan:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 214 184 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-food-cyan:hover {
    border-color: rgb(0 214 184 / var(--tw-border-opacity));
  }
}.hover\:border-impact-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-impact-blue:hover {
    border-color: rgb(54 160 206 / var(--tw-border-opacity));
  }
}.hover\:border-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-teal:hover {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.hover\:border-teal-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-teal-dark:hover {
    border-color: rgb(42 124 131 / var(--tw-border-opacity));
  }
}.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-white:hover {
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-black:hover {
    background-color: rgb(29 31 34 / var(--tw-bg-opacity));
  }
}.hover\:bg-fullBlack:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-fullBlack:hover {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}.hover\:bg-gray-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-light:hover {
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  }
}.hover\:bg-impact-blue-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 145 189 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-impact-blue-dark:hover {
    background-color: rgb(46 145 189 / var(--tw-bg-opacity));
  }
}.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-teal:hover {
    background-color: rgb(65 184 194 / var(--tw-bg-opacity));
  }
}.hover\:bg-teal-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-teal-dark:hover {
    background-color: rgb(42 124 131 / var(--tw-bg-opacity));
  }
}.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-white:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-black:hover {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.hover\:text-change-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-change-teal:hover {
    color: rgb(138 225 175 / var(--tw-text-opacity));
  }
}.hover\:text-gray-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(130 131 132 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-dark:hover {
    color: rgb(130 131 132 / var(--tw-text-opacity));
  }
}.hover\:text-impact-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-impact-blue:hover {
    color: rgb(54 160 206 / var(--tw-text-opacity));
  }
}.hover\:text-impact-blue-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(46 145 189 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-impact-blue-dark:hover {
    color: rgb(46 145 189 / var(--tw-text-opacity));
  }
}.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-teal:hover {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.hover\:text-teal-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-teal-dark:hover {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-white:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.hover\:underline:hover {
  text-decoration-line: underline;
}.hover\:opacity-100:hover {
  opacity: 1;
}.hover\:filter-none:hover {filter:none;
}.focus\:border-teal:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-teal:focus {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.focus\:text-teal-dark:focus {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:text-teal-dark:focus {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}.focus\:ring-gray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(210 210 210 / var(--tw-ring-opacity));
}.focus\:ring-teal:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 184 194 / var(--tw-ring-opacity));
}.focus\:ring-teal-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(84 191 200 / var(--tw-ring-opacity));
}.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.disabled\:opacity-50:disabled {
  opacity: 0.5;
}.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}.group\/company:hover .group-hover\/company\:border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/company:hover .group-hover\/company\:border-teal {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.group\/fellow:hover .group-hover\/fellow\:border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/fellow:hover .group-hover\/fellow\:border-teal {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.group:hover .group-hover\:border-impact-blue {
  --tw-border-opacity: 1;
  border-color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:border-impact-blue {
    border-color: rgb(54 160 206 / var(--tw-border-opacity));
  }
}.group:hover .group-hover\:border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:border-teal {
    border-color: rgb(65 184 194 / var(--tw-border-opacity));
  }
}.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:bg-white {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.group\/company:hover .group-hover\/company\:text-teal {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/company:hover .group-hover\/company\:text-teal {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.group\/fellow:hover .group-hover\/fellow\:text-teal {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/fellow:hover .group-hover\/fellow\:text-teal {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(29 31 34 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-black {
    color: rgb(29 31 34 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-change-teal {
  --tw-text-opacity: 1;
  color: rgb(138 225 175 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-change-teal {
    color: rgb(138 225 175 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-food-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 214 184 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-food-cyan {
    color: rgb(0 214 184 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-impact-blue {
  --tw-text-opacity: 1;
  color: rgb(54 160 206 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-impact-blue {
    color: rgb(54 160 206 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-impact-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(46 145 189 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-impact-blue-dark {
    color: rgb(46 145 189 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-teal {
  --tw-text-opacity: 1;
  color: rgb(65 184 194 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-teal {
    color: rgb(65 184 194 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(42 124 131 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-teal-dark {
    color: rgb(42 124 131 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}.group:hover .group-hover\:filter-none {filter:none;
}.group:focus .group-focus\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:focus .group-focus\:text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:animate-none {
    animation: none;
  }

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}@media (min-width: 370px) {

  .xs\:flex {
    display: flex;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:w-12 {
    width: 3rem;
  }

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

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }
}@media (min-width: 640px) {

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

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

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

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

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:min-h-\[28rem\] {
    min-height: 28rem;
  }

  .sm\:min-h-hero {
    min-height: 80vh;
  }

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

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

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

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

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

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

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

  .sm\:from-fullBlack {
    --tw-gradient-from: #000000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

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

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

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

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

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

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:max-h-\[500px\] {
    max-height: 500px;
  }

  .md\:min-h-home {
    min-height: 95vh;
  }

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

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

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

  .md\:w-28 {
    width: 7rem;
  }

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

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

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
    transform: translate(var(--tw-translate-x), 9rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-teal-dark {
    --tw-border-opacity: 1;
    border-color: rgb(42 124 131 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.md\:border-teal-dark {
      border-color: rgb(42 124 131 / var(--tw-border-opacity));
    }
}

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.md\:bg-white {
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
}

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

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

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
    transform: translate(var(--tw-translate-x), -4rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .group\/venture-fellow:hover .md\:group-hover\/venture-fellow\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(65 184 194 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/venture-fellow:hover .md\:group-hover\/venture-fellow\:text-teal {
      color: rgb(65 184 194 / var(--tw-text-opacity));
    }
}

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:z-40 {
    z-index: 40;
  }

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

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

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

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

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

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

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

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

  .lg\:-mr-0 {
    margin-right: -0px;
  }

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

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

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

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

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

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

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

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

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-hero {
    min-height: 80vh;
  }

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

  .lg\:w-0 {
    width: 0px;
  }

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

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

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

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

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

  .lg\:w-20 {
    width: 5rem;
  }

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

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

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[67\.8125rem\] {
    width: 67.8125rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
    transform: translate(-2rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), 0.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

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

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

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

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

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

  .lg\:pt-60 {
    padding-top: 15rem;
  }

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

  .lg\:pt-96 {
    padding-top: 24rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-gray-light {
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.lg\:text-gray-light {
      color: rgb(246 246 246 / var(--tw-text-opacity));
    }
}

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), -2rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .group:hover .lg\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .group:hover .lg\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    transform: translate(var(--tw-translate-x), 0.125rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .group\/venture-fellow:hover .lg\:group-hover\/venture-fellow\:border-teal {
    --tw-border-opacity: 1;
    border-color: rgb(65 184 194 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group\/venture-fellow:hover .lg\:group-hover\/venture-fellow\:border-teal {
      border-color: rgb(65 184 194 / var(--tw-border-opacity));
    }
}
}@media (min-width: 1280px) {

  .xl\:top-3 {
    top: 0.75rem;
  }

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

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

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

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

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

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

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

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

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

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
    transform: translate(var(--tw-translate-x), -7rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1536px) {

  .\32xl\:w-1\/5 {
    width: 20%;
  }
}@media (max-height: 800px) {

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