@charset "UTF-8";
/*
! tailwindcss v3.1.8 | 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  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, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::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='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose{
  color: #1f2937;
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover{
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-top-3{
  top: -0.75rem;
}
.right-2{
  right: 0.5rem;
}
.right-0{
  right: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-0{
  left: 0px;
}
.left-2\/3{
  left: 66.666667%;
}
.-top-8{
  top: -2rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.isolate{
  isolation: isolate;
}
.z-50{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-0{
  z-index: 0;
}
.col-start-1{
  grid-column-start: 1;
}
.row-start-1{
  grid-row-start: 1;
}
.-m-3{
  margin: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-\[156px\]{
  margin-top: 156px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-\[146px\]{
  margin-top: 146px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-\[122px\]{
  margin-top: 122px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-48{
  height: 12rem;
}
.h-4{
  height: 1rem;
}
.h-7{
  height: 1.75rem;
}
.h-24{
  height: 6rem;
}
.h-20{
  height: 5rem;
}
.h-8{
  height: 2rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.w-4{
  width: 1rem;
}
.w-auto{
  width: auto;
}
.w-8{
  width: 2rem;
}
.w-screen{
  width: 100vw;
}
.w-20{
  width: 5rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  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(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.appearance-none{
  appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-center{
  align-self: center;
}
.justify-self-center{
  justify-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-sasColor01{
  --tw-border-opacity: 1;
  border-color: rgb(112 39 129 / var(--tw-border-opacity));
}
.border-sasColor02{
  --tw-border-opacity: 1;
  border-color: rgb(235 122 18 / var(--tw-border-opacity));
}
.border-sasColor03{
  --tw-border-opacity: 1;
  border-color: rgb(156 0 14 / var(--tw-border-opacity));
}
.border-hibinpzColor01{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-hibinpzColor02{
  --tw-border-opacity: 1;
  border-color: rgb(246 170 10 / var(--tw-border-opacity));
}
.border-hibinpzColor03{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 140 / var(--tw-border-opacity));
}
.border-kapperszorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(45 141 129 / var(--tw-border-opacity));
}
.border-kapperszorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(228 38 108 / var(--tw-border-opacity));
}
.border-kapperszorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(67 195 179 / var(--tw-border-opacity));
}
.border-nsvColor01{
  --tw-border-opacity: 1;
  border-color: rgb(36 88 52 / var(--tw-border-opacity));
}
.border-nsvColor02{
  --tw-border-opacity: 1;
  border-color: rgb(58 142 84 / var(--tw-border-opacity));
}
.border-nsvColor03{
  --tw-border-opacity: 1;
  border-color: rgb(125 188 52 / var(--tw-border-opacity));
}
.border-dibevozorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(35 100 130 / var(--tw-border-opacity));
}
.border-dibevozorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(19 54 70 / var(--tw-border-opacity));
}
.border-dibevozorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(211 6 69 / var(--tw-border-opacity));
}
.border-mkbvitaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(11 57 87 / var(--tw-border-opacity));
}
.border-mkbvitaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(0 101 167 / var(--tw-border-opacity));
}
.border-mkbvitaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(81 177 226 / var(--tw-border-opacity));
}
.border-vbwzorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(220 0 11 / var(--tw-border-opacity));
}
.border-vbwzorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(234 91 12 / var(--tw-border-opacity));
}
.border-vbwzorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(244 149 0 / var(--tw-border-opacity));
}
.border-adnzorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(144 141 141 / var(--tw-border-opacity));
}
.border-adnzorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(148 193 26 / var(--tw-border-opacity));
}
.border-adnzorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(233 76 22 / var(--tw-border-opacity));
}
.border-beonzorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(106 107 123 / var(--tw-border-opacity));
}
.border-beonzorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(255 103 0 / var(--tw-border-opacity));
}
.border-beonzorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(145 146 160 / var(--tw-border-opacity));
}
.border-nbpwzorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(99 133 41 / var(--tw-border-opacity));
}
.border-nbpwzorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(247 168 0 / var(--tw-border-opacity));
}
.border-nbpwzorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(143 191 59 / var(--tw-border-opacity));
}
.border-supergarantColor01{
  --tw-border-opacity: 1;
  border-color: rgb(10 57 87 / var(--tw-border-opacity));
}
.border-supergarantColor02{
  --tw-border-opacity: 1;
  border-color: rgb(59 166 222 / var(--tw-border-opacity));
}
.border-supergarantColor03{
  --tw-border-opacity: 1;
  border-color: rgb(59 166 222 / var(--tw-border-opacity));
}
.border-vnvzorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(90 53 131 / var(--tw-border-opacity));
}
.border-vnvzorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(0 147 244 / var(--tw-border-opacity));
}
.border-vnvzorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(0 101 167 / var(--tw-border-opacity));
}
.border-vakColor01{
  --tw-border-opacity: 1;
  border-color: rgb(77 35 129 / var(--tw-border-opacity));
}
.border-vakColor02{
  --tw-border-opacity: 1;
  border-color: rgb(113 51 189 / var(--tw-border-opacity));
}
.border-vakColor03{
  --tw-border-opacity: 1;
  border-color: rgb(197 13 70 / var(--tw-border-opacity));
}
.border-snsColor01{
  --tw-border-opacity: 1;
  border-color: rgb(86 39 114 / var(--tw-border-opacity));
}
.border-snsColor02{
  --tw-border-opacity: 1;
  border-color: rgb(182 46 104 / var(--tw-border-opacity));
}
.border-snsColor03{
  --tw-border-opacity: 1;
  border-color: rgb(229 222 236 / var(--tw-border-opacity));
}
.border-horecazorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(23 79 129 / var(--tw-border-opacity));
}
.border-horecazorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(59 170 53 / var(--tw-border-opacity));
}
.border-horecazorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(229 222 236 / var(--tw-border-opacity));
}
.border-fysiozorgportaalColor01{
  --tw-border-opacity: 1;
  border-color: rgb(115 196 239 / var(--tw-border-opacity));
}
.border-fysiozorgportaalColor02{
  --tw-border-opacity: 1;
  border-color: rgb(241 135 1 / var(--tw-border-opacity));
}
.border-fysiozorgportaalColor03{
  --tw-border-opacity: 1;
  border-color: rgb(172 31 40 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-brandBlue{
  --tw-border-opacity: 1;
  border-color: rgb(10 57 87 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-sasColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(112 39 129 / var(--tw-bg-opacity));
}
.bg-sasColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(235 122 18 / var(--tw-bg-opacity));
}
.bg-sasColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(156 0 14 / var(--tw-bg-opacity));
}
.bg-hibinpzColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-hibinpzColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(246 170 10 / var(--tw-bg-opacity));
}
.bg-hibinpzColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 140 / var(--tw-bg-opacity));
}
.bg-kapperszorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(45 141 129 / var(--tw-bg-opacity));
}
.bg-kapperszorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(228 38 108 / var(--tw-bg-opacity));
}
.bg-kapperszorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(67 195 179 / var(--tw-bg-opacity));
}
.bg-nsvColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(36 88 52 / var(--tw-bg-opacity));
}
.bg-nsvColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(58 142 84 / var(--tw-bg-opacity));
}
.bg-nsvColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(125 188 52 / var(--tw-bg-opacity));
}
.bg-dibevozorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(35 100 130 / var(--tw-bg-opacity));
}
.bg-dibevozorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(19 54 70 / var(--tw-bg-opacity));
}
.bg-dibevozorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(211 6 69 / var(--tw-bg-opacity));
}
.bg-mkbvitaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(11 57 87 / var(--tw-bg-opacity));
}
.bg-mkbvitaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 167 / var(--tw-bg-opacity));
}
.bg-mkbvitaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(81 177 226 / var(--tw-bg-opacity));
}
.bg-vbwzorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 11 / var(--tw-bg-opacity));
}
.bg-vbwzorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(234 91 12 / var(--tw-bg-opacity));
}
.bg-vbwzorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(244 149 0 / var(--tw-bg-opacity));
}
.bg-adnzorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(144 141 141 / var(--tw-bg-opacity));
}
.bg-adnzorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(148 193 26 / var(--tw-bg-opacity));
}
.bg-adnzorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(233 76 22 / var(--tw-bg-opacity));
}
.bg-beonzorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(106 107 123 / var(--tw-bg-opacity));
}
.bg-beonzorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
}
.bg-beonzorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(145 146 160 / var(--tw-bg-opacity));
}
.bg-nbpwzorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(99 133 41 / var(--tw-bg-opacity));
}
.bg-nbpwzorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(247 168 0 / var(--tw-bg-opacity));
}
.bg-nbpwzorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(143 191 59 / var(--tw-bg-opacity));
}
.bg-supergarantColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 87 / var(--tw-bg-opacity));
}
.bg-supergarantColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(59 166 222 / var(--tw-bg-opacity));
}
.bg-supergarantColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(59 166 222 / var(--tw-bg-opacity));
}
.bg-vnvzorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(90 53 131 / var(--tw-bg-opacity));
}
.bg-vnvzorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 244 / var(--tw-bg-opacity));
}
.bg-vnvzorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 167 / var(--tw-bg-opacity));
}
.bg-vakColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(77 35 129 / var(--tw-bg-opacity));
}
.bg-vakColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(113 51 189 / var(--tw-bg-opacity));
}
.bg-vakColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(197 13 70 / var(--tw-bg-opacity));
}
.bg-snsColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(86 39 114 / var(--tw-bg-opacity));
}
.bg-snsColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(182 46 104 / var(--tw-bg-opacity));
}
.bg-snsColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(229 222 236 / var(--tw-bg-opacity));
}
.bg-horecazorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(23 79 129 / var(--tw-bg-opacity));
}
.bg-horecazorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(59 170 53 / var(--tw-bg-opacity));
}
.bg-horecazorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(229 222 236 / var(--tw-bg-opacity));
}
.bg-fysiozorgportaalColor01{
  --tw-bg-opacity: 1;
  background-color: rgb(115 196 239 / var(--tw-bg-opacity));
}
.bg-fysiozorgportaalColor02{
  --tw-bg-opacity: 1;
  background-color: rgb(241 135 1 / var(--tw-bg-opacity));
}
.bg-fysiozorgportaalColor03{
  --tw-bg-opacity: 1;
  background-color: rgb(172 31 40 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brandBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 87 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-sasColor01{
  --tw-gradient-from: #702781;
  --tw-gradient-to: rgb(112 39 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sasColor02{
  --tw-gradient-from: #eb7a12;
  --tw-gradient-to: rgb(235 122 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sasColor03{
  --tw-gradient-from: #9c000e;
  --tw-gradient-to: rgb(156 0 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sasColor01\/90{
  --tw-gradient-from: rgb(112 39 129 / 0.9);
  --tw-gradient-to: rgb(112 39 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sasColor02\/90{
  --tw-gradient-from: rgb(235 122 18 / 0.9);
  --tw-gradient-to: rgb(235 122 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sasColor03\/90{
  --tw-gradient-from: rgb(156 0 14 / 0.9);
  --tw-gradient-to: rgb(156 0 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor01{
  --tw-gradient-from: #444444;
  --tw-gradient-to: rgb(68 68 68 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor02{
  --tw-gradient-from: #F6AA0A;
  --tw-gradient-to: rgb(246 170 10 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor03{
  --tw-gradient-from: #00578C;
  --tw-gradient-to: rgb(0 87 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor01\/90{
  --tw-gradient-from: rgb(68 68 68 / 0.9);
  --tw-gradient-to: rgb(68 68 68 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor02\/90{
  --tw-gradient-from: rgb(246 170 10 / 0.9);
  --tw-gradient-to: rgb(246 170 10 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hibinpzColor03\/90{
  --tw-gradient-from: rgb(0 87 140 / 0.9);
  --tw-gradient-to: rgb(0 87 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor01{
  --tw-gradient-from: #2d8d81;
  --tw-gradient-to: rgb(45 141 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor02{
  --tw-gradient-from: #e4266c;
  --tw-gradient-to: rgb(228 38 108 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor03{
  --tw-gradient-from: #43c3b3;
  --tw-gradient-to: rgb(67 195 179 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor01\/90{
  --tw-gradient-from: rgb(45 141 129 / 0.9);
  --tw-gradient-to: rgb(45 141 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor02\/90{
  --tw-gradient-from: rgb(228 38 108 / 0.9);
  --tw-gradient-to: rgb(228 38 108 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-kapperszorgportaalColor03\/90{
  --tw-gradient-from: rgb(67 195 179 / 0.9);
  --tw-gradient-to: rgb(67 195 179 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor01{
  --tw-gradient-from: #245834;
  --tw-gradient-to: rgb(36 88 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor02{
  --tw-gradient-from: #3a8e54;
  --tw-gradient-to: rgb(58 142 84 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor03{
  --tw-gradient-from: #7dbc34;
  --tw-gradient-to: rgb(125 188 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor01\/90{
  --tw-gradient-from: rgb(36 88 52 / 0.9);
  --tw-gradient-to: rgb(36 88 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor02\/90{
  --tw-gradient-from: rgb(58 142 84 / 0.9);
  --tw-gradient-to: rgb(58 142 84 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nsvColor03\/90{
  --tw-gradient-from: rgb(125 188 52 / 0.9);
  --tw-gradient-to: rgb(125 188 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor01{
  --tw-gradient-from: #236482;
  --tw-gradient-to: rgb(35 100 130 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor02{
  --tw-gradient-from: #133646;
  --tw-gradient-to: rgb(19 54 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor03{
  --tw-gradient-from: #d30645;
  --tw-gradient-to: rgb(211 6 69 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor01\/90{
  --tw-gradient-from: rgb(35 100 130 / 0.9);
  --tw-gradient-to: rgb(35 100 130 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor02\/90{
  --tw-gradient-from: rgb(19 54 70 / 0.9);
  --tw-gradient-to: rgb(19 54 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dibevozorgportaalColor03\/90{
  --tw-gradient-from: rgb(211 6 69 / 0.9);
  --tw-gradient-to: rgb(211 6 69 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor01{
  --tw-gradient-from: #0b3957;
  --tw-gradient-to: rgb(11 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor02{
  --tw-gradient-from: #0065a7;
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor03{
  --tw-gradient-from: #51b1e2;
  --tw-gradient-to: rgb(81 177 226 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor01\/90{
  --tw-gradient-from: rgb(11 57 87 / 0.9);
  --tw-gradient-to: rgb(11 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor02\/90{
  --tw-gradient-from: rgb(0 101 167 / 0.9);
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mkbvitaalColor03\/90{
  --tw-gradient-from: rgb(81 177 226 / 0.9);
  --tw-gradient-to: rgb(81 177 226 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor01{
  --tw-gradient-from: #DC000B;
  --tw-gradient-to: rgb(220 0 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor02{
  --tw-gradient-from: #EA5B0C;
  --tw-gradient-to: rgb(234 91 12 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor03{
  --tw-gradient-from: #F49500;
  --tw-gradient-to: rgb(244 149 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor01\/90{
  --tw-gradient-from: rgb(220 0 11 / 0.9);
  --tw-gradient-to: rgb(220 0 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor02\/90{
  --tw-gradient-from: rgb(234 91 12 / 0.9);
  --tw-gradient-to: rgb(234 91 12 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor03\/90{
  --tw-gradient-from: rgb(244 149 0 / 0.9);
  --tw-gradient-to: rgb(244 149 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor01\/70{
  --tw-gradient-from: rgb(220 0 11 / 0.7);
  --tw-gradient-to: rgb(220 0 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor02\/70{
  --tw-gradient-from: rgb(234 91 12 / 0.7);
  --tw-gradient-to: rgb(234 91 12 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vbwzorgportaalColor03\/70{
  --tw-gradient-from: rgb(244 149 0 / 0.7);
  --tw-gradient-to: rgb(244 149 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor01{
  --tw-gradient-from: #908d8d;
  --tw-gradient-to: rgb(144 141 141 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor02{
  --tw-gradient-from: #94c11a;
  --tw-gradient-to: rgb(148 193 26 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor03{
  --tw-gradient-from: #e94c16;
  --tw-gradient-to: rgb(233 76 22 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor01\/90{
  --tw-gradient-from: rgb(144 141 141 / 0.9);
  --tw-gradient-to: rgb(144 141 141 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor02\/90{
  --tw-gradient-from: rgb(148 193 26 / 0.9);
  --tw-gradient-to: rgb(148 193 26 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-adnzorgportaalColor03\/90{
  --tw-gradient-from: rgb(233 76 22 / 0.9);
  --tw-gradient-to: rgb(233 76 22 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor01{
  --tw-gradient-from: #6a6b7b;
  --tw-gradient-to: rgb(106 107 123 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor02{
  --tw-gradient-from: #ff6700;
  --tw-gradient-to: rgb(255 103 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor03{
  --tw-gradient-from: #9192a0;
  --tw-gradient-to: rgb(145 146 160 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor01\/90{
  --tw-gradient-from: rgb(106 107 123 / 0.9);
  --tw-gradient-to: rgb(106 107 123 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor02\/90{
  --tw-gradient-from: rgb(255 103 0 / 0.9);
  --tw-gradient-to: rgb(255 103 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-beonzorgportaalColor03\/90{
  --tw-gradient-from: rgb(145 146 160 / 0.9);
  --tw-gradient-to: rgb(145 146 160 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor01{
  --tw-gradient-from: #638529;
  --tw-gradient-to: rgb(99 133 41 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor02{
  --tw-gradient-from: #f7a800;
  --tw-gradient-to: rgb(247 168 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor03{
  --tw-gradient-from: #8fbf3b;
  --tw-gradient-to: rgb(143 191 59 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor01\/90{
  --tw-gradient-from: rgb(99 133 41 / 0.9);
  --tw-gradient-to: rgb(99 133 41 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor02\/90{
  --tw-gradient-from: rgb(247 168 0 / 0.9);
  --tw-gradient-to: rgb(247 168 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-nbpwzorgportaalColor03\/90{
  --tw-gradient-from: rgb(143 191 59 / 0.9);
  --tw-gradient-to: rgb(143 191 59 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor01{
  --tw-gradient-from: #0A3957;
  --tw-gradient-to: rgb(10 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor02{
  --tw-gradient-from: #3BA6DE;
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor03{
  --tw-gradient-from: #3BA6DE;
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor01\/90{
  --tw-gradient-from: rgb(10 57 87 / 0.9);
  --tw-gradient-to: rgb(10 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor02\/90{
  --tw-gradient-from: rgb(59 166 222 / 0.9);
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-supergarantColor03\/90{
  --tw-gradient-from: rgb(59 166 222 / 0.9);
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor01{
  --tw-gradient-from: #5a3583;
  --tw-gradient-to: rgb(90 53 131 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor02{
  --tw-gradient-from: #0093f4;
  --tw-gradient-to: rgb(0 147 244 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor03{
  --tw-gradient-from: #0065a7;
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor01\/90{
  --tw-gradient-from: rgb(90 53 131 / 0.9);
  --tw-gradient-to: rgb(90 53 131 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor02\/90{
  --tw-gradient-from: rgb(0 147 244 / 0.9);
  --tw-gradient-to: rgb(0 147 244 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vnvzorgportaalColor03\/90{
  --tw-gradient-from: rgb(0 101 167 / 0.9);
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor01{
  --tw-gradient-from: #4d2381;
  --tw-gradient-to: rgb(77 35 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor02{
  --tw-gradient-from: #7133bd;
  --tw-gradient-to: rgb(113 51 189 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor03{
  --tw-gradient-from: #c50d46;
  --tw-gradient-to: rgb(197 13 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor01\/90{
  --tw-gradient-from: rgb(77 35 129 / 0.9);
  --tw-gradient-to: rgb(77 35 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor02\/90{
  --tw-gradient-from: rgb(113 51 189 / 0.9);
  --tw-gradient-to: rgb(113 51 189 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vakColor03\/90{
  --tw-gradient-from: rgb(197 13 70 / 0.9);
  --tw-gradient-to: rgb(197 13 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor01{
  --tw-gradient-from: #562772;
  --tw-gradient-to: rgb(86 39 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor02{
  --tw-gradient-from: #b62e68;
  --tw-gradient-to: rgb(182 46 104 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor03{
  --tw-gradient-from: #e5deec;
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor01\/90{
  --tw-gradient-from: rgb(86 39 114 / 0.9);
  --tw-gradient-to: rgb(86 39 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor02\/90{
  --tw-gradient-from: rgb(182 46 104 / 0.9);
  --tw-gradient-to: rgb(182 46 104 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-snsColor03\/90{
  --tw-gradient-from: rgb(229 222 236 / 0.9);
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor01{
  --tw-gradient-from: #174F81;
  --tw-gradient-to: rgb(23 79 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor02{
  --tw-gradient-from: #3BAA35;
  --tw-gradient-to: rgb(59 170 53 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor03{
  --tw-gradient-from: #e5deec;
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor01\/90{
  --tw-gradient-from: rgb(23 79 129 / 0.9);
  --tw-gradient-to: rgb(23 79 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor02\/90{
  --tw-gradient-from: rgb(59 170 53 / 0.9);
  --tw-gradient-to: rgb(59 170 53 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-horecazorgportaalColor03\/90{
  --tw-gradient-from: rgb(229 222 236 / 0.9);
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor01{
  --tw-gradient-from: #73C4EF;
  --tw-gradient-to: rgb(115 196 239 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor02{
  --tw-gradient-from: #F18701;
  --tw-gradient-to: rgb(241 135 1 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor03{
  --tw-gradient-from: #AC1F28;
  --tw-gradient-to: rgb(172 31 40 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor01\/90{
  --tw-gradient-from: rgb(115 196 239 / 0.9);
  --tw-gradient-to: rgb(115 196 239 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor02\/90{
  --tw-gradient-from: rgb(241 135 1 / 0.9);
  --tw-gradient-to: rgb(241 135 1 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fysiozorgportaalColor03\/90{
  --tw-gradient-from: rgb(172 31 40 / 0.9);
  --tw-gradient-to: rgb(172 31 40 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\[\*context_key\]\]{
  --tw-gradient-from: [*context key];
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brandBlueLight{
  --tw-gradient-from: #3ea6de;
  --tw-gradient-to: rgb(62 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100{
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-to: rgb(243 244 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brandBlue2{
  --tw-gradient-from: #135580;
  --tw-gradient-to: rgb(19 85 128 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-sasColor01\/50{
  --tw-gradient-to: rgb(112 39 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(112 39 129 / 0.5), var(--tw-gradient-to);
}
.via-sasColor02\/50{
  --tw-gradient-to: rgb(235 122 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 122 18 / 0.5), var(--tw-gradient-to);
}
.via-sasColor03\/50{
  --tw-gradient-to: rgb(156 0 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 0 14 / 0.5), var(--tw-gradient-to);
}
.via-hibinpzColor01\/50{
  --tw-gradient-to: rgb(68 68 68 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(68 68 68 / 0.5), var(--tw-gradient-to);
}
.via-hibinpzColor02\/50{
  --tw-gradient-to: rgb(246 170 10 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 170 10 / 0.5), var(--tw-gradient-to);
}
.via-hibinpzColor03\/50{
  --tw-gradient-to: rgb(0 87 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 87 140 / 0.5), var(--tw-gradient-to);
}
.via-kapperszorgportaalColor01\/50{
  --tw-gradient-to: rgb(45 141 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(45 141 129 / 0.5), var(--tw-gradient-to);
}
.via-kapperszorgportaalColor02\/50{
  --tw-gradient-to: rgb(228 38 108 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(228 38 108 / 0.5), var(--tw-gradient-to);
}
.via-kapperszorgportaalColor03\/50{
  --tw-gradient-to: rgb(67 195 179 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(67 195 179 / 0.5), var(--tw-gradient-to);
}
.via-nsvColor01\/50{
  --tw-gradient-to: rgb(36 88 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(36 88 52 / 0.5), var(--tw-gradient-to);
}
.via-nsvColor02\/50{
  --tw-gradient-to: rgb(58 142 84 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(58 142 84 / 0.5), var(--tw-gradient-to);
}
.via-nsvColor03\/50{
  --tw-gradient-to: rgb(125 188 52 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(125 188 52 / 0.5), var(--tw-gradient-to);
}
.via-dibevozorgportaalColor01\/50{
  --tw-gradient-to: rgb(35 100 130 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(35 100 130 / 0.5), var(--tw-gradient-to);
}
.via-dibevozorgportaalColor02\/50{
  --tw-gradient-to: rgb(19 54 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(19 54 70 / 0.5), var(--tw-gradient-to);
}
.via-dibevozorgportaalColor03\/50{
  --tw-gradient-to: rgb(211 6 69 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 6 69 / 0.5), var(--tw-gradient-to);
}
.via-mkbvitaalColor01\/50{
  --tw-gradient-to: rgb(11 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(11 57 87 / 0.5), var(--tw-gradient-to);
}
.via-mkbvitaalColor02\/50{
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 101 167 / 0.5), var(--tw-gradient-to);
}
.via-mkbvitaalColor03\/50{
  --tw-gradient-to: rgb(81 177 226 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(81 177 226 / 0.5), var(--tw-gradient-to);
}
.via-vbwzorgportaalColor01\/50{
  --tw-gradient-to: rgb(220 0 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(220 0 11 / 0.5), var(--tw-gradient-to);
}
.via-vbwzorgportaalColor02\/50{
  --tw-gradient-to: rgb(234 91 12 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 91 12 / 0.5), var(--tw-gradient-to);
}
.via-vbwzorgportaalColor03\/30{
  --tw-gradient-to: rgb(244 149 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 149 0 / 0.3), var(--tw-gradient-to);
}
.via-vbwzorgportaalColor01\/30{
  --tw-gradient-to: rgb(220 0 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(220 0 11 / 0.3), var(--tw-gradient-to);
}
.via-vbwzorgportaalColor02\/30{
  --tw-gradient-to: rgb(234 91 12 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 91 12 / 0.3), var(--tw-gradient-to);
}
.via-adnzorgportaalColor01\/50{
  --tw-gradient-to: rgb(144 141 141 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(144 141 141 / 0.5), var(--tw-gradient-to);
}
.via-adnzorgportaalColor02\/50{
  --tw-gradient-to: rgb(148 193 26 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(148 193 26 / 0.5), var(--tw-gradient-to);
}
.via-adnzorgportaalColor03\/50{
  --tw-gradient-to: rgb(233 76 22 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 76 22 / 0.5), var(--tw-gradient-to);
}
.via-nbpwzorgportaalColor01\/50{
  --tw-gradient-to: rgb(99 133 41 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(99 133 41 / 0.5), var(--tw-gradient-to);
}
.via-nbpwzorgportaalColor02\/50{
  --tw-gradient-to: rgb(247 168 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 168 0 / 0.5), var(--tw-gradient-to);
}
.via-nbpwzorgportaalColor03\/50{
  --tw-gradient-to: rgb(143 191 59 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(143 191 59 / 0.5), var(--tw-gradient-to);
}
.via-supergarantColor01\/50{
  --tw-gradient-to: rgb(10 57 87 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 57 87 / 0.5), var(--tw-gradient-to);
}
.via-supergarantColor02\/50{
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 166 222 / 0.5), var(--tw-gradient-to);
}
.via-supergarantColor03\/50{
  --tw-gradient-to: rgb(59 166 222 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 166 222 / 0.5), var(--tw-gradient-to);
}
.via-vnvzorgportaalColor01\/50{
  --tw-gradient-to: rgb(90 53 131 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(90 53 131 / 0.5), var(--tw-gradient-to);
}
.via-vnvzorgportaalColor02\/50{
  --tw-gradient-to: rgb(0 147 244 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 147 244 / 0.5), var(--tw-gradient-to);
}
.via-vnvzorgportaalColor03\/50{
  --tw-gradient-to: rgb(0 101 167 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 101 167 / 0.5), var(--tw-gradient-to);
}
.via-vakColor01\/50{
  --tw-gradient-to: rgb(77 35 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(77 35 129 / 0.5), var(--tw-gradient-to);
}
.via-vakColor02\/50{
  --tw-gradient-to: rgb(113 51 189 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 51 189 / 0.5), var(--tw-gradient-to);
}
.via-vakColor03\/50{
  --tw-gradient-to: rgb(197 13 70 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(197 13 70 / 0.5), var(--tw-gradient-to);
}
.via-snsColor01\/50{
  --tw-gradient-to: rgb(86 39 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(86 39 114 / 0.5), var(--tw-gradient-to);
}
.via-snsColor02\/50{
  --tw-gradient-to: rgb(182 46 104 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(182 46 104 / 0.5), var(--tw-gradient-to);
}
.via-snsColor03\/50{
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 222 236 / 0.5), var(--tw-gradient-to);
}
.via-horecazorgportaalColor01\/50{
  --tw-gradient-to: rgb(23 79 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 79 129 / 0.5), var(--tw-gradient-to);
}
.via-horecazorgportaalColor02\/50{
  --tw-gradient-to: rgb(59 170 53 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 170 53 / 0.5), var(--tw-gradient-to);
}
.via-horecazorgportaalColor03\/50{
  --tw-gradient-to: rgb(229 222 236 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 222 236 / 0.5), var(--tw-gradient-to);
}
.via-fysiozorgportaalColor01\/50{
  --tw-gradient-to: rgb(115 196 239 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(115 196 239 / 0.5), var(--tw-gradient-to);
}
.via-fysiozorgportaalColor02\/50{
  --tw-gradient-to: rgb(241 135 1 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(241 135 1 / 0.5), var(--tw-gradient-to);
}
.via-fysiozorgportaalColor03\/50{
  --tw-gradient-to: rgb(172 31 40 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(172 31 40 / 0.5), var(--tw-gradient-to);
}
.via-\[\[\*context_key\]\]{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), [*context key], var(--tw-gradient-to);
}
.to-sasColor01{
  --tw-gradient-to: #702781;
}
.to-sasColor02{
  --tw-gradient-to: #eb7a12;
}
.to-sasColor03{
  --tw-gradient-to: #9c000e;
}
.to-hibinpzColor01{
  --tw-gradient-to: #444444;
}
.to-hibinpzColor02{
  --tw-gradient-to: #F6AA0A;
}
.to-hibinpzColor03{
  --tw-gradient-to: #00578C;
}
.to-kapperszorgportaalColor01{
  --tw-gradient-to: #2d8d81;
}
.to-kapperszorgportaalColor02{
  --tw-gradient-to: #e4266c;
}
.to-kapperszorgportaalColor03{
  --tw-gradient-to: #43c3b3;
}
.to-nsvColor01{
  --tw-gradient-to: #245834;
}
.to-nsvColor02{
  --tw-gradient-to: #3a8e54;
}
.to-nsvColor03{
  --tw-gradient-to: #7dbc34;
}
.to-dibevozorgportaalColor01{
  --tw-gradient-to: #236482;
}
.to-dibevozorgportaalColor02{
  --tw-gradient-to: #133646;
}
.to-dibevozorgportaalColor03{
  --tw-gradient-to: #d30645;
}
.to-mkbvitaalColor01{
  --tw-gradient-to: #0b3957;
}
.to-mkbvitaalColor02{
  --tw-gradient-to: #0065a7;
}
.to-mkbvitaalColor03{
  --tw-gradient-to: #51b1e2;
}
.to-vbwzorgportaalColor01{
  --tw-gradient-to: #DC000B;
}
.to-vbwzorgportaalColor02{
  --tw-gradient-to: #EA5B0C;
}
.to-vbwzorgportaalColor03{
  --tw-gradient-to: #F49500;
}
.to-adnzorgportaalColor01{
  --tw-gradient-to: #908d8d;
}
.to-adnzorgportaalColor02{
  --tw-gradient-to: #94c11a;
}
.to-adnzorgportaalColor03{
  --tw-gradient-to: #e94c16;
}
.to-beonzorgportaalColor01{
  --tw-gradient-to: #6a6b7b;
}
.to-beonzorgportaalColor02{
  --tw-gradient-to: #ff6700;
}
.to-beonzorgportaalColor03{
  --tw-gradient-to: #9192a0;
}
.to-nbpwzorgportaalColor01{
  --tw-gradient-to: #638529;
}
.to-nbpwzorgportaalColor02{
  --tw-gradient-to: #f7a800;
}
.to-nbpwzorgportaalColor03{
  --tw-gradient-to: #8fbf3b;
}
.to-supergarantColor01{
  --tw-gradient-to: #0A3957;
}
.to-supergarantColor02{
  --tw-gradient-to: #3BA6DE;
}
.to-supergarantColor03{
  --tw-gradient-to: #3BA6DE;
}
.to-vnvzorgportaalColor01{
  --tw-gradient-to: #5a3583;
}
.to-vnvzorgportaalColor02{
  --tw-gradient-to: #0093f4;
}
.to-vnvzorgportaalColor03{
  --tw-gradient-to: #0065a7;
}
.to-vakColor01{
  --tw-gradient-to: #4d2381;
}
.to-vakColor02{
  --tw-gradient-to: #7133bd;
}
.to-vakColor03{
  --tw-gradient-to: #c50d46;
}
.to-snsColor01{
  --tw-gradient-to: #562772;
}
.to-snsColor02{
  --tw-gradient-to: #b62e68;
}
.to-snsColor03{
  --tw-gradient-to: #e5deec;
}
.to-horecazorgportaalColor01{
  --tw-gradient-to: #174F81;
}
.to-horecazorgportaalColor02{
  --tw-gradient-to: #3BAA35;
}
.to-horecazorgportaalColor03{
  --tw-gradient-to: #e5deec;
}
.to-fysiozorgportaalColor01{
  --tw-gradient-to: #73C4EF;
}
.to-fysiozorgportaalColor02{
  --tw-gradient-to: #F18701;
}
.to-fysiozorgportaalColor03{
  --tw-gradient-to: #AC1F28;
}
.to-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0);
}
.to-\[\[\*context_key\]\]{
  --tw-gradient-to: [*context key];
}
.to-brandGreenLight{
  --tw-gradient-to: #30ac9d;
}
.to-gray-300{
  --tw-gradient-to: #d1d5db;
}
.to-brandBlue{
  --tw-gradient-to: #0a3957;
}
.stroke-white{
  stroke: #fff;
}
.object-cover{
  object-fit: cover;
}
.p-6{
  padding: 1.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pr-12{
  padding-right: 3rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.uppercase{
  text-transform: uppercase;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-sasColor01{
  --tw-text-opacity: 1;
  color: rgb(112 39 129 / var(--tw-text-opacity));
}
.text-sasColor02{
  --tw-text-opacity: 1;
  color: rgb(235 122 18 / var(--tw-text-opacity));
}
.text-sasColor03{
  --tw-text-opacity: 1;
  color: rgb(156 0 14 / var(--tw-text-opacity));
}
.text-hibinpzColor01{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-hibinpzColor02{
  --tw-text-opacity: 1;
  color: rgb(246 170 10 / var(--tw-text-opacity));
}
.text-hibinpzColor03{
  --tw-text-opacity: 1;
  color: rgb(0 87 140 / var(--tw-text-opacity));
}
.text-kapperszorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(45 141 129 / var(--tw-text-opacity));
}
.text-kapperszorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(228 38 108 / var(--tw-text-opacity));
}
.text-kapperszorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(67 195 179 / var(--tw-text-opacity));
}
.text-nsvColor01{
  --tw-text-opacity: 1;
  color: rgb(36 88 52 / var(--tw-text-opacity));
}
.text-nsvColor02{
  --tw-text-opacity: 1;
  color: rgb(58 142 84 / var(--tw-text-opacity));
}
.text-nsvColor03{
  --tw-text-opacity: 1;
  color: rgb(125 188 52 / var(--tw-text-opacity));
}
.text-dibevozorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(35 100 130 / var(--tw-text-opacity));
}
.text-dibevozorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(19 54 70 / var(--tw-text-opacity));
}
.text-dibevozorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(211 6 69 / var(--tw-text-opacity));
}
.text-mkbvitaalColor01{
  --tw-text-opacity: 1;
  color: rgb(11 57 87 / var(--tw-text-opacity));
}
.text-mkbvitaalColor02{
  --tw-text-opacity: 1;
  color: rgb(0 101 167 / var(--tw-text-opacity));
}
.text-mkbvitaalColor03{
  --tw-text-opacity: 1;
  color: rgb(81 177 226 / var(--tw-text-opacity));
}
.text-vbwzorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(220 0 11 / var(--tw-text-opacity));
}
.text-vbwzorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(234 91 12 / var(--tw-text-opacity));
}
.text-vbwzorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(244 149 0 / var(--tw-text-opacity));
}
.text-adnzorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(144 141 141 / var(--tw-text-opacity));
}
.text-adnzorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(148 193 26 / var(--tw-text-opacity));
}
.text-adnzorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(233 76 22 / var(--tw-text-opacity));
}
.text-beonzorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(106 107 123 / var(--tw-text-opacity));
}
.text-beonzorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}
.text-beonzorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(145 146 160 / var(--tw-text-opacity));
}
.text-nbpwzorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(99 133 41 / var(--tw-text-opacity));
}
.text-nbpwzorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(247 168 0 / var(--tw-text-opacity));
}
.text-nbpwzorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(143 191 59 / var(--tw-text-opacity));
}
.text-supergarantColor01{
  --tw-text-opacity: 1;
  color: rgb(10 57 87 / var(--tw-text-opacity));
}
.text-supergarantColor02{
  --tw-text-opacity: 1;
  color: rgb(59 166 222 / var(--tw-text-opacity));
}
.text-supergarantColor03{
  --tw-text-opacity: 1;
  color: rgb(59 166 222 / var(--tw-text-opacity));
}
.text-vnvzorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(90 53 131 / var(--tw-text-opacity));
}
.text-vnvzorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(0 147 244 / var(--tw-text-opacity));
}
.text-vnvzorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(0 101 167 / var(--tw-text-opacity));
}
.text-vakColor01{
  --tw-text-opacity: 1;
  color: rgb(77 35 129 / var(--tw-text-opacity));
}
.text-vakColor02{
  --tw-text-opacity: 1;
  color: rgb(113 51 189 / var(--tw-text-opacity));
}
.text-vakColor03{
  --tw-text-opacity: 1;
  color: rgb(197 13 70 / var(--tw-text-opacity));
}
.text-snsColor01{
  --tw-text-opacity: 1;
  color: rgb(86 39 114 / var(--tw-text-opacity));
}
.text-snsColor02{
  --tw-text-opacity: 1;
  color: rgb(182 46 104 / var(--tw-text-opacity));
}
.text-snsColor03{
  --tw-text-opacity: 1;
  color: rgb(229 222 236 / var(--tw-text-opacity));
}
.text-horecazorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(23 79 129 / var(--tw-text-opacity));
}
.text-horecazorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(59 170 53 / var(--tw-text-opacity));
}
.text-horecazorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(229 222 236 / var(--tw-text-opacity));
}
.text-fysiozorgportaalColor01{
  --tw-text-opacity: 1;
  color: rgb(115 196 239 / var(--tw-text-opacity));
}
.text-fysiozorgportaalColor02{
  --tw-text-opacity: 1;
  color: rgb(241 135 1 / var(--tw-text-opacity));
}
.text-fysiozorgportaalColor03{
  --tw-text-opacity: 1;
  color: rgb(172 31 40 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-brandBlue2{
  --tw-text-opacity: 1;
  color: rgb(19 85 128 / var(--tw-text-opacity));
}
.text-brandGreen{
  --tw-text-opacity: 1;
  color: rgb(49 172 105 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-brandBlue{
  --tw-text-opacity: 1;
  color: rgb(10 57 87 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-1{
  outline-width: 1px;
}
.outline-gray-300{
  outline-color: #d1d5db;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@font-face {
  font-family: "Mallory Quon Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Mallory Quon Regular"), url("/assets/components/sg-2021/font/mallory-quon-cufonfonts-webfont/MalloryQuon.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Open Sans", 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";
}

.prose-sm {
  max-width: none;
}
.prose-sm ul {
  list-style: none;
}
.prose-sm ul li {
  background-image: url("../supergarant-v2/img/logos/logo_tick.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 12px;
  padding-left: 28px;
}
.prose-sm ul li:before {
  display: none;
}

.textDetail {
  font-family: "Mallory Quon Regular", "Open Sans", 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";
}

.ul2Columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.hasBgImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hasBgImage .hasBgImageCover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
}

.slides-outer {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 333px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .slides-outer {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .slides-outer {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .slides-outer {
    height: 50vh;
  }
}

#prevButton,
#nextButton {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -40px;
}
#prevButton:hover,
#nextButton:hover {
  cursor: pointer;
}

#prevButton {
  left: 0;
  transition: left 0.3s ease;
}
#prevButton:hover {
  left: -5px;
}

#nextButton {
  right: 0;
  transition: right 0.3s ease;
}
#nextButton:hover {
  right: -5px;
}

.slides-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
}

.slide {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slide .slideImg {
  width: 100%;
  position: absolute;
  top: 0;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.sisea-paging .simplesearch-page {
  display: inline-block;
  text-align: center;
  padding: 3px;
  margin: 0 5px 0 5px;
  font-weight: bold;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.sisea-paging .simplesearch-page:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 172 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
}
.sisea-paging .simplesearch-current-page{
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sisea-paging .simplesearch-current-page:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 57 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: default;
}

input[type=password] {
  background-color: #fff;
  border-color: rgb(209, 213, 219);
  border-width: 1px;
}

.brancheLogo {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 11;
  width: 80px;
}
@media (min-width: 640px) {
  .brancheLogo {
    right: 45px;
    width: 180px;
  }
}

/* Tab content - closed */
.tab-content {
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}

/* :checked - resize to full height */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}

/* Label formatting when open */
/* Icon */
.tab label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

/* Icon formatting - closed */
.tab input[type=checkbox] + label::after {
  content: "+";
  font-weight: bold; /*.font-bold*/
  border-width: 1px; /*.border*/
  border-radius: 9999px; /*.rounded-full */
  border-color: #b8c2cc; /*.border-grey*/
}

.tab input[type=radio] + label::after {
  content: "▾";
  font-weight: bold; /*.font-bold*/
  border-width: 1px; /*.border*/
  border-radius: 9999px; /*.rounded-full */
  border-color: #b8c2cc; /*.border-grey*/
}

/* Icon formatting - open */
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-bottom: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7QUFDQTtBQUNBO0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUdBOztBQUVGO0VBQ0U7OztBQUlGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBS1I7RUFDRTs7O0FBS0Y7RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBTkY7SUFPSTs7O0FBRUY7RUFURjtJQVVJOzs7QUFFRjtFQVpGO0lBYUk7Ozs7QUFJSjtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7QUFBQTtFQUNFOzs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBR0o7RUFDRTtFQUNBOztBQUNBO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTtFQUNBOztBQUdKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7O0FBSU47RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQU5GO0lBT0k7SUFDQTs7OztBQUlKO0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBRUY7QUFDQTtFQUNFOzs7QUFFRjtBQUdBO0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUVGO0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUVGO0FBQ0E7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQSIsImZpbGUiOiJzdHlsZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAdGFpbHdpbmQgYmFzZTtcclxuQHRhaWx3aW5kIGNvbXBvbmVudHM7XHJcbkB0YWlsd2luZCB1dGlsaXRpZXM7XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogXCJNYWxsb3J5IFF1b24gUmVndWxhclwiO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIHNyYzogbG9jYWwoXCJNYWxsb3J5IFF1b24gUmVndWxhclwiKSxcclxuICAgIHVybChcIi9hc3NldHMvY29tcG9uZW50cy9zZy0yMDIxL2ZvbnQvbWFsbG9yeS1xdW9uLWN1Zm9uZm9udHMtd2ViZm9udC9NYWxsb3J5UXVvbi53b2ZmXCIpXHJcbiAgICAgIGZvcm1hdChcIndvZmZcIik7XHJcbiAgZm9udC1kaXNwbGF5OiBzd2FwO1xyXG59XHJcbmJvZHkge1xyXG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBzeXN0ZW0tdWksIC1hcHBsZS1zeXN0ZW0sIEJsaW5rTWFjU3lzdGVtRm9udCxcclxuICAgIFwiU2Vnb2UgVUlcIiwgUm9ib3RvLCBcIkhlbHZldGljYSBOZXVlXCIsIEFyaWFsLCBcIk5vdG8gU2Fuc1wiLCBzYW5zLXNlcmlmLFxyXG4gICAgXCJBcHBsZSBDb2xvciBFbW9qaVwiLCBcIlNlZ29lIFVJIEVtb2ppXCIsIFwiU2Vnb2UgVUkgU3ltYm9sXCIsIFwiTm90byBDb2xvciBFbW9qaVwiO1xyXG59XHJcbi5wcm9zZS1zbSB7XHJcbiAgbWF4LXdpZHRoOiBub25lO1xyXG4gIHVsIHtcclxuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XHJcbiAgICBsaSB7XHJcbiAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL3N1cGVyZ2FyYW50LXYyL2ltZy9sb2dvcy9sb2dvX3RpY2suc3ZnXCIpO1xyXG4gICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xyXG4gICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAwIDhweDtcclxuICAgICAgYmFja2dyb3VuZC1zaXplOiAxMnB4O1xyXG4gICAgICBwYWRkaW5nLWxlZnQ6IDI4cHg7XHJcbiAgICAgICY6YmVmb3JlIHtcclxuICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbi50ZXh0RGV0YWlsIHtcclxuICBmb250LWZhbWlseTogXCJNYWxsb3J5IFF1b24gUmVndWxhclwiLCBcIk9wZW4gU2Fuc1wiLCBzeXN0ZW0tdWksIC1hcHBsZS1zeXN0ZW0sXHJcbiAgICBCbGlua01hY1N5c3RlbUZvbnQsIFwiU2Vnb2UgVUlcIiwgUm9ib3RvLCBcIkhlbHZldGljYSBOZXVlXCIsIEFyaWFsLCBcIk5vdG8gU2Fuc1wiLFxyXG4gICAgc2Fucy1zZXJpZiwgXCJBcHBsZSBDb2xvciBFbW9qaVwiLCBcIlNlZ29lIFVJIEVtb2ppXCIsIFwiU2Vnb2UgVUkgU3ltYm9sXCIsXHJcbiAgICBcIk5vdG8gQ29sb3IgRW1vamlcIjtcclxufVxyXG4udWwyQ29sdW1ucyB7XHJcbiAgY29sdW1uczogMjtcclxuICAtd2Via2l0LWNvbHVtbnM6IDI7XHJcbiAgLW1vei1jb2x1bW5zOiAyO1xyXG59XHJcbi5oYXNCZ0ltYWdlIHtcclxuICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xyXG4gIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7XHJcbiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjtcclxuICAuaGFzQmdJbWFnZUNvdmVyIHtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBvcGFjaXR5OiAwLjc7XHJcbiAgICB6LWluZGV4OiAxMDtcclxuICAgIHRvcDogMDtcclxuICAgIGxlZnQ6IDA7XHJcbiAgfVxyXG59XHJcbi5zbGlkZXMtb3V0ZXIge1xyXG4gIGRpc3BsYXk6IGZsZXg7XHJcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgaGVpZ2h0OiAzMzNweDtcclxuICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gIEBzY3JlZW4gc20ge1xyXG4gICAgaGVpZ2h0OiAzNjBweDtcclxuICB9XHJcbiAgQHNjcmVlbiBtZCB7XHJcbiAgICBoZWlnaHQ6IDQwMHB4O1xyXG4gIH1cclxuICBAc2NyZWVuIHhsIHtcclxuICAgIGhlaWdodDogNTB2aDtcclxuICB9XHJcbn1cclxuXHJcbiNwcmV2QnV0dG9uLFxyXG4jbmV4dEJ1dHRvbiB7XHJcbiAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gIGRpc3BsYXk6IGJsb2NrO1xyXG4gIHRvcDogNTAlO1xyXG4gIG1hcmdpbi10b3A6IC00MHB4O1xyXG4gICY6aG92ZXIge1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gIH1cclxufVxyXG4jcHJldkJ1dHRvbiB7XHJcbiAgbGVmdDogMDtcclxuICB0cmFuc2l0aW9uOiBsZWZ0IDAuM3MgZWFzZTtcclxuICAmOmhvdmVyIHtcclxuICAgIGxlZnQ6IC01cHg7XHJcbiAgfVxyXG59XHJcbiNuZXh0QnV0dG9uIHtcclxuICByaWdodDogMDtcclxuICB0cmFuc2l0aW9uOiByaWdodCAwLjNzIGVhc2U7XHJcbiAgJjpob3ZlciB7XHJcbiAgICByaWdodDogLTVweDtcclxuICB9XHJcbn1cclxuXHJcbi5zbGlkZXMtY29udGFpbmVyIHtcclxuICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGZsZXg6IDE7XHJcbn1cclxuXHJcbi5zbGlkZSB7XHJcbiAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gIGZvbnQtc2l6ZTogOTBweDtcclxuICBmb250LXdlaWdodDogNzAwO1xyXG4gIGNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuOSk7XHJcbiAgZGlzcGxheTogZmxleDtcclxuICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gIGhlaWdodDogMTAwJTtcclxuICB3aWR0aDogMTAwJTtcclxuICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gIC5zbGlkZUltZyB7XHJcbiAgICB3aWR0aDogMTAwJTtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIHRvcDogMDtcclxuICB9XHJcbn1cclxuXHJcbi5zbGlkZXMtaW5uZXIge1xyXG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICBoZWlnaHQ6IDEwMCU7XHJcbiAgd2lkdGg6IDEwMCU7XHJcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcclxufVxyXG4uc2lzZWEtcGFnaW5nIHtcclxuICAuc2ltcGxlc2VhcmNoLXBhZ2Uge1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgcGFkZGluZzogM3B4O1xyXG4gICAgbWFyZ2luOiAwIDVweCAwIDVweDtcclxuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgQGFwcGx5IGJvcmRlci1ncmF5LTMwMDtcclxuICAgIEBhcHBseSBib3JkZXI7XHJcbiAgICBAYXBwbHkgYmctZ3JheS0xMDA7XHJcbiAgICBAYXBwbHkgdGV4dC1ncmF5LTgwMDtcclxuICAgIHdpZHRoOiAzMHB4O1xyXG4gICAgaGVpZ2h0OiAzMHB4O1xyXG4gICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgJjpob3ZlciB7XHJcbiAgICAgIEBhcHBseSBiZy1icmFuZEdyZWVuO1xyXG4gICAgICBAYXBwbHkgdGV4dC13aGl0ZTtcclxuICAgICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gICAgfVxyXG4gIH1cclxuICAuc2ltcGxlc2VhcmNoLWN1cnJlbnQtcGFnZSB7XHJcbiAgICBAYXBwbHkgYmctYnJhbmRCbHVlO1xyXG4gICAgQGFwcGx5IHRleHQtd2hpdGU7XHJcbiAgICAmOmhvdmVyIHtcclxuICAgICAgQGFwcGx5IGJnLWJyYW5kQmx1ZTtcclxuICAgICAgQGFwcGx5IHRleHQtd2hpdGU7XHJcbiAgICAgIGN1cnNvcjogZGVmYXVsdDtcclxuICAgIH1cclxuICB9XHJcbn1cclxuaW5wdXRbdHlwZT1cInBhc3N3b3JkXCJdIHtcclxuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xyXG4gIGJvcmRlci1jb2xvcjogcmdiYSgyMDksIDIxMywgMjE5LCAxKTtcclxuICBib3JkZXItd2lkdGg6IDFweDtcclxufVxyXG4uYnJhbmNoZUxvZ28ge1xyXG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICByaWdodDogMjVweDtcclxuICBib3R0b206IDI1cHg7XHJcbiAgei1pbmRleDogMTE7XHJcbiAgd2lkdGg6IDgwcHg7XHJcbiAgQHNjcmVlbiBzbSB7XHJcbiAgICByaWdodDogNDVweDtcclxuICAgIHdpZHRoOiAxODBweDtcclxuICB9XHJcbn1cclxuXHJcbi8qIFRhYiBjb250ZW50IC0gY2xvc2VkICovXHJcbi50YWItY29udGVudCB7XHJcbiAgbWF4LWhlaWdodDogMDtcclxuICAtd2Via2l0LXRyYW5zaXRpb246IG1heC1oZWlnaHQgMC4zNXM7XHJcbiAgLW8tdHJhbnNpdGlvbjogbWF4LWhlaWdodCAwLjM1cztcclxuICB0cmFuc2l0aW9uOiBtYXgtaGVpZ2h0IDAuMzVzO1xyXG59XHJcbi8qIDpjaGVja2VkIC0gcmVzaXplIHRvIGZ1bGwgaGVpZ2h0ICovXHJcbi50YWIgaW5wdXQ6Y2hlY2tlZCB+IC50YWItY29udGVudCB7XHJcbiAgbWF4LWhlaWdodDogMTAwdmg7XHJcbn1cclxuLyogTGFiZWwgZm9ybWF0dGluZyB3aGVuIG9wZW4gKi9cclxuLnRhYiBpbnB1dDpjaGVja2VkICsgbGFiZWwge1xyXG59XHJcbi8qIEljb24gKi9cclxuLnRhYiBsYWJlbDo6YWZ0ZXIge1xyXG4gIGZsb2F0OiByaWdodDtcclxuICByaWdodDogMDtcclxuICB0b3A6IDA7XHJcbiAgZGlzcGxheTogYmxvY2s7XHJcbiAgd2lkdGg6IDEuNWVtO1xyXG4gIGhlaWdodDogMS41ZW07XHJcbiAgbGluZS1oZWlnaHQ6IDEuNTtcclxuICBmb250LXNpemU6IDEuMjVyZW07XHJcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gIC13ZWJraXQtdHJhbnNpdGlvbjogYWxsIDAuMzVzO1xyXG4gIC1vLXRyYW5zaXRpb246IGFsbCAwLjM1cztcclxuICB0cmFuc2l0aW9uOiBhbGwgMC4zNXM7XHJcbn1cclxuLyogSWNvbiBmb3JtYXR0aW5nIC0gY2xvc2VkICovXHJcbi50YWIgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdICsgbGFiZWw6OmFmdGVyIHtcclxuICBjb250ZW50OiBcIitcIjtcclxuICBmb250LXdlaWdodDogYm9sZDsgLyouZm9udC1ib2xkKi9cclxuICBib3JkZXItd2lkdGg6IDFweDsgLyouYm9yZGVyKi9cclxuICBib3JkZXItcmFkaXVzOiA5OTk5cHg7IC8qLnJvdW5kZWQtZnVsbCAqL1xyXG4gIGJvcmRlci1jb2xvcjogI2I4YzJjYzsgLyouYm9yZGVyLWdyZXkqL1xyXG59XHJcbi50YWIgaW5wdXRbdHlwZT1cInJhZGlvXCJdICsgbGFiZWw6OmFmdGVyIHtcclxuICBjb250ZW50OiBcIlxcMjVCRVwiO1xyXG4gIGZvbnQtd2VpZ2h0OiBib2xkOyAvKi5mb250LWJvbGQqL1xyXG4gIGJvcmRlci13aWR0aDogMXB4OyAvKi5ib3JkZXIqL1xyXG4gIGJvcmRlci1yYWRpdXM6IDk5OTlweDsgLyoucm91bmRlZC1mdWxsICovXHJcbiAgYm9yZGVyLWNvbG9yOiAjYjhjMmNjOyAvKi5ib3JkZXItZ3JleSovXHJcbn1cclxuLyogSWNvbiBmb3JtYXR0aW5nIC0gb3BlbiAqL1xyXG4udGFiIGlucHV0W3R5cGU9XCJjaGVja2JveFwiXTpjaGVja2VkICsgbGFiZWw6OmFmdGVyIHtcclxuICB0cmFuc2Zvcm06IHJvdGF0ZSgzMTVkZWcpO1xyXG59XHJcbi50YWIgaW5wdXRbdHlwZT1cInJhZGlvXCJdOmNoZWNrZWQgKyBsYWJlbDo6YWZ0ZXIge1xyXG4gIHRyYW5zZm9ybTogcm90YXRlWCgxODBkZWcpO1xyXG59XHJcbi5wcm9zZSB0Ym9keSB0ZCB7XHJcbiAgdmVydGljYWwtYWxpZ246IHRvcDtcclxuICBwYWRkaW5nLXRvcDogMC41NzE0Mjg2ZW07XHJcbiAgcGFkZGluZy1ib3R0b206IDAuNTcxNDI4NmVtO1xyXG59XHJcbi5wcm9zZSB0Ym9keSB0ciB7XHJcbiAgYm9yZGVyLWJvdHRvbS13aWR0aDogMXB4O1xyXG4gIGJvcmRlci1ib3R0b20tY29sb3I6ICNlNWU3ZWI7XHJcbn1cclxuIl19 */
.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.checked\:border-indigo-600:checked{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.checked\:bg-indigo-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.indeterminate\:border-indigo-600:indeterminate{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.indeterminate\:bg-indigo-600:indeterminate{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus-within\:text-gray-400:focus-within{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-brandBlueLight:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(62 166 222 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.hover\:bg-sasColor02:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 122 18 / var(--tw-bg-opacity));
}
.hover\:from-brandGreenLight:hover{
  --tw-gradient-from: #30ac9d;
  --tw-gradient-to: rgb(48 172 157 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-brandGreen:hover{
  --tw-gradient-to: #31ac69;
}
.hover\:text-sasColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(112 39 129 / var(--tw-text-opacity));
}
.hover\:text-sasColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(235 122 18 / var(--tw-text-opacity));
}
.hover\:text-sasColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(156 0 14 / var(--tw-text-opacity));
}
.hover\:text-hibinpzColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.hover\:text-hibinpzColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(246 170 10 / var(--tw-text-opacity));
}
.hover\:text-hibinpzColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(0 87 140 / var(--tw-text-opacity));
}
.hover\:text-kapperszorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(45 141 129 / var(--tw-text-opacity));
}
.hover\:text-kapperszorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(228 38 108 / var(--tw-text-opacity));
}
.hover\:text-kapperszorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(67 195 179 / var(--tw-text-opacity));
}
.hover\:text-nsvColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(36 88 52 / var(--tw-text-opacity));
}
.hover\:text-nsvColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(58 142 84 / var(--tw-text-opacity));
}
.hover\:text-nsvColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(125 188 52 / var(--tw-text-opacity));
}
.hover\:text-dibevozorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(35 100 130 / var(--tw-text-opacity));
}
.hover\:text-dibevozorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(19 54 70 / var(--tw-text-opacity));
}
.hover\:text-dibevozorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(211 6 69 / var(--tw-text-opacity));
}
.hover\:text-mkbvitaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(11 57 87 / var(--tw-text-opacity));
}
.hover\:text-mkbvitaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(0 101 167 / var(--tw-text-opacity));
}
.hover\:text-mkbvitaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(81 177 226 / var(--tw-text-opacity));
}
.hover\:text-vbwzorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(220 0 11 / var(--tw-text-opacity));
}
.hover\:text-vbwzorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(234 91 12 / var(--tw-text-opacity));
}
.hover\:text-vbwzorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(244 149 0 / var(--tw-text-opacity));
}
.hover\:text-adnzorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(144 141 141 / var(--tw-text-opacity));
}
.hover\:text-adnzorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(148 193 26 / var(--tw-text-opacity));
}
.hover\:text-adnzorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(233 76 22 / var(--tw-text-opacity));
}
.hover\:text-beonzorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(106 107 123 / var(--tw-text-opacity));
}
.hover\:text-beonzorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}
.hover\:text-beonzorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(145 146 160 / var(--tw-text-opacity));
}
.hover\:text-nbpwzorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(99 133 41 / var(--tw-text-opacity));
}
.hover\:text-nbpwzorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(247 168 0 / var(--tw-text-opacity));
}
.hover\:text-nbpwzorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(143 191 59 / var(--tw-text-opacity));
}
.hover\:text-supergarantColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(10 57 87 / var(--tw-text-opacity));
}
.hover\:text-supergarantColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(59 166 222 / var(--tw-text-opacity));
}
.hover\:text-supergarantColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(59 166 222 / var(--tw-text-opacity));
}
.hover\:text-vnvzorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(90 53 131 / var(--tw-text-opacity));
}
.hover\:text-vnvzorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(0 147 244 / var(--tw-text-opacity));
}
.hover\:text-vnvzorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(0 101 167 / var(--tw-text-opacity));
}
.hover\:text-vakColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(77 35 129 / var(--tw-text-opacity));
}
.hover\:text-vakColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(113 51 189 / var(--tw-text-opacity));
}
.hover\:text-vakColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(197 13 70 / var(--tw-text-opacity));
}
.hover\:text-snsColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(86 39 114 / var(--tw-text-opacity));
}
.hover\:text-snsColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(182 46 104 / var(--tw-text-opacity));
}
.hover\:text-snsColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(229 222 236 / var(--tw-text-opacity));
}
.hover\:text-horecazorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(23 79 129 / var(--tw-text-opacity));
}
.hover\:text-horecazorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(59 170 53 / var(--tw-text-opacity));
}
.hover\:text-horecazorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(229 222 236 / var(--tw-text-opacity));
}
.hover\:text-fysiozorgportaalColor01:hover{
  --tw-text-opacity: 1;
  color: rgb(115 196 239 / var(--tw-text-opacity));
}
.hover\:text-fysiozorgportaalColor02:hover{
  --tw-text-opacity: 1;
  color: rgb(241 135 1 / var(--tw-text-opacity));
}
.hover\:text-fysiozorgportaalColor03:hover{
  --tw-text-opacity: 1;
  color: rgb(172 31 40 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-brandBlue:hover{
  --tw-text-opacity: 1;
  color: rgb(10 57 87 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.focus\:border-brandGreen:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 172 105 / var(--tw-border-opacity));
}
.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-2:focus{
  outline-width: 2px;
}
.focus\:outline-indigo-600:focus{
  outline-color: #4f46e5;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-brandGreen:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 172 105 / var(--tw-ring-opacity));
}
.focus\:ring-brandBlue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 57 87 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-sasColor01:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 39 129 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-indigo-600:focus-visible{
  outline-color: #4f46e5;
}
.disabled\:border-gray-300:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.disabled\:checked\:bg-gray-100:checked:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.prose-headings\:m-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin: 0px;
}
.prose-headings\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}
.prose-headings\:text-4xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  font-weight: 700;
}
.prose-headings\:font-extrabold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  font-weight: 800;
}
.prose-headings\:leading-snug :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  line-height: 1.375;
}
.prose-headings\:tracking-tight :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  letter-spacing: -0.025em;
}
.prose-headings\:text-hibinpzColor01 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-h4\:text-white :is(:where(h4):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.prose-p\:text-gray-600 :is(:where(p):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.prose-a\:text-gray-600 :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.prose-li\:text-gray-600 :is(:where(li):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.prose-table\:border :is(:where(table):not(:where([class~="not-prose"] *))){
  border-width: 1px;
}
.prose-th\:p-2 :is(:where(th):not(:where([class~="not-prose"] *))){
  padding: 0.5rem;
}
.prose-th\:font-sans :is(:where(th):not(:where([class~="not-prose"] *))){
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.prose-th\:text-white :is(:where(th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-td\:p-2 :is(:where(td):not(:where([class~="not-prose"] *))){
  padding: 0.5rem;
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-x-8{
    column-gap: 2rem;
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .prose-headings\:sm\:text-5xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
    font-size: 3rem;
    line-height: 1;
  }
  .prose-headings\:sm\:leading-snug :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
    line-height: 1.375;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:left-2\/5{
    left: 40%;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:ml-16{
    margin-left: 4rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:h-5{
    height: 1.25rem;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:w-5{
    width: 1.25rem;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .lg\:prose{
    color: #1f2937;
    max-width: 65ch;
  }
  .lg\:prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose :where(a):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .lg\:prose :where(a):not(:where([class~="not-prose"] *)):hover{
    text-decoration: underline;
  }
  .lg\:prose :where(strong):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .lg\:prose :where(a strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(thead th strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(ol):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .lg\:prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .lg\:prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .lg\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .lg\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .lg\:prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .lg\:prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .lg\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .lg\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .lg\:prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .lg\:prose :where(ul):not(:where([class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .lg\:prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .lg\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .lg\:prose :where(hr):not(:where([class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .lg\:prose :where(blockquote):not(:where([class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }
  .lg\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
    content: open-quote;
  }
  .lg\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
    content: close-quote;
  }
  .lg\:prose :where(h1):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:prose :where(h1 strong):not(:where([class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .lg\:prose :where(h2):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .lg\:prose :where(h2 strong):not(:where([class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .lg\:prose :where(h3):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:prose :where(h3 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .lg\:prose :where(h4):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .lg\:prose :where(h4 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .lg\:prose :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose :where(figcaption):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .lg\:prose :where(code):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .lg\:prose :where(code):not(:where([class~="not-prose"] *))::before{
    content: "`";
  }
  .lg\:prose :where(code):not(:where([class~="not-prose"] *))::after{
    content: "`";
  }
  .lg\:prose :where(a code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(h1 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(h2 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .lg\:prose :where(h3 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .lg\:prose :where(h4 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(blockquote code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(thead th code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose :where(pre):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *))::before{
    content: none;
  }
  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *))::after{
    content: none;
  }
  .lg\:prose :where(table):not(:where([class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .lg\:prose :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .lg\:prose :where(thead th):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .lg\:prose :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .lg\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  .lg\:prose :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .lg\:prose :where(tfoot):not(:where([class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .lg\:prose :where(tfoot td):not(:where([class~="not-prose"] *)){
    vertical-align: top;
  }
  .lg\:prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }
  .lg\:prose :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .lg\:prose :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lg\:prose :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .lg\:prose :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .lg\:prose :where(.lg\:prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:prose :where(.lg\:prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .lg\:prose :where(.lg\:prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .lg\:prose :where(.lg\:prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .lg\:prose :where(.lg\:prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .lg\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:prose :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .lg\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .lg\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .lg\:prose :where(.lg\:prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose :where(.lg\:prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:z-50{
    z-index: 50;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-64{
    width: 16rem;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-4\/6{
    width: 66.666667%;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:shrink-0{
    flex-shrink: 0;
  }
  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
    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-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .xl\:left-2\/3{
    left: 66.666667%;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
