/**
 * Theme name: Fresh Juice
 * Theme URI: https://github.com/freshjuice-dev/freshjuice-hubspot-theme
 * Author: Alex Zappa | alex@zappa.dev
 * Author URI: https://alex.zappa.dev
 * Description: A fresh HubSpot theme
 * License: GNU General Public License v3 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

/* ---------------------------------------- */
/* ----- PLEASE DO NOT EDIT THIS FILE ----- */
/* ---------------------------------------- */

/* HubSpot default styles */


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

/* Tailwind CSS | MIT License | https://tailwindcss.com */
: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;
}

[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-30{
  z-index:30;
}

.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-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-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-100{
  transition-duration:100ms;
}

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

/* Theme overrides | You may edit theme overrides in the file below */








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */




form .hs-richtext{
  font-size:0.9rem;
  color:#9999A9;
  line-height:1.2;
  }

  form label {
    font-size:0.9rem;
    color:#374151;
    font-weight:600;
  }

  form label .hs-form-required {
  color:red !important;
  margin-left:4px;
}

.body-container--announcement-page form {
  padding:2rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top:-20rem;

}
.body-container--announcement-page form .field {
  margin-bottom:1rem;
}

.body-container--announcement-page form submit {
    margin-top:1rem;
}


/* 1f. Tables */













/* 1g. Website header */




  header {
    background: #18182F;
  }

  header nav a {
    color:#fff;
  }

  header nav .logo img {
    height:24px;
  }

/* 1h. Website footer */








.container, .content-wrapper {
  max-width: 1240px;
}

.container,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1.5rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  /* font-size: 14px; */
}

body {
  font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #191937;
  /* font-size: 14px; */
}

/* Paragraphs */

p {
  font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  /*font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;*/
  color: #191937;
}

a:hover,
a:focus {
  /*font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;*/
  color: #00000f;
}

a:active {
  /*font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;*/
  color: #41415f;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 48px;
  text-transform: none;
  line-height:1.1;
}

h2,
.h2 {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 38px;
  text-transform: none;
  line-height:1.3;
}

h3,
.h3 {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 24px;
  text-transform: none;
  line-height:1.2;
}

h5,
.h5 {
  font-weight: 400; font-family: 'Diatype Semi-Mono Regular';
  color: #191937;
  font-size: 16px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-weight: 400; font-family: 'Diatype Semi-Mono Regular';
  color: #191937;
  font-size: 14px;
  text-transform: uppercase;
}

/* Blockquote */

blockquote {
  border-left-color: #59C1D5;
}





/* Buttons managed by TailwindCSS*/
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
.fj-button {
  background-color: #42408A !important;
  border-radius: 0;
  border: none;
  font-size:0.8rem;
  text-transform:none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.fj-button:hover,
.fj-button:focus {
  background-color: #C6D300 !important;
  text-transform:none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active,
 {
  background-color: #42408A !important;
  text-transform:none;
}
*/





form,
.submitted-message {
  font-family: sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  background-color: ;
  padding: 0px;
;
}

/* Form title*/
.form-title {
  ;
  ;
  ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  font-size: ;
  color: ;
  background-color: ;
}
*/

/* Labels */

/* Help text */

form legend {
  color: ;
}
*/

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: ;
  color: ;
  border-radius: ;
}

form input[type=checkbox] {
  margin-right:4px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}
*/

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

.fn-date-picker td.is-selected .pika-button {
  background: #42408A;
}

.fn-date-picker td .pika-button:hover {
  background-color: #42408A !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #42408A;
}
*/

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: #42408A !important;
   text-transform:none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #C6D300 !important;
  text-transform:none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #42408A !important;
  text-transform:none;
}
*/





/* Table */

table {
  border: 1px solid #191937;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td:not[class],
th:not[class] {
  border: 1px solid #191937;

  padding: 18px;

  color: #191937;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 64, 138, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #191937;
}





.header {
  background-color: #18182F;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: sans-serif;
}

.menu__child-toggle-icon {
  border-top-color: #fff;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #42408A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #42408A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #191937;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #42408A;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #fff;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #191937;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #191937;
}

.blog-post__tag-link {
  color: #191937;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00000f;
}

.blog-post__tag-link:active {
  color: #41415f;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #191937;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00000f;
}

.blog-related-posts__title-link:active {
  color: #41415f;
}

/* Blog comments */

.blog-comments {

}

#comments-listing .comment-reply-to {
  color: #191937;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00000f;
}

#comments-listing .comment-reply-to:active {
  color: #41415f;
}





.hs-search-results__title {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #191937;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #00000f;
}

.hs-blog-post-listing__post-title-link:active {
  color: #41415f;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #191937;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #191937;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #00000f;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #41415f;
}

.hs-pagination__link-icon svg {
  fill: #191937;
}

/* Pricing card */

.card__price {
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 30px;
}

.card__body svg {
  fill: #42408A;
}

/* Social follow */

.social-links__icon {
  background-color: #42408A;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a1862;
}

.social-links__icon:active {
  background-color: #6a68b2;
  font-weight: 700; font-family: 'Diatype Semi-Mono Heavy';
  color: #191937;
  font-size: 30px;
}

/* ---------------------------------------- */