/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}


/* Remove Safari's default appearance for select elements */

select {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

.hs-button-modify--full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Tooltip styles for copy to clipboard */

.hs-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  display: none;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #494a52;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  transform: translateX(-50%);
}
.hs-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #494a52;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  transform: translateX(-50%);
}
.hs-tooltip__failure,
.hs-tooltip__success {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.hs-visible {
  display: block;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-module__vertical-spacing: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-row__vertical-spacing: 1.4rem;
}

.form-columns-1 .hs-fieldtype-intl-phone,
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* International phone number field */

form .hs-fieldtype-intl-phone {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form select.hs-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9407 19.5595C11.5267 20.1454 12.4782 20.1454 13.0642 19.5595L22.0642 10.5595C22.6501 9.97354 22.6501 9.02197 22.0642 8.43604C21.4782 7.8501 20.5267 7.8501 19.9407 8.43604L12.0001 16.3767L4.05947 8.44072C3.47354 7.85478 2.52197 7.85478 1.93604 8.44072C1.3501 9.02666 1.3501 9.97822 1.93604 10.5642L10.936 19.5642L10.9407 19.5595Z' fill='%2309152B'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global-error__color: #ef6b51;
  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);
  --hsf-erroralert__color: var(--hsf-global-error__color);
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* If the default module language switcher is used, keep growth margins from messing it up */
.lang_switcher_class .lang_list_class li {
  margin: initial;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */
:root{
  --fj-border-spacing-x:0;
  --fj-border-spacing-y:0;
  --fj-translate-x:0;
  --fj-translate-y:0;
  --fj-rotate:0;
  --fj-skew-x:0;
  --fj-skew-y:0;
  --fj-scale-x:1;
  --fj-scale-y:1;
  --fj-pan-x:;
  --fj-pan-y:;
  --fj-pinch-zoom:;
  --fj-scroll-snap-strictness:proximity;
  --fj-gradient-from-position:;
  --fj-gradient-via-position:;
  --fj-gradient-to-position:;
  --fj-ordinal:;
  --fj-slashed-zero:;
  --fj-numeric-figure:;
  --fj-numeric-spacing:;
  --fj-numeric-fraction:;
  --fj-ring-inset:;
  --fj-ring-offset-width:0px;
  --fj-ring-offset-color:#fff;
  --fj-ring-color:rgb(59 130 246 / 0.5);
  --fj-ring-offset-shadow:0 0 #0000;
  --fj-ring-shadow:0 0 #0000;
  --fj-shadow:0 0 #0000;
  --fj-shadow-colored:0 0 #0000;
  --fj-blur:;
  --fj-brightness:;
  --fj-contrast:;
  --fj-grayscale:;
  --fj-hue-rotate:;
  --fj-invert:;
  --fj-saturate:;
  --fj-sepia:;
  --fj-drop-shadow:;
  --fj-backdrop-blur:;
  --fj-backdrop-brightness:;
  --fj-backdrop-contrast:;
  --fj-backdrop-grayscale:;
  --fj-backdrop-hue-rotate:;
  --fj-backdrop-invert:;
  --fj-backdrop-opacity:;
  --fj-backdrop-saturate:;
  --fj-backdrop-sepia:;
  --fj-contain-size:;
  --fj-contain-layout:;
  --fj-contain-paint:;
  --fj-contain-style:;
}

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

*,
::before,
::after{
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:#e5e7eb;
}

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

html,
:host{
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
     tab-size:4;
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent;
}

body{
  margin:0;
  line-height:inherit;
}

hr{
  height:0;
  color:inherit;
  border-top-width:1px;
}

abbr:where([title]){
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-size:inherit;
  font-weight:inherit;
}

a{
  color:inherit;
  text-decoration:inherit;
}

b,
strong{
  font-weight:bolder;
}

code,
kbd,
samp,
pre{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-size:1em;
}

small{
  font-size:80%;
}

sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}

table{
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse;
}

button,
input,
optgroup,
select,
textarea{
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  color:inherit;
  margin:0;
  padding:0;
}

button,
select{
  text-transform:none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']){
  -webkit-appearance:button;
  background-color:transparent;
  background-image:none;
}

:-moz-focusring{
  outline:auto;
}

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

progress{
  vertical-align:baseline;
}

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

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

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

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}

summary{
  display:list-item;
}

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

fieldset,legend{
  padding:0;
}

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

dialog{
  padding:0;
}

textarea{
  resize:vertical;
}

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

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

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

:disabled{
  cursor:default;
}

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

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

[hidden]{
  display:none;
}

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

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

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

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

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

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

::-webkit-datetime-edit{
  display:inline-flex;
}

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

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

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

/* SOMRIE
[type='checkbox'],[type='radio']{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          print-color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --fj-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;
  --fj-ring-inset:var(--fj-empty,   );
  --fj-ring-offset-width:2px;
  --fj-ring-offset-color:#fff;
  --fj-ring-color:#2563eb;
  --fj-ring-offset-shadow:var(--fj-ring-inset) 0 0 0 var(--fj-ring-offset-width) var(--fj-ring-offset-color);
  --fj-ring-shadow:var(--fj-ring-inset) 0 0 0 calc(2px + var(--fj-ring-offset-width)) var(--fj-ring-color);
  box-shadow:var(--fj-ring-offset-shadow), var(--fj-ring-shadow), var(--fj-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");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            appearance:auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            appearance:auto;
  }
}

[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;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            appearance:auto;
  }
}

[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 solid ButtonText;
  outline:1px auto -webkit-focus-ring-color;
}

:root{
  --fj-rotate-x:0;
  --fj-rotate-y:0;
  --fj-translate-z:0;
  --fj-scale-z:1;
  --fj-rotate-3d:0,0,0,0deg;
}

html{
  font-size:16px;
}

html:focus-within{
  scroll-behavior:smooth;
}

body{
  min-height:100vh;
  text-rendering:optimizeSpeed;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:16px;
}

b,
  strong{
  font-weight:bold;
}

sub,
  sup{
  position:relative;
  font-size:0.75em;
  line-height:0;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}

svg,
  img,
  picture{
  pointer-events:none;
}

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

ul:where([role="list"]),
  ol:where([role="list"]){
  list-style:none;
}

input,
  button,
  textarea,
  select{
  font:inherit;
}

[x-cloak]{
  display:none !important;
}

@media (prefers-reduced-motion: reduce){
  html:focus-within{
    scroll-behavior:auto;
  }

  *,
    *::before,
    *::after{
    animation-duration:0.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:0.01ms !important;
    scroll-behavior:auto !important;
  }
}

body{
}

.article__body h1, .article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6{
  text-wrap:balance;
}

.container{
  max-width:1240px;
}

.container,.dnd-section>.row-fluid{
  margin-left:auto;
  margin-right:auto;
}

.dnd-section>.row-fluid{
  gap:2rem;
}

@keyframes fadeIn{
  0%{
    opacity:0;
  }

  to{
    opacity:1;
  }
}

form .hs-recaptcha .grecaptcha-badge{
  overflow:hidden;
  border-radius:0.375rem;
}

form fieldset{
  position:relative;
}

form [type="text"],
  form [type="email"],
  form [type="url"],
  form [type="password"],
  form [type="number"],
  form [type="date"],
  form [type="datetime-local"],
  form [type="month"],
  form [type="search"],
  form [type="tel"],
  form [type="time"],
  form [type="week"],
  form [multiple],
  form textarea,
  form select{
  display:block;
  width:100%;
  border-radius:0.5rem;
  border-width:1px;
  --fj-border-opacity:1;
  border-color:rgb(209 213 219 / var(--fj-border-opacity));
  --fj-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(17 24 39 / var(--fj-text-opacity));
}

form [type="text"]::-moz-placeholder, form [type="email"]::-moz-placeholder, form [type="url"]::-moz-placeholder, form [type="password"]::-moz-placeholder, form [type="number"]::-moz-placeholder, form [type="date"]::-moz-placeholder, form [type="datetime-local"]::-moz-placeholder, form [type="month"]::-moz-placeholder, form [type="search"]::-moz-placeholder, form [type="tel"]::-moz-placeholder, form [type="time"]::-moz-placeholder, form [type="week"]::-moz-placeholder, form [multiple]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder{
  --fj-text-opacity:1;
  color:rgb(87 83 78 / var(--fj-text-opacity));
}

form [type="text"]::placeholder,
  form [type="email"]::placeholder,
  form [type="url"]::placeholder,
  form [type="password"]::placeholder,
  form [type="number"]::placeholder,
  form [type="date"]::placeholder,
  form [type="datetime-local"]::placeholder,
  form [type="month"]::placeholder,
  form [type="search"]::placeholder,
  form [type="tel"]::placeholder,
  form [type="time"]::placeholder,
  form [type="week"]::placeholder,
  form [multiple]::placeholder,
  form textarea::placeholder,
  form select::placeholder{
  --fj-text-opacity:1;
  color:rgb(87 83 78 / var(--fj-text-opacity));
}

form [type="text"]:focus,
  form [type="email"]:focus,
  form [type="url"]:focus,
  form [type="password"]:focus,
  form [type="number"]:focus,
  form [type="date"]:focus,
  form [type="datetime-local"]:focus,
  form [type="month"]:focus,
  form [type="search"]:focus,
  form [type="tel"]:focus,
  form [type="time"]:focus,
  form [type="week"]:focus,
  form [multiple]:focus,
  form textarea:focus,
  form select:focus{
  --fj-border-opacity:1;
  border-color:rgb(59 130 246 / var(--fj-border-opacity));
  --fj-ring-opacity:1;
  --fj-ring-color:rgb(59 130 246 / var(--fj-ring-opacity));
}

form [type="text"],
  form [type="email"],
  form [type="url"],
  form [type="password"],
  form [type="number"],
  form [type="date"],
  form [type="datetime-local"],
  form [type="month"],
  form [type="search"],
  form [type="tel"],
  form [type="time"],
  form [type="week"],
  form [multiple],
  form textarea,
  form select{
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  min-height:44px;
}

form .radio-rows .inputs-list{
  display:flex;
}

form .radio-rows .inputs-list li{
  margin-right:3rem;
}

form [type="radio"]{
  margin-right:0.5rem;
}

form ul.hs-error-msgs{
  font-size:0.875rem;
  line-height:1.25rem;
  margin:0px;
  list-style-type:none;
  padding:0px;
}

form ul.hs-error-msgs label{
  --fj-text-opacity:1;
  color:rgb(239 68 68 / var(--fj-text-opacity));
}

form .is-invalid,
  form .error,
  form .invalid,
  form [aria-invalid="true"]{
}

.button,
.fj-button,
.hs-button,
.hs-blog-post-listing__post-button{
  transition-property:all;
  transition-duration:300ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  display:inline-block;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-weight:700;
  text-align:center;
  cursor:pointer;
  line-height:1;
  white-space:nowrap;
  vertical-align:middle;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  border-radius:0.375rem;
  font-size:1rem;
  line-height:1.5rem;
  letter-spacing:0.05em;
  text-transform:uppercase;
  --fj-bg-opacity:1;
  background-color:rgb(37 99 235 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(255 255 255 / var(--fj-text-opacity));
}

.button:hover,
.fj-button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover{
  --fj-bg-opacity:1;
  background-color:rgb(59 130 246 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(255 255 255 / var(--fj-text-opacity));
}

.button,
.fj-button,
.hs-button,
.hs-blog-post-listing__post-button{
  border-width:2px;
  --fj-border-opacity:1;
  border-color:rgb(37 99 235 / var(--fj-border-opacity));
}

.button:hover,
.fj-button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover{
  --fj-border-opacity:1;
  border-color:rgb(59 130 246 / var(--fj-border-opacity));
}

.button.secondary, .fj-button.secondary, .hs-button.secondary, .hs-blog-post-listing__post-button.secondary{
  --fj-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(37 99 235 / var(--fj-text-opacity));
}

.button.secondary:hover, .fj-button.secondary:hover, .hs-button.secondary:hover, .hs-blog-post-listing__post-button.secondary:hover{
  --fj-bg-opacity:1;
  background-color:rgb(37 99 235 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(255 255 255 / var(--fj-text-opacity));
}

.button.secondary, .fj-button.secondary, .hs-button.secondary, .hs-blog-post-listing__post-button.secondary{
  border-width:2px;
  --fj-border-opacity:1;
  border-color:rgb(37 99 235 / var(--fj-border-opacity));
}

.button.secondary:hover, .fj-button.secondary:hover, .hs-button.secondary:hover, .hs-blog-post-listing__post-button.secondary:hover{
  --fj-border-opacity:1;
  border-color:rgb(59 130 246 / var(--fj-border-opacity));
}

.button--ghost, .fj-button--ghost, .hs-button--ghost, .hs-blog-post-listing__post-button--ghost{
  background-color:transparent;
  --fj-text-opacity:1;
  color:rgb(37 99 235 / var(--fj-text-opacity));
}

.button--ghost:hover, .fj-button--ghost:hover, .hs-button--ghost:hover, .hs-blog-post-listing__post-button--ghost:hover{
  --fj-bg-opacity:1;
  background-color:rgb(37 99 235 / var(--fj-bg-opacity));
  --fj-text-opacity:1;
  color:rgb(255 255 255 / var(--fj-text-opacity));
}

.button--ghost, .fj-button--ghost, .hs-button--ghost, .hs-blog-post-listing__post-button--ghost{
  border-width:2px;
  --fj-border-opacity:1;
  border-color:rgb(37 99 235 / var(--fj-border-opacity));
}

.button--ghost:hover, .fj-button--ghost:hover, .hs-button--ghost:hover, .hs-blog-post-listing__post-button--ghost:hover{
  --fj-border-opacity:1;
  border-color:rgb(59 130 246 / var(--fj-border-opacity));
}

.button--small, .fj-button--small, .hs-button--small, .hs-blog-post-listing__post-button--small{
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  font-size:0.875rem;
  line-height:1.25rem;
}

.button--square, .fj-button--square, .hs-button--square, .hs-blog-post-listing__post-button--square{
  border-radius:0px;
}

.fj-container{
  width:100%;
}

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

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

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

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

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

.fj-prose{
  color:var(--fj-prose-body);
  max-width:65ch;
}

.fj-prose :where(p):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em;
}

.fj-prose :where([class~="lead"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em;
}

.fj-prose :where(a):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-links);
  text-decoration:underline;
  font-weight:500;
}

.fj-prose :where(strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-bold);
  font-weight:600;
}

.fj-prose :where(a strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(blockquote strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(thead th strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(ol):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-inline-start:1.625em;
}

.fj-prose :where(ol[type="A"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:upper-alpha;
}

.fj-prose :where(ol[type="a"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:lower-alpha;
}

.fj-prose :where(ol[type="A" s]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:upper-alpha;
}

.fj-prose :where(ol[type="a" s]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:lower-alpha;
}

.fj-prose :where(ol[type="I"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:upper-roman;
}

.fj-prose :where(ol[type="i"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:lower-roman;
}

.fj-prose :where(ol[type="I" s]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:upper-roman;
}

.fj-prose :where(ol[type="i" s]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:lower-roman;
}

.fj-prose :where(ol[type="1"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:decimal;
}

.fj-prose :where(ul):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-inline-start:1.625em;
}

.fj-prose :where(ol > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::marker{
  font-weight:400;
  color:var(--fj-prose-counters);
}

.fj-prose :where(ul > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::marker{
  color:var(--fj-prose-bullets);
}

.fj-prose :where(dt):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:600;
  margin-top:1.25em;
}

.fj-prose :where(hr):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  border-color:var(--fj-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em;
}

.fj-prose :where(blockquote):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--fj-prose-quotes);
  border-inline-start-width:0.25rem;
  border-inline-start-color:var(--fj-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-inline-start:1em;
}

.fj-prose :where(blockquote p:first-of-type):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::before{
  content:open-quote;
}

.fj-prose :where(blockquote p:last-of-type):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::after{
  content:close-quote;
}

.fj-prose :where(h1):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111;
}

.fj-prose :where(h1 strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:900;
  color:inherit;
}

.fj-prose :where(h2):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333;
}

.fj-prose :where(h2 strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:800;
  color:inherit;
}

.fj-prose :where(h3):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6;
}

.fj-prose :where(h3 strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:700;
  color:inherit;
}

.fj-prose :where(h4):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5;
}

.fj-prose :where(h4 strong):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:700;
  color:inherit;
}

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

.fj-prose :where(picture):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  display:block;
  margin-top:2em;
  margin-bottom:2em;
}

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

.fj-prose :where(kbd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  font-weight:500;
  font-family:inherit;
  color:var(--fj-prose-kbd);
  box-shadow:0 0 0 1px rgb(var(--fj-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--fj-prose-kbd-shadows) / 10%);
  font-size:0.875em;
  border-radius:0.3125rem;
  padding-top:0.1875em;
  padding-inline-end:0.375em;
  padding-bottom:0.1875em;
  padding-inline-start:0.375em;
}

.fj-prose :where(code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-code);
  font-weight:600;
  font-size:0.875em;
}

.fj-prose :where(code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::before{
  content:"`";
}

.fj-prose :where(code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::after{
  content:"`";
}

.fj-prose :where(a code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(h1 code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(h2 code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
  font-size:0.875em;
}

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

.fj-prose :where(h4 code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(blockquote code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(thead th code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:inherit;
}

.fj-prose :where(pre):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-pre-code);
  background-color:var(--fj-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-inline-end:1.1428571em;
  padding-bottom:0.8571429em;
  padding-inline-start:1.1428571em;
}

.fj-prose :where(pre code):not(:where([class~="fj-not-prose"],[class~="fj-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;
}

.fj-prose :where(pre code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::before{
  content:none;
}

.fj-prose :where(pre code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *))::after{
  content:none;
}

.fj-prose :where(table):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  width:100%;
  table-layout:auto;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857;
}

.fj-prose :where(thead):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--fj-prose-th-borders);
}

.fj-prose :where(thead th):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-inline-end:0.5714286em;
  padding-bottom:0.5714286em;
  padding-inline-start:0.5714286em;
}

.fj-prose :where(tbody tr):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--fj-prose-td-borders);
}

.fj-prose :where(tbody tr:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  border-bottom-width:0;
}

.fj-prose :where(tbody td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  vertical-align:baseline;
}

.fj-prose :where(tfoot):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--fj-prose-th-borders);
}

.fj-prose :where(tfoot td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  vertical-align:top;
}

.fj-prose :where(th, td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  text-align:start;
}

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

.fj-prose :where(figcaption):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  color:var(--fj-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em;
}

.fj-prose{
  --fj-prose-body:#374151;
  --fj-prose-headings:#111827;
  --fj-prose-lead:#4b5563;
  --fj-prose-links:#111827;
  --fj-prose-bold:#111827;
  --fj-prose-counters:#6b7280;
  --fj-prose-bullets:#d1d5db;
  --fj-prose-hr:#e5e7eb;
  --fj-prose-quotes:#111827;
  --fj-prose-quote-borders:#e5e7eb;
  --fj-prose-captions:#6b7280;
  --fj-prose-kbd:#111827;
  --fj-prose-kbd-shadows:17 24 39;
  --fj-prose-code:#111827;
  --fj-prose-pre-code:#e5e7eb;
  --fj-prose-pre-bg:#1f2937;
  --fj-prose-th-borders:#d1d5db;
  --fj-prose-td-borders:#e5e7eb;
  --fj-prose-invert-body:#d1d5db;
  --fj-prose-invert-headings:#fff;
  --fj-prose-invert-lead:#9ca3af;
  --fj-prose-invert-links:#fff;
  --fj-prose-invert-bold:#fff;
  --fj-prose-invert-counters:#9ca3af;
  --fj-prose-invert-bullets:#4b5563;
  --fj-prose-invert-hr:#374151;
  --fj-prose-invert-quotes:#f3f4f6;
  --fj-prose-invert-quote-borders:#374151;
  --fj-prose-invert-captions:#9ca3af;
  --fj-prose-invert-kbd:#fff;
  --fj-prose-invert-kbd-shadows:255 255 255;
  --fj-prose-invert-code:#fff;
  --fj-prose-invert-pre-code:#d1d5db;
  --fj-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --fj-prose-invert-th-borders:#4b5563;
  --fj-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75;
}

.fj-prose :where(picture > img):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:0;
  margin-bottom:0;
}

.fj-prose :where(li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:0.5em;
  margin-bottom:0.5em;
}

.fj-prose :where(ol > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  padding-inline-start:0.375em;
}

.fj-prose :where(ul > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  padding-inline-start:0.375em;
}

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

.fj-prose :where(.fj-prose > ul > li > p:first-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:1.25em;
}

.fj-prose :where(.fj-prose > ul > li > p:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-bottom:1.25em;
}

.fj-prose :where(.fj-prose > ol > li > p:first-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:1.25em;
}

.fj-prose :where(.fj-prose > ol > li > p:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-bottom:1.25em;
}

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

.fj-prose :where(dl):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em;
}

.fj-prose :where(dd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-top:0.5em;
  padding-inline-start:1.625em;
}

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

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

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

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

.fj-prose :where(thead th:first-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  padding-inline-start:0;
}

.fj-prose :where(thead th:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  padding-inline-end:0;
}

.fj-prose :where(tbody td, tfoot td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  padding-top:0.5714286em;
  padding-inline-end:0.5714286em;
  padding-bottom:0.5714286em;
  padding-inline-start:0.5714286em;
}

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

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

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

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

.fj-prose :where(.fj-prose > :last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
  margin-bottom:0;
}

.blog-comments{
}

.blog-comments__form #comments-listing h1, .blog-comments__form #comments-listing h2, .blog-comments__form #comments-listing h3, .blog-comments__form #comments-listing h4, .blog-comments__form #comments-listing h5, .blog-comments__form #comments-listing h6{
  margin:0px !important;
}

.blog-comments__form #comments-listing h4{
  font-size:1.125rem;
  line-height:1.75rem;
}

@media (min-width: 768px){
  .blog-comments__form #comments-listing h4{
    font-size:1.25rem;
    line-height:1.75rem;
  }
}

.blog-comments__form #comments-listing .comment-body *{
  margin-top:0px !important;
  margin-bottom:0.75rem !important;
}

.blog-comments__form #comments-listing .comment-reply-to.hs-button{
  margin-bottom:1rem;
  background-color:transparent;
  padding-top:0px;
  padding-bottom:0px;
  padding-right:0px;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:400;
  text-transform:none;
}

@media (min-width: 768px){
  .blog-comments__form #comments-listing .comment-reply-to.hs-button{
    font-size:1.125rem;
    line-height:1.75rem;
  }
}

.blog-comments__form #comments-listing .comment-reply-to.hs-button:hover{
  background-position-x:0;
}

.blog-comments__form #comments-listing .comment.depth-0{
  border-color:var(--fj-prose-hr);
  border-top-width:1px;
}

.blog-comments__form #comments-listing > *:last-child{
  border-bottom:1px solid var(--fj-prose-hr);
  padding-bottom:2em;
  margin-bottom:2em;
}

@media (min-width: 768px){
  .blog-comments__form form{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    -moz-column-gap:1.5rem;
         column-gap:1.5rem;
    row-gap:0.75rem;
  }

  .blog-comments__form form > *:not(.hs-firstname):not(.hs-lastname):not(.hs-email):not(.hs-website){
    grid-column:span 2 / span 2;
  }
}

.blog-comments__form form .hs_recaptcha{
  margin-top:0.75rem;
  margin-bottom:0.75rem;
}

lite-youtube{
  background-color:#000;
  position:relative;
  display:block;
  contain:content;
  background-position:center center;
  background-size:cover;
  cursor:pointer;
}

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);
  box-sizing:content-box;
}

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;
}

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;
  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;
}

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;
}

.systems-page .header{
  background-color:transparent;
  border-bottom:none;
  padding:0;
}

.systems-page .success{
  background-color:#CDE3CC;
  border:1.5px solid #4F7D24;
  border-radius:6px;
  color:#4F7D24;
  display:inline-block;
  margin:1.4rem 0;
  padding:0.5rem 1rem;
  width:100%;
  text-align:center;
}

.systems-page form input{
  max-width:100%;
}

.systems-page form input[type='submit']{
  margin:0.7rem 0;
  display:block;
}

.hs-search-highlight{
  font-weight:bold;
}

.password-prompt input[type=password]{
  height:auto !important;
  margin-bottom:1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label{
  display:inline-block;
  margin-bottom:0.175rem;
}

.systems-page #hs_login_reset{
  display:block;
  margin-bottom:0.7rem;
}

.backup-unsubscribe #email-prefs-form div{
  padding-bottom:0 !important;
}

.backup-unsubscribe input[type=email]{
  font-size:0.875rem !important;
  margin-bottom:1.4rem;
  padding:0.7rem !important;
}

#email-prefs-form .item.disabled{
  opacity:0.6;
  cursor:not-allowed;
}

#email-prefs-form .item.disabled input:disabled{
  cursor:not-allowed;
}

#hs-membership-form a[class*='show-password']{
  font-size:0.75rem;
}

.form-input-validation-message ul.hs-error-msgs{
  padding-left:0;
  margin:0;
}

.form-input-validation-message ul.hs-error-msgs li{
  margin:0;
}

.form-floating-alert-wrapper .form-floating-alert{
  padding:0.5rem !important;
}

.form-floating-alert-wrapper .form-floating-alert .form-floating-alert-close-button{
  top:0;
  right:0;
  height:100%;
  width:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.hs_cos_wrapper_type_password_reset_request .hs-membership-global-error:not(:empty){
  background-color:#fdedee;
  border:1px solid #f8a9ad;
  position:relative;
  margin:1rem 0 12px;
  padding:0.5rem;
  text-align:center;
  display:block;
}

.email-preferences-form h2, .email-preferences-form p{
  margin:0px !important;
}

.email-preferences-form .email-prefs{
  display:grid;
  gap:1rem;
}

.email-preferences-form .hs-button{
  width:-moz-fit-content;
  width:fit-content;
}

.email-preferences-form [for="globalunsub"],
  .email-preferences-form .fakelabel{
  display:flex;
  align-items:center;
  gap:0.5rem;
}

.fj-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;
}

.fj-pointer-events-none{
  pointer-events:none;
}

.fj-fixed{
  position:fixed;
}

.fj-absolute{
  position:absolute;
}

.fj-relative{
  position:relative;
}

.fj-sticky{
  position:sticky;
}

.fj-inset-0{
  inset:0px;
}

.fj-inset-x-0{
  left:0px;
  right:0px;
}

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

.-fj-left-8{
  left:-2rem;
}

.fj-bottom-0{
  bottom:0px;
}

.fj-bottom-2{
  bottom:0.5rem;
}

.fj-bottom-5{
  bottom:1.25rem;
}

.fj-right-0{
  right:0px;
}

.fj-right-4{
  right:1rem;
}

.fj-top-0{
  top:0px;
}

.fj-top-full{
  top:100%;
}

.fj-z-10{
  z-index:10;
}

.fj-z-20{
  z-index:20;
}

.fj-z-50{
  z-index:50;
}

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

.fj-col-end-1{
  grid-column-end:1;
}

.\!fj-m-0{
  margin:0px !important;
}

.-fj-m-1\.5{
  margin:-0.375rem;
}

.-fj-m-2\.5{
  margin:-0.625rem;
}

.fj-m-0{
  margin:0px;
}

.fj-mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.fj-my-0{
  margin-top:0px;
  margin-bottom:0px;
}

.fj-my-2\.5{
  margin-top:0.625rem;
  margin-bottom:0.625rem;
}

.fj-my-8{
  margin-top:2rem;
  margin-bottom:2rem;
}

.\!fj-mb-0{
  margin-bottom:0px !important;
}

.\!fj-mb-2{
  margin-bottom:0.5rem !important;
}

.\!fj-mt-0{
  margin-top:0px !important;
}

.-fj-mb-px{
  margin-bottom:-1px;
}

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

.fj-mb-0{
  margin-bottom:0px;
}

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

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

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

.fj-ml-0{
  margin-left:0px;
}

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

.fj-ml-auto{
  margin-left:auto;
}

.fj-mr-0{
  margin-right:0px;
}

.fj-mr-auto{
  margin-right:auto;
}

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

.fj-mt-12{
  margin-top:3rem;
}

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

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

.fj-mt-2\.5{
  margin-top:0.625rem;
}

.fj-mt-3{
  margin-top:0.75rem;
}

.fj-mt-4{
  margin-top:1rem;
}

.fj-mt-6{
  margin-top:1.5rem;
}

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

.fj-line-clamp-3{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.fj-block{
  display:block;
}

.fj-inline-block{
  display:inline-block;
}

.fj-flex{
  display:flex;
}

.fj-inline-flex{
  display:inline-flex;
}

.fj-flow-root{
  display:flow-root;
}

.fj-grid{
  display:grid;
}

.fj-hidden{
  display:none;
}

.fj-aspect-box{
  aspect-ratio:1;
}

.fj-aspect-video{
  aspect-ratio:16/9;
}

.fj-size-1{
  width:0.25rem;
  height:0.25rem;
}

.fj-size-11{
  width:2.75rem;
  height:2.75rem;
}

.fj-size-12{
  width:3rem;
  height:3rem;
}

.fj-size-16{
  width:4rem;
  height:4rem;
}

.fj-size-20{
  width:5rem;
  height:5rem;
}

.fj-size-40{
  width:10rem;
  height:10rem;
}

.fj-size-5{
  width:1.25rem;
  height:1.25rem;
}

.fj-size-6{
  width:1.5rem;
  height:1.5rem;
}

.fj-size-8{
  width:2rem;
  height:2rem;
}

.fj-h-14{
  height:3.5rem;
}

.fj-h-6{
  height:1.5rem;
}

.fj-h-auto{
  height:auto;
}

.fj-h-full{
  height:100%;
}

.fj-h-px{
  height:1px;
}

.fj-max-h-0{
  max-height:0px;
}

.fj-min-h-56{
  min-height:14rem;
}

.fj-min-h-9{
  min-height:2.25rem;
}

.fj-min-h-96{
  min-height:24rem;
}

.fj-min-h-\[16rem\]{
  min-height:16rem;
}

.fj-min-h-\[375px\]{
  min-height:375px;
}

.fj-min-h-screenSinNav{
  min-height:calc(100vh - 5rem);
}

.fj-w-6{
  width:1.5rem;
}

.fj-w-auto{
  width:auto;
}

.fj-w-full{
  width:100%;
}

.fj-w-screen{
  width:100vw;
}

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

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

.fj-max-w-80{
  max-width:20rem;
}

.fj-max-w-96{
  max-width:24rem;
}

.fj-max-w-full{
  max-width:100%;
}

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

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

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

.fj-flex-1{
  flex:1 1 0%;
}

.fj-flex-auto{
  flex:1 1 auto;
}

.fj-flex-none{
  flex:none;
}

.fj-shrink-0{
  flex-shrink:0;
}

.fj-flex-grow{
  flex-grow:1;
}

.\!fj-translate-x-96{
  --fj-translate-x:24rem !important;
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y)) !important;
}

.fj-translate-x-0{
  --fj-translate-x:0px;
}

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

.fj-translate-y-0{
  --fj-translate-y:0px;
}

.fj-translate-y-1{
  --fj-translate-y:0.25rem;
}

.fj-translate-y-1,.fj-translate-y-12{
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y));
}

.fj-translate-y-12{
  --fj-translate-y:3rem;
}

.fj-rotate-180{
  --fj-rotate:180deg;
}

.fj-rotate-180,.fj-scale-125{
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y));
}

.fj-scale-125{
  --fj-scale-x:1.25;
  --fj-scale-y:1.25;
}

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

.fj-cursor-pointer{
  cursor:pointer;
}

.fj-select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}

.fj-list-none{
  list-style-type:none;
}

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

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

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

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

.fj-flex-col{
  flex-direction:column;
}

.fj-flex-wrap{
  flex-wrap:wrap;
}

.fj-place-content-center{
  place-content:center;
}

.fj-place-items-center{
  place-items:center;
}

.fj-items-center{
  align-items:center;
}

.fj-items-baseline{
  align-items:baseline;
}

.fj-items-stretch{
  align-items:stretch;
}

.fj-justify-start{
  justify-content:flex-start;
}

.fj-justify-end{
  justify-content:flex-end;
}

.fj-justify-center{
  justify-content:center;
}

.fj-justify-between{
  justify-content:space-between;
}

.fj-gap-1{
  gap:0.25rem;
}

.fj-gap-16{
  gap:4rem;
}

.fj-gap-2{
  gap:0.5rem;
}

.fj-gap-3{
  gap:0.75rem;
}

.fj-gap-4{
  gap:1rem;
}

.fj-gap-6{
  gap:1.5rem;
}

.fj-gap-8{
  gap:2rem;
}

.fj-gap-x-1{
  -moz-column-gap:0.25rem;
       column-gap:0.25rem;
}

.fj-gap-x-10{
  -moz-column-gap:2.5rem;
       column-gap:2.5rem;
}

.fj-gap-x-12{
  -moz-column-gap:3rem;
       column-gap:3rem;
}

.fj-gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem;
}

.fj-gap-x-3{
  -moz-column-gap:0.75rem;
       column-gap:0.75rem;
}

.fj-gap-x-4{
  -moz-column-gap:1rem;
       column-gap:1rem;
}

.fj-gap-x-6{
  -moz-column-gap:1.5rem;
       column-gap:1.5rem;
}

.fj-gap-y-6{
  row-gap:1.5rem;
}

.fj-gap-y-8{
  row-gap:2rem;
}

.fj-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --fj-space-x-reverse:0;
  margin-right:calc(1.5rem * var(--fj-space-x-reverse));
  margin-left:calc(1.5rem * calc(1 - var(--fj-space-x-reverse)));
}

.fj-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --fj-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--fj-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--fj-space-y-reverse));
}

.fj-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --fj-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--fj-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--fj-space-y-reverse));
}

.fj-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --fj-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--fj-space-y-reverse)));
  margin-bottom:calc(1rem * var(--fj-space-y-reverse));
}

.fj-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --fj-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--fj-space-y-reverse)));
  margin-bottom:calc(2rem * var(--fj-space-y-reverse));
}

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

.fj-divide-y > :not([hidden]) ~ :not([hidden]){
  --fj-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--fj-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--fj-divide-y-reverse));
}

.fj-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --fj-divide-opacity:1;
  border-color:rgb(243 244 246 / var(--fj-divide-opacity));
}

.fj-divide-gray-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.05);
}

.fj-overflow-hidden{
  overflow:hidden;
}

.fj-overflow-clip{
  overflow:clip;
}

.fj-overflow-y-auto{
  overflow-y:auto;
}

.fj-whitespace-nowrap{
  white-space:nowrap;
}

.fj-text-balance{
  text-wrap:balance;
}

.fj-break-words{
  overflow-wrap:break-word;
}

.fj-rounded-2xl{
  border-radius:1rem;
}

.fj-rounded-3xl{
  border-radius:1.5rem;
}

.fj-rounded-full{
  border-radius:9999px;
}

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

.fj-rounded-md{
  border-radius:0.375rem;
}

.fj-rounded-xl{
  border-radius:0.75rem;
}

.fj-rounded-t{
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
}

.fj-rounded-t-md{
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
}

.fj-rounded-bl-none{
  border-bottom-left-radius:0px;
}

.fj-rounded-tl-none{
  border-top-left-radius:0px;
}

.fj-border{
  border-width:1px;
}

.fj-border-4{
  border-width:4px;
}

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

.fj-border-l-4{
  border-left-width:4px;
}

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

.fj-border-t{
  border-top-width:1px;
}

.fj-border-gray-100{
  --fj-border-opacity:1;
  border-color:rgb(243 244 246 / var(--fj-border-opacity));
}

.fj-border-gray-200{
  --fj-border-opacity:1;
  border-color:rgb(229 231 235 / var(--fj-border-opacity));
}

.fj-border-gray-300{
  --fj-border-opacity:1;
  border-color:rgb(209 213 219 / var(--fj-border-opacity));
}

.fj-border-stone-200{
  --fj-border-opacity:1;
  border-color:rgb(231 229 228 / var(--fj-border-opacity));
}

.fj-border-stone-900\/10{
  border-color:rgb(28 25 23 / 0.1);
}

.fj-border-transparent{
  border-color:transparent;
}

.fj-bg-amber-100{
  --fj-bg-opacity:1;
  background-color:rgb(254 243 199 / var(--fj-bg-opacity));
}

.fj-bg-amber-50{
  --fj-bg-opacity:1;
  background-color:rgb(255 251 235 / var(--fj-bg-opacity));
}

.fj-bg-cursor{
  --fj-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--fj-bg-opacity));
}

.fj-bg-cursor\/75{
  background-color:rgb(255 255 255 / 0.75);
}

.fj-bg-gray-100{
  --fj-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--fj-bg-opacity));
}

.fj-bg-gray-300{
  --fj-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--fj-bg-opacity));
}

.fj-bg-gray-50{
  --fj-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--fj-bg-opacity));
}

.fj-bg-rose-50{
  --fj-bg-opacity:1;
  background-color:rgb(255 241 242 / var(--fj-bg-opacity));
}

.fj-bg-stone-100{
  --fj-bg-opacity:1;
  background-color:rgb(245 245 244 / var(--fj-bg-opacity));
}

.fj-bg-transparent{
  background-color:transparent;
}

.fj-bg-white{
  --fj-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--fj-bg-opacity));
}

.fj-bg-white\/40{
  background-color:rgb(255 255 255 / 0.4);
}

.fj-bg-gradient-to-r{
  background-image:linear-gradient(to right, var(--fj-gradient-stops));
}

.fj-from-amber-100{
  --fj-gradient-from:#fef3c7 var(--fj-gradient-from-position);
  --fj-gradient-to:rgb(254 243 199 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), var(--fj-gradient-to);
}

.fj-from-blue-600{
  --fj-gradient-from:#2563eb var(--fj-gradient-from-position);
  --fj-gradient-to:rgb(37 99 235 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), var(--fj-gradient-to);
}

.fj-from-gray-100{
  --fj-gradient-from:#f3f4f6 var(--fj-gradient-from-position);
  --fj-gradient-to:rgb(243 244 246 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), var(--fj-gradient-to);
}

.fj-from-orange-100{
  --fj-gradient-from:#ffedd5 var(--fj-gradient-from-position);
  --fj-gradient-to:rgb(255 237 213 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), var(--fj-gradient-to);
}

.fj-via-red-100{
  --fj-gradient-to:rgb(254 226 226 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), #fee2e2 var(--fj-gradient-via-position), var(--fj-gradient-to);
}

.fj-via-rose-50{
  --fj-gradient-to:rgb(255 241 242 / 0) var(--fj-gradient-to-position);
  --fj-gradient-stops:var(--fj-gradient-from), #fff1f2 var(--fj-gradient-via-position), var(--fj-gradient-to);
}

.fj-to-amber-100{
  --fj-gradient-to:#fef3c7 var(--fj-gradient-to-position);
}

.fj-to-orange-100{
  --fj-gradient-to:#ffedd5 var(--fj-gradient-to-position);
}

.fj-to-orange-200{
  --fj-gradient-to:#fed7aa var(--fj-gradient-to-position);
}

.fj-to-white{
  --fj-gradient-to:#fff var(--fj-gradient-to-position);
}

.fj-object-cover{
  -o-object-fit:cover;
     object-fit:cover;
}

.fj-object-center{
  -o-object-position:center;
     object-position:center;
}

.\!fj-p-0{
  padding:0px !important;
}

.fj-p-0{
  padding:0px;
}

.fj-p-1\.5{
  padding:0.375rem;
}

.fj-p-12{
  padding:3rem;
}

.fj-p-2{
  padding:0.5rem;
}

.fj-p-2\.5{
  padding:0.625rem;
}

.fj-p-4{
  padding:1rem;
}

.fj-p-8{
  padding:2rem;
}

.\!fj-py-0{
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.\!fj-py-6{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important;
}

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

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

.fj-px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem;
}

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

.fj-px-5{
  padding-left:1.25rem;
  padding-right:1.25rem;
}

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

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

.fj-py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
}

.fj-py-10{
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}

.fj-py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem;
}

.fj-py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}

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

.\!fj-pr-10{
  padding-right:2.5rem !important;
}

.\!fj-pt-0{
  padding-top:0px !important;
}

.fj-pb-14{
  padding-bottom:3.5rem;
}

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

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

.fj-pl-2\.5{
  padding-left:0.625rem;
}

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

.fj-pt-2\.5{
  padding-top:0.625rem;
}

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

.fj-pt-5{
  padding-top:1.25rem;
}

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

.fj-text-left{
  text-align:left;
}

.fj-text-center{
  text-align:center;
}

.fj-text-right{
  text-align:right;
}

.fj-font-cursive{
  font-family:'Caveat', cursive;
}

.fj-text-2xl{
  font-size:1.5rem;
  line-height:2rem;
}

.fj-text-3xl{
  font-size:1.875rem;
  line-height:2.25rem;
}

.fj-text-4xl{
  font-size:2.25rem;
  line-height:2.5rem;
}

.fj-text-5xl{
  font-size:3rem;
  line-height:1;
}

.fj-text-base{
  font-size:1rem;
  line-height:1.5rem;
}

.fj-text-lg{
  font-size:1.125rem;
  line-height:1.75rem;
}

.fj-text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
}

.fj-text-xl{
  font-size:1.25rem;
  line-height:1.75rem;
}

.fj-text-xs{
  font-size:0.75rem;
  line-height:1rem;
}

.\!fj-font-bold{
  font-weight:700 !important;
}

.fj-font-bold{
  font-weight:700;
}

.fj-font-semibold{
  font-weight:600;
}

.fj-font-thin{
  font-weight:100;
}

.fj-uppercase{
  text-transform:uppercase;
}

.fj-normal-case{
  text-transform:none;
}

.fj-italic{
  font-style:italic;
}

.\!fj-leading-none{
  line-height:1 !important;
}

.fj-leading-5{
  line-height:1.25rem;
}

.fj-leading-6{
  line-height:1.5rem;
}

.fj-leading-none{
  line-height:1;
}

.fj-leading-normal{
  line-height:1.5;
}

.fj-leading-tight{
  line-height:1.25;
}

.fj-tracking-tight{
  letter-spacing:-0.025em;
}

.fj-tracking-wider{
  letter-spacing:0.05em;
}

.\!fj-text-current{
  color:currentColor !important;
}

.fj-text-blue-600{
  --fj-text-opacity:1;
  color:rgb(37 99 235 / var(--fj-text-opacity));
}

.fj-text-current{
  color:currentColor;
}

.fj-text-gray-600{
  --fj-text-opacity:1;
  color:rgb(75 85 99 / var(--fj-text-opacity));
}

.fj-text-rose-500{
  --fj-text-opacity:1;
  color:rgb(244 63 94 / var(--fj-text-opacity));
}

.fj-text-stone-200{
  --fj-text-opacity:1;
  color:rgb(231 229 228 / var(--fj-text-opacity));
}

.fj-text-stone-500{
  --fj-text-opacity:1;
  color:rgb(120 113 108 / var(--fj-text-opacity));
}

.fj-text-stone-600{
  --fj-text-opacity:1;
  color:rgb(87 83 78 / var(--fj-text-opacity));
}

.fj-text-stone-900{
  --fj-text-opacity:1;
  color:rgb(28 25 23 / var(--fj-text-opacity));
}

.fj-text-terminal{
  --fj-text-opacity:1;
  color:rgb(0 0 0 / var(--fj-text-opacity));
}

.fj-text-white{
  --fj-text-opacity:1;
  color:rgb(255 255 255 / var(--fj-text-opacity));
}

.\!fj-no-underline{
  text-decoration-line:none !important;
}

.fj-no-underline{
  text-decoration-line:none;
}

.fj-opacity-0{
  opacity:0;
}

.fj-opacity-100{
  opacity:1;
}

.fj-shadow{
  --fj-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --fj-shadow-colored:0 1px 3px 0 var(--fj-shadow-color), 0 1px 2px -1px var(--fj-shadow-color);
}

.fj-shadow,.fj-shadow-2xl{
  box-shadow:var(--fj-ring-offset-shadow, 0 0 #0000), var(--fj-ring-shadow, 0 0 #0000), var(--fj-shadow);
}

.fj-shadow-2xl{
  --fj-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
  --fj-shadow-colored:0 25px 50px -12px var(--fj-shadow-color);
}

.fj-shadow-lg{
  --fj-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --fj-shadow-colored:0 10px 15px -3px var(--fj-shadow-color), 0 4px 6px -4px var(--fj-shadow-color);
  box-shadow:var(--fj-ring-offset-shadow, 0 0 #0000), var(--fj-ring-shadow, 0 0 #0000), var(--fj-shadow);
}

.fj-ring-1{
  --fj-ring-offset-shadow:var(--fj-ring-inset) 0 0 0 var(--fj-ring-offset-width) var(--fj-ring-offset-color);
  --fj-ring-shadow:var(--fj-ring-inset) 0 0 0 calc(1px + var(--fj-ring-offset-width)) var(--fj-ring-color);
  box-shadow:var(--fj-ring-offset-shadow), var(--fj-ring-shadow), var(--fj-shadow, 0 0 #0000);
}

.fj-ring-inset{
  --fj-ring-inset:inset;
}

.fj-ring-gray-200{
  --fj-ring-opacity:1;
  --fj-ring-color:rgb(229 231 235 / var(--fj-ring-opacity));
}

.fj-ring-gray-900\/5{
  --fj-ring-color:rgb(17 24 39 / 0.05);
}

.fj-drop-shadow{
  --fj-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter:var(--fj-blur) var(--fj-brightness) var(--fj-contrast) var(--fj-grayscale) var(--fj-hue-rotate) var(--fj-invert) var(--fj-saturate) var(--fj-sepia) var(--fj-drop-shadow);
}

.fj-backdrop-blur{
  --fj-backdrop-blur:blur(8px);
}

.fj-backdrop-blur,.fj-backdrop-blur-sm{
  -webkit-backdrop-filter:var(--fj-backdrop-blur) var(--fj-backdrop-brightness) var(--fj-backdrop-contrast) var(--fj-backdrop-grayscale) var(--fj-backdrop-hue-rotate) var(--fj-backdrop-invert) var(--fj-backdrop-opacity) var(--fj-backdrop-saturate) var(--fj-backdrop-sepia);
  backdrop-filter:var(--fj-backdrop-blur) var(--fj-backdrop-brightness) var(--fj-backdrop-contrast) var(--fj-backdrop-grayscale) var(--fj-backdrop-hue-rotate) var(--fj-backdrop-invert) var(--fj-backdrop-opacity) var(--fj-backdrop-saturate) var(--fj-backdrop-sepia);
}

.fj-backdrop-blur-sm{
  --fj-backdrop-blur:blur(4px);
}

.fj-backdrop-saturate-150{
  --fj-backdrop-saturate:saturate(1.5);
  -webkit-backdrop-filter:var(--fj-backdrop-blur) var(--fj-backdrop-brightness) var(--fj-backdrop-contrast) var(--fj-backdrop-grayscale) var(--fj-backdrop-hue-rotate) var(--fj-backdrop-invert) var(--fj-backdrop-opacity) var(--fj-backdrop-saturate) var(--fj-backdrop-sepia);
  backdrop-filter:var(--fj-backdrop-blur) var(--fj-backdrop-brightness) var(--fj-backdrop-contrast) var(--fj-backdrop-grayscale) var(--fj-backdrop-hue-rotate) var(--fj-backdrop-invert) var(--fj-backdrop-opacity) var(--fj-backdrop-saturate) var(--fj-backdrop-sepia);
}

.fj-transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.fj-transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.fj-transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.fj-delay-200{
  transition-delay:200ms;
}

.fj-duration-150{
  transition-duration:150ms;
}

.fj-duration-200{
  transition-duration:200ms;
}

.fj-duration-300{
  transition-duration:300ms;
}

.fj-duration-500{
  transition-duration:500ms;
}

.fj-ease-in{
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
}

.fj-ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

.fj-ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}

.fj-perspective-1000{
  perspective:1000px;
}

.fj-rotate-y-180{
  --fj-rotate-y:180deg;
}

.fj-transform{
  transform:translate3d(var(--fj-translate-x), var(--fj-translate-y), var(--fj-translate-z)) rotateX(var(--fj-rotate-x)) rotateY(var(--fj-rotate-y)) rotateZ(var(--fj-rotate)) rotate3d(var(--fj-rotate-3d)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scale3d(var(--fj-scale-x),var(--fj-scale-y),var(--fj-scale-z)) !important;
}

.fj-backface-hidden{
  backface-visibility:hidden;
}

.fj-transform-style-3d{
  transform-style:preserve-3d;
}

.fj-bg-gradient-10{
  background-image:linear-gradient(10deg, var(--fj-gradient-stops));
}

.fj-bg-gradient-135{
  background-image:linear-gradient(135deg, var(--fj-gradient-stops));
}

.fj-bg-gradient-60{
  background-image:linear-gradient(60deg, var(--fj-gradient-stops));
}

@media (min-width: 640px){
  .sm\:fj-prose-lg{
    font-size:1.125rem;
    line-height:1.7777778;
  }

  .sm\:fj-prose-lg :where(p):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.3333333em;
    margin-bottom:1.3333333em;
  }

  .sm\:fj-prose-lg :where([class~="lead"]):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:1.2222222em;
    line-height:1.4545455;
    margin-top:1.0909091em;
    margin-bottom:1.0909091em;
  }

  .sm\:fj-prose-lg :where(blockquote):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.6666667em;
    margin-bottom:1.6666667em;
    padding-inline-start:1em;
  }

  .sm\:fj-prose-lg :where(h1):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:2.6666667em;
    margin-top:0;
    margin-bottom:0.8333333em;
    line-height:1;
  }

  .sm\:fj-prose-lg :where(h2):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:1.6666667em;
    margin-top:1.8666667em;
    margin-bottom:1.0666667em;
    line-height:1.3333333;
  }

  .sm\:fj-prose-lg :where(h3):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:1.3333333em;
    margin-top:1.6666667em;
    margin-bottom:0.6666667em;
    line-height:1.5;
  }

  .sm\:fj-prose-lg :where(h4):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.7777778em;
    margin-bottom:0.4444444em;
    line-height:1.5555556;
  }

  .sm\:fj-prose-lg :where(img):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.7777778em;
    margin-bottom:1.7777778em;
  }

  .sm\:fj-prose-lg :where(picture):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.7777778em;
    margin-bottom:1.7777778em;
  }

  .sm\:fj-prose-lg :where(picture > img):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:0;
    margin-bottom:0;
  }

  .sm\:fj-prose-lg :where(video):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.7777778em;
    margin-bottom:1.7777778em;
  }

  .sm\:fj-prose-lg :where(kbd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8888889em;
    border-radius:0.3125rem;
    padding-top:0.2222222em;
    padding-inline-end:0.4444444em;
    padding-bottom:0.2222222em;
    padding-inline-start:0.4444444em;
  }

  .sm\:fj-prose-lg :where(code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8888889em;
  }

  .sm\:fj-prose-lg :where(h2 code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8666667em;
  }

  .sm\:fj-prose-lg :where(h3 code):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.875em;
  }

  .sm\:fj-prose-lg :where(pre):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8888889em;
    line-height:1.75;
    margin-top:2em;
    margin-bottom:2em;
    border-radius:0.375rem;
    padding-top:1em;
    padding-inline-end:1.5em;
    padding-bottom:1em;
    padding-inline-start:1.5em;
  }

  .sm\:fj-prose-lg :where(ol):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.3333333em;
    margin-bottom:1.3333333em;
    padding-inline-start:1.5555556em;
  }

  .sm\:fj-prose-lg :where(ul):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.3333333em;
    margin-bottom:1.3333333em;
    padding-inline-start:1.5555556em;
  }

  .sm\:fj-prose-lg :where(li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:0.6666667em;
    margin-bottom:0.6666667em;
  }

  .sm\:fj-prose-lg :where(ol > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-start:0.4444444em;
  }

  .sm\:fj-prose-lg :where(ul > li):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-start:0.4444444em;
  }

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

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

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

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

  .sm\:fj-prose-lg :where(.sm\:fj-prose-lg > ol > li > p:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-bottom:1.3333333em;
  }

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

  .sm\:fj-prose-lg :where(dl):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.3333333em;
    margin-bottom:1.3333333em;
  }

  .sm\:fj-prose-lg :where(dt):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.3333333em;
  }

  .sm\:fj-prose-lg :where(dd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:0.6666667em;
    padding-inline-start:1.5555556em;
  }

  .sm\:fj-prose-lg :where(hr):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:3.1111111em;
    margin-bottom:3.1111111em;
  }

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

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

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

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

  .sm\:fj-prose-lg :where(table):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8888889em;
    line-height:1.5;
  }

  .sm\:fj-prose-lg :where(thead th):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-end:0.75em;
    padding-bottom:0.75em;
    padding-inline-start:0.75em;
  }

  .sm\:fj-prose-lg :where(thead th:first-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-start:0;
  }

  .sm\:fj-prose-lg :where(thead th:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-end:0;
  }

  .sm\:fj-prose-lg :where(tbody td, tfoot td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-top:0.75em;
    padding-inline-end:0.75em;
    padding-bottom:0.75em;
    padding-inline-start:0.75em;
  }

  .sm\:fj-prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-start:0;
  }

  .sm\:fj-prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-end:0;
  }

  .sm\:fj-prose-lg :where(figure):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:1.7777778em;
    margin-bottom:1.7777778em;
  }

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

  .sm\:fj-prose-lg :where(figcaption):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.8888889em;
    line-height:1.5;
    margin-top:1em;
  }

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

  .sm\:fj-prose-lg :where(.sm\:fj-prose-lg > :last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-bottom:0;
  }
}

@media (min-width: 768px){
  .md\:fj-prose-xl{
    font-size:1.25rem;
    line-height:1.8;
  }

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

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

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

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

  .md\:fj-prose-xl :where(h2):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:1.8em;
    margin-top:1.5555556em;
    margin-bottom:0.8888889em;
    line-height:1.1111111;
  }

  .md\:fj-prose-xl :where(h3):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:1.5em;
    margin-top:1.6em;
    margin-bottom:0.6666667em;
    line-height:1.3333333;
  }

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

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

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

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

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

  .md\:fj-prose-xl :where(kbd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    font-size:0.9em;
    border-radius:0.3125rem;
    padding-top:0.25em;
    padding-inline-end:0.4em;
    padding-bottom:0.25em;
    padding-inline-start:0.4em;
  }

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

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

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

  .md\:fj-prose-xl :where(pre):not(:where([class~="fj-not-prose"],[class~="fj-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-inline-end:1.3333333em;
    padding-bottom:1.1111111em;
    padding-inline-start:1.3333333em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:fj-prose-xl :where(dd):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-top:0.6em;
    padding-inline-start:1.6em;
  }

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

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

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

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

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

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

  .md\:fj-prose-xl :where(thead th):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-inline-end:0.6666667em;
    padding-bottom:0.8888889em;
    padding-inline-start:0.6666667em;
  }

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

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

  .md\:fj-prose-xl :where(tbody td, tfoot td):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    padding-top:0.8888889em;
    padding-inline-end:0.6666667em;
    padding-bottom:0.8888889em;
    padding-inline-start:0.6666667em;
  }

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

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

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

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

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

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

  .md\:fj-prose-xl :where(.md\:fj-prose-xl > :last-child):not(:where([class~="fj-not-prose"],[class~="fj-not-prose"] *)){
    margin-bottom:0;
  }
}

.hover\:fj-scale-125:hover{
  --fj-scale-x:1.25;
  --fj-scale-y:1.25;
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y));
}

.hover\:fj-bg-gray-50:hover{
  --fj-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--fj-bg-opacity));
}

.hover\:fj-text-blue-800:hover{
  --fj-text-opacity:1;
  color:rgb(30 64 175 / var(--fj-text-opacity));
}

.hover\:fj-text-stone-900:hover{
  --fj-text-opacity:1;
  color:rgb(28 25 23 / var(--fj-text-opacity));
}

.hover\:fj-underline:hover{
  text-decoration-line:underline;
}

.hover\:fj-shadow-xl:hover{
  --fj-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --fj-shadow-colored:0 20px 25px -5px var(--fj-shadow-color), 0 8px 10px -6px var(--fj-shadow-color);
  box-shadow:var(--fj-ring-offset-shadow, 0 0 #0000), var(--fj-ring-shadow, 0 0 #0000), var(--fj-shadow);
}

.fj-group:hover .group-hover\:-fj-translate-x-2{
  --fj-translate-x:-0.5rem;
}

.fj-group:hover .group-hover\:-fj-translate-x-2,.fj-group:hover .group-hover\:fj-translate-x-2{
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y));
}

.fj-group:hover .group-hover\:fj-translate-x-2{
  --fj-translate-x:0.5rem;
}

.fj-group:hover .group-hover\:fj-underline{
  text-decoration-line:underline;
}

.fj-group:hover .group-hover\:fj-rotate-y-0{
  --fj-rotate-y:0deg;
}

.fj-group:hover .group-hover\:fj-rotate-y-180{
  --fj-rotate-y:180deg;
}

@media (min-width: 640px){
  .sm\:fj-mb-4{
    margin-bottom:1rem;
  }

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

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

  .sm\:fj-flex-row{
    flex-direction:row;
  }

  .sm\:fj-items-center{
    align-items:center;
  }

  .sm\:fj-gap-8{
    gap:2rem;
  }

  .sm\:fj-p-10{
    padding:2.5rem;
  }

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

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

  .sm\:fj-ring-1{
    --fj-ring-offset-shadow:var(--fj-ring-inset) 0 0 0 var(--fj-ring-offset-width) var(--fj-ring-offset-color);
    --fj-ring-shadow:var(--fj-ring-inset) 0 0 0 calc(1px + var(--fj-ring-offset-width)) var(--fj-ring-color);
    box-shadow:var(--fj-ring-offset-shadow), var(--fj-ring-shadow), var(--fj-shadow, 0 0 #0000);
  }

  .sm\:fj-ring-gray-900\/10{
    --fj-ring-color:rgb(17 24 39 / 0.1);
  }
}

@media (min-width: 768px){
  .md\:fj-bottom-4{
    bottom:1rem;
  }

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

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

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

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

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

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

  .md\:fj-flex{
    display:flex;
  }

  .md\:fj-inline-flex{
    display:inline-flex;
  }

  .md\:fj-grid{
    display:grid;
  }

  .md\:fj-hidden{
    display:none;
  }

  .md\:fj-size-24{
    width:6rem;
    height:6rem;
  }

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

  .md\:fj-min-h-96{
    min-height:24rem;
  }

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

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

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

  .md\:fj-items-end{
    align-items:flex-end;
  }

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

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

  .md\:fj-gap-12{
    gap:3rem;
  }

  .md\:fj-gap-6{
    gap:1.5rem;
  }

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

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

  .md\:fj-p-8{
    padding:2rem;
  }

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

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

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

  .md\:fj-text-3xl{
    font-size:1.875rem;
    line-height:2.25rem;
  }

  .md\:fj-text-lg{
    font-size:1.125rem;
    line-height:1.75rem;
  }

  .md\:fj-text-xl{
    font-size:1.25rem;
    line-height:1.75rem;
  }

  .md\:fj-leading-none{
    line-height:1;
  }
}

@media (min-width: 1024px){
  .lg\:fj-static{
    position:static;
  }

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

  .lg\:fj-right-12{
    right:3rem;
  }

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

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

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

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

  .lg\:fj-row-span-4{
    grid-row:span 4 / span 4;
  }

  .lg\:fj-row-start-2{
    grid-row-start:2;
  }

  .lg\:fj-row-start-3{
    grid-row-start:3;
  }

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

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

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

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

  .lg\:fj-flex{
    display:flex;
  }

  .lg\:fj-hidden{
    display:none;
  }

  .lg\:fj-size-72{
    width:18rem;
    height:18rem;
  }

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

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

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

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

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

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

  .lg\:fj-flex-auto{
    flex:1 1 auto;
  }

  .lg\:fj-flex-shrink-0{
    flex-shrink:0;
  }

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

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

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

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

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

  .lg\:fj-flex-col{
    flex-direction:column;
  }

  .lg\:fj-place-items-baseline{
    place-items:baseline;
  }

  .lg\:fj-justify-center{
    justify-content:center;
  }

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

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

  .lg\:fj-gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem;
  }

  .lg\:fj-gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem;
  }

  .lg\:\!fj-border-t{
    border-top-width:1px !important;
  }

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

  .lg\:fj-border-l-0{
    border-left-width:0px;
  }

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

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

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

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

  .lg\:fj-text-4xl{
    font-size:2.25rem;
    line-height:2.5rem;
  }

  .lg\:fj-text-base{
    font-size:1rem;
    line-height:1.5rem;
  }

  .lg\:fj-text-xl{
    font-size:1.25rem;
    line-height:1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:fj-col-span-2{
    grid-column:span 2 / span 2;
  }

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

  .xl\:fj-grid{
    display:grid;
  }

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

  .xl\:fj-gap-8{
    gap:2rem;
  }
}

.\[\&\:hover\>svg\]\:fj-scale-110:hover>svg{
  --fj-scale-x:1.1;
  --fj-scale-y:1.1;
  transform:translate(var(--fj-translate-x), var(--fj-translate-y)) rotate(var(--fj-rotate)) skewX(var(--fj-skew-x)) skewY(var(--fj-skew-y)) scaleX(var(--fj-scale-x)) scaleY(var(--fj-scale-y));
}

.\[\&\>\*\]\:fj-m-0>*{
  margin:0px;
}

.\[\&\>\*\]\:fj-p-0>*{
  padding:0px;
}

.\[\&\>span\]\:fj-block>span{
  display:block;
}

.\[\&\>svg\]\:fj-size-8>svg{
  width:2rem;
  height:2rem;
}

.\[\&\>svg\]\:fj-h-6>svg{
  height:1.5rem;
}

.\[\&\>svg\]\:fj-w-6>svg{
  width:1.5rem;
}

.\[\&_\.dnd-section\]\:fj-py-10 .dnd-section{
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}

.\[\&_\.dnd-section\]\:fj-py-4 .dnd-section{
  padding-top:1rem;
  padding-bottom:1rem;
}

@media (min-width: 768px){
  .\[\&_\.dnd-section\]\:md\:fj-py-20 .dnd-section{
    padding-top:5rem;
    padding-bottom:5rem;
  }
}

.\[\&_form\]\:fj-bg-transparent form{
  background-color:transparent;
}

.\[\&_img\]\:fj-rounded-md img{
  border-radius:0.375rem;
}　 /* somrie */