.container-fluid{padding:0!important}.row-fluid [class*=span]{min-height:0!important}.body{color:inherit}.body-container-wrapper{overflow:visible}[data-reveal]{transform:translateY(20px);transition:opacity .75s,-webkit-transform .75s;transition:opacity .75s,transform .75s;transition:opacity .75s,transform .75s,-webkit-transform .75s;opacity:0}[data-reveal=revealed]{transform:translateY(0);opacity:1}.visuallyHidden{position:absolute;margin:-1px;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.dash-bg{background-repeat:repeat;background-position:top left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAPUlEQVQImTXHsQ3AMAzEQL6g/ee1CospArM5MDOjShKSoFJvkrC7AFRVoQLQ3b/3XgBUZoZzDrW7JOGl8gHy0yHJXFh/8gAAAABJRU5ErkJggg==)}.nav-offset{margin-top:-72px}.nav-offset>*{margin-top:72px}@font-face{font-family:basefont;font-style:normal;font-display:auto;src:url(https://20860606.fs1.hubspotusercontent-na1.net/hubfs/20860606/cli-assets/fonts/Inter.ttf)}@font-face{font-family:basefont-light;font-style:normal;font-display:auto;src:url(https://20860606.fs1.hubspotusercontent-na1.net/hubfs/20860606/cli-assets/fonts/Inter.ttf)}@font-face{font-family:headfont;font-style:normal;font-display:auto;src:url(https://20860606.fs1.hubspotusercontent-na1.net/hubfs/20860606/cli-assets/fonts/Caprasimo-Regular.ttf)}body{font-family:basefont}h1,h2,h3,h4,h5,h6{font-family:headfont}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-3 {
  width: 0.75rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

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

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

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-primary-blue {
  --tw-border-opacity: 1;
  border-color: rgb(58 96 223 / var(--tw-border-opacity));
}

.border-primary-gold {
  --tw-border-opacity: 1;
  border-color: rgb(215 171 97 / var(--tw-border-opacity));
}

.border-primary-green {
  --tw-border-opacity: 1;
  border-color: rgb(91 182 157 / var(--tw-border-opacity));
}

.border-primary-orange {
  --tw-border-opacity: 1;
  border-color: rgb(224 98 54 / var(--tw-border-opacity));
}

.border-primary-purple {
  --tw-border-opacity: 1;
  border-color: rgb(155 81 224 / var(--tw-border-opacity));
}

.border-primary-red {
  --tw-border-opacity: 1;
  border-color: rgb(200 35 55 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.bg-primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(58 96 223 / var(--tw-bg-opacity));
}

.bg-primary-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 252 / var(--tw-bg-opacity));
}

.bg-primary-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(215 171 97 / var(--tw-bg-opacity));
}

.bg-primary-gold-light {
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 239 / var(--tw-bg-opacity));
}

.bg-primary-green {
  --tw-bg-opacity: 1;
  background-color: rgb(91 182 157 / var(--tw-bg-opacity));
}

.bg-primary-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 254 250 / var(--tw-bg-opacity));
}

.bg-primary-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-primary-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(224 98 54 / var(--tw-bg-opacity));
}

.bg-primary-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 239 235 / var(--tw-bg-opacity));
}

.bg-primary-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(155 81 224 / var(--tw-bg-opacity));
}

.bg-primary-purple-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 237 252 / var(--tw-bg-opacity));
}

.bg-primary-red {
  --tw-bg-opacity: 1;
  background-color: rgb(200 35 55 / var(--tw-bg-opacity));
}

.bg-primary-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 233 235 / var(--tw-bg-opacity));
}

.from-primary-blue {
  --tw-gradient-from: #3A60DF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 96 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-gold {
  --tw-gradient-from: #D7AB61 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 171 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-green {
  --tw-gradient-from: #5BB69D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 182 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-orange {
  --tw-gradient-from: #E06236 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 98 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-purple {
  --tw-gradient-from: #9B51E0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 81 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-red {
  --tw-gradient-from: #C82337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 35 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-primary-blue {
  fill: #3A60DF;
}

.fill-primary-gold {
  fill: #D7AB61;
}

.fill-primary-green {
  fill: #5BB69D;
}

.fill-primary-orange {
  fill: #E06236;
}

.fill-primary-purple {
  fill: #9B51E0;
}

.fill-primary-red {
  fill: #C82337;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

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

.font-headfont {
  font-family: headfont;
}

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(58 96 223 / var(--tw-text-opacity));
}

.text-primary-gold {
  --tw-text-opacity: 1;
  color: rgb(215 171 97 / var(--tw-text-opacity));
}

.text-primary-green {
  --tw-text-opacity: 1;
  color: rgb(91 182 157 / var(--tw-text-opacity));
}

.text-primary-orange {
  --tw-text-opacity: 1;
  color: rgb(224 98 54 / var(--tw-text-opacity));
}

.text-primary-purple {
  --tw-text-opacity: 1;
  color: rgb(155 81 224 / var(--tw-text-opacity));
}

.text-primary-red {
  --tw-text-opacity: 1;
  color: rgb(200 35 55 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

/* 
Add any global tailwind css below
*/

/* Forms global styling */

form-row + .form-row {
  margin-top: 1rem;
}

.form-group.required .control-label::after {
  margin-left: 0.25rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(200 35 55 / var(--tw-text-opacity));
  content: '*';
}

.hs-form {
  position: relative;
}

.hs-form label {
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

/* Inputs (selectors for all inputs)  */

.hs-form input[type='text'],
.hs-form input[type='password'],
.hs-form input[type='datetime'],
.hs-form input[type='datetime-local'],
.hs-form input[type='date'],
.hs-form input[type='month'],
.hs-form input[type='time'],
.hs-form input[type='week'],
.hs-form input[type='number'],
.hs-form input[type='email'],
.hs-form input[type='url'],
.hs-form input[type='search'],
.hs-form input[type='tel'],
.hs-form input[type='color'],
.hs-form input[type='file'],
.hs-form textarea,
.hs-form select {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Inputs in focus (selectors for all inputs when clicked)  */

.hs-form input[type='text']:focus,
.hs-form input[type='password']:focus,
.hs-form input[type='datetime']:focus,
.hs-form input[type='datetime-local']:focus,
.hs-form input[type='date']:focus,
.hs-form input[type='month']:focus,
.hs-form input[type='time']:focus,
.hs-form input[type='week']:focus,
.hs-form input[type='number']:focus,
.hs-form input[type='email']:focus,
.hs-form input[type='url']:focus,
.hs-form input[type='search']:focus,
.hs-form input[type='tel']:focus,
.hs-form input[type='color']:focus,
.hs-form input[type='file']:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 96 223 / var(--tw-border-opacity));
  border-color: var(--primary-color);
}

fieldset {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  fieldset {
    flex-direction: row;
  }
}

fieldset.form-columns-1 .input {
  margin: 0px;
}

fieldset.form-columns-1 .hs-input, fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

@media (min-width: 1280px) {
  fieldset.form-columns-1 .hs-input, fieldset.form-columns-2 .hs-input {
    width: 278px !important;
  }
}

.form-columns-2 .hs-form-field {
  width: 100% !important;
}

fieldset:not(:first-child) {
  margin-top: 0.625rem !important;
}

.hs-form-radio {
  list-style-type: none;
}

.hs-form .inputs-list.multi-container {
  margin: 0px;
  padding: 0px;
}

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

.hs-fieldtype-radio label {
  margin-bottom: 0.625rem;
}

.hs-form .hs-form-booleancheckbox > label + .input,
.hs-form .hs-fieldtype-radio > label + .input {
  display: block;
  margin-top: -5px;
}

.hs-form .hs-form-booleancheckbox > label {
  margin-bottom: -10px;
}

body .hs-button.primary,
body input[type='submit'],
body input[type='button'] {
  margin-top: 1.25rem;
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--primary-color);
  background-color: var(--primary-color-light);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: headfont;
  color: var(--primary-color);
}

body .hs-button.primary:hover,
body input[type='submit']:hover,
body input[type='button']:hover {
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 401px) {
  body .hs-button.primary,
body input[type='submit'],
body input[type='button'] {
    width: 100% !important;
  }
}

.hs-form label.hs-form-checkbox-display,
.hs-form label.hs-form-booleancheckbox-display,
.hs-form label.hs-form-radio-display {
  position: relative;
  margin-bottom: 0.25rem;
}

.hs-form label.hs-form-checkbox-display span,
.hs-form label.hs-form-booleancheckbox-display span,
.hs-form label.hs-form-radio-display span {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.hs-form label.hs-form-checkbox-display input,
.hs-form label.hs-form-booleancheckbox-display input,
.hs-form label.hs-form-radio-display input {
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 0px;
  opacity: 0;
}

.hs-form label.hs-form-checkbox-display input + span::before,
.hs-form label.hs-form-booleancheckbox-display input + span::before,
.hs-form label.hs-form-radio-display input + span::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  vertical-align: middle;
  content: '';
}

.hs-form label.hs-form-checkbox-display input:checked + span::after,
.hs-form label.hs-form-booleancheckbox-display input:checked + span::after,
.hs-form label.hs-form-radio-display input:checked + span::after {
  position: absolute;
  top: 0px;
  left: 0.25rem;
  margin-right: 0.625rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  vertical-align: middle;
  content: '';
}

.hs-form label.hs-form-radio-display input + span::before {
  position: absolute;
  left: 0px;
}

.hs-form label.hs-form-radio-display input + span {
  padding-left: 1.5rem;
}

.hs-form label.hs-form-radio-display input:checked + span::after {
  top: calc(50% - 7px);
}

.hs-form label.hs-form-checkbox-display,
.hs-form label.hs-form-booleancheckbox-display {
  position: relative;
}

.hs-form label.hs-form-checkbox-display input,
.hs-form label.hs-form-booleancheckbox-display input {
  padding-left: 1.5rem;
}

.hs-form label.hs-form-checkbox-display input + span::before,
.hs-form label.hs-form-booleancheckbox-display input + span::before {
  position: absolute;
  left: 0px;
  margin-top: 0px;
  border-radius: 0px;
  top: 2px;
}

.hs-form label.hs-form-checkbox-display input:checked + span::after,
.hs-form label.hs-form-booleancheckbox-display input:checked + span::after {
  margin-top: 0px;
  border-radius: 0px;
  top: 5px;
}

.hs-form input.invalid,
.hs-form textarea.invalid,
.hs-form select.invalid {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(200 35 55 / var(--tw-border-opacity));
}

.hs-input,
.input {
  margin: 0px !important;
}

fieldset.form-columns-1 .hs-input .hs-fieldtype-textarea,
fieldset.form-columns-1 .input .hs-fieldtype-textarea {
  min-height: 150px;
}

.hs-form-required {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(200 35 55 / var(--tw-text-opacity));
  margin-top: -2px;
  margin-left: 5px;
  font-size: 10px;
}

.hs-form-required:empty {
  display: none;
}

.hs-form .hs-error-msgs {
  position: absolute;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  font-size: 10px !important;
}

.hs-form .hs-error-msgs li:not(:first-child) {
  display: none;
}

.hs-form .hs-error-msgs label {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(200 35 55 / var(--tw-text-opacity));
  font-size: 10px !important;
}

.hs-form .hs_error_rollup {
  display: none;
}

select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTMgMC4yOTI4OTNDMC42ODM0MTcgLTAuMDk3NjMxIDEuMzE2NTggLTAuMDk3NjMxIDEuNzA3MTEgMC4yOTI4OTNMNSAzLjU4NTc5TDguMjkyODkgMC4yOTI4OTNDOC42ODM0MiAtMC4wOTc2MzExIDkuMzE2NTggLTAuMDk3NjMxMSA5LjcwNzExIDAuMjkyODkzQzEwLjA5NzYgMC42ODM0MTcgMTAuMDk3NiAxLjMxNjU4IDkuNzA3MTEgMS43MDcxMUw1LjcwNzExIDUuNzA3MTFDNS4zMTY1OCA2LjA5NzYzIDQuNjgzNDIgNi4wOTc2MyA0LjI5Mjg5IDUuNzA3MTFMMC4yOTI4OTMgMS43MDcxMUMtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAwLjY4MzQxOCAwLjI5Mjg5MyAwLjI5Mjg5M1oiIGZpbGw9IiM5NEEzQjgiLz4KPC9zdmc+Cg==);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.hs-fieldtype-booleancheckbox {
  border: 1px solid;
  border-radius: 0.5rem;
  border-color: var(--primary-color);
  padding: 1rem;
}

.hs-form label.hs-form-booleancheckbox-display span {
  margin-left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.hs-form label.hs-form-booleancheckbox-display input + span::before,
.hs-form label.hs-form-booleancheckbox-display input:checked + span::after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0px;
  left: 0px;
}

.hs-form label.hs-form-booleancheckbox-display input:checked + span::after {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* end forms global styling */

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-primary-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 96 223 / var(--tw-bg-opacity));
}

.hover\:bg-primary-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 171 97 / var(--tw-bg-opacity));
}

.hover\:bg-primary-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 182 157 / var(--tw-bg-opacity));
}

.hover\:bg-primary-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 98 54 / var(--tw-bg-opacity));
}

.hover\:bg-primary-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 81 224 / var(--tw-bg-opacity));
}

.hover\:bg-primary-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 35 55 / var(--tw-bg-opacity));
}

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

@media (min-width: 1024px) {
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .lg\:block {
    display: block;
  }

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

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

  .lg\:p-9 {
    padding: 2.25rem;
  }

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

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

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

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

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