/*!
Theme Name: Dr. Bill (2022)
Theme URI: https://dr-bill.ca
Author: Friends & Enemies
Author URI: https://friendsandenemies.co
Version: 1.9.39
Text Domain: drbill
*/
/*! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Outfit, Arial, sans-serif; /* 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 */
  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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  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;
}
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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  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;
  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;
}
.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;
}
.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;
}
.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;
}
.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: var(--tw-prose-links);
}
.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;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: var(--color-body);
  --tw-prose-headings: var(--color-body);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: var(--color-primary);
  --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.5;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.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(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.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(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(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:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose a, .prose button {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 500;
}
:where(.prose a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.prose button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
  text-decoration: none !important;
}
.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"] *)) {
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  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(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(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):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):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg a, .prose-lg button {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 500;
}
:where(.prose-lg a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.prose-lg button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
  text-decoration: none !important;
}
.prose-xl {
  font-size: 1.25rem;
  line-height: 1.5;
}
.prose-xl :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}
.prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl a, .prose-xl button {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 500;
}
:where(.prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
  text-decoration: none !important;
}
.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;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-\[20\%\] {
  top: 20%;
}
.right-0 {
  right: 0px;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.left-full {
  left: 100%;
}
.right-3 {
  right: 0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-gutter-1\/2 {
  right: calc(var(--gutter) / 2);
}
.top-4 {
  top: 1rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.top-gutter-1\/2 {
  top: calc(var(--gutter) / 2);
}
.left-gutter-1\/2 {
  left: calc(var(--gutter) / 2);
}
.-left-6 {
  left: -1.5rem;
}
.left-\[10px\] {
  left: 10px;
}
.top-\[10px\] {
  top: 10px;
}
.right-2 {
  right: 0.5rem;
}
.top-\[80px\] {
  top: 80px;
}
.top-2 {
  top: 0.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.right-\[calc\(var\(--container-width\)\*0\.06\)\] {
  right: calc(var(--container-width) * 0.06);
}
.left-1\/2-container {
  left: calc(var(--container-width) * 1 / 2 - var(--gutter));
}
.-right-1\/6 {
  right: -16.666666666666664%;
}
.top-\[54\%\] {
  top: 54%;
}
.top-\[-60px\] {
  top: -60px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.right-8 {
  right: 2rem;
}
.top-\[-90px\] {
  top: -90px;
}
.top-\[calc\(100\%-95px\)\] {
  top: calc(100% - 95px);
}
.top-\[calc\(100\%-62px\)\] {
  top: calc(100% - 62px);
}
.top-10 {
  top: 2.5rem;
}
.top-20 {
  top: 5rem;
}
.right-gutter {
  right: var(--gutter);
}
.left-\[55\%\] {
  left: 55%;
}
.top-\[-150px\] {
  top: -150px;
}
.right-\[335px\] {
  right: 335px;
}
.top-\[-135px\] {
  top: -135px;
}
.right-\[-130px\] {
  right: -130px;
}
.left-\[-25vw\] {
  left: -25vw;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.left-\[100\%\] {
  left: 100%;
}
.left-\[200\%\] {
  left: 200%;
}
.left-\[300\%\] {
  left: 300%;
}
.left-8 {
  left: 2rem;
}
.top-\[2px\] {
  top: 2px;
}
.left-\[2px\] {
  left: 2px;
}
.-left-2 {
  left: -0.5rem;
}
.top-\[2\.2em\] {
  top: 2.2em;
}
.right-full {
  right: 100%;
}
.right-\[205px\] {
  right: 205px;
}
.top-\[-45\%\] {
  top: -45%;
}
.z-40 {
  z-index: 40;
}
.z-0 {
  z-index: 0;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.z-\[39\] {
  z-index: 39;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-16 {
  margin-top: 4rem;
}
.-mt-section-y {
  margin-top: calc(var(--section-y) * -1);
}
.ml-\[calc\(var\(--section-x\)\/2\)\] {
  margin-left: calc(var(--section-x) / 2);
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.\!mb-\[0\.5em\] {
  margin-bottom: 0.5em !important;
}
.mt-0 {
  margin-top: 0px;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.ml-1\/6 {
  margin-left: 16.666666666666664%;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.ml-1\/4 {
  margin-left: 25%;
}
.ml-1\/12 {
  margin-left: 8.333333333333332%;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.-mt-gutter {
  margin-top: calc(var(--gutter) * -1);
}
.-mt-10 {
  margin-top: -2.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.ml-1\/3 {
  margin-left: 33.33333333333333%;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-\[calc\(var\(--container-width\)\*1\/6\+var\(--gutter\)\)\] {
  margin-left: calc(var(--container-width) * 1 / 6 + var(--gutter));
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mt-gutter-1\/2 {
  margin-top: calc(calc(var(--gutter) / 2) * -1);
}
.ml-1\/2 {
  margin-left: 50%;
}
.-ml-section-x {
  margin-left: calc(var(--section-x) * -1);
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[35px\] {
  margin-right: 35px;
}
.mr-1\/12 {
  margin-right: 8.333333333333332%;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-ml-gutter-1\/2 {
  margin-left: calc(calc(var(--gutter) / 2) * -1);
}
.-ml-gutter {
  margin-left: calc(var(--gutter) * -1);
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mb-gutter {
  margin-bottom: calc(var(--gutter) * -1);
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-full {
  height: 100%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[calc\(100\%-0\.75rem\)\] {
  height: calc(100% - 0.75rem);
}
.h-\[48px\] {
  height: 48px;
}
.h-2 {
  height: 0.5rem;
}
.h-\[26px\] {
  height: 26px;
}
.h-12 {
  height: 3rem;
}
.h-1\/2 {
  height: 50%;
}
.h-\[120px\] {
  height: 120px;
}
.h-16 {
  height: 4rem;
}
.h-\[31px\] {
  height: 31px;
}
.h-1 {
  height: 0.25rem;
}
.h-\[calc\(100\%-4px\)\] {
  height: calc(100% - 4px);
}
.h-\[60px\] {
  height: 60px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[74\%\] {
  height: 74%;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[105px\] {
  height: 105px;
}
.h-screen {
  height: 100vh;
}
.h-14 {
  height: 3.5rem;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[54px\] {
  height: 54px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[232px\] {
  height: 232px;
}
.h-4 {
  height: 1rem;
}
.h-\[200\%\] {
  height: 200%;
}
.h-24 {
  height: 6rem;
}
.h-\[425px\] {
  height: 425px;
}
.h-\[180px\] {
  height: 180px;
}
.max-h-\[50\%\] {
  max-height: 50%;
}
.max-h-\[100vh-200px\] {
  max-height: 100vh - 200px;
}
.max-h-0 {
  max-height: 0px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[175px\] {
  min-height: 175px;
}
.min-h-\[370px\] {
  min-height: 370px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.w-full {
  width: 100%;
}
.w-3\/4 {
  width: 75%;
}
.w-auto {
  width: auto;
}
.w-screen {
  width: 100vw;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.33333333333333%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[48px\] {
  width: 48px;
}
.w-2 {
  width: 0.5rem;
}
.w-3\/10 {
  width: 30%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[26px\] {
  width: 26px;
}
.w-12 {
  width: 3rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[150\%\] {
  width: 150%;
}
.w-1\/4 {
  width: 25%;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-\[31px\] {
  width: 31px;
}
.w-0 {
  width: 0px;
}
.w-\[calc\(100\%-10px\)\] {
  width: calc(100% - 10px);
}
.w-\[calc\(100\%-1\.5rem\)\] {
  width: calc(100% - 1.5rem);
}
.w-\[calc\(100\%-0\.5rem\)\] {
  width: calc(100% - 0.5rem);
}
.w-5\/6-container {
  width: calc(var(--container-width) * 5 / 6 - var(--gutter));
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[32\.5\%\] {
  width: 32.5%;
}
.w-1 {
  width: 0.25rem;
}
.w-\[calc\(100\%-var\(--gutter\)\)\] {
  width: calc(100% - var(--gutter));
}
.w-1\/4-container {
  width: calc(var(--container-width) * 1 / 4 - var(--gutter));
}
.w-1\/6-container {
  width: calc(var(--container-width) * 1 / 6 - var(--gutter));
}
.w-\[calc\(100vw\+60px\)\] {
  width: calc(100vw + 60px);
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[calc\(100\%\+1rem\)\] {
  width: calc(100% + 1rem);
}
.w-\[150vw\] {
  width: 150vw;
}
.w-1\/6 {
  width: 16.666666666666664%;
}
.w-14 {
  width: 3.5rem;
}
.w-\[calc\(100\%-4rem\)\] {
  width: calc(100% - 4rem);
}
.w-\[54px\] {
  width: 54px;
}
.w-\[calc\(100\%-4px\)\] {
  width: calc(100% - 4px);
}
.w-11\/12 {
  width: 91.66666666666666%;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[125\%\] {
  width: 125%;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-7\/12-container {
  width: calc(var(--container-width) * 7 / 12 - var(--gutter));
}
.w-\[60px\] {
  width: 60px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.max-w-none {
  max-width: none;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-75\%\] {
  --tw-translate-x: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-25\%\] {
  --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));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  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-24 {
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[calc\(100vw-100\%-20px\)\] {
  --tw-translate-x: calc(100vw - 100% - 20px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[26px\] {
  --tw-translate-x: 26px;
  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-6 {
  --tw-translate-y: -1.5rem;
  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-5 {
  --tw-translate-y: -1.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-x-gutter {
  --tw-translate-x: var(--gutter);
  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-8 {
  --tw-translate-y: 2rem;
  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-\[-48\%\] {
  --tw-translate-y: -48%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-65\%\] {
  --tw-translate-x: -65%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50vw\] {
  --tw-translate-x: -50vw;
  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-6 {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-gutter-1\/2 {
  --tw-translate-x: calc(var(--gutter) / 2);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-54px\] {
  --tw-translate-x: -54px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(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-\[-99px\] {
  --tw-translate-y: -99px;
  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-12 {
  --tw-translate-y: -3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[calc\(-50vw\+1\.5rem\)\] {
  --tw-translate-x: calc(-50vw + 1.5rem);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-33\%\] {
  --tw-translate-x: -33%;
  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-\[33\%\] {
  --tw-translate-y: 33%;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-end {
  scroll-snap-align: end;
}
.snap-center {
  scroll-snap-align: center;
}
.snap-always {
  scroll-snap-stop: always;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-6 {
  gap: 1.5rem;
}
.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-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-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-x-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(var(--gutter) * var(--tw-space-x-reverse));
  margin-left: calc(var(--gutter) * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-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-\[\#DEDFDA\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(222 223 218 / var(--tw-divide-opacity));
}
.divide-line > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-line);
}
.divide-\[\#E3DDD3\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(227 221 211 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.\!self-center {
  align-self: center !important;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-\[5px\] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.border-2 {
  border-width: 2px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-none {
  border-style: none;
}
.border-taupe {
  --tw-border-opacity: 1;
  border-color: rgb(211 205 196 / var(--tw-border-opacity));
}
.border-line {
  border-color: var(--color-line);
}
.border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
}
.border-\[\#68818E\] {
  --tw-border-opacity: 1;
  border-color: rgb(104 129 142 / var(--tw-border-opacity));
}
.border-\[\#DEDFDA\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 223 218 / var(--tw-border-opacity));
}
.border-\[\#E3DDD3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 221 211 / var(--tw-border-opacity));
}
.border-violet {
  --tw-border-opacity: 1;
  border-color: rgb(110 65 102 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 237 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-dove {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
}
.bg-bg {
  background-color: var(--color-bg);
}
.bg-violet-light {
  --tw-bg-opacity: 1;
  background-color: rgb(153 94 139 / var(--tw-bg-opacity));
}
.bg-cyan-light {
  --tw-bg-opacity: 1;
  background-color: rgb(59 141 139 / var(--tw-bg-opacity));
}
.bg-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(110 65 102 / var(--tw-bg-opacity));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 81 / var(--tw-bg-opacity));
}
.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(16 119 116 / var(--tw-bg-opacity));
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 41 / var(--tw-bg-opacity));
}
.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#DEDFDA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 223 218 / var(--tw-bg-opacity));
}
.bg-line {
  background-color: var(--color-line);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
}
.bg-taupe-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 232 / var(--tw-bg-opacity));
}
.bg-\[\#C4C4C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-navy-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 81 / var(--tw-bg-opacity));
}
.bg-cyan-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(16 119 116 / var(--tw-bg-opacity));
}
.bg-\[\#959595\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity));
}
.bg-debug {
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 255 / var(--tw-bg-opacity));
}
.bg-body {
  background-color: var(--color-body);
}
.\!bg-dove {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#FFFFFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 254 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.object-center {
  object-position: center;
}
.object-right-top {
  object-position: right top;
}
.\!object-top {
  object-position: top !important;
}
.object-left-top {
  object-position: left top;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-section-y-mid {
  padding-top: var(--section-y-mid);
  padding-bottom: var(--section-y-mid);
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-gutter-1\/2 {
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-section-y {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-section-y-large {
  padding-top: var(--section-y-large);
  padding-bottom: var(--section-y-large);
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-section-x {
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-1\/12-container {
  padding-left: calc(var(--container-width) * 1 / 12 - var(--gutter));
  padding-right: calc(var(--container-width) * 1 / 12 - var(--gutter));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-section-y-double {
  padding-top: calc(var(--section-y) * 2);
  padding-bottom: calc(var(--section-y) * 2);
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-section-y {
  padding-top: var(--section-y);
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-section-y {
  padding-bottom: var(--section-y);
}
.pt-8 {
  padding-top: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[76\%\] {
  padding-top: 76%;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[64\.2504118616\%\] {
  padding-bottom: 64.2504118616%;
}
.pb-\[116\.244897959\%\] {
  padding-bottom: 116.244897959%;
}
.pt-28 {
  padding-top: 7rem;
}
.\!pb-28 {
  padding-bottom: 7rem !important;
}
.pt-section-y-double {
  padding-top: calc(var(--section-y) * 2);
}
.pr-3 {
  padding-right: 0.75rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pt-60 {
  padding-top: 15rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pl-1\/24-container {
  padding-left: calc(var(--container-width) * 1 / 24 - var(--gutter));
}
.pt-11 {
  padding-top: 2.75rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pt-0 {
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pr-1\/12-container {
  padding-right: calc(var(--container-width) * 1 / 12 - var(--gutter));
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pt-section-y-large {
  padding-top: var(--section-y-large);
}
.pb-\[160px\] {
  padding-bottom: 160px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pr-gutter-1\/2 {
  padding-right: calc(var(--gutter) / 2);
}
.\!pl-0 {
  padding-left: 0px !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 3rem;
}
.text-title {
  font-size: 46px;
  line-height: 1.08695652174;
}
.text-\[254px\] {
  font-size: 254px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[29px\] {
  font-size: 29px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[84px\] {
  font-size: 84px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-\[23px\] {
  font-size: 23px;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-\[118px\] {
  font-size: 118px;
}
.\!text-\[21px\] {
  font-size: 21px !important;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!not-italic {
  font-style: normal !important;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.25925925926\] {
  line-height: 1.25925925926;
}
.leading-tight {
  line-height: 1.25;
}
.leading-none {
  line-height: 1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.12903225806\] {
  line-height: 1.12903225806;
}
.\!leading-snug {
  line-height: 1.375 !important;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}
.tracking-\[2\%\] {
  letter-spacing: 2%;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-slate {
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
.text-bg {
  color: var(--color-bg);
}
.text-violet-light {
  --tw-text-opacity: 1;
  color: rgb(153 94 139 / var(--tw-text-opacity));
}
.text-cyan-light {
  --tw-text-opacity: 1;
  color: rgb(59 141 139 / var(--tw-text-opacity));
}
.text-cyan-dark {
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
.text-violet {
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 212 128 / var(--tw-text-opacity));
}
.text-body {
  color: var(--color-body);
}
.text-primary {
  color: var(--color-primary);
}
.text-cyan {
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
.text-grey-mid {
  --tw-text-opacity: 1;
  color: rgb(211 205 196 / var(--tw-text-opacity));
}
.text-dove {
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-navy-deep {
  --tw-text-opacity: 1;
  color: rgb(31 64 81 / var(--tw-text-opacity));
}
.\!text-slate {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 41 / var(--tw-text-opacity)) !important;
}
.\!text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 212 128 / var(--tw-text-opacity)) !important;
}
.text-debug {
  --tw-text-opacity: 1;
  color: rgb(0 150 255 / var(--tw-text-opacity));
}
.text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-\[\#FFFFFE\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 254 / var(--tw-text-opacity));
}
.\!text-body {
  color: var(--color-body) !important;
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(31 64 81 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-10 {
  opacity: 0.1;
}
.shadow-low {
  --tw-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-middle {
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 16px 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-small {
  --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 8px 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-high {
  --tw-shadow: 0px 4px 24px rgba(42, 42, 41, 0.3);
  --tw-shadow-colored: 0px 4px 24px 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-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);
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --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);
}
.ring-slate {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 42 41 / var(--tw-ring-opacity));
}
.drop-shadow-low {
  --tw-drop-shadow: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-middle {
  --tw-drop-shadow: drop-shadow(0px 2x 8px rgba(0, 0, 0, 0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-image {
  --tw-drop-shadow: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-height {
  transition-property: height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-moving-underline {
  transition-property: width, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-gpu {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-mw {
  transition-property: max-width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-400 {
  transition-duration: 400ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-250 {
  transition-duration: 250ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-out-sine {
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.ease-in-sine {
  transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
    --color-bg: #F9F9F8;
    --color-body: #2A2A29;
    --color-headings: var(--color-body);
    --color-button: #FFD480;
    --color-button-label: #2A2A29;
    --color-button-hover: #F8C767;
    
    --color-line: var(--color-body);
    /* custom sizes */
    --gutter: 12px;
    --section-x: 10px; /* p-3 */
    --section-y: 40px;
    --section-y-mid: 55px;
    --section-y-large: 75px;

    /*arrows*/
    --arrow: 80px;

    /*container*/
    /*sm (640px)	max-width: 640px;
  md (768px)	max-width: 768px;
  lg (1024px)	max-width: 1024px;
  xl (1280px)	max-width: 1280px;
  2xl (1536px)	max-width: 1536px;*/
    --container-width: calc(100vw - var(--section-x) * 2);
}
@media (min-width: 640px) {
    :root {
        --container-width: 640px;
    }
}
@media (min-width: 768px) {
    :root {
        --container-width: 768px;
    }
}
@media (min-width: 1024px) {
    :root {
        --gutter: 16px;
        --section-x: 30px;
        --section-y: 80px;
        --section-y-mid: 110px;
        --section-y-large: 220px;
        --arrow: 135px;
        --container-width: 1024px;
    }
}
@media (min-width: 1280px) {
    :root {
        --container-width: 1280px;
    }
}
@media (min-width: 1536px) {
    :root {
        --container-width: 1536px;
    }
}
[role="alertdialog"],
[role="dialog"] {
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100vh;
  width: 100%;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  [role="alertdialog"], [role="dialog"] {
    width: 100%;
  }
  @media (min-width: 640px) {
    [role="alertdialog"], [role="dialog"] {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    [role="alertdialog"], [role="dialog"] {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    [role="alertdialog"], [role="dialog"] {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    [role="alertdialog"], [role="dialog"] {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    [role="alertdialog"], [role="dialog"] {
      max-width: 1536px;
    }
  }
  [role="alertdialog"], [role="dialog"] {
    padding: 1.25rem;
  }
  [role="alertdialog"], [role="dialog"] {
    padding-left: calc(var(--gutter) / 2);
    padding-right: calc(var(--gutter) / 2);
  }
  [role="alertdialog"],
  [role="dialog"] {
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 999;
    min-height: auto;
  }
}
@keyframes backdropShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalShow_md {
  0% {
    opacity: 0;
    transform: translate3d(-50%, calc(-50% + 10px), 0);
  }
  10% {
    opacity: 0;
    transform: translate3d(-50%, calc(-50% + 10px), 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes modalShow_sm {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*[role="dialog"].active {
    display: block;
  }
@media (min-width: 640px) {
*[role="dialog"].active {
      animation: modalShow_sm 0.4s cubic-bezier(0.61, 1, 0.88, 1)
  }
    }
@media (min-width: 768px) {
*[role="dialog"].active {
      animation: modalShow_md 0.4s cubic-bezier(0.61, 1, 0.88, 1)
  }
    }
*[role="dialog"] .close {
  position: absolute;
  top: 2rem;
  right: 1.25rem;
  height: 3rem;
  width: 3rem;
}
*[role="dialog"] .content {
    overflow: auto;
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 248 / var(--tw-bg-opacity));
    padding-top: 5rem;
    padding-bottom: 2rem;
    --tw-shadow: 0px 4px 24px rgba(42, 42, 41, 0.3);
    --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
@media (min-width: 768px) {
  *[role="dialog"] .content {
    height: auto;
  }
  *[role="dialog"] .content {
    border-radius: 10px;
  }
  *[role="dialog"] .content {
    padding-top: var(--section-y-mid);
    padding-bottom: var(--section-y-mid);
  }
}
*[role="dialog"] .content h2 {
  margin-bottom: 1.5rem;
  padding-top: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (min-width: 1024px) {
  *[role="dialog"] .content h2 {
    margin-bottom: 2rem;
  }
  *[role="dialog"] .content h2 {
    font-size: 44px;
  }
*[role="dialog"] .content {
      max-height: calc(100vh - 2rem)
  }
}
.dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}
@media screen and (min-width: 640px) {
  .dialog-backdrop {
    background: rgb(0 0 0 / 90%);
  }
}
.dialog-backdrop.active {
  display: block;
  animation: backdropShow 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.no-scroll {
  overflow-y: auto !important;
}
/* this is added to the body when a dialog is open */
.has-dialog {
  overflow: hidden;
}
/* styling for alert-dialog example */
.notes {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  min-width: 400px;
  max-width: 100%;
  width: 33%;
}
.toast {
  background-color: rgb(0 0 0 / 90%);
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  position: fixed;
  top: 1rem;
  right: 1rem;
  transform: translateY(-150%);
  transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.toast.active {
  transform: translateY(0);
}
.hbspt-form br::last-child, .form br::last-child {
        display: none;
    }
.hbspt-form, .form {
  color: var(--color-body);
}
.hbspt-form .hs-richtext.hs-main-font-element p span, .form .hs-richtext.hs-main-font-element p span {
            background-color: transparent !important;
            font-color: var(--color-body) !important;
        }
.hbspt-form img, .form img {
        display: none !important;
    }
.hbspt-form .hs-richtext p, .form .hs-richtext p {
  text-align: left !important;
}
.hbspt-form hr, .form hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-color: transparent !important;
}
.hbspt-form .hs-input, .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="number"], .hbspt-form input[type="tel"], .hbspt-form textarea, .hbspt-form select, .form .hs-input, .form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="tel"], .form textarea, .form select {
  width: 100%;
  appearance: none;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-input, .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="number"], .hbspt-form input[type="tel"], .hbspt-form textarea, .hbspt-form select, .form .hs-input, .form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="tel"], .form textarea, .form select {
    padding: 1rem;
  }
  .hbspt-form .hs-input, .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="number"], .hbspt-form input[type="tel"], .hbspt-form textarea, .hbspt-form select, .form .hs-input, .form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="tel"], .form textarea, .form select {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.hbspt-form .hs-input::placeholder, .hbspt-form input[type="text"]::placeholder, .hbspt-form input[type="email"]::placeholder, .hbspt-form input[type="number"]::placeholder, .hbspt-form input[type="tel"]::placeholder, .hbspt-form textarea::placeholder, .hbspt-form select::placeholder, .form .hs-input::placeholder, .form input[type="text"]::placeholder, .form input[type="email"]::placeholder, .form input[type="number"]::placeholder, .form input[type="tel"]::placeholder, .form textarea::placeholder, .form select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.hbspt-form .hs-input[data-autocompleted],
        .hbspt-form .hs-input:-webkit-autofill,
        .hbspt-form .hs-input:-webkit-autofill:hover,
        .hbspt-form .hs-input:-webkit-autofill:focus,
        .hbspt-form input[type="text"][data-autocompleted],
        .hbspt-form input[type="text"]:-webkit-autofill,
        .hbspt-form input[type="text"]:-webkit-autofill:hover,
        .hbspt-form input[type="text"]:-webkit-autofill:focus,
        .hbspt-form input[type="email"][data-autocompleted],
        .hbspt-form input[type="email"]:-webkit-autofill,
        .hbspt-form input[type="email"]:-webkit-autofill:hover,
        .hbspt-form input[type="email"]:-webkit-autofill:focus,
        .hbspt-form input[type="number"][data-autocompleted],
        .hbspt-form input[type="number"]:-webkit-autofill,
        .hbspt-form input[type="number"]:-webkit-autofill:hover,
        .hbspt-form input[type="number"]:-webkit-autofill:focus,
        .hbspt-form input[type="tel"][data-autocompleted],
        .hbspt-form input[type="tel"]:-webkit-autofill,
        .hbspt-form input[type="tel"]:-webkit-autofill:hover,
        .hbspt-form input[type="tel"]:-webkit-autofill:focus,
        .hbspt-form textarea[data-autocompleted],
        .hbspt-form textarea:-webkit-autofill,
        .hbspt-form textarea:-webkit-autofill:hover,
        .hbspt-form textarea:-webkit-autofill:focus,
        .hbspt-form select[data-autocompleted],
        .hbspt-form select:-webkit-autofill,
        .hbspt-form select:-webkit-autofill:hover,
        .hbspt-form select:-webkit-autofill:focus,
        .form .hs-input[data-autocompleted],
        .form .hs-input:-webkit-autofill,
        .form .hs-input:-webkit-autofill:hover,
        .form .hs-input:-webkit-autofill:focus,
        .form input[type="text"][data-autocompleted],
        .form input[type="text"]:-webkit-autofill,
        .form input[type="text"]:-webkit-autofill:hover,
        .form input[type="text"]:-webkit-autofill:focus,
        .form input[type="email"][data-autocompleted],
        .form input[type="email"]:-webkit-autofill,
        .form input[type="email"]:-webkit-autofill:hover,
        .form input[type="email"]:-webkit-autofill:focus,
        .form input[type="number"][data-autocompleted],
        .form input[type="number"]:-webkit-autofill,
        .form input[type="number"]:-webkit-autofill:hover,
        .form input[type="number"]:-webkit-autofill:focus,
        .form input[type="tel"][data-autocompleted],
        .form input[type="tel"]:-webkit-autofill,
        .form input[type="tel"]:-webkit-autofill:hover,
        .form input[type="tel"]:-webkit-autofill:focus,
        .form textarea[data-autocompleted],
        .form textarea:-webkit-autofill,
        .form textarea:-webkit-autofill:hover,
        .form textarea:-webkit-autofill:focus,
        .form select[data-autocompleted],
        .form select:-webkit-autofill,
        .form select:-webkit-autofill:hover,
        .form select:-webkit-autofill:focus {
            background-color: white;
        }
.hbspt-form select, .form select {
  appearance: none;
}
.hbspt-form select::-ms-expand, .form select::-ms-expand {
            display: none;
        }
.hbspt-form .hs-richtext, .hbspt-form .hs-main-font-element, .form .hs-richtext, .form .hs-main-font-element {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.hbspt-form .hs-richtext :where(p):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(p):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.hbspt-form .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where([class~="lead"]):not(:where([class~="not-prose"] *)), .form .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.hbspt-form .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(blockquote):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.hbspt-form .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h1):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.hbspt-form .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.hbspt-form .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.hbspt-form .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h4):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.hbspt-form .hs-richtext :where(img):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(img):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.hbspt-form .hs-richtext :where(video):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(video):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.hbspt-form .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.hbspt-form .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.hbspt-form .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.hbspt-form .hs-richtext :where(code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.hbspt-form .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.hbspt-form .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.hbspt-form .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(pre):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.hbspt-form .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.hbspt-form .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.hbspt-form .hs-richtext :where(li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.hbspt-form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.hbspt-form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.hbspt-form .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.hbspt-form .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.hbspt-form .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.hbspt-form .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.hbspt-form .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.hbspt-form .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.hbspt-form .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.hbspt-form .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form .hs-richtext :where(table):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(table):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(table):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.hbspt-form .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.hbspt-form .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.hbspt-form .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.hbspt-form .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.hbspt-form .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.hbspt-form .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.hbspt-form .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.hbspt-form .hs-richtext a, .hbspt-form .hs-richtext button, .hbspt-form .hs-main-font-element a, .hbspt-form .hs-main-font-element button, .form .hs-richtext a, .form .hs-richtext button, .form .hs-main-font-element a, .form .hs-main-font-element button {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 500;
}
:where(.hbspt-form .hs-richtext a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-richtext button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-richtext, .hbspt-form .hs-main-font-element, .form .hs-richtext, .form .hs-main-font-element {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .hbspt-form .hs-richtext :where(p):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(p):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .hbspt-form .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where([class~="lead"]):not(:where([class~="not-prose"] *)), .form .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .hbspt-form .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(blockquote):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .hbspt-form .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h1):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .hbspt-form .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .hbspt-form .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .hbspt-form .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h4):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .hbspt-form .hs-richtext :where(img):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(img):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .hbspt-form .hs-richtext :where(video):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(video):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .hbspt-form .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .hbspt-form .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hbspt-form .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .hbspt-form .hs-richtext :where(code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .hbspt-form .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .hbspt-form .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .hbspt-form .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(pre):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .hbspt-form .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .hbspt-form .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .hbspt-form .hs-richtext :where(li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .hbspt-form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .hbspt-form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .hbspt-form .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .hbspt-form .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .hbspt-form .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .hbspt-form .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .hbspt-form .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .hbspt-form .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .hbspt-form .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .hbspt-form .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .hbspt-form .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .hbspt-form .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .hbspt-form .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .hbspt-form .hs-richtext :where(table):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(table):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(table):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .hbspt-form .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .hbspt-form .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .hbspt-form .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .hbspt-form .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .hbspt-form .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .hbspt-form .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .hbspt-form .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .hbspt-form .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), .hbspt-form .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)), .form .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), .form .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .hbspt-form .hs-richtext a, .hbspt-form .hs-main-font-element a, .form .hs-richtext a, .form .hs-main-font-element a {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .hbspt-form .hs-richtext a, .hbspt-form .hs-main-font-element a, .form .hs-richtext a, .form .hs-main-font-element a {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.hbspt-form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }
  :where(.hbspt-form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }
  :where(.hbspt-form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }
  :where(.hbspt-form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-richtext a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.form .hs-main-font-element a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }
}
.hbspt-form .hs-richtext p, .hbspt-form .hs-main-font-element p, .form .hs-richtext p, .form .hs-main-font-element p {
  margin-bottom: 1.5rem;
  display: block;
}
.hbspt-form .hs-richtext p, .hbspt-form .hs-richtext span, .hbspt-form .hs-main-font-element p, .hbspt-form .hs-main-font-element span, .form .hs-richtext p, .form .hs-richtext span, .form .hs-main-font-element p, .form .hs-main-font-element span {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-richtext p, .hbspt-form .hs-richtext span, .hbspt-form .hs-main-font-element p, .hbspt-form .hs-main-font-element span, .form .hs-richtext p, .form .hs-richtext span, .form .hs-main-font-element p, .form .hs-main-font-element span {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="number"], .hbspt-form input[type="tel"], .hbspt-form textarea, .form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="tel"], .form textarea {
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="number"], .hbspt-form input[type="tel"], .hbspt-form textarea, .form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="tel"], .form textarea {
    padding-right: 2rem;
  }
}
.hbspt-form .hs-form-field, .form .hs-form-field {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.hbspt-form .input, .form .input {
  position: relative;
}
.hbspt-form .hs-submit, .form .hs-submit {
  position: relative;
  padding-top: 2rem;
}
.hbspt-form label, .form label {
  margin-bottom: 1.75rem;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hbspt-form label, .form label {
    margin-bottom: 0.5rem;
  }
}
.hbspt-form .inputs-list label, .form .inputs-list label {
  display: flex;
  align-items: flex-start;
  text-transform: none;
}
.hbspt-form .inputs-list label > span, .form .inputs-list label > span {
  margin-left: 0.75rem;
  margin-top: -0.25rem;
}
.hbspt-form input[type="checkbox"], .form input[type="checkbox"] {
  height: 2rem;
  width: 2rem;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
}
.hbspt-form input[type="checkbox"]:focus, .form input[type="checkbox"]:focus {
  outline-color: var(--color-primary);
}
@media (min-width: 1024px) {
  .hbspt-form input[type="checkbox"], .form input[type="checkbox"] {
    height: 2.75rem;
  }
  .hbspt-form input[type="checkbox"], .form input[type="checkbox"] {
    width: 2.75rem;
  }
}
.hbspt-form input[type="checkbox"]:checked, .form input[type="checkbox"]:checked {
  background-color: var(--color-primary);
  outline-color: var(--color-primary);
}
.hbspt-form input[type="checkbox"] + span, .form input[type="checkbox"] + span {
    }
.hbspt-form input[type="submit"], .form input[type="submit"] {
  flex: none;
  cursor: pointer;
  align-self: flex-start;
  border-radius: 5px;
  border-width: 0px;
  border-style: none;
  background-color: var(--color-button);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--color-button-label);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, box-shadow, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
.hbspt-form input[type="submit"]:hover, .hbspt-form input[type="submit"]:focus, .form input[type="submit"]:hover, .form input[type="submit"]:focus {
  background-color: var(--color-button-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.hbspt-form .hs-error-msg, .form .hs-error-msg {
  position: absolute;
  top: 2.5em;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(209 40 71 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-error-msg, .form .hs-error-msg {
    top: auto;
  }
  .hbspt-form .hs-error-msg, .form .hs-error-msg {
    bottom: 80px;
  }
  .hbspt-form .hs-error-msg, .form .hs-error-msg {
    right: 0px;
  }
  .hbspt-form .hs-error-msg, .form .hs-error-msg {
    padding-top: 0.75rem;
  }
  .hbspt-form .hs-error-msg, .form .hs-error-msg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hbspt-form .hs_error_rollup, .form .hs_error_rollup {
  position: absolute;
  padding-top: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(209 40 71 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {
  .hbspt-form .hs_error_rollup, .form .hs_error_rollup {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hbspt-form .submitted-message, .form .submitted-message {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--color-primary) !important;
}
@media (min-width: 1024px) {
  .hbspt-form .submitted-message, .form .submitted-message {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.hbspt-form.no-labels .hs-error-msg {
  position: relative;
}
.hbspt-form.no-labels label {
  margin-bottom: 0px;
}
.hbspt-form.white-error-labels .hs-error-msg, .hbspt-form.white-error-labels .hs_error_rollup {
  --tw-text-opacity: 1 !important;
  color: rgb(249 249 248 / var(--tw-text-opacity)) !important;
}
.hs-form-field {
    position: relative;
}
.hs-form-field input[type="text"].invalid, .hs-form-field input[type="email"].invalid, .hs-form-field input[type="number"].invalid, .hs-form-field input[type="tel"].invalid, .hs-form-field input[type="checkbox"].invalid {
  --tw-border-opacity: 1;
  border-color: rgb(209 40 71 / var(--tw-border-opacity));
}
.legal-consent-container br:last-child {
    display: none;
}
.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center !important;
}
.hs-fieldtype-booleancheckbox .hs-error-msg {
    /* display: none !important; */
    left: 0px;
    top: auto;
    bottom: -0.75rem;
}
.hs_error_rollup {
  position: absolute;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 40 71 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .hs_error_rollup {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.form .field {
  margin-top: 1rem;
  display: block;
  width: 100%;
}
.form .option-group {
  display: flex;
}
.form .option-group > :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)));
}
.form .option label {
  display: flex;
  align-items: center;
}
.form .option label > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.form .option label {
  text-transform: none;
}
.form .option label input {
  margin-right: 0.5rem;
}
.form input[type="text"], .form input[type="email"] {
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
.form input[type="submit"] {
        justify-self: center;
    }
fieldset:not(.form-columns-2) .hs-form-field:first-of-type {
    /* @apply !mt-3; */
}
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    background-color: white;
}
/* .form-columns-0:has(div > p > br) {
  display: none;
} */
@media (min-width: 1024px) {
  .form-columns-0 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-columns-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form-columns-2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-columns-2 {
    flex-direction: row;
  }
}
.form-columns-2 > .hs-form-field, .form-columns-2 > .hs-dependent-field {
  margin-top: 0px !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-columns-2 > .hs-form-field, .form-columns-2 > .hs-dependent-field {
    margin-left: 10px;
    margin-right: 10px;
  }
  .form-columns-2 > .hs-form-field, .form-columns-2 > .hs-dependent-field {
    width: 50%;
  }
}
.hs-submit {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.hbspt-form.has-2-columns form {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hbspt-form.has-2-columns form {
    flex-direction: row;
  }
}
.hbspt-form.has-2-columns form > .hs-form-field:not(.hs-fieldtype-booleancheckbox), .hbspt-form.has-2-columns form > .hs-dependent-field:not(.hs-fieldtype-booleancheckbox) {
  margin-top: 0px !important;
  width: 100%;
  flex: none;
}
@media (min-width: 1024px) {
  .hbspt-form.has-2-columns form > .hs-form-field:not(.hs-fieldtype-booleancheckbox), .hbspt-form.has-2-columns form > .hs-dependent-field:not(.hs-fieldtype-booleancheckbox) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .hbspt-form.has-2-columns form > .hs-form-field:not(.hs-fieldtype-booleancheckbox), .hbspt-form.has-2-columns form > .hs-dependent-field:not(.hs-fieldtype-booleancheckbox) {
    width: calc(50% - 20px);
  }
}
.hbspt-form.has-2-columns form .form-columns-1,
    .hbspt-form.has-2-columns form .form-columns-2 {
        width: 100%;
    }
@media (min-width: 1024px) {
  .hbspt-form.has-2-columns form .form-columns-1, .hbspt-form.has-2-columns form .form-columns-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.hbspt-form.has-2-columns form .hs-submit {
  padding-left: 0px;
  padding-right: 0px;
}
.hbspt-form.has-2-columns form .form-columns-0 {
        display: none;
    }
.hbspt-form.has-2-columns form .hs_error_rollup {
        padding-top: 0;
        margin-top: -20px;
    }
.hs-submit {
  margin-top: 0px !important;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1rem !important;
    flex-basis: 100%;
}
.hbspt-form.stacked,
[role="dialog"] .hbspt-form {
    --color-primary: #FFD480;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-text-opacity: 1;
    color: rgb(42 42 41 / var(--tw-text-opacity));
}
.hbspt-form.stacked .hs-error-msg, [role="dialog"] .hbspt-form .hs-error-msg {
  position: relative;
  top: auto;
  bottom: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(209 40 71 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .hs-error-msg, [role="dialog"] .hbspt-form .hs-error-msg {
    right: 0px;
  }
  .hbspt-form.stacked .hs-error-msg, [role="dialog"] .hbspt-form .hs-error-msg {
    padding-top: 0.75rem;
  }
}
.hbspt-form.stacked .hs_error_rollup, [role="dialog"] .hbspt-form .hs_error_rollup {
  display: none;
}
.hbspt-form.stacked input[type="text"], .hbspt-form.stacked input[type="email"], .hbspt-form.stacked input[type="number"], .hbspt-form.stacked input[type="tel"], .hbspt-form.stacked textarea, .hbspt-form.stacked select, [role="dialog"] .hbspt-form input[type="text"], [role="dialog"] .hbspt-form input[type="email"], [role="dialog"] .hbspt-form input[type="number"], [role="dialog"] .hbspt-form input[type="tel"], [role="dialog"] .hbspt-form textarea, [role="dialog"] .hbspt-form select {
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
.hbspt-form.stacked input[type="checkbox"], [role="dialog"] .hbspt-form input[type="checkbox"] {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
  text-align: left !important;
}
.hbspt-form.stacked input[type="checkbox"]:focus, [role="dialog"] .hbspt-form input[type="checkbox"]:focus {
  outline-color: var(--color-primary);
}
@media (min-width: 1024px) {
  .hbspt-form.stacked input[type="checkbox"], [role="dialog"] .hbspt-form input[type="checkbox"] {
    height: 2rem;
  }
  .hbspt-form.stacked input[type="checkbox"], [role="dialog"] .hbspt-form input[type="checkbox"] {
    width: 2rem;
  }
}
.hbspt-form.stacked input[type="checkbox"]:checked, [role="dialog"] .hbspt-form input[type="checkbox"]:checked {
  background-color: var(--color-primary);
  outline-color: var(--color-primary);
}
.hbspt-form.stacked .hs-form-booleancheckbox-display, [role="dialog"] .hbspt-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center !important;
  text-align: left !important;
}
.hbspt-form.stacked .hs-richtext, .hbspt-form.stacked .hs-main-font-element, [role="dialog"] .hbspt-form .hs-richtext, [role="dialog"] .hbspt-form .hs-main-font-element {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.hbspt-form.stacked .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where([class~="lead"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where([class~="lead"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(a):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(a):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(a):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.hbspt-form.stacked .hs-richtext :where(strong):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 600;
}
.hbspt-form.stacked .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="A"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="A"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="A"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="a"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="a"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="a"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="A" s]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="A" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="A" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="a" s]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="a" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="a" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="I"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="I"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="I"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="i"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="i"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="i"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="I" s]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="I" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="I" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="i" s]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="i" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="i" s]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.hbspt-form.stacked .hs-richtext :where(ol[type="1"]):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol[type="1"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol[type="1"]):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.hbspt-form.stacked .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ul):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.hbspt-form.stacked .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *))::marker, .hbspt-form.stacked .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *))::marker, [role="dialog"] .hbspt-form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *))::marker, [role="dialog"] .hbspt-form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.hbspt-form.stacked .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *))::marker, .hbspt-form.stacked .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *))::marker, [role="dialog"] .hbspt-form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *))::marker, [role="dialog"] .hbspt-form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.hbspt-form.stacked .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(hr):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.hbspt-form.stacked .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(blockquote):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(blockquote):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before, .hbspt-form.stacked .hs-main-font-element :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-richtext :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-main-font-element :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.hbspt-form.stacked .hs-richtext :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after, .hbspt-form.stacked .hs-main-font-element :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-richtext :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-main-font-element :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.hbspt-form.stacked .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h1):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h1):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(h1 strong):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h1 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h1 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.hbspt-form.stacked .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h2):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h2):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(h2 strong):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h2 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h2 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.hbspt-form.stacked .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h3):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h3):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(h3 strong):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h3 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h3 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.hbspt-form.stacked .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h4):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h4):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(h4 strong):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h4 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h4 strong):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.hbspt-form.stacked .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(figure > *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.hbspt-form.stacked .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(figcaption):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.hbspt-form.stacked .hs-richtext :where(code):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.hbspt-form.stacked .hs-richtext :where(code):not(:where([class~="not-prose"] *))::before, .hbspt-form.stacked .hs-main-font-element :where(code):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-richtext :where(code):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.hbspt-form.stacked .hs-richtext :where(code):not(:where([class~="not-prose"] *))::after, .hbspt-form.stacked .hs-main-font-element :where(code):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-richtext :where(code):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-main-font-element :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.hbspt-form.stacked .hs-richtext :where(a code):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(a code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(a code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.hbspt-form.stacked .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(pre):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(pre):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(pre code):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(pre code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(pre code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(pre code):not(:where([class~="not-prose"] *))::before, .hbspt-form.stacked .hs-main-font-element :where(pre code):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-richtext :where(pre code):not(:where([class~="not-prose"] *))::before, [role="dialog"] .hbspt-form .hs-main-font-element :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.hbspt-form.stacked .hs-richtext :where(pre code):not(:where([class~="not-prose"] *))::after, .hbspt-form.stacked .hs-main-font-element :where(pre code):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-richtext :where(pre code):not(:where([class~="not-prose"] *))::after, [role="dialog"] .hbspt-form .hs-main-font-element :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.hbspt-form.stacked .hs-richtext :where(table):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(table):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(table):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(thead):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(thead):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(thead):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.hbspt-form.stacked .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(thead th):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(thead th):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :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;
}
.hbspt-form.stacked .hs-richtext :where(tbody tr):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(tbody tr):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(tbody tr):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.hbspt-form.stacked .hs-richtext :where(tbody tr:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(tbody tr:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(tbody tr:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.hbspt-form.stacked .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(tbody td):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.hbspt-form.stacked .hs-richtext, .hbspt-form.stacked .hs-main-font-element, [role="dialog"] .hbspt-form .hs-richtext, [role="dialog"] .hbspt-form .hs-main-font-element {
  --tw-prose-body: var(--color-body);
  --tw-prose-headings: var(--color-body);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: var(--color-primary);
  --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.5;
}
.hbspt-form.stacked .hs-richtext :where(p):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(p):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.hbspt-form.stacked .hs-richtext :where(img):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(img):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hbspt-form.stacked .hs-richtext :where(video):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(video):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hbspt-form.stacked .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(figure):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hbspt-form.stacked .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h2 code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.hbspt-form.stacked .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h3 code):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.hbspt-form.stacked .hs-richtext :where(li):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.hbspt-form.stacked .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ol > li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.hbspt-form.stacked .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ul > li):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.hbspt-form.stacked .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(ul > li p):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.hbspt-form.stacked .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.hbspt-form.stacked .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.hbspt-form.stacked .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.hbspt-form.stacked .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.hbspt-form.stacked .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.hbspt-form.stacked .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(hr + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form.stacked .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h2 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form.stacked .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h3 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form.stacked .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(h4 + *):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form.stacked .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(thead th:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.hbspt-form.stacked .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(thead th:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.hbspt-form.stacked .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(tbody td:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.hbspt-form.stacked .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext :where(tbody td:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.hbspt-form.stacked .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(:first-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.hbspt-form.stacked .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), .hbspt-form.stacked .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-richtext > :where(:last-child):not(:where([class~="not-prose"] *)), [role="dialog"] .hbspt-form .hs-main-font-element > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.hbspt-form.stacked .hs-richtext a, .hbspt-form.stacked .hs-richtext button, .hbspt-form.stacked .hs-main-font-element a, .hbspt-form.stacked .hs-main-font-element button, [role="dialog"] .hbspt-form .hs-richtext a, [role="dialog"] .hbspt-form .hs-richtext button, [role="dialog"] .hbspt-form .hs-main-font-element a, [role="dialog"] .hbspt-form .hs-main-font-element button {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: 500;
}
:where(.hbspt-form.stacked .hs-richtext a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form.stacked .hs-richtext button:hover,.prose button:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form.stacked .hs-main-font-element a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.hbspt-form.stacked .hs-main-font-element button:hover,.prose button:focus):not(:where([class~="not-prose"] *)), :where([role="dialog"] .hbspt-form .hs-richtext a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where([role="dialog"] .hbspt-form .hs-richtext button:hover,.prose button:focus):not(:where([class~="not-prose"] *)), :where([role="dialog"] .hbspt-form .hs-main-font-element a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where([role="dialog"] .hbspt-form .hs-main-font-element button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}
.disclaimer.hbspt-form.stacked .hs-richtext a, .disclaimer.hbspt-form.stacked .hs-richtext button, .disclaimer.hbspt-form.stacked .hs-main-font-element a, .disclaimer.hbspt-form.stacked .hs-main-font-element button, .disclaimer[role="dialog"] .hbspt-form .hs-richtext a, .disclaimer[role="dialog"] .hbspt-form .hs-richtext button, .disclaimer[role="dialog"] .hbspt-form .hs-main-font-element a, .disclaimer[role="dialog"] .hbspt-form .hs-main-font-element button {
  color: var(--color-body) !important;
}
.hbspt-form.stacked .hs-richtext:not(.no-external) a[target="_blank"]::after, .hbspt-form.stacked .hs-main-font-element:not(.no-external) a[target="_blank"]::after, [role="dialog"] .hbspt-form .hs-richtext:not(.no-external) a[target="_blank"]::after, [role="dialog"] .hbspt-form .hs-main-font-element:not(.no-external) a[target="_blank"]::after {
    background-color: currentColor;
    content: "";
    padding: 0 0.5em;
    margin: 0 0.125rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-sroke' d='M9.22852 1L11.7874 1C12.3397 1 12.7874 1.44772 12.7874 2L12.7874 4.55903' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M6.21289 7.47949L12.3738 1.31832' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M8.4429 2.97217H2.78711C1.68254 2.97217 0.787109 3.8676 0.787109 4.97217V10.9841C0.787109 12.0886 1.68254 12.9841 2.78711 12.9841H8.79853C9.9031 12.9841 10.7985 12.0886 10.7985 10.9841V5.32791' stroke='%236E4166' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-sroke' d='M9.22852 1L11.7874 1C12.3397 1 12.7874 1.44772 12.7874 2L12.7874 4.55903' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M6.21289 7.47949L12.3738 1.31832' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M8.4429 2.97217H2.78711C1.68254 2.97217 0.787109 3.8676 0.787109 4.97217V10.9841C0.787109 12.0886 1.68254 12.9841 2.78711 12.9841H8.79853C9.9031 12.9841 10.7985 12.0886 10.7985 10.9841V5.32791' stroke='%236E4166' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    clip-path: padding-box inset(0.28125em 0);
}
.hbspt-form.stacked .hs-richtext ul li::marker, .hbspt-form.stacked .hs-main-font-element ul li::marker, [role="dialog"] .hbspt-form .hs-richtext ul li::marker, [role="dialog"] .hbspt-form .hs-main-font-element ul li::marker {
    /*color: theme("colors.body");*/
}
.hbspt-form.stacked .hs-richtext ul, .hbspt-form.stacked .hs-main-font-element ul, [role="dialog"] .hbspt-form .hs-richtext ul, [role="dialog"] .hbspt-form .hs-main-font-element ul {
  list-style-type: none;
  padding-left: 1rem;
}
.hbspt-form.stacked .hs-richtext ul li, .hbspt-form.stacked .hs-main-font-element ul li, [role="dialog"] .hbspt-form .hs-richtext ul li, [role="dialog"] .hbspt-form .hs-main-font-element ul li {
        position: relative;
    }
.hbspt-form.stacked .hs-richtext ul li::marker, .hbspt-form.stacked .hs-main-font-element ul li::marker, [role="dialog"] .hbspt-form .hs-richtext ul li::marker, [role="dialog"] .hbspt-form .hs-main-font-element ul li::marker {
            display: none;
        }
.hbspt-form.stacked .hs-richtext ul li::before, .hbspt-form.stacked .hs-main-font-element ul li::before, [role="dialog"] .hbspt-form .hs-richtext ul li::before, [role="dialog"] .hbspt-form .hs-main-font-element ul li::before {
        content: "";
        position: absolute;
        top: 1em;
        left: -0.75rem;
        display: block;
        height: 0.5rem;
        width: 7px;
        --tw-translate-y: -100%;
        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));
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNyA4IiBmaWxsPSJub25lIgogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02Ljc1NDUxIDMuNzVDNi43NTQ1MSA2LjM5NTM1IDQuMTAyMzIgNy41IDAuMDMzMjAzMSA3LjVMMC4wMzMyMDMxIDBDNC4zNTY2NCAwIDYuNzU0NTEgMS4zNjYyOCA2Ljc1NDUxIDMuNzVaIiBmaWxsPSIjMTA3Nzc0Ii8+Cjwvc3ZnPgo=");
    }
.hbspt-form.stacked .hs-richtext ul li, .hbspt-form.stacked .hs-main-font-element ul li, [role="dialog"] .hbspt-form .hs-richtext ul li, [role="dialog"] .hbspt-form .hs-main-font-element ul li {
    overflow: visible;
}
.hbspt-form.stacked .hs-richtext p, .hbspt-form.stacked .hs-main-font-element p, [role="dialog"] .hbspt-form .hs-richtext p, [role="dialog"] .hbspt-form .hs-main-font-element p {
  margin-bottom: 0.75rem;
  display: block;
}
.hbspt-form.stacked .hs-richtext p, .hbspt-form.stacked .hs-richtext span, .hbspt-form.stacked .hs-main-font-element p, .hbspt-form.stacked .hs-main-font-element span, [role="dialog"] .hbspt-form .hs-richtext p, [role="dialog"] .hbspt-form .hs-richtext span, [role="dialog"] .hbspt-form .hs-main-font-element p, [role="dialog"] .hbspt-form .hs-main-font-element span {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .hs-richtext p, .hbspt-form.stacked .hs-richtext span, .hbspt-form.stacked .hs-main-font-element p, .hbspt-form.stacked .hs-main-font-element span, [role="dialog"] .hbspt-form .hs-richtext p, [role="dialog"] .hbspt-form .hs-richtext span, [role="dialog"] .hbspt-form .hs-main-font-element p, [role="dialog"] .hbspt-form .hs-main-font-element span {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
.hbspt-form.stacked .hs-form-field, [role="dialog"] .hbspt-form .hs-form-field {
  margin-top: 0px !important;
  padding-top: 0.75rem !important;
}
.hbspt-form.stacked fieldset:not(.form-columns-2) .hs-form-field:first-of-type, [role="dialog"] .hbspt-form fieldset:not(.form-columns-2) .hs-form-field:first-of-type {
  margin-top: 0.5rem !important;
}
.hbspt-form.stacked p > br:first-child, [role="dialog"] .hbspt-form p > br:first-child {
        display: none;
    }
.hbspt-form.stacked .hs-submit, [role="dialog"] .hbspt-form .hs-submit {
  margin-top: 0px !important;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .hs-submit, [role="dialog"] .hbspt-form .hs-submit {
    padding-top: 2rem !important;
  }
}
.hbspt-form.stacked .hs-submit, [role="dialog"] .hbspt-form .hs-submit {
        flex-basis: 100%;
    }
.hbspt-form.stacked input[type="text"], .hbspt-form.stacked input[type="email"], .hbspt-form.stacked input[type="number"], .hbspt-form.stacked input[type="tel"], .hbspt-form.stacked textarea, .hbspt-form.stacked select, [role="dialog"] .hbspt-form input[type="text"], [role="dialog"] .hbspt-form input[type="email"], [role="dialog"] .hbspt-form input[type="number"], [role="dialog"] .hbspt-form input[type="tel"], [role="dialog"] .hbspt-form textarea, [role="dialog"] .hbspt-form select {
  width: 100%;
  appearance: none;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked input[type="text"], .hbspt-form.stacked input[type="email"], .hbspt-form.stacked input[type="number"], .hbspt-form.stacked input[type="tel"], .hbspt-form.stacked textarea, .hbspt-form.stacked select, [role="dialog"] .hbspt-form input[type="text"], [role="dialog"] .hbspt-form input[type="email"], [role="dialog"] .hbspt-form input[type="number"], [role="dialog"] .hbspt-form input[type="tel"], [role="dialog"] .hbspt-form textarea, [role="dialog"] .hbspt-form select {
    padding: 0.75rem;
  }
  .hbspt-form.stacked input[type="text"], .hbspt-form.stacked input[type="email"], .hbspt-form.stacked input[type="number"], .hbspt-form.stacked input[type="tel"], .hbspt-form.stacked textarea, .hbspt-form.stacked select, [role="dialog"] .hbspt-form input[type="text"], [role="dialog"] .hbspt-form input[type="email"], [role="dialog"] .hbspt-form input[type="number"], [role="dialog"] .hbspt-form input[type="tel"], [role="dialog"] .hbspt-form textarea, [role="dialog"] .hbspt-form select {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
.hbspt-form.stacked input[type="text"]::placeholder, .hbspt-form.stacked input[type="email"]::placeholder, .hbspt-form.stacked input[type="number"]::placeholder, .hbspt-form.stacked input[type="tel"]::placeholder, .hbspt-form.stacked textarea::placeholder, .hbspt-form.stacked select::placeholder, [role="dialog"] .hbspt-form input[type="text"]::placeholder, [role="dialog"] .hbspt-form input[type="email"]::placeholder, [role="dialog"] .hbspt-form input[type="number"]::placeholder, [role="dialog"] .hbspt-form input[type="tel"]::placeholder, [role="dialog"] .hbspt-form textarea::placeholder, [role="dialog"] .hbspt-form select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.hbspt-form.stacked input[type="text"][data-autocompleted],
        .hbspt-form.stacked input[type="text"]:-webkit-autofill,
        .hbspt-form.stacked input[type="text"]:-webkit-autofill:hover,
        .hbspt-form.stacked input[type="text"]:-webkit-autofill:focus,
        .hbspt-form.stacked input[type="email"][data-autocompleted],
        .hbspt-form.stacked input[type="email"]:-webkit-autofill,
        .hbspt-form.stacked input[type="email"]:-webkit-autofill:hover,
        .hbspt-form.stacked input[type="email"]:-webkit-autofill:focus,
        .hbspt-form.stacked input[type="number"][data-autocompleted],
        .hbspt-form.stacked input[type="number"]:-webkit-autofill,
        .hbspt-form.stacked input[type="number"]:-webkit-autofill:hover,
        .hbspt-form.stacked input[type="number"]:-webkit-autofill:focus,
        .hbspt-form.stacked input[type="tel"][data-autocompleted],
        .hbspt-form.stacked input[type="tel"]:-webkit-autofill,
        .hbspt-form.stacked input[type="tel"]:-webkit-autofill:hover,
        .hbspt-form.stacked input[type="tel"]:-webkit-autofill:focus,
        .hbspt-form.stacked textarea[data-autocompleted],
        .hbspt-form.stacked textarea:-webkit-autofill,
        .hbspt-form.stacked textarea:-webkit-autofill:hover,
        .hbspt-form.stacked textarea:-webkit-autofill:focus,
        .hbspt-form.stacked select[data-autocompleted],
        .hbspt-form.stacked select:-webkit-autofill,
        .hbspt-form.stacked select:-webkit-autofill:hover,
        .hbspt-form.stacked select:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form input[type="text"][data-autocompleted],
        [role="dialog"] .hbspt-form input[type="text"]:-webkit-autofill,
        [role="dialog"] .hbspt-form input[type="text"]:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form input[type="text"]:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form input[type="email"][data-autocompleted],
        [role="dialog"] .hbspt-form input[type="email"]:-webkit-autofill,
        [role="dialog"] .hbspt-form input[type="email"]:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form input[type="email"]:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form input[type="number"][data-autocompleted],
        [role="dialog"] .hbspt-form input[type="number"]:-webkit-autofill,
        [role="dialog"] .hbspt-form input[type="number"]:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form input[type="number"]:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form input[type="tel"][data-autocompleted],
        [role="dialog"] .hbspt-form input[type="tel"]:-webkit-autofill,
        [role="dialog"] .hbspt-form input[type="tel"]:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form input[type="tel"]:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form textarea[data-autocompleted],
        [role="dialog"] .hbspt-form textarea:-webkit-autofill,
        [role="dialog"] .hbspt-form textarea:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form textarea:-webkit-autofill:focus,
        [role="dialog"] .hbspt-form select[data-autocompleted],
        [role="dialog"] .hbspt-form select:-webkit-autofill,
        [role="dialog"] .hbspt-form select:-webkit-autofill:hover,
        [role="dialog"] .hbspt-form select:-webkit-autofill:focus {
            background-color: white;
        }
.hbspt-form.stacked .form-columns-2 {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .form-columns-2 {
    flex-direction: column;
  }
}
.hbspt-form.stacked .form-columns-2 > .hs-form-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .form-columns-2 > .hs-form-field {
    margin-left: 0px;
    margin-right: 0px;
  }
  .hbspt-form.stacked .form-columns-2 > .hs-form-field {
    width: 100% !important;
  }
}
.hbspt-form.stacked .form-columns-2 > .hs-form-field, .hbspt-form.stacked .form-columns-2 > .hs-dependent-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked .form-columns-2 > .hs-form-field, .hbspt-form.stacked .form-columns-2 > .hs-dependent-field {
    margin-left: 0px;
    margin-right: 0px;
  }
  .hbspt-form.stacked .form-columns-2 > .hs-form-field, .hbspt-form.stacked .form-columns-2 > .hs-dependent-field {
    width: 100% !important;
  }
}
.hbspt-form.stacked.submit-yellow .hs-submit {
  margin-top: 0px !important;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 3rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form.stacked.submit-yellow .hs-submit {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hbspt-form.stacked.submit-yellow .hs-submit {
    padding-top: 2rem !important;
  }
}
.hbspt-form.stacked.submit-yellow .hs-submit {
            flex-basis: 100%;
        }
.hbspt-form.stacked.submit-yellow input[type="submit"] {
  width: 100% !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 41 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
[role="dialog"] .hbspt-form {
  margin-left: -6px;
}
ul.hs-error-msgs.inputs-list li {
    position: relative;
}
ul.hs-error-msgs.inputs-list li label.hs-error-msg {
  position: relative;
  bottom: auto;
  top: auto;
  --tw-text-opacity: 1 !important;
  color: rgb(209 40 71 / var(--tw-text-opacity)) !important;
}
.hbspt-form.stacked.nopadding .form-columns-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.hbspt-form.stacked label {
  margin-bottom: 0.5rem;
}
.hbspt-form.ghosted input[type="submit"] {
  background-color: var(--color-bg) !important;
  --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);
  --tw-ring-inset: inset;
  --tw-ring-color: currentColor;
}
.hbspt-form.horizontal {
    display: flex;
}
.hbspt-form.horizontal form {
  width: 100% !important;
}
.hbspt-form.horizontal input[type="text"], .hbspt-form.horizontal input[type="email"], .hbspt-form.horizontal input[type="number"], .hbspt-form.horizontal input[type="tel"], .hbspt-form.horizontal textarea, .hbspt-form.horizontal select {
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
.hbspt-form.horizontal input[type="text"]::placeholder, .hbspt-form.horizontal input[type="email"]::placeholder, .hbspt-form.horizontal input[type="number"]::placeholder, .hbspt-form.horizontal input[type="tel"]::placeholder, .hbspt-form.horizontal textarea::placeholder, .hbspt-form.horizontal select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.hbspt-form.horizontal input[type="text"][data-autocompleted],
        .hbspt-form.horizontal input[type="text"]:-webkit-autofill,
        .hbspt-form.horizontal input[type="text"]:-webkit-autofill:hover,
        .hbspt-form.horizontal input[type="text"]:-webkit-autofill:focus,
        .hbspt-form.horizontal input[type="email"][data-autocompleted],
        .hbspt-form.horizontal input[type="email"]:-webkit-autofill,
        .hbspt-form.horizontal input[type="email"]:-webkit-autofill:hover,
        .hbspt-form.horizontal input[type="email"]:-webkit-autofill:focus,
        .hbspt-form.horizontal input[type="number"][data-autocompleted],
        .hbspt-form.horizontal input[type="number"]:-webkit-autofill,
        .hbspt-form.horizontal input[type="number"]:-webkit-autofill:hover,
        .hbspt-form.horizontal input[type="number"]:-webkit-autofill:focus,
        .hbspt-form.horizontal input[type="tel"][data-autocompleted],
        .hbspt-form.horizontal input[type="tel"]:-webkit-autofill,
        .hbspt-form.horizontal input[type="tel"]:-webkit-autofill:hover,
        .hbspt-form.horizontal input[type="tel"]:-webkit-autofill:focus,
        .hbspt-form.horizontal textarea[data-autocompleted],
        .hbspt-form.horizontal textarea:-webkit-autofill,
        .hbspt-form.horizontal textarea:-webkit-autofill:hover,
        .hbspt-form.horizontal textarea:-webkit-autofill:focus,
        .hbspt-form.horizontal select[data-autocompleted],
        .hbspt-form.horizontal select:-webkit-autofill,
        .hbspt-form.horizontal select:-webkit-autofill:hover,
        .hbspt-form.horizontal select:-webkit-autofill:focus {
            background-color: white;
        }
@media (min-width: 1024px) {
  .hbspt-form.horizontal .form-columns-2 {
    width: 66.666667%;
  }
}
.hbspt-form.horizontal .hs-submit {
        flex-basis: auto;
        width: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        padding-left: 0px;
    }
@media (min-width: 1024px) {
  .hbspt-form.horizontal .hs-submit {
    position: absolute;
  }
  .hbspt-form.horizontal .hs-submit {
    top: 0px;
  }
  .hbspt-form.horizontal .hs-submit {
    right: 0px;
  }
  .hbspt-form.horizontal .hs-submit {
    width: 33.33333333333333%;
  }
  .hbspt-form.horizontal .hs-submit {
    --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));
  }
  .hbspt-form.horizontal .hs-submit {
    padding-left: 0.75rem;
  }
}
.hbspt-form.horizontal .legal-consent-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form.horizontal .legal-consent-container {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
.hbspt-form.horizontal .legal-consent-container .hs-richtext, .hbspt-form.horizontal .legal-consent-container .hs-richtext p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
@media (min-width: 1024px) {
  .hbspt-form.horizontal .legal-consent-container .hs-richtext, .hbspt-form.horizontal .legal-consent-container .hs-richtext p {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
.hbspt-form.horizontal .legal-consent-container p > br:first-child {
            display: none;
        }
.hbspt-form.horizontal .legal-consent-container .hs-richtext:first-child {
  margin-right: 1.5rem;
}
.hbspt-form.horizontal .legal-consent-container .hs-richtext:last-child {
  margin-top: 0.75rem;
            flex-basis: 100%;
}
.hbspt-form.horizontal .legal-consent-container .hs-fieldtype-booleancheckbox {
  margin-top: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .hbspt-form.horizontal .legal-consent-container .hs-fieldtype-booleancheckbox {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.hbspt-form.horizontal input[type="checkbox"] {
  height: 1.5rem;
  width: 1.5rem;
}
.hbspt-form.horizontal label.hs-error-msg {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .hbspt-form.horizontal label.hs-error-msg {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.guide-content img {
  position: relative;
  display: block;
}
.guide-content img.alignright {
  float: right;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  width: 50%;
}
.guide-content img.alignleft {
  float: left;
  margin-right: 1.5rem;
  width: 50%;
}
.guide-content img.alignleft:not(.vcenter) {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.guide-content img.alignnone.size-full {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 50%;
  display: block;
  width: var(--container-width);
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
  .guide-content img.alignnone.size-full {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.guide-content img.aligncenter {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media (min-width: 1024px) {
  .guide-content img.aligncenter {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.guide-content img.vcenter {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .guide-content img.vcenter {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.guide-content img.shadow {
  --tw-shadow: 0px 4px 24px rgba(42, 42, 41, 0.3);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}
.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wistia_embed {
  height: 100%;
  width: 100%;
}
.wistia_embed video {
    margin: 0;
  }
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
ol[data-togglerlist] {
  counter-reset: togglerlist;
  list-style-type: decimal;
}
ol[data-togglerlist] li {
    counter-increment: togglerlist;
    position: relative;
    display: flex;
    flex-direction: row;
  }
ol[data-togglerlist] li::before {
      content: counter(togglerlist);
      margin-right: 10px;
      display: inline-flex;
      height: 31px;
      width: 31px;
      flex: none;
      align-items: center;
      justify-content: center;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(222 223 218 / var(--tw-bg-opacity));
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 600;
      color: var(--color-headings);
    }
@media (min-width: 1024px) {
  ol[data-togglerlist] li::before {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
ol[data-togglerlist] li button {
  left: 41px;
}
ol[data-togglerlist] li.current::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
}
*[role="tabpanel"] ol li::marker {
  color: var(--color-body) !important;
}
.list-center ol {
  counter-reset: list-center;
  display: flex;
  width: auto;
  list-style-type: decimal;
  flex-direction: column;
  align-items: center;
}
.list-center ol li {
    counter-increment: list-center;
  }
.list-center ol li::before {
      content: counter(list-center);
      margin-right: 10px;
      flex: none;
      align-items: center;
      color: var(--color-body);
    }
.list-center ol li {
  position: relative;
  display: inline-flex;
  width: auto;
}
.dual-lists li p {
  margin-top: 0px;
}
.wp-block-table, .classic table {
  overflow: auto;
}
.wp-block-table thead, .classic table thead {
  border-style: none;
}
.wp-block-table th, .wp-block-table td, .classic table th, .classic table td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center !important;
}
@media (min-width: 1024px) {
  .wp-block-table th, .wp-block-table td, .classic table th, .classic table td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.wp-block-table th, .classic table th {
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.wp-block-table td, .classic table td {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.wp-block-table td span, .classic table td span {
  text-align: center !important;
}
.wp-block-table figcaption, .classic table figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: currentColor;
}
.wp-block-table table {
  min-width: 600px;
}
.classic-table {
  display: block;
  width: 100%;
  overflow: auto;
}
.classic-table table {
  min-width: 600px;
}
.is-style-stripes,
.classic table {
  border-collapse: collapse;
  border-spacing: 0;
}
.is-style-stripes tbody tr:nth-child(odd) td, .classic table tbody tr:nth-child(odd) td {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
}
.is-style-stripes tbody tr:nth-child(odd) td:first-child, .classic table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.is-style-stripes tbody tr:nth-child(odd) td:last-child, .classic table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
  z-index: 0;
  width: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: var(--color-body);
  --tw-shadow: 0px 4px 24px rgba(42, 42, 41, 0.3);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    width: auto;
  }
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    min-width: 295px;
  }
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
    font-size: 27px;
  }
}
section[data-block="pricing_table"] div[role="tablist"] button, section[data-block="page_tabs"] div[role="tablist"] button {
      clip-path: inset(-20px -20px 0.5rem -20px);
    }
section[data-block="pricing_table"] div[role="tablist"] button[aria-selected="true"], section[data-block="page_tabs"] div[role="tablist"] button[aria-selected="true"] {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
}
#content-container blockquote {
  position: relative;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  display: block;
  border-style: none;
  padding-left: 0px !important;
  font-size: 26px;
  font-weight: 500;
  font-style: normal !important;
  line-height: 1.35;
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  #content-container blockquote {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #content-container blockquote {
    line-height: 1.35;
  }
}
@media (min-width: 1024px) {
  #content-container blockquote {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
#content-container blockquote a {
    color: inherit;
  }
#content-container blockquote > p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left !important;
}
#content-container blockquote > p::before,
  #content-container blockquote > p::after {
    content: "";
  }
.classic blockquote::before {
    content: "";
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: block;
    height: 46px;
    width: 46px;
  }
@media (min-width: 1024px) {
  .classic blockquote::before {
    margin-left: 0px;
    margin-right: 0px;
  }
  .classic blockquote::before {
    height: 76px;
  }
  .classic blockquote::before {
    width: 76px;
  }
}
.classic blockquote::before {
    background: url(./svg/icons/quote-css.svg) no-repeat center center;
    background-size: 100% 100%;
  }
.infobox {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 1024px) {
  .infobox {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .infobox {
    padding: 54px;
  }
}
.infobox h3 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.infobox ol {
    counter-reset: infobox-counter;
    list-style-type: none;
    padding-left: 0px;
  }
.infobox ol li {
      counter-increment: infobox-counter;
      position: relative;
      display: flex;
      padding-left: 0px;
    }
.infobox ol li::before {
        content: counter(infobox-counter);
        margin-right: 1.25rem;
        display: inline-flex;
        height: 25px;
        width: 25px;
        flex: none;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        --tw-bg-opacity: 1;
        background-color: rgb(16 119 116 / var(--tw-bg-opacity));
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
.post h1 {
  font-size: 46px;
  line-height: 1.08695652174;
}
@media (min-width: 768px) {
  .post h1 {
    font-size: 52px;
    line-height: 1.08695652174;
  }
}
@media (min-width: 1024px) {
  .post h1 {
    font-size: 58px;
    line-height: 1.12903225806;
  }
}
@media (min-width: 1280px) {
  .post h1 {
    font-size: 62px;
    line-height: 1.12903225806;
  }
}
.post h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .post h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.post h3, .post h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .post h3, .post h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.post > p, .post > ul, .post > ol {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .post > p, .post > ul, .post > ol {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.classic {
}
.post-hero-shape svg {
  display: block;
  max-height: 100%;
  width: 100%;
}
.post-hero-shape-small svg {
  display: block;
  height: 100%;
  width: 100%;
}
.image-block-outer-wrapper {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}
.image-block-outer-wrapper img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.image-block-wrapper.has-aspect-ratio {
  position: relative;
  height: 0px;
}
.image-block-wrapper.has-aspect-ratio img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.webinar-transcript{
  height: 80vh;
}
#post-content h2 {
    scroll-margin: 100px;
  }
@media (min-width: 1024px) {
    #post-content h2 {
      scroll-margin: 0;
    }
    #post-content h2 {
    position: relative;
  }
    #post-content h2 {
    z-index: 10;
  }
    #post-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
    #post-content h2 {
    max-width: 50%;
  }
    #post-content h2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
      #post-content h2::after {
        content: "";
      }
      #post-content h2::after {
    position: absolute;
  }
      #post-content h2::after {
    top: 0px;
  }
      #post-content h2::after {
    left: 0px;
  }
      #post-content h2::after {
    display: block;
  }
      #post-content h2::after {
    height: 100%;
  }
      #post-content h2::after {
    width: 50%;
  }
      #post-content h2::after {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
      #post-content h2::after {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  }
      #post-content h2::after {
        z-index: -1;
      }
      #post-content h2::before {
        content: "";
      }
      #post-content h2::before {
    position: absolute;
  }
      #post-content h2::before {
    top: 0px;
  }
      #post-content h2::before {
    right: 100%;
  }
      #post-content h2::before {
    display: block;
  }
      #post-content h2::before {
    height: 100%;
  }
      #post-content h2::before {
    width: 100vw;
  }
      #post-content h2::before {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  }
      #post-content h2::before {
        z-index: -1;
      }
}
.wp-block-group {
  margin-top: var(--section-y);
  margin-bottom: var(--section-y);
  display: flex !important;
  flex-direction: column-reverse;
  border-radius: 10px;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .wp-block-group {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wp-block-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.wp-block-group.white {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.wp-block-group h2, .wp-block-group h3, .wp-block-group h4 {
  margin-top: 0px;
}
.wp-block-group .wp-block-table {
  margin-bottom: 0px;
}
.toggler {
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.toggler .icon{
    transform-origin:50% 60%;
    --tw-rotate: 0deg;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
.toggler[aria-expanded="true"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.toggler[aria-expanded="true"] .icon {
  --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));
}
.toc a strong {
  font-weight: normal;
}
.toc ul {
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.toc ul[data-top] > li > a {
  margin-bottom: 0.5rem;
  display: block;
}
.toc ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.toc ul li ul {
  padding-left: 1.75rem;
}
.toc ul li ul li a {
  position: relative;
  display: block;
  overflow: visible;
}
.toc ul li ul li a::before {
    content: "";
    position: absolute;
    top: 0.9em;
    left: -1rem;
    display: block;
    height: 0.5rem;
    width: 7px;
    --tw-translate-y: -100%;
    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));
  }
.toc ul li ul li a.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75451 3.75C6.75451 6.39535 4.10232 7.5 0.0332031 7.5L0.0332031 0C4.35664 0 6.75451 1.36628 6.75451 3.75Z' fill='%236E4166'/%3E%3C/svg%3E");
  }
.toc-container {
}
figure.wp-block-image.padded {
  display: flex !important;
  flex-direction: column-reverse;
  border-radius: 10px;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  figure.wp-block-image.padded {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  figure.wp-block-image.padded {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
figure.wp-block-image.padded.white {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
figure.wp-block-image.padded figcaption {
  margin-bottom: 1.75rem;
  margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  figure.wp-block-image.padded figcaption {
    margin-bottom: 3.5rem;
  }
  figure.wp-block-image.padded figcaption {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
figure.wp-block-image.padded img {
  flex: none;
  align-self: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  figure.wp-block-image.padded img {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cross-sell h3 {
    color: inherit !important;
    margin-top: 0px !important;
  }
.tooltip {
  position: absolute;
  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));
}
.tooltip .backing {
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: -50vh;
  left: -50vw;
  z-index: 0;
  display: block;
  height: 200vh;
  width: 200vw;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.4;
}
.tooltip .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  --tw-shadow: 0px 4px 24px rgba(42, 42, 41, 0.3);
  --tw-shadow-colored: 0px 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tooltip .inner {
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .tooltip .inner {
    text-align: left;
  }
        .tooltip.right .backing {
            display: none;
        }

        .tooltip.right .bg::before {
            content: "";
        }

        .tooltip.right .bg::before {
    position: absolute;
  }

        .tooltip.right .bg::before {
    left: 0px;
  }

        .tooltip.right .bg::before {
    top: 50%;
  }

        .tooltip.right .bg::before {
    display: block;
  }

        .tooltip.right .bg::before {
    height: 0px;
  }

        .tooltip.right .bg::before {
    width: 0px;
  }

        .tooltip.right .bg::before {
    --tw-translate-x: -100%;
    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));
  }

        .tooltip.right .bg::before {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

        .tooltip.right .bg::before {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #F9F9F8;
        }

        .tooltip.right.slate {
    white-space: nowrap;
  }

        .tooltip.right.slate {
    --tw-text-opacity: 1;
    color: rgb(249 249 248 / var(--tw-text-opacity));
  }

            .tooltip.right.slate .bg {
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 41 / var(--tw-bg-opacity));
  }

                .tooltip.right.slate .bg::before {
                    border-right: 12px solid #2A2A29;
                }
}
*:not(.inline-table) > table[data-codestable] tbody tr.even, .inline-table table.searched tbody tr.even {
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 232 / var(--tw-bg-opacity));
}
table[data-codestable] button i, .inline-table table button i {
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
table[data-codestable] button[aria-expanded="true"] i, .inline-table table button[aria-expanded="true"] i {
  --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));
}
.inline-table table {
  display: table;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inline-table table thead tr {
  --tw-bg-opacity: 1;
  background-color: rgb(110 65 102 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity));
}
.inline-table table:not(.searched) tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 232 / var(--tw-bg-opacity));
}
.inline-table table td, .inline-table table th {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.inline-table table td:first-child, .inline-table table th:first-child {
  font-weight: 700;
}
.specialty-list button i {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.specialty-list button[aria-expanded="true"] i {
  --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));
}
html {
    scrollbar-gutter: stable;
    height: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}
*::selection {
  background-color: rgb(59 141 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity));
}
body::-webkit-scrollbar {
        width: 1rem;
        --tw-bg-opacity: 1;
        background-color: rgb(211 205 196 / var(--tw-bg-opacity));
    }
body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
body::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 41 / var(--tw-bg-opacity));
}
.styled-scrollbar {
    scrollbar-gutter: stable;
}
.styled-scrollbar::-webkit-scrollbar {
        width: 0.6rem;
        --tw-bg-opacity: 1;
        background-color: rgb(239 239 237 / var(--tw-bg-opacity));
    }
.styled-scrollbar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
.styled-scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(80 79 81 / var(--tw-bg-opacity));
}
body html.logged-in {
    height: calc(100% - 32px) !important;
}
body {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  font-family: Outfit, Arial, sans-serif;
}
.section-x {
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}
.section-y {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}
.section-y-double {
  padding-top: calc(var(--section-y) * 2);
  padding-bottom: calc(var(--section-y) * 2);
}
.section-top {
  padding-top: var(--section-y);
}
.section-bottom {
  padding-bottom: var(--section-y);
}
.section {
  width: 100%;
}
.section:not(.no-pad-x) {
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}
.section:not(.no-pad-y) {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}
.grid-container {
  width: 100%;
}
@media (min-width: 640px) {
  .grid-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .grid-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .grid-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .grid-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .grid-container {
    max-width: 1536px;
  }
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}
.row:not(.nomargin) {
  margin-left: calc(calc(var(--gutter) / 2) * -1);
  margin-right: calc(calc(var(--gutter) / 2) * -1);
  display: flex;
}
.column:not(.no-pad-x) {
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}
.column:not(.no-pad-y) {
  padding-top: calc(var(--gutter) / 2);
  padding-bottom: calc(var(--gutter) / 2);
}
.theme {
    background-color: var(--color-bg);
    color: var(--color-body);
    --tw-prose-bullets: var(--color-body);
}
.theme [class*="prose"] a {
        color: var(--color-primary);
    }
.theme-slate {
    --color-bg: #2A2A29;
    --color-body: #F9F9F8;
    --color-primary: #FFD480;
    --color-line: #F9F9F8;
    --color-button: #FFD480;
    /* background-color: theme("colors.slate.DEFAULT"); */
    /* color: theme("colors.dove.DEFAULT"); */
}
.theme-yellow {
    --color-bg: #FFD480;
    --color-line: #2A2A29;
}
.theme-yellow-header {
    --color-bg: #FFD480;
    --color-primary: #6E4166;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #D3CDC4;
}
.theme-taupe {
    --color-bg: #EFEDE8;
    --color-primary: #6E4166;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #D3CDC4;
}
.theme-taupe .disclaimer {
  --tw-text-opacity: 1;
  color: rgb(80 79 81 / var(--tw-text-opacity));
}
.theme-taupe-dark {
    --color-bg: #D3CDC4;
    --color-primary: #6E4166;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #F9F9F8;
}
.theme-dove {
    --color-bg: #F9F9F8;
    --color-body: #2A2A29;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #F9F9F8;
}
.theme-dove .disclaimer {
  --tw-text-opacity: 1;
  color: rgb(80 79 81 / var(--tw-text-opacity));
}
.theme-grey-lighter {
    --color-bg: #EFEFED;
    --color-body: #2A2A29;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #F9F9F8;
}
.theme-grey-lighter .disclaimer {
  --tw-text-opacity: 1;
  color: rgb(80 79 81 / var(--tw-text-opacity));
}
.theme-dove-light {
    --color-bg: #F9F9F8;
    --color-body: #2A2A29;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #F9F9F8;
}
.theme-dove-light .disclaimer {
  --tw-text-opacity: 1;
  color: rgb(80 79 81 / var(--tw-text-opacity));
}
.theme-transparent {
    --color-bg: transparent;
    --color-button: #2A2A29;
    --color-button-hover: #0D0D0C;
    --color-button-label: #FFD480;
    --color-line: #F9F9F8;
}
.theme-violet {
    --color-bg: #6E4166;
    --color-body: #F9F9F8;
    --color-button: #FFD480;
    --color-button-label: #2A2A29;
    --color-primary: #FFD480;
    --color-line: #995E8B;
}
.theme-navy {
    --color-bg: #1F4051;
    --color-body: #F9F9F8;
    --color-button: #FFD480;
    --color-button-label: #2A2A29;
    --color-primary: #FFD480;
    --color-line: #366076;
}
.theme-cyan {
    --color-bg: #107774;
    --color-body: #F9F9F8;
    --color-button: #FFD480;
    --color-button-label: #2A2A29;
    --color-primary: #FFD480;
}
.theme-red {
    --color-bg: #D12847;
    --color-body: #F9F9F8;
    --color-button: #F9F9F8;
    --color-button-label: #2A2A29;
    --color-primary: #F9F9F8;
}
.body-dove {
    --color-body: #F9F9F8;
}
hr {
  border-color: var(--color-body) !important;
  --tw-border-opacity: 0.25 !important;
}
.button {
  flex: none;
  align-self: flex-start;
  border-radius: 5px;
  border-width: 0px;
  border-style: none;
  background-color: var(--color-button);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.42px;
  color: var(--color-button-label);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, box-shadow, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
.button.small {
  font-size: 1rem;
  line-height: 1.5rem;
}
.button:hover, .button:focus {
  background-color: var(--color-button-hover);
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
header .button:hover, header .button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.button:not(.small) {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 21px;
}
.button:not(.xs) {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 21px;
}
.button.small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button.xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button.ghosted {
  background-color: var(--color-bg);
  color: var(--color-button);
  --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);
  --tw-ring-inset: inset;
  --tw-ring-color: currentColor;
}
.button.ghosted:hover, .button.ghosted:focus {
  background-color: var(--color-bg);
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.5);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
header .button.ghosted:hover, header .button.ghosted:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 248 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity));
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.card {
  transition-property: color, background-color, box-shadow, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
.card:hover, .card:focus-within {
  --tw-shadow: 0px 3px 22px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 3px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button.dove {
    --color-button: #F9F9F8;
}
.button.yellow {
    --color-button: #FFD480;
    --color-button-hover: #F8C767;
    --tw-text-opacity: 1;
    color: rgb(42 42 41 / var(--tw-text-opacity));
}
.card-link::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.underline-link {
  color: var(--color-primary);
  text-decoration-line: underline;
}
.underline-link:hover {
  text-decoration-line: none;
}
.underline-link:focus {
  text-decoration-line: none;
}
details summary .icon.plus {
    display: block;
}
details summary .icon.minus {
    display: none;
}
details[open] summary .icon.plus {
    display: none;
}
details[open] summary .icon.minus {
    display: block;
}
*[hidden] {
    display: none !important;
}
[data-block="tabs"] button {
  position: relative;
  overflow: hidden;
}
[data-block="tabs"] button[aria-selected="true"] {
  position: relative;
  overflow: hidden;
  color: var(--color-primary);
}
#menu {
    backface-visibility: hidden;
    overscroll-behavior: none;
}
#menu ul {
        backface-visibility: hidden;
    }
#nav-main a {
  letter-spacing: 0.36px;
}
button#burger {
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  height: 48px;
  width: 48px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
  button#burger {
    right: 0px;
  }
  button#burger {
    top: 45%;
  }
}
@media (min-width: 1024px) {
  button#burger {
    right: 6px;
  }
  button#burger {
    display: none;
  }
}
button#burger figure.open {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
button#burger figure.close {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
button#burger figure.open figure {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 27px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 248 / var(--tw-bg-opacity));
}
button#burger figure.open figure:first-of-type {
  --tw-translate-y: -10px;
  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));
}
button#burger figure.open figure:last-of-type {
  --tw-translate-y: 10px;
  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));
}
button#burger[aria-expanded="true"] figure.open {
  display: none;
}
button#burger[aria-expanded="true"] figure.close {
  display: block;
}
button#burger[aria-expanded="false"] figure.open {
  display: block;
}
button#burger[aria-expanded="false"] figure.close {
  display: none;
}
.dot-button > figure {
  --tw-bg-opacity: 1;
  background-color: rgb(167 140 160 / var(--tw-bg-opacity));
}
.dot-button.current > figure {
  --tw-bg-opacity: 1;
  background-color: rgb(110 65 102 / var(--tw-bg-opacity));
}
.disclaimer.prose a, .disclaimer.prose button {
  color: var(--color-body) !important;
}
*[class*="prose"]:not(.no-external) a[target="_blank"]::after,
.prose:not(.no-external) a[target="_blank"]::after,
a.external::after {
    background-color: currentColor;
    content: "";
    padding: 0 0.5em;
    margin: 0 0.125rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-sroke' d='M9.22852 1L11.7874 1C12.3397 1 12.7874 1.44772 12.7874 2L12.7874 4.55903' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M6.21289 7.47949L12.3738 1.31832' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M8.4429 2.97217H2.78711C1.68254 2.97217 0.787109 3.8676 0.787109 4.97217V10.9841C0.787109 12.0886 1.68254 12.9841 2.78711 12.9841H8.79853C9.9031 12.9841 10.7985 12.0886 10.7985 10.9841V5.32791' stroke='%236E4166' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-sroke' d='M9.22852 1L11.7874 1C12.3397 1 12.7874 1.44772 12.7874 2L12.7874 4.55903' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M6.21289 7.47949L12.3738 1.31832' stroke='%236E4166' stroke-linecap='round'/%3E%3Cpath vector-effect='non-scaling-sroke' d='M8.4429 2.97217H2.78711C1.68254 2.97217 0.787109 3.8676 0.787109 4.97217V10.9841C0.787109 12.0886 1.68254 12.9841 2.78711 12.9841H8.79853C9.9031 12.9841 10.7985 12.0886 10.7985 10.9841V5.32791' stroke='%236E4166' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    clip-path: padding-box inset(0.28125em 0);
}
.prose ul li::marker {
    /*color: theme("colors.body");*/
}
.prose ul {
  list-style-type: none;
  padding-left: 1rem;
}
.prose ul li {
        position: relative;
    }
.prose ul li::marker {
            display: none;
        }
.prose ul li::before {
        content: "";
        position: absolute;
        top: 1em;
        left: -0.75rem;
        display: block;
        height: 0.5rem;
        width: 7px;
        --tw-translate-y: -100%;
        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));
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNyA4IiBmaWxsPSJub25lIgogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02Ljc1NDUxIDMuNzVDNi43NTQ1MSA2LjM5NTM1IDQuMTAyMzIgNy41IDAuMDMzMjAzMSA3LjVMMC4wMzMyMDMxIDBDNC4zNTY2NCAwIDYuNzU0NTEgMS4zNjYyOCA2Ljc1NDUxIDMuNzVaIiBmaWxsPSIjMTA3Nzc0Ii8+Cjwvc3ZnPgo=");
    }
span.bullet.yellow {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  display: inline-block;
  height: 0.5rem;
  width: 7px;
  vertical-align: middle;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNyA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi43NTQ1MSAzLjc1QzYuNzU0NTEgNi4zOTUzNSA0LjEwMjMyIDcuNSAwLjAzMzIwMzEgNy41TDAuMDMzMjAzMSAwQzQuMzU2NjQgMCA2Ljc1NDUxIDEuMzY2MjggNi43NTQ1MSAzLjc1WiIgZmlsbD0iI0ZGRDQ4MCIvPgo8L3N2Zz4K");
}
.prose ul li {
    overflow: visible;
}
.legal-counter {
    counter-reset: legal;
    padding-left: 2.5rem;
}
.legal-counter ol li ol {
        list-style-type: lower-alpha;
    }
.legal-counter h2 {
        text-transform: capitalize;
        position: relative;
        counter-increment: legal;
    }
.legal-counter h2::before {
  position: absolute;
  left: 0px;
  --tw-translate-x: calc(calc(100% + 10px) * -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));
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
.legal-counter.numbers h2::before {
            content: counter(legal) ".";
        }
.legal-counter.letters h2::before {
            content: counter(legal, upper-alpha) ".";
        }
.list-toggler .line {
  display: none;
  height: 4px;
  width: 66.666667%;
  transform-origin: left;
  --tw-scale-x: 0;
  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));
  background-color: var(--color-primary);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
@media (min-width: 1024px) {
  .list-toggler .line {
    display: block;
  }
}
.list-toggler.line-yellow .line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 128 / var(--tw-bg-opacity));
}
.list-toggler[aria-expanded="true"] .line {
  --tw-scale-x: 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));
  transition-delay: 0ms;
  transition-duration: 5s;
  transition-timing-function: linear;
}
.js-clicked .list-toggler[aria-expanded="true"] .line {
    transition-duration: 0ms !important;
}
sup {
    font-size: 0.55em;
    display: inline-block;
    margin-top: -0.1em;
}
.archive-categories-list ul li {
  display: block;
  white-space: nowrap;
  padding: 0.75rem;
}
.archive-categories-list ul li.current-cat {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#menu li.has-divider {
  margin-top: 1.5rem;
}
#menu li a span {
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
        .nav-underline span {
    position: relative;
  }

        .nav-underline:hover span::after {
            content: "";
        }

        .nav-underline:hover span::after {
    position: absolute;
  }

        .nav-underline:hover span::after {
    bottom: 0px;
  }

        .nav-underline:hover span::after {
    display: block;
  }

        .nav-underline:hover span::after {
    height: 2px;
  }

        .nav-underline:hover span::after {
    width: 100%;
  }

        .nav-underline:hover span::after {
    --tw-translate-y: 6px;
    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));
  }

        .nav-underline:hover span::after {
    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));
  }

        .nav-underline:hover span::after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 128 / var(--tw-bg-opacity));
  }

    .current-menu-parent > a span::after,
    .current-menu-item > a span::after,
    .current-page-item > a span::after {
        content: "";
    }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    position: absolute;
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    bottom: 0px;
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    display: block;
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    height: 2px;
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    width: 100%;
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    --tw-translate-y: 6px;
    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));
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    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));
  }

    .current-menu-parent > a span::after, .current-menu-item > a span::after, .current-page-item > a span::after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 128 / var(--tw-bg-opacity));
  }
}
button[data-modal_trigger] {
    font-weight: inherit;
    color: var(--color-primary);
    text-decoration-line: underline;
}
button[data-modal_trigger]:hover, button[data-modal_trigger]:focus {
  text-decoration-line: none;
}
button.footer-dd-trigger[aria-expanded="true"] i {
  --tw-rotate: 0deg;
  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));
}
.visible-ios,
.visible-android {
    display: none;
}
.device-ios .visible-ios {
    display: block;
}
.device-android .visible-android {
    display: block;
}
@media (min-width: 1024px) {
    .device-ios .visible-ios,
    .device-android .visible-android {
        display: none;
    }
}
.video-player iframe, .video-player .w-chrome {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  height: 100% !important;
  width: 100% !important;
}
.video-player button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.video-player figure.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
    #blog-filter-toggler[aria-expanded="true"] {
    position: fixed;
  }
    #blog-filter-toggler[aria-expanded="true"] {
    top: 120px;
  }
    #blog-filter-toggler[aria-expanded="true"] {
    left: 32px;
  }

    #blog-filter-toggler[aria-expanded="true"] + #filters button[data-clear] {
    top: 90px;
  }

    #blog-filter-toggler[aria-expanded="true"] + #filters button[data-clear] {
    right: 30px;
  }
}
.ad-detector {
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
}
.ad-detector.top {
  top: calc(100vh - 10rem);
  height: calc(100% - 15rem);
}
.ad-detector.bottom {
  bottom: calc(var(--section-y) * -1);
  height: 20px;
}
.ipad {
    mix-blend-mode: multiply;
    background-image: url(./assets/images/ipad-pro-shell.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
}
.ebook-single .f-image {
        clip-path: inset(1% 0% 1% 0% round 10px);
    }
.ebooks .ipad {
  position: absolute;
  display: block;
        width: 130px;
        height: 150px;
        bottom: 0;
        left: 50%;
        transform: translate(-66%, 0);
        mix-blend-mode: multiply;
        background-image: url(./assets/images/ipad-pro-shell.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
}
.ebooks .collection .ipad {
            position: absolute;
            bottom: -13% !important;
            width: 179px;
            height: 350px !important;
        }
.ebooks .collection .f-image {
            width: 141px;
            height: 182px;
            bottom: 12%;
            left: calc(50% + 11px);
            transform: translate(-50%, 0);
            clip-path: inset(1% 17% 7% 0% round 5px);
        }
.ebooks .image-container {
        position: relative;
        background-position: 100% 80%;
    }
.ebooks .f-image {
  position: absolute;
  display: block;
        width: 100px;
        height: 131px;
        bottom: 3%;
        left: 50%;
        /* transform: translate(-50%, 0);
        clip-path: inset(2% 8% 17% 6% round 5px); */
        transform: translate(-43%, 0);
        clip-path: inset(2% 15% 17% 0% round 3px);
}
.ebooks .featured-large .f-image {
        width: 185px;
        height: auto;
        bottom: 6.5%;
        left: 50%;
        transform: translate(-50%, 0);
        clip-path: inset(1% 7% 1% 5% round 5px);
    }
.ebooks .featured-large .ipad {
        width: 250px !important;
        height: 290px !important;
    }
.cross-sell .f-image {
        clip-path: inset(0% 5% 0% 5% round 5px);
    }
@media (min-width: 1024px) {
        .ebooks .featured-large .ipad {
            width: 366px !important;
            height: 425px !important;
        }

        .ebooks .f-image {
    position: absolute;
  }

        .ebooks .f-image {
    display: block;
  }

        .ebooks .f-image {
            width: 100px;
            height: 150px;
            bottom: -9%;
            left: calc(50% + 7px);
            transform: translate(-50%, 0);
            clip-path: inset(1% 15% 18% -1% round 5px);
        }
            .ebooks .collection .ipad {
                position: absolute;
                bottom: 8% !important;
                width: 250px !important;
                height: 350px !important;
            }

            .ebooks .collection .f-image {
                width: 190px;
                height: 276px;
                bottom: 11%;
                left: calc(50% + 11px);
                transform: translate(-50%, 0);
                clip-path: inset(1% 15% 14% -1% round 5px);
            }

        .ebooks .featured-large .f-image {
            width: 270px;
            height: auto;
            bottom: 7%;
            left: 50%;
            transform: translate(-50%, 0);
            clip-path: inset(1% 7% 1% 5% round 10px);
        }
            .ebooks .featured-large + .column .ipad {
                position: absolute;
                width: 301px !important;
                height: 350px !important;
            }

            .ebooks .featured-large + .column .f-image {
                width: 230px;
                height: auto;
                bottom: 3%;
                left: 50%;
                transform: translate(-50%, 0);
                clip-path: inset(1% 10% 5% 6% round 10px);
            }

            .ebooks .featured-large + .column .image-container {
    max-height: 300px !important;
  }

            .ebooks .featured-large + .column .image-container {
    flex: 1 1 0%;
  }

            @media (min-width: 1024px) {
    .ebooks .featured-large + .column .image-container {
      max-height: 425px !important;
    }
  }
}
@media (min-width: 1536px) {
            .ebooks .featured-large + .column .f-image {
                width: 230px;
                height: auto;
                bottom: 3%;
                left: 50%;
                transform: translate(-50%, 0);
                clip-path: inset(1% 10% 5% 6% round 10px);
            }

            .ebooks .featured-large + .column .image-container {
    max-height: 300px !important;
  }

            .ebooks .featured-large + .column .image-container {
    flex: 1 1 0%;
  }

            @media (min-width: 1024px) {
    .ebooks .featured-large + .column .image-container {
      max-height: 425px !important;
    }
  }

                .ebooks .featured-large + .column .image-container .ipad {
                    position: absolute;
                    width: 301px !important;
                    height: 350px !important;
                }
}
.page-link {
  display: inline-flex;
  height: 60px;
  width: 3rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(42 42 41 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .page-link {
    height: 4rem;
  }
  .page-link {
    width: 53px;
  }
}
.page-link:not(.dots, .prev, .next) {
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.page-link:not(.dots, .prev, .next, .current):hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 65 102 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.page-link:not(.dots, .prev, .next, .current):focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 65 102 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.page-link.current {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 249 248 / var(--tw-text-opacity));
}
.page-link.dots {
  background-color: transparent !important;
}
.page-link.prev,
    .page-link.next {
        background-image: url("data:image/svg+xml,%3Csvg width='37' height='40' viewBox='0 0 37 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 38L2.60181 21.6018C1.71716 20.7172 1.71716 19.2828 2.60181 18.3982L19 2' stroke='%232A2A29' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center right;
    }
.page-link.prev:hover,
        .page-link.prev:focus,
        .page-link.next:hover,
        .page-link.next:focus {
            background-image: url("data:image/svg+xml,%3Csvg width='37' height='40' viewBox='0 0 37 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 38L2.60181 21.6018C1.71716 20.7172 1.71716 19.2828 2.60181 18.3982L19 2' stroke='%236E4166' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
        }
.page-link.next {
        transform: scaleX(-1);
    }
figure[role="none"] {
  pointer-events: none;
}
.placeholder\:text-\[\#9B9B9B\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.focus-within\:max-w-\[50\%\]:focus-within {
  max-width: 50%;
}
.hover\:bg-violet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 65 102 / var(--tw-bg-opacity));
}
.hover\:bg-cyan:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 119 116 / var(--tw-bg-opacity));
}
.hover\:bg-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 81 / var(--tw-bg-opacity));
}
.hover\:text-violet:hover {
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.hover\:text-cyan:hover {
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 212 128 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:top-0:focus {
  top: 0px;
}
.focus\:left-0:focus {
  left: 0px;
}
.focus\:border-violet:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 65 102 / var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:bg-violet:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 65 102 / var(--tw-bg-opacity));
}
.focus\:bg-cyan:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 119 116 / var(--tw-bg-opacity));
}
.focus\:bg-navy:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 81 / var(--tw-bg-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-violet:focus {
  --tw-text-opacity: 1;
  color: rgb(110 65 102 / var(--tw-text-opacity));
}
.focus\:text-cyan:focus {
  --tw-text-opacity: 1;
  color: rgb(16 119 116 / var(--tw-text-opacity));
}
.focus\:text-yellow:focus {
  --tw-text-opacity: 1;
  color: rgb(255 212 128 / var(--tw-text-opacity));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + 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-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-violet:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 65 102 / var(--tw-ring-opacity));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.first-letter\:first-line\:focus\:outline-none:focus::first-letter::first-line {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:focus\:underline:focus:focus-visible {
  text-decoration-line: underline;
}
.group:focus-within .group-focus-within\:block {
  display: block;
}
.group:focus-within .group-focus-within\:pl-\[54px\] {
  padding-left: 54px;
}
.group:focus-within .group-focus-within\:text-primary {
  color: var(--color-primary);
}
.group:focus-within .group-focus-within\:opacity-0 {
  opacity: 0;
}
.prose-h2\:mt-\[60px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-top: 60px;
}
.prose-h2\:mb-4 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-h2\:mb-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}
.prose-h2\:mt-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
}
.prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-h2\:text-\[15px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 15px;
}
.prose-h2\:text-base :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-h2\:font-normal :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}
.prose-h2\:uppercase :is(:where(h2):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}
.prose-h2\:leading-10 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  line-height: 2.5rem;
}
.prose-h2\:tracking-\[0\.3px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  letter-spacing: 0.3px;
}
.prose-h3\:text-lg :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.prose-h3\:\!text-\[15px\] :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 15px !important;
}
.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-h3\:font-normal :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}
.prose-h3\:uppercase :is(:where(h3):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}
.prose-h3\:opacity-60 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  opacity: 0.6;
}
.prose-h4\:font-semibold :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-p\:leading-tight :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.25;
}
.prose-a\:\!text-body :is(:where(a):not(:where([class~="not-prose"] *))) {
  color: var(--color-body) !important;
}
.prose-strong\:text-xl :is(:where(strong):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-strong\:font-medium :is(:where(strong):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
@media (min-width: 768px) {
  .md\:prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .md\: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;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .md\:prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-weight: 600;
  }
  .md\:prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    padding-left: 1.625em;
  }
  .md\:prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .md\:prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .md\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .md\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .md\:prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .md\:prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .md\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .md\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .md\:prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .md\:prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    padding-left: 1.625em;
  }
  .md\:prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .md\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  .md\:prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .md\: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;
  }
  .md\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
  }
  .md\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
  }
  .md\: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;
  }
  .md\:prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
  }
  .md\: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;
  }
  .md\:prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
  }
  .md\: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;
  }
  .md\:prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
  }
  .md\: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;
  }
  .md\:prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
  }
  .md\:prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\: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;
  }
  .md\:prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .md\:prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
  }
  .md\:prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
  }
  .md\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
  }
  .md\: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;
  }
  .md\: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;
  }
  .md\:prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
  }
  .md\:prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
  }
  .md\: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;
  }
  .md\:prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .md\: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;
  }
  .md\:prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .md\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  .md\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .md\:prose {
    --tw-prose-body: var(--color-body);
    --tw-prose-headings: var(--color-body);
    --tw-prose-lead: #4b5563;
    --tw-prose-links: var(--color-primary);
    --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.5;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .md\:prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .md\:prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .md\:prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }
  .md\:prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }
  .md\:prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .md\:prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .md\:prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .md\:prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .md\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .md\:prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .md\:prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .md\:prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .md\:prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .md\:prose a, .prose button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .md\:prose a, .prose button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.md\:prose a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.prose button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.prose button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.prose button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose a:hover,.prose a:focus):not(:where([class~="not-prose"] *)), :where(.prose button:hover,.prose button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .md\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .md\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .md\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .md\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .md\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .md\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .md\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .md\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .md\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .md\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .md\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .md\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .md\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .md\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .md\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .md\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .md\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .md\:prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .md\:prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .md\:prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .md\:prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .md\:prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .md\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .md\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .md\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .md\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .md\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .md\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .md\:prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .md\:prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .md\:prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .md\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .md\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.md\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.md\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .md\:right-1\/12-container {
    right: calc(var(--container-width) * 1 / 12 - var(--gutter));
  }
  .md\:mx-1\/12 {
    margin-left: 8.333333333333332%;
    margin-right: 8.333333333333332%;
  }
  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:-ml-gutter-1\/2 {
    margin-left: calc(calc(var(--gutter) / 2) * -1);
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-1\/12 {
    margin-left: 8.333333333333332%;
  }
  .md\:ml-1\/6 {
    margin-left: 16.666666666666664%;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mr-gutter-2 {
    margin-right: calc(var(--gutter) * 2);
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[100px\] {
    height: 100px;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-\[230px\] {
    height: 230px;
  }
  .md\:min-h-\[64px\] {
    min-height: 64px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-\[195px\] {
    width: 195px;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-7\/12 {
    width: 58.333333333333336%;
  }
  .md\:w-1\/6 {
    width: 16.666666666666664%;
  }
  .md\:w-11\/12 {
    width: 91.66666666666666%;
  }
  .md\:w-1\/12 {
    width: 8.333333333333332%;
  }
  .md\:w-1\/3 {
    width: 33.33333333333333%;
  }
  .md\:min-w-\[230px\] {
    min-width: 230px;
  }
  .md\:min-w-\[200px\] {
    min-width: 200px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 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));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\: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)));
  }
  .md\:bg-dove {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 248 / var(--tw-bg-opacity));
  }
  .md\:bg-taupe {
    --tw-bg-opacity: 1;
    background-color: rgb(211 205 196 / var(--tw-bg-opacity));
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-section-y {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }
  .md\:pr-\[54px\] {
    padding-right: 54px;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pl-\[54px\] {
    padding-left: 54px;
  }
  .md\:pt-section-y-double {
    padding-top: calc(var(--section-y) * 2);
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:text-title-md {
    font-size: 52px;
    line-height: 1.08695652174;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-\[47px\] {
    font-size: 47px;
  }
  .md\:text-5xl {
    font-size: 44px;
    line-height: 1.26;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[44px\] {
    font-size: 44px;
  }
  .md\:text-\[15px\] {
    font-size: 15px;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:leading-\[1\.35\] {
    line-height: 1.35;
  }
  .md\:shadow-middle {
    --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:prose-ul\:w-3\/4 :is(:where(ul):not(:where([class~="not-prose"] *))) {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .lg\:prose-lg a, .prose-lg button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .lg\:prose-lg a, .prose-lg button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.lg\:prose-lg a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.prose-lg button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-lg a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.prose-lg button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-lg a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.prose-lg button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-lg a:hover,.prose-lg a:focus):not(:where([class~="not-prose"] *)), :where(.prose-lg button:hover,.prose-lg button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .lg\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .lg\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .lg\:prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .lg\:prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .lg\:prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .lg\:prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .lg\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .lg\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.lg\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.lg\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:right-1\/6 {
    right: 16.666666666666664%;
  }
  .lg\:top-\[20\%\] {
    top: 20%;
  }
  .lg\:right-gutter-1\/2 {
    right: calc(var(--gutter) / 2);
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:top-\[calc\(100\%\+25px\)\] {
    top: calc(100% + 25px);
  }
  .lg\:-left-gutter {
    left: calc(var(--gutter) * -1);
  }
  .lg\:top-\[-10px\] {
    top: -10px;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-1\/2 {
    right: 50%;
  }
  .lg\:left-\[25vw\] {
    left: 25vw;
  }
  .lg\:-right-1\/12-container {
    right: calc(calc(var(--container-width) * 1 / 12 - var(--gutter)) * -1);
  }
  .lg\:top-full {
    top: 100%;
  }
  .lg\:-right-8 {
    right: -2rem;
  }
  .lg\:right-10 {
    right: 2.5rem;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:mx-1\/12 {
    margin-left: 8.333333333333332%;
    margin-right: 8.333333333333332%;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-\[140px\] {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:ml-1\/6 {
    margin-left: 16.666666666666664%;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:mr-1\/12 {
    margin-right: 8.333333333333332%;
  }
  .lg\:ml-1\/12 {
    margin-left: 8.333333333333332%;
  }
  .lg\:mr-1\/6 {
    margin-right: 16.666666666666664%;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:ml-1\/4 {
    margin-left: 25%;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:ml-9 {
    margin-left: 2.25rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:ml-\[calc\(var\(--container-width\)\*1\/12\+var\(--gutter\)\)\] {
    margin-left: calc(var(--container-width) * 1 / 12 + var(--gutter));
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mr-\[50px\] {
    margin-right: 50px;
  }
  .lg\:mt-\[170px\] {
    margin-top: 170px;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:ml-7\/12 {
    margin-left: 58.333333333333336%;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[220px\] {
    height: 220px;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-\[160px\] {
    height: 160px;
  }
  .lg\:h-\[calc\(100\%-5px\)\] {
    height: calc(100% - 5px);
  }
  .lg\:h-\[calc\(100\%-20px\)\] {
    height: calc(100% - 20px);
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-\[calc\(50\%\+var\(--gutter\)\)\] {
    height: calc(50% + var(--gutter));
  }
  .lg\:h-\[270px\] {
    height: 270px;
  }
  .lg\:h-\[425px\] {
    height: 425px;
  }
  .lg\:h-\[180px\] {
    height: 180px;
  }
  .lg\:h-\[511px\] {
    height: 511px;
  }
  .lg\:min-h-\[75vh\] {
    min-height: 75vh;
  }
  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-\[73\%\] {
    width: 73%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/6 {
    width: 16.666666666666664%;
  }
  .lg\:w-1\/3 {
    width: 33.33333333333333%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-5\/12 {
    width: 41.66666666666667%;
  }
  .lg\:w-5\/6 {
    width: 83.333333%;
  }
  .lg\:w-7\/12 {
    width: 58.333333333333336%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-\[7\.5\%\] {
    width: 7.5%;
  }
  .lg\:w-11\/12 {
    width: 91.66666666666666%;
  }
  .lg\:w-1\/4-container {
    width: calc(var(--container-width) * 1 / 4 - var(--gutter));
  }
  .lg\:w-\[50vw\] {
    width: 50vw;
  }
  .lg\:w-\[75vw\] {
    width: 75vw;
  }
  .lg\:w-1\/2-container {
    width: calc(var(--container-width) * 1 / 2 - var(--gutter));
  }
  .lg\:w-5\/12-container {
    width: calc(var(--container-width) * 5 / 12 - var(--gutter));
  }
  .lg\:w-\[33vw\] {
    width: 33vw;
  }
  .lg\:w-7\/12-container {
    width: calc(var(--container-width) * 7 / 12 - var(--gutter));
  }
  .lg\:w-\[43\%\] {
    width: 43%;
  }
  .lg\:w-\[57\%\] {
    width: 57%;
  }
  .lg\:w-\[101\%\] {
    width: 101%;
  }
  .lg\:w-\[68px\] {
    width: 68px;
  }
  .lg\:\!min-w-\[320px\] {
    min-width: 320px !important;
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[58\.3333\%\] {
    max-width: 58.3333%;
  }
  .lg\:max-w-\[55\%\] {
    max-width: 55%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:translate-y-1\/4 {
    --tw-translate-y: 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\:-translate-y-48 {
    --tw-translate-y: -12rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[calc\(50vw-100\%\)\] {
    --tw-translate-x: calc(50vw - 100%);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-1\/12-container {
    --tw-translate-x: calc(calc(var(--container-width) * 1 / 12 - var(--gutter)) * -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));
  }
  .lg\:-translate-y-gutter-1\/2 {
    --tw-translate-y: calc(calc(var(--gutter) / 2) * -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));
  }
  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\: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)));
  }
  .lg\: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)));
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .lg\:self-auto {
    align-self: auto;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-\[10px\] {
    border-radius: 10px;
  }
  .lg\:rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
  .lg\:rounded-tr-\[10px\] {
    border-top-right-radius: 10px;
  }
  .lg\:bg-violet {
    --tw-bg-opacity: 1;
    background-color: rgb(110 65 102 / var(--tw-bg-opacity));
  }
  .lg\:\!bg-transparent {
    background-color: transparent !important;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-slate {
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 41 / var(--tw-bg-opacity));
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:\!px-gutter-1\/2 {
    padding-left: calc(var(--gutter) / 2) !important;
    padding-right: calc(var(--gutter) / 2) !important;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-section-x {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .lg\:pt-\[90px\] {
    padding-top: 90px;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pb-section-y {
    padding-bottom: var(--section-y);
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-36 {
    padding-right: 9rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-gutter {
    padding-left: var(--gutter);
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pr-1\/6-container {
    padding-right: calc(var(--container-width) * 1 / 6 - var(--gutter));
  }
  .lg\:pr-1\/12-container {
    padding-right: calc(var(--container-width) * 1 / 12 - var(--gutter));
  }
  .lg\:pb-\[200px\] {
    padding-bottom: 200px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-\[44px\] {
    font-size: 44px;
  }
  .lg\:text-title-lg {
    font-size: 58px;
    line-height: 1.12903225806;
  }
  .lg\:text-\[33px\] {
    font-size: 33px;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl {
    font-size: 44px;
    line-height: 1.26;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .lg\:text-\[26px\] {
    font-size: 26px;
  }
  .lg\:text-\[51px\] {
    font-size: 51px;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[27px\] {
    font-size: 27px;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-\[115px\] {
    font-size: 115px;
  }
  .lg\:text-\[63px\] {
    font-size: 63px;
  }
  .lg\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-\[62px\] {
    font-size: 62px;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[108px\] {
    font-size: 108px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-\[68px\] {
    font-size: 68px;
  }
  .lg\:leading-7 {
    line-height: 1.75rem;
  }
  .lg\:shadow-middle {
    --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-low {
    --tw-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 2px 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);
  }
  .lg\:shadow-menu {
    --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .group:focus-within .lg\:group-focus-within\:flex {
    display: flex;
  }
  .group:hover .lg\:group-hover\:block {
    display: block;
  }
  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.prose-h2\:lg\:prose-xl :is(:where(h2):not(:where([class~="not-prose"] *))) a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .lg\:prose-h2\:mt-\[80px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-top: 80px;
  }
  .lg\:prose-h2\:mb-5 :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-bottom: 1.25rem;
  }
  .prose-h2\:lg\:mb-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-bottom: 0px;
  }
  .prose-h2\:lg\:mt-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-top: 0px;
  }
  .prose-h2\:lg\:text-\[27px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 27px;
  }
  .prose-h2\:lg\:text-\[15px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 15px;
  }
  .prose-h2\:lg\:leading-10 :is(:where(h2):not(:where([class~="not-prose"] *))) {
    line-height: 2.5rem;
  }
  .prose-h3\:lg\:text-2xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:prose-strong\:text-\[25px\] :is(:where(strong):not(:where([class~="not-prose"] *))) {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .xl\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .xl\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .xl\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .xl\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .xl\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .xl\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .xl\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .xl\:prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .xl\:prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .xl\:prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .xl\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .xl\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .xl\:prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .xl\:prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .xl\:prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .xl\:prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .xl\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  .xl\:prose-xl a, .prose-xl button {
    text-decoration: underline;
    color: var(--color-primary);
    font-weight: 500;
  }
  :where(.xl\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.xl\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.xl\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  :where(.xl\:prose-xl a:hover,.prose-xl a:focus):not(:where([class~="not-prose"] *)), :where(.prose-xl button:hover,.prose-xl button:focus):not(:where([class~="not-prose"] *)) {
    text-decoration: none !important;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:ml-1\/6 {
    margin-left: 16.666666666666664%;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:h-\[320px\] {
    height: 320px;
  }
  .xl\:min-h-\[700px\] {
    min-height: 700px;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:table-fixed {
    table-layout: fixed;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:text-title-xl {
    font-size: 62px;
    line-height: 1.12903225806;
  }
  .xl\:prose-h2\:mt-\[100px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-top: 100px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }
  .\32xl\:h-\[200px\] {
    height: 200px;
  }
  .\32xl\:min-h-\[75vh\] {
    min-height: 75vh;
  }
  .\32xl\:w-1\/2 {
    width: 50%;
  }
  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
