*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

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

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::-moz-placeholder, textarea::-moz-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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 400px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.flow{direction:ltr;width:100%;height:100%;overflow:hidden;position:relative;z-index:0}
.flow__background{position:absolute;width:100%;top:0;left:0;height:100%}
.flow__background.dots{background-image:radial-gradient(#e5e7eb 1px, transparent 1px);background-size:16px 16px}
.flow__renderer{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}
.flow__canvas-container{position:absolute;width:100%;height:100%;top:0;left:0}
.flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}
.flow__edges{pointer-events:none;overflow:visible}
.flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}
@keyframes dashdraw{from{stroke-dashoffset:10}}
.flow__edge-path.animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}
.flow__nodes{position:absolute;width:100%;height:100%;top:0px;left:0px}
.flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-pointer;cursor:pointer}
.flow__panel{position:absolute;z-index:5;margin:15px}
.flow__toolbar{box-shadow:0 0 2px 1px rgba(0,0,0,.08);display:flex}
.flow__toolbar__button{align-items:center;background:#fefefe;border:none;border-right:1px solid #eee;box-sizing:content-box;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16px}
.flow__toolbar__button:hover{background:#f4f4f4}
.flow__panel.hidden{display:none}
.flow__panel.top{top:0}
.flow__panel.bottom{bottom:0}
.flow__panel.left{left:0}
.flow__panel.right{right:0}
.dragging{cursor:grabbing}
.grabbing{cursor:grab}
[x-cloak]{display:none !important}
:root {
  --hashtagRed: #e04141;
  --hashtagBeige: #f4eae4;
  --brandColor: #e04141;
  --brandColorDark: #dc2626;
  --secondaryBrandColor: #f9a638;
  --secondaryBrandColorLight: #f9a638;
  --secondaryBrandColorDark: #f9a638;
  --tertiaryBrandColor: rgb(206, 229, 239);
  --tertiaryBrandColor50: rgba(206, 229, 239, 0.5);
  --textColor: #332922;
  --textColorInverted: #fff;

  --ease-in-quad:  cubic-bezier(.55, .085, .68, .53);
  --ease-in-cubic: cubic-bezier(.550, .055, .675, .19);
  --ease-in-quart: cubic-bezier(.895, .03, .685, .22);
  --ease-in-quint: cubic-bezier(.755, .05, .855, .06);
  --ease-in-expo:  cubic-bezier(.95, .05, .795, .035);
  --ease-in-circ:  cubic-bezier(.6, .04, .98, .335);

  --ease-out-quad:  cubic-bezier(.25, .46, .45, .94);
  --ease-out-cubic: cubic-bezier(.215, .61, .355, 1);
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-out-quint: cubic-bezier(.23, 1, .32, 1);
  --ease-out-expo:  cubic-bezier(.19, 1, .22, 1);
  --ease-out-circ:  cubic-bezier(.075, .82, .165, 1);

  --ease-in-out-quad:  cubic-bezier(.455, .03, .515, .955);
  --ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --ease-in-out-expo:  cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ:  cubic-bezier(.785, .135, .15, .86);
}
html,
body {
  text-rendering: geometricPrecision;
}
.bg-hashtagBeige{
  background: #f4eae4;
  background: var(--hashtagBeige);
}
.bg-primary{
  background-color: #e04141 !important;
  background-color: var(--brandColor) !important;
}
.text-primary{
  color: #e04141 !important;
  color: var(--brandColor) !important;
}
.text-brown {
  color: #332922 !important;
  color: var(--textColor) !important;
}
.text-sky,
.text-tertiary {
  color: rgb(206, 229, 239) !important;
  color: var(--tertiaryBrandColor) !important;
}
.text-orange,
.text-secondary {
  color: #f9a638 !important;
  color: var(--secondaryBrandColor) !important;
}
.slayblue-shadow50 {
  box-shadow: 0 2px 8px 0px rgba(206, 229, 239, 0.5);
  box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor50);
}
.slayblue-shadow {
  box-shadow: 0 2px 8px 0px rgb(206, 229, 239);
  box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor);
}
.text-yellow{
  color: #FFD700;
}
.text-facebook{
  color: #1877F2;
}
.border-facebook{
  border-color: #1877F2;
}
.bg-facebook{
  background-color: #1877F2;
}
.bg-primary {
  background-color: #e04141;
  background-color: var(--brandColor);
}
.bg-secondary {
  background-color: #f9a638;
  background-color: var(--secondaryBrandColor);
}
.bg-tertiary {
  background-color: rgb(206, 229, 239);
  background-color: var(--tertiaryBrandColor);
}
.bg-sky {
  background-color: rgb(206, 229, 239);
  background-color: var(--tertiaryBrandColor);
}
.bg-orange {
  background-color: #f9a638;
  background-color: var(--secondaryBrandColor);
}
.bg-yellow {
  background-color: #FFD700;
}
.bg-brown {
  background-color: #332922;
  background-color: var(--textColor);
}
.bg-brand-gradient {
  background-size: cover;
  background-position: center;
  background-image: url('/images/Slay.so---Gradient-Landscape_1920.jpg');
}
.border-primary {
  border-color: #e04141;
  border-color: var(--brandColor);
}
.border-secondary {
  border-color: #f9a638;
  border-color: var(--secondaryBrandColor);
}
.border-brown {
  border-color: #332922;
  border-color: var(--textColor);
}
.border-sky {
  border-color: rgb(206, 229, 239);
  border-color: var(--tertiaryBrandColor);
}
.w-300px {
  width: 300px;
}
/* Base.css contains unclassed HTML elements */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  font-family: 'Schibsted Grotesk', 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";
  color: #332922;
  color: var(--textColor);
  background-attachment: fixed;
  background-size: 150%;
  background-position: center top;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
body {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
body.bg-white{
    background: none;
    background: white;
  }
.bg-gradient {
  background: linear-gradient(45deg, #e04141 0%, #f9a638 100%);
}
.serif {
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
.rounded-2px {
  border-radius: 2px;
}
.rounded-r-2px {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-l-2px {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-t-2px {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-b-2px {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-tr-2px {
  border-top-right-radius: 2px;
}
.rounded-br-2px {
  border-bottom-right-radius: 2px;
}
.rounded-bl-2px {
  border-bottom-left-radius: 2px;
}
.rounded-tl-2px {
  border-top-left-radius: 2px;
}
h1 a{
  color: #332922 !important;
  color: var(--textColor) !important;
  text-decoration: none !important;
}
.dashboard {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.dashboard-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-wrapper {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
@media screen and (max-width: 1024px){
  body{
    background-size: 300%;
    background-position: center top;
  }
}
a:not([class]) {
  text-decoration-line: underline;
  color: #e04141;
  color: var(--brandColor);
}
a:not([class]):hover {
  text-decoration-line: none;
}
h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
p {
  line-height: 1.5;
}
.paragraphs p + p {
  margin-top: 0.5em;
}
.text-xxs{
  font-size: 0.65rem;
}
article p {
  margin-bottom: 1rem;
}
#hashtag-instructions {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
#hashtag-instructions::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.list-check{
  list-style: none;
}
.list-check li{
  position: relative;
  overflow: visible;
}
.list-check li::before{
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojZjlhNjM4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMTVMMyw5bC0zLDNsOSw5TDI0LDZsLTMtM0w5LDE1eiIvPgo8L3N2Zz4K');
  background-repeat: no-repeat;    
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  left: -1.25em;
  top: .375em;
}
.list-check--alt li::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRTA0MTQxO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMiwxMS4xVjEyYzAsNS41LTQuNSwxMC0xMCwxMEM2LjUsMjIsMiwxNy41LDIsMTJDMiw2LjUsNi41LDIsMTIsMmMxLjQsMCwyLjgsMC4zLDQuMSwwLjkiLz4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMjIsNCAxMiwxNCA5LDExICIvPgo8L3N2Zz4K');
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.5em;
  top: 0.275em;
}
.list-check--alt2 li::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABACAYAAACunKHjAAAIgUlEQVR4nM2cX3IaSRLGf9lIDxshz3TH2hOxbz0nEJxg0AksH2AtfAKJE0i6wCCfwC3PASyfQPgEzZxA+GkiJBGFDRt6EHTuQxeoQUAXfxr7i1CARFZl9UdWVlZVpoQt4R/zEO7yWFW8fQFf0DKor0iYlRO0DdJV6CrSEpIvCV77t2CvVeT4pMjO70yvCvLaIzmcfuBlIUhboQnJ55fBL1ebGN9k/xuGMeon9I+BEwU/o6ir0Ergbw9tJXitIaXuf4J/tbPt/zEPYYmh75GEipQF9gUpKxo+9ZWSUqJ0Hky1XxUbI2IWAQLdBN4DzVfBi+Y6/d+afrnEsAql4ywpINEmCVkLHdM/7pieuTc9tT/X6bQoBremX74136OMPu2Y3qkxxi9K50IY0y93TD/eFgHP9ZswS0jH9G/uzffDbekHJq2gY/o32yRgGsaYMCXhyTq2orhjeo2MFVz8MJOcwp3pnWXIiI15CAtRZIz696Z3bRWZW9OvFaJoDdym0/VmZKkbJ8MY9Uf+IFVgyhtVsEFkp4orGc7LZ8f0Y0XLgrQ9Hg+CIGivOtBa3PCBECgPwZdMvOFBm/SnFVXq3VV1GGP8hJ1rBTvm0sGiJdaJiI7pNRRO1iGhFjfCBI4EqgpVlzYCLTyaknAZVeqtZXVOkkHLY3AQBEF3jq7F6JjeqcKZQNdjUFmWhFrcqCqcuj78ArQVzv+q1KNlGhljwoTd6zQIk+hlsPdultxCIozpl4donP6mb5aJ8Wtxo6zQ2AAB01iaEGNMOGQnBnwlqb8Kfr2YlplLRBoy/y9WNFQ4fxW8OHNV/Db+8xjkmbJNQuBC4NzVj9yb7zWQD0C3xE5l2l/MJeJpSkj738He7y7KanHDV/hUgBXMQ9uDg6hSb7sI35veJ+AQaL4MXhxkP5tJhDEP4ZDBDUCJwe8ufsE6w2vS1WCbcCbDGOMP2bkBfIWD7EbQm9VgyDANUT2JfnISAMIErmtxI1d3EARdTXfDCEyE4c+ISIMPrQGUksdzl5Ek8IkfQ8IIIzL8PMEdBheCtIFqdn/0jIhlreFt3DgFyq4jLhChpl/IQgRB0E3QS5i0igkfkZ1DLr7BTomb1cZdDBTqf1XqF4tkZvmKCYsYUjokDXebLtZg/cJPBYHTvClio8uRVRzCs6khR+lrajqL8N+4UePH+oV58BM4yRNSuLJvj+C5j6gClBg28zqa9rrbgCBXpN9kN0f0OM8q7NLZBfxb0y+PiRh5UEFaDr6hyvat4fyycvLmY6Vewy6BC+APoZbXYYJ+BhCoZi2iCqDol7wOVDjKk9kwzj9W6mdj/fkWgQevHWSaAOKxPyZCYN+qaeZ1oLq1EBqmSKjFjbLLtFSo5k2PEl4LgCRjEWJNPcFrL2psI7gwbyAbwjMS7ErlO7YvL/74sZ2+ajgmQm2j3fGHcxE6DmJdrEsCwxwigiDopnetdtXInEJ3553guHa+IaxNAoCH7OdLSTeVTeFn/7iw2ZKDWQEbIQFA0SBfJnW8M3efOfBdBQWJsBGcIyZIeBv/ebQqCVb/r3kyCfoVYGeF/n3HQUSXlZN3ALW40UzgQ06TZySQElkoPEvWKhbRdhPT8buoUo88mHloavFDSLDw4YmIbvqifl4rl2DGytXsFh1YSEZhJCj6t6usB+PdWBfw8+4x1dkiADjLIaNQS3AZq9hci0xApV2AR3bDRQ13bFi6BOaRUfh0KEErT2aU0jQ+mHk64ZV3L4O9hQN6GzduWD6wOvtYqc88+ivKJ3gQLDruH93bCNLKRJZiN1tadtDxeYVxTVjGCEWRIEgz785jSFIGSEi+ZlYNbdkO/shT4j0daiyLCTKKXB3E4XAJPPusXnM8NabOK4O8UPsoblyvepEjEOHR1ST/JGnF/tsClTyL6Jj+jaJhglTGFmEfvAUwYLfmoGyZiHECCrWiSLD9X+aRcGd6VUVDQdq/BXutiYBKEXtio7mHGlGlHsnyK0jhkPTmK8qXS89n1UufYYKIHR4j0niiemv6ZQelThdA24S9GG47yFXh6RJrgojsMbdnb7sWIarUm+SfH24NgkSRQ7rAvfles0mr42uLZ3uNEoNRR0cu2XIfK/WTn2GKpA5SnSxU8OzK9bSyPCMiCIIW6YP5A3adjuwF3shyofdGYVcJpxvxkTUI0n4Z/BKN/j5z91li8C5VoCcuiaRRpd4VOPgRZCxDgjEP4cgalGTCemYSEQRBW60j9KDhMqCoUm9bMpou8pvAMiRAesGtaIgnUdYabF+zkWak7drUIbl4FezVXQf4Nm6cUfxN2HsPzpZNHZqXFLcwmezO9KpiL3qnM0zyUIsboSIfFK26tnGBtYJ3dsVygjEPYcIgVvAVqb8K9i5m9LsYHfPtRPEazEnCykMtbhwqcrwuIYI0Bb10WR6zSEkY2vRC3r8MXpzM7t8B953vEZ4cuWSwzoO9GDpU5LUrKYK0FP3iwdUyFjCCzQy8zmQMV1ZOOE07XC6d1wX2ItknTfvxAbw0qu2S7nna66UgPyNhrbTpTMfG75heXFjW+wZhzEM4lUAfbljBExn3pmdST/xzwTwrU9gwCVncm97FqEDkzvQbP0vhSsf0j7NlVVsZV8d8O5mqpaoVrnQO7kyvOiqoGVUVbXUA07VU96b/YZu+w5iH8N70P2S/kFVryzZS99kx306m6jGvFN6vW+s5D2mgJ0dkjgoUzncYXOQdMc7DBgtgTfhI6cwbZ+alFbsJXIF+3kwBrL6256TV8QeeRKXk8XzdpbGAkmgTDilVBe90sow5LYlW+CJoS5HugJ32opJoQUPF+8NW/fjZvhJ4v44FTKPwInlFayVkX9dMMBHoDuFS4KqIKVcoEVlYSymPCt9J/3VCOPvfJoAirQS+emjrkd3mtOVsGv8H/5o8OggYPqUAAAAASUVORK5CYII=');
  width: 2em;
  height: 2em;
  position: absolute;  
  left: -2.5em;
  top: -0.025em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.empathy-cards-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  white-space: nowrap;
}
.empathy-cards-row + .empathy-cards-row {
  margin-top: 1.75rem;
}
.empathy-cards-row__card {
  position: relative;
  width: 100%;
  max-width: 180px;
  flex-shrink: 0;
  white-space: normal;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.empathy-cards-row__card {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.empathy-cards-row__card{
    background: none;
    background: white;
  }
@media (min-width: 1024px) {

  .empathy-cards-row__card {
    max-width: 384px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.75rem;
    padding-bottom: 3.5rem;
  }
}
.empathy-cards-row__card img {
  position: absolute;
  top: 100%;
  left: 2rem;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.features-viewer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  .features-viewer {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
  }
}
.features-viewer__features {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.75rem;
  overflow-x: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .features-viewer__features {
    width: 384px;
    flex-shrink: 0;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {

  .features-viewer__features {
    padding-left: 0px;
  }
}
.features-viewer__features__card {
  display: flex;
  width: 80%;
  flex-shrink: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  border-color: rgb(236 239 243 / 1);
  --tw-border-opacity: 1;
  border-left-color: rgb(236 239 243 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.features-viewer__features__card {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    border-left-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.features-viewer__features__card{
    background: none;
    background: white;
  }
.features-viewer__features__card:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.features-viewer__features__card:hover {
    border-left-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.features-viewer__features__card:focus {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.features-viewer__features__card:focus {
    border-left-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .features-viewer__features__card {
    width: 100%;
  }
}
.features-viewer__features__card h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}
.features-viewer__features__card p {
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.features-viewer__features__card.features-viewer__features__card--active {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(224 65 65 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.features-viewer__features__card.features-viewer__features__card--active {
    border-left-color: rgb(224 65 65 / var(--tw-border-opacity, 1));
  }
}
.features-viewer__views {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .features-viewer__views {
    flex: 1 1;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.features-viewer__views__points {
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.features-viewer__views__points {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.features-viewer__views__points{
    background: none;
    background: white;
  }
.features-viewer__views__points{
  border-radius: 1rem;
}
.features-viewer__views__points ul {
  margin: 0px;
  row-gap: 0.75rem;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {

  .features-viewer__views__points ul {
    -moz-columns: 2;
         columns: 2;
  }
}
.features-viewer__views__points ul li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.cta-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F7F8FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 248 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #F7F8FA var(--tw-gradient-to-position);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.cta-row {
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  }
}
.home-story {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 650px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .home-story {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .home-story {
    max-width: 100%;
    flex-direction: row;
  }
}
.home-story__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-story__content {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.home-story__content{
    background: none;
    background: white;
  }
@media (min-width: 1024px) {

  .home-story__content {
    width: 624px;
    max-width: 50%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.home-story__content h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .home-story__content h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.home-story__content p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-story__content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-story__content ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 2.5rem;
}
@media (min-width: 1024px) {

  .home-story__content ul {
    margin-bottom: 6rem;
  }
}
.home-story__author {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.home-story__author text {
  display: inline-block;
}
.home-story__author text span {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.home-story__sidebar {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .home-story__sidebar {
    width: 600px;
    max-width: 50%;
    gap: 1.5rem;
  }
}
.home-story__sidebar__image {
  aspect-ratio: 7/5;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media (min-width: 1024px) {

  .home-story__sidebar__image {
    border-radius: 0.5rem;
  }
}
.home-story__sidebar__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-story__sidebar__content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 243 / 1);
  padding: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-story__sidebar__content {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .home-story__sidebar__content {
    border-radius: 0.5rem;
    padding: 5rem;
  }
}
.home-story__sidebar__content h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-story__sidebar__content h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-story__sidebar__content p {
  margin-top: 0px;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 360px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.home-socialproof-bar {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
    background: radial-gradient(50% 50% at 50% 0%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.home-socialproof-bar__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 1248px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-socialproof-bar__inner h3 {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-socialproof-bar__inner h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-socialproof-bar__inner p {
  margin-top: 0px;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 360px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.home-socialproof-messages {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 3rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-socialproof-messages {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .home-socialproof-messages {
    max-width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-socialproof-messages__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 1248px;
  max-width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.socialproof-message-wrapper {
  margin-left: auto;
  display: flex;
  width: 715px;
  max-width: 100%;
  flex-direction: column;
  align-self: flex-end;
}
.socialproof-message-wrapper .socialproof-message {
  margin-right: 4rem;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 151 240 / 1);
  padding: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.socialproof-message-wrapper .socialproof-message {
    background-color: rgb(54 151 240 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.socialproof-message-wrapper .socialproof-message {
    color: white;
  }
@media (min-width: 768px) {

  .socialproof-message-wrapper .socialproof-message {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .socialproof-message-wrapper .socialproof-message {
    margin-right: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 160%;
  }
}
.socialproof-message-wrapper .socialproof-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}
.socialproof-message-wrapper .socialproof-author span {
  display: inline-block;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .socialproof-message-wrapper .socialproof-author span {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 160%;
  }
}
.socialproof-message-wrapper:nth-child(2n) {
  margin-right: auto;
  margin-left: 0px;
  align-self: flex-start;
}
.socialproof-message-wrapper:nth-child(2n) .socialproof-message {
  margin-left: 4rem;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .socialproof-message-wrapper:nth-child(2n) .socialproof-message {
    margin-left: 6rem;
  }
}
.socialproof-message-wrapper:nth-child(2n) .socialproof-author {
  flex-direction: row-reverse;
}
.home-3steps {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-3steps {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .home-3steps {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.home-3steps::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        height: 724px;
        width: 362px;
        background-image: url('/images/side-circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        transform: translateY(-40%);
    }
@media screen and (min-width: 1024px) {
        .home-3steps::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0px;
            height: 724px;
            width: 362px;
            background-image: url('/images/side-circle.png');
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            transform: scaleX(-1) translateY(-40%);
        }
    }
.home-3steps__inner {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 650px;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .home-3steps__inner {
    width: 1248px;
    max-width: 100%;
  }
}
.home-3steps__header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
  width: 300px;
  text-align: center;
}
@media (min-width: 1024px) {

  .home-3steps__header {
    margin-top: 0px;
    margin-bottom: 6rem;
    width: 100%;
  }
}
.home-3steps__header h2 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .home-3steps__header h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.home-3steps__header h2 span {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 1024px) {

  .home-3steps__header h2 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.home-3steps__header p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  width: 688px;
  max-width: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-3steps__header p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.home-3steps__steps {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: flex;
  width: 1200px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .home-3steps__steps {
    margin-bottom: 3.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-3steps__step {
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-3steps__step {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.home-3steps__step{
    background: none;
    background: white;
  }
@media (min-width: 1024px) {

  .home-3steps__step {
    width: 384px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
}
.home-3steps__step img {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .home-3steps__step img {
    position: static;
  }
}
.home-3steps__step h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px) {

  .home-3steps__step h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-3steps__step p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.home-3steps__cta {
  width: 100%;
  text-align: center;
}
.home-pricing {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-pricing {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px) {

  .home-pricing {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  .home-pricing {
    padding-bottom: 4rem;
  }
}
.home-pricing__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 650px;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .home-pricing__inner {
    width: 920px;
    max-width: 100%;
  }
}
.home-pricing__header {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .home-pricing__header {
    margin-bottom: 4rem;
  }
}
.home-pricing__header h2 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .home-pricing__header h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.home-pricing__header h2 span {
  margin-bottom: 0.5rem;
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1024px) {

  .home-pricing__header h2 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.home-pricing__header p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  width: 688px;
  max-width: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-pricing__header p {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.home-pricing__table__header {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 0px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-pricing__table__header {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.home-pricing__table__header{
    background: none;
    background: white;
  }
@media (min-width: 1024px) {

  .home-pricing__table__header {
    margin-bottom: 2rem;
  }
}
.home-pricing__table__header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
}
.home-pricing__table__header__nav > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}
.pricing__table__header__price__number-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.pricing__table__header__price__number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  line-height: 75%;
  --tw-text-opacity: 1;
  color: rgb(249 166 56 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pricing__table__header__price__number {
    color: rgb(249 166 56 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .pricing__table__header__price__number {
    font-size: 64px;
  }
}
.pricing__table__header__price__month {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .pricing__table__header__price__month {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.pricing__table__header__price__term {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media (min-width: 1024px) {

  .pricing__table__header__price__term {
    top: -0.75rem;
  }
}
.home-pricing__table .radio-button__label {
  padding: 1.5rem;
  padding-right: 3rem;
}
.home-why {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-why {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .home-why {
    max-width: 100%;
    padding-top: 8rem;
  }
}
.home-why__content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 742px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.home-why__content {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.home-why__content{
    background: none;
    background: white;
  }
@media (min-width: 1024px) {

  .home-why__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.home-why__content h2 {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .home-why__content h2 {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.home-why__content p {
  margin-bottom: 2rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .home-why__content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.home-why__author {
  margin-top: 1rem;
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.home-why__author text {
  display: inline-block;
}
.home-why__author text span {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity; 
    visibility: hidden;
}
.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    will-change: transform, opacity; 
    visibility: hidden;
}
.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    will-change: transform, opacity;
    visibility: hidden;
}
/* Objects.css contains cosmetic-free design patterns */
/* Design patterns here, no visual treatments, agnostically named, eg `.ui-list` */
.slay-pricing {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.slay-pricing {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.slay-pricing__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 920px;
  max-width: 100%;
  flex-direction: column;
}
.slay-pricing__header {
  margin-bottom: 4rem;
  text-align: center;
}
.slay-pricing__header h2 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 120%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .slay-pricing__header h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.slay-pricing__header h2 span {
  margin-bottom: 0.5rem;
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1024px) {

  .slay-pricing__header h2 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.slay-pricing__header p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  width: 688px;
  max-width: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 1024px) {

  .slay-pricing__header p {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.slay-pricing__table__header {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 0px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.slay-pricing__table__header {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.slay-pricing__table__header{
    background: none;
    background: white;
  }
@media (min-width: 768px) {

  .slay-pricing__table__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.slay-pricing__table__header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
}
.slay-pricing__table__header__nav > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}
/*
 Check settings.css where some easings are defined as root variables
*/
.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes flashAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scale(.86);
  }

  3%, 93% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    pointer-events: none;
  }
}
.flashAnimation {
  animation: flashAnimation 4.5s cubic-bezier(.785, .135, .15, .86);
  animation: flashAnimation 4.5s var(--ease-in-out-circ);
  animation-fill-mode: both;
}
.flashAnimation:hover {
    animation-play-state: paused;
  }
@keyframes flashHideAnimation {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  25% {
    opacity: .8;
    transform: translate3d(0, -108%, 0) scale(1.05);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.flashHideAnimation {
  animation: flashHideAnimation 1s cubic-bezier(.785, .135, .15, .86);
  animation: flashHideAnimation 1s var(--ease-in-out-circ);
  animation-fill-mode: both;
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -4px, 0);
  }
}
.slideUp {
  animation: slideUp 1s cubic-bezier(.785, .135, .15, .86) both;
  animation: slideUp 1s var(--ease-in-out-circ) both;
}
.slideUpOnHover:hover {
    animation: slideUp 1s cubic-bezier(.785, .135, .15, .86) both;
    animation: slideUp 1s var(--ease-in-out-circ) both;
  }
@keyframes slideDown {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 4px, 0);
  }
}
.slideDown {
  animation: slideDown 1s cubic-bezier(.785, .135, .15, .86) both;
  animation: slideDown 1s var(--ease-in-out-circ) both;
}
.slideDownOnHover:hover {
    animation: slideDown 1s cubic-bezier(.785, .135, .15, .86) both;
    animation: slideDown 1s var(--ease-in-out-circ) both;
  }
@keyframes slideLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-4px, 0, 0);
  }
}
.slideLeft {
  animation: slideLeft 1s cubic-bezier(.785, .135, .15, .86) both;
  animation: slideLeft 1s var(--ease-in-out-circ) both;
}
.slideLeftOnHover:hover {
    animation: slideLeft 1s cubic-bezier(.785, .135, .15, .86) both;
    animation: slideLeft 1s var(--ease-in-out-circ) both;
  }
@keyframes slideRight {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(4px, 0, 0);
  }
}
.slideRight {
  animation: slideRight 1s cubic-bezier(.785, .135, .15, .86) both;
  animation: slideRight 1s var(--ease-in-out-circ) both;
}
.slideRightOnHover:hover {
    animation: slideRight 1s cubic-bezier(.785, .135, .15, .86) both;
    animation: slideRight 1s var(--ease-in-out-circ) both;
  }
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s cubic-bezier(.550, .055, .675, .19) both;
  animation: fadeIn 1s var(--ease-in-cubic) both;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fade-in-01 {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}
.fade-in-1 {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}
.fade-in-1-1 {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}
.fade-in-1-4 {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-iteration-count: 1;
}
.fadeInOnHover:hover {
    animation: fadeIn 1s cubic-bezier(.550, .055, .675, .19) both;
    animation: fadeIn 1s var(--ease-in-cubic) both;
  }
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation: fadeOut 1s cubic-bezier(.075, .82, .165, 1) both;
  animation: fadeOut 1s var(--ease-out-circ) both;
}
.fadeOutOnHover:hover {
    animation: fadeOut 1s cubic-bezier(.075, .82, .165, 1) both;
    animation: fadeOut 1s var(--ease-out-circ) both;
  }
@keyframes zoomIn {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.1, 1.1);
  }
}
.zoomIn {
  animation: zoomIn 1s cubic-bezier(.550, .055, .675, .19) both;
  animation: zoomIn 1s var(--ease-in-cubic) both;
}
.zoomInOnHover:hover {
    animation: zoomIn 1s cubic-bezier(.550, .055, .675, .19) both;
    animation: zoomIn 1s var(--ease-in-cubic) both;
  }
@keyframes zoomOut {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(.9, .9);
  }
}
.zoomOut {
  animation: zoomOut 1s cubic-bezier(.215, .61, .355, 1) both;
  animation: zoomOut 1s var(--ease-out-cubic) both;
}
.zoomOutOnHover:hover {
    animation: zoomOut 1s cubic-bezier(.215, .61, .355, 1) both;
    animation: zoomOut 1s var(--ease-out-cubic) both;
  }
@keyframes heartbeat {
  0%   { transform: scale(1);    }
  25%  { transform: scale(.97);  }
  35%  { transform: scale(.9);   }
  45%  { transform: scale(1.1);  }
  55%  { transform: scale(.9);   }
  65%  { transform: scale(1.1);  }
  75%  { transform: scale(1.03); }
  100% { transform: scale(1);    }
}
.heartbeat {
  animation: heartbeat 2s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: heartbeat 2s var(--ease-out-cubic) infinite;
}
.heartbeatOnHover:hover{
    animation: heartbeat 2s cubic-bezier(.785, .135, .15, .86) infinite;
    animation: heartbeat 2s var(--ease-in-out-circ) infinite;
  }
.anim-bounce{
  animation: bounce 4s infinite;
}
@keyframes bounce {

  10%,
  20%,
  30%,
  40%,
  50% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-18px);
  }

  25% {
    transform: translateY(-10px);
  }

  35% {
    transform: translateY(-5px);
  }

  45% {
    transform: translateY(-2px);
  }
}
@keyframes bounceSmall {

  10%,
  20%,
  30%,
  40%,
  50% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-14px);
  }

  25% {
    transform: translateY(-8px);
  }

  35% {
    transform: translateY(-4px);
  }

  45% {
    transform: translateY(-2px);
  }
}
.accordion-item {
  padding: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.accordion-item {
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
}
.accordion-item:last-child {
  border-bottom-width: 0px;
}
.accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  cursor: pointer;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.accordion-item__header {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.accordion-item__icon {
  display: inline-flex;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in;
}
.accordion-item__icon--toggled {
  transform: rotate(0);
  transition: transform 0.2s ease-out;
}
.accordion-item__content {
  display: none;
  padding-right: 2rem;
}
.flow__panel.accordion-item__content{display:none}
.accordion-item__content--active {
  display: block;
}
#faq-accordion button:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 !important;
}
*:focus {
  outline: none !important;
}
.announcements {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 64rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.announcement {
  padding-bottom: 2rem;
}
.announcement + .announcement {
  padding-top: 3rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement + .announcement {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.announcement--none {
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  border-radius: 0.25rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement--none {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.announcement__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.announcement__type {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  border-radius: 9999px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement__type {
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }
}
.announcement__type--new {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement__type--new {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }
}
.announcement__type--update {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / 1);
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement__type--update {
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }
}
.announcement__type--bugfix {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement__type--bugfix {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }
}
.announcement__published {
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.announcement__published {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.site-announcement {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.site-announcement {
    color: white;
  }
.site-announcement {
  z-index: 20;
}
.site-announcement__badge {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  border-radius: 9999px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__badge {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }
}
.site-announcement__badge--new {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__badge--new {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }
}
.site-announcement__badge--update {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / 1);
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__badge--update {
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }
}
.site-announcement__badge--bugfix {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__badge--bugfix {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.site-announcement__title {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.site-announcement__action {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__action {
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
}
.site-announcement__action:hover {
  text-decoration-line: underline;
}
.site-announcement__close {
  position: absolute;
  right: 0px;
  margin-right: 1rem;
}
.site-announcement__close-icon {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  fill: currentColor;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__close-icon {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.site-announcement__close-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.site-announcement__close-icon:hover {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.btn {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1;
  border-width: 2px;
  border-color: transparent;
  cursor: pointer;
  font-weight: 700;
  height: 3rem;
  overflow: hidden;
  border-radius: 2px;
  transition: 0.2s ease all;

  line-height: 2.6rem;
}
.btn.disabled {
    /*@apply bg-slaybrown/50 text-white pointer-events-none cursor-not-allowed;*/
    pointer-events: none;
    opacity: 0.5;
  }
.btn.btn--quiet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0px;
  padding-right: 0px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn.btn--quiet {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.btn.btn--quiet{
    background: none;
    background: white;
  }
.btn.btn--quiet {
    box-shadow: 0 2px 8px 0px rgba(206, 229, 239, 0.5);
    box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor50);
  }
.btn.btn--quiet:hover,
    .btn.btn--quiet:focus {
      box-shadow: 0 2px 8px 0px rgb(206, 229, 239);
      box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor);
    }
.btn.btn--tab {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0px;
  padding-right: 3rem;
  font-weight: 400;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn.btn--tab {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.btn.btn--tab{
    background: none;
    background: white;
  }
.btn.btn--tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn.btn--tab:hover {
    border-color: rgb(51 41 34 / var(--tw-border-opacity, 1));
  }
}
.btn.btn--tab.active {
  --tw-border-opacity: 1;
  border-color: rgb(224 65 65 / 1);
  font-weight: 600;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn.btn--tab.active {
    border-color: rgb(224 65 65 / var(--tw-border-opacity, 1));
  }
}
.btn--small {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn--smaller {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 2.25rem;
  font-size: 0.8rem;
  line-height: 1.25em;
}
.btn--outline {
  background-color: transparent;
  color: #fff;
  color: var(--textColorInverted);
  border-color: #fff;
  border-color: var(--textColorInverted);
}
.btn--outline:hover {
  opacity: 0.75;
}
.btn--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(51 41 34 / 1);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary {
    background-color: rgb(51 41 34 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.btn--primary {
    color: white;
  }
.btn--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 21 17 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary:hover {
    background-color: rgb(31 21 17 / var(--tw-bg-opacity, 1));
  }
}
.btn--primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 21 17 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary:focus {
    background-color: rgb(31 21 17 / var(--tw-bg-opacity, 1));
  }
}
.btn--primary {
  background-position: 0;
  border-left: 0;
  border-right: 0;
}
.btn--primary--home {
  height: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 65 65 / 1);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
  line-height: 52px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary--home {
    background-color: rgb(224 65 65 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.btn--primary--home {
    color: white;
  }
.btn--primary--home:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary--home:hover {
    background-color: rgb(51 41 34 / var(--tw-bg-opacity, 1));
  }
}
.btn--primary--home:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--primary--home:focus {
    background-color: rgb(51 41 34 / var(--tw-bg-opacity, 1));
  }
}
.btn--fancy {
  transition: 0.4s ease all;
}
.btn--fancy:hover {
    transform: scale(1.1);
  }
.btn--fancy:active {
    transform: scale(0.95);
  }
.btn--primary-outline {
  background-color: transparent;
  color: #e04141;
  color: var(--brandColor);
  border-color: #e04141;
  border-color: var(--brandColor);
}
.btn--primary-outline:hover {
    color: #dc2626;
    color: var(--brandColorDark);
    border-color: currentColor;
  }
.btn-primary--signup {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-primary--signup {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
body.btn-primary--signup{
    background: none;
    background: white;
  }
.btn-primary--signup:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(94 207 143 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-primary--signup:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(94 207 143 / var(--tw-text-opacity, 1));
  }
}
.btn-primary--signup:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(94 207 143 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-primary--signup:focus {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(94 207 143 / var(--tw-text-opacity, 1));
  }
}
.btn--secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--secondary {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
}
.btn--secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 239 243 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--secondary:hover {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1)) !important;
  }
}
.btn--secondary.disabled {
    /*@apply !bg-slaybrown/50 !text-white !pointer-events-none !cursor-not-allowed;*/
    pointer-events: none;
    opacity: 0.5;
  }
.btn--secondary-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
  background-color: transparent;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--secondary-outline {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.btn--secondary-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--secondary-outline:hover {
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  }
}
.btn--secondary-outline:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn--secondary-outline:focus {
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  }
}
.btn--secondary-outline {
  color: #332922;
  color: var(--textColor);
  position: relative;
  z-index: 1;
}
.btn--secondary-outline.btn--tab {
    height: 2.6rem;
    line-height: 2.2rem;
  }
.btn--secondary-outline::after{
  content:'';
  position: absolute;
  top: -1px; right: -1px;
  bottom: -1px; left: -1px; border-radius: 0.375rem;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background:none;
  z-index: -1;
}
.btn--secondary-outline::after.btn--tab {
    height: calc(100% + 8px);
  }
.btn--secondary-outline--active{
  color: #e04141;
  color: var(--brandColor);
}
.toggle-btns-wrapper{
  position: relative;
}
.toggle-btns-wrapper::after{
  content:'';
  position: absolute;
  top: -1px; right: -1px;
  bottom: -1px; left: -1px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background:none;
  z-index: 1;
  pointer-events: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.toggle-btns-wrapper::after{
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
}
.card {
  border-radius: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card--light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.card--light {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.card--light{
    background: none;
    background: white;
  }
.card--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.card--dark {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.card--dark {
    color: white;
  }
.card--horizontal {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
.card--horizontal {
    flex-direction: row;
  }
  }
.card__image {
  height: 16rem;
  flex: none;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (min-width: 640px) {
.card__image {
    height: auto;
    width: 12rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  }
.card__avatar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
.card__avatar {
    margin: 1rem;
    height: 6rem;
    width: 6rem;
  }
  }
.card__content {
  flex-direction: column;
  padding: 1rem;
}
.profile-card {
}
.profile-card__cover-image {
  display: block;
  height: 16rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.profile-card__avatar-wrapper {
  display: flex;
  justify-content: center;
}
.profile-card__avatar {
  margin-top: -4rem;
  display: block;
  height: 8rem;
  width: 8rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.profile-card__avatar {
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
.tgl {
  display: none;
}
.flow__panel.tgl{display:none}
.tgl + .tgl-btn {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  width: 50%;
}
.tgl + .tgl-btn:after {
  left: 0px;
}
.tgl + .tgl-btn:before {
  display: none;
}
.flow__panel.tgl + .tgl-btn:before{display:none}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  padding: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
  border-radius: 9999px;
  transition: all .4s ease;
  background: linear-gradient(to right, #cee5ef, #cee5ef)
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tgl-light + .tgl-btn {
  background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1))
}
}
.tgl-light + .tgl-btn:after {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tgl-light + .tgl-btn:after {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.tgl-light + .tgl-btn:after{
    background: none;
    background: white;
  }
.tgl-light + .tgl-btn:after {
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #e04141;
  background: var(--brandColor);
  background: linear-gradient(45deg, #e04141 0%, #f9a638 100%);
  background: linear-gradient(45deg, #5ECF8F 0%, #7ED9B6 100%);
}
.comments {
  padding: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comments {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.comment {
  padding: 1rem;
}
.comment + .comment {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comment + .comment {
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.comment__body {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comment__body {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.comment__author {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.comment__avatar {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comment__avatar {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.comment__author-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comment__author-name {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.comment__datetime {
  margin-left: 0.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.comment__datetime {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.engagement--very-low {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.engagement--very-low {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.engagement--low {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.engagement--low {
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }
}
.engagement--average {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.engagement--average {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
.engagement--high {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.engagement--high {
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }
}
.engagement--very-high {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.engagement--very-high {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }
}
#collect-competitor-wrapper #collect-competitor-content {
    display: none;
}
#collect-competitor-wrapper.opened #collect-competitor-content {
    display: block;
}
#collect-competitor-wrapper.opened #chevron--collect-competitor svg {
  transform: rotate(180deg);
}
/*
 The css here is for the Sjabloon Content Generator,
 eg. `rails generate content Post`, run `rails generate content --help` for usage and help
*/
.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.content-title {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-title {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.content-meta {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-meta {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.content-author {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  max-width: 32rem;
  align-items: center;
}
.content-author__avatar {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
}
.content-author__name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-author__name {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.content-author__bio {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-author__bio {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.content-body {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-body {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.content-body p, .content-body ul, .content-body ol { /* [1] */ margin-top: 2rem;
  }
.content-body h2 {
  margin-top: 2rem;
  margin-bottom: -1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  line-height: 1.25;
}
.content-body h3 {
  margin-top: 2rem;
  margin-bottom: -2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content-body ul {
  list-style-type: disc;
}
.content-body ol {
  list-style-type: decimal;
}
.content-body ul,
  .content-body ol {
  padding-left: 1.25rem;
}
.content-body blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-body blockquote {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.content-body pre,
  .content-body code {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-body pre,
  .content-body code {
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.content-body pre {
  margin-top: 2rem;
  display: block;
  overflow-x: auto;
}
.content-body--style-first-paragraph p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.content-body--style-first-paragraph p:first-of-type {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.content-body--dropcap-first-paragraph > p:first-of-type:first-letter {
  margin-top: 0.5rem;
  padding-right: 0.75rem;
  float: left;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.content-body--dropcap-second-paragraph > p:nth-of-type(2):first-letter {
  margin-top: 0.5rem;
  padding-right: 0.75rem;
  float: left;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
/*
 [1] Normally it's not advised to use "catch-all" (global) selectors (eg. `div > p`),
 but here they are clearly capsulated within `.content-body`.
 Also the exact contents of each body section is uncertain.
*/
.dashboard {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
.dashboard {
    flex-direction: row;
  }
  }
.dashboard-nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  flex-shrink: 0;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  @aaply text-gray-100;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
.dashboard-nav {
    position: relative;
    width: 16rem;
  }
  }
.dashboard-nav__logo {
  display: none;
}
.flow__panel.dashboard-nav__logo{display:none}
@media (min-width: 640px) {
.dashboard-nav__logo {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav__logo {
      color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }
}
  }
.dashboard-nav-items {
  display: flex;
  flex-direction: row;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  overflow-x: auto;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav-items {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 640px) {
.dashboard-nav-items {
    flex-direction: column;
    margin-top: 0.5rem;
    padding-right: 1rem;
    border-top-width: 0px;
  }
  }
.dashboard-nav-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  border-radius: 0.25rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav-link {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.dashboard-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav-link:hover {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.dashboard-nav-link--active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav-link--active {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.dashboard-nav-link--toggle {
  display: flex;
  width: 100%;
  align-items: center;
}
.dashboard-nav-link__icon {
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  transition: transform .2s ease-in-out;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-nav-link__icon {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.dashboard-nav-link__icon--toggled {
  transform: rotate(-180deg);
  transition: transform 0.2s ease-out;
}
.dashboard-subnav-items {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
}
.flow__panel.dashboard-subnav-items{display:none}
.dashboard-subnav-items--active {
  display: block;
}
.dashboard-subnav-item {
  white-space: nowrap;
}
.dashboard-subnav-link {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-subnav-link {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.dashboard-subnav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dashboard-subnav-link:hover {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.dashboard-wrapper {
  width: 100%;
}
.dashboard-nav-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #f4eae4;
  background: var(--hashtagBeige);
}
#set-health-wrapper #set-health-content {
    display: none;
}
#set-health-wrapper.opened #set-health-content {
    display: block;
}
#set-health-wrapper.opened #set-health-chevron svg {
  transform: rotate(180deg);
}
/* Automatic Slayer Mode */
.aihstab--active {
  font-weight: 700;
  color: #e04141;
  color: var(--brandColor);
}
.aihstab--inactive {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.aihstab--inactive {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
#aihs-pretty-loader {
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  height: 142px;
  margin-top: -149px;
  margin-bottom: 7px;
  flex-direction: column;
  overflow: hidden;
  background: white;
  box-shadow: inset 0px 2px 5px #cdcdcd;
  justify-content: center;
  border-radius: 0.25rem;
}
/***************************
/* Dashboard 2025 */
/***************************/
.header-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.header-wrapper {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.header-wrapper{
    background: none;
    background: white;
  }
@media (min-width: 768px) {

  .header-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header__progress-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {

  .header__progress-wrapper {
    margin-bottom: -2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }
}
.header-wrapper__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1536px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {

  .header-wrapper__inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
  }
}
.header__h1-wrapper {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
.flow__panel.header__h1-wrapper{display:none}
@media (min-width: 768px) {

  .header__h1-wrapper {
    display: flex;
  }
}
.header__h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
.header__tabs {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .header__tabs {
    margin-top: 2rem;
  }
}
.header__tabs {
  width: calc(100% + 1rem);
}
.header__tabs__inner {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
}
.header__tabs__inner .btn--tab {
    flex-shrink: 0;
    flex-grow: 0;
  }
.dashboard__main-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0px;
}
@media (min-width: 768px) {

  .dashboard__main-wrapper {
    padding-top: 2rem;
  }
}
/* Dashboard 2025 - Ideas */
.idea-headline {
  margin-bottom: 0.5rem;
  max-width: 65ch;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 768px) {

  .idea-headline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.idea-description {
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* Dashboard 2025 - Editors */
.editor-header__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1536px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .editor-header__inner {
    height: 4rem;
    flex-direction: row;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.editor-header__title-wrapper {
  margin-right: 0px;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {

  .editor-header__title-wrapper {
    width: auto;
    flex-grow: 0;
  }
}
.editor-header__title-input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {

  .editor-header__title-input-wrapper {
    width: auto;
  }
}
.editor-header__title {
  margin-left: auto;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .editor-header__title {
    margin-left: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.editor-header__title-input {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.editor-header__title-input {
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.editor-header__button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-end;
}
/* Dashboard 2025 - Results */
.hashtags-table {
  display: block;
  width: 100%;
  align-self: flex-start;
}
@media (min-width: 768px) {

  .hashtags-table {
    display: table;
  }
}
.hashtags-table__head {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__head {
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__head {
    display: table-header-group;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hashtags-table__head__row {
  display: block;
  border-width: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {

  .hashtags-table__head__row {
    display: table-row;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.hashtags-table__head__cell-1 {
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 768px) {

  .hashtags-table__head__cell-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-1 {
    padding-left: 1.5rem !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-1 {
    padding-right: 1.5rem !important;
  }
}
.hashtags-table__head__cell-star {
  display: none;
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: right;
  font-weight: 400;
}
.flow__panel.hashtags-table__head__cell-star{display:none}
@media (min-width: 768px) {

  .hashtags-table__head__cell-star {
    display: table-cell;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-star {
    padding-left: 1.5rem !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-star {
    padding-right: 1.5rem !important;
  }
}
.hashtags-table__head__cell-2 {
  display: none;
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: right;
  font-weight: 400;
}
.flow__panel.hashtags-table__head__cell-2{display:none}
@media (min-width: 768px) {

  .hashtags-table__head__cell-2 {
    display: table-cell;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-2 {
    padding-left: 1.5rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-2 {
    padding-right: 1.5rem !important;
  }
}
.hashtags-table__head__cell-3 {
  display: none;
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: right;
  font-weight: 400;
}
.flow__panel.hashtags-table__head__cell-3{display:none}
@media (min-width: 768px) {

  .hashtags-table__head__cell-3 {
    display: table-cell;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-3 {
    padding-left: 1.5rem !important;
  }
}
.hashtags-table__head__cell-4 {
  display: none;
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: right;
  font-weight: 400;
}
.flow__panel.hashtags-table__head__cell-4{display:none}
@media (min-width: 768px) {

  .hashtags-table__head__cell-4 {
    display: table-cell;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-4 {
    padding-left: 1.5rem !important;
  }
}
.hashtags-table__head__cell-5 {
  display: none;
  border-top-width: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: right;
  font-weight: 400;
}
.flow__panel.hashtags-table__head__cell-5{display:none}
@media (min-width: 768px) {

  .hashtags-table__head__cell-5 {
    display: table-cell;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__head__cell-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__head__cell-5 {
    padding-left: 1.5rem !important;
  }
}
.hashtags-table__body {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {

  .hashtags-table__body {
    display: table-row-group;
  }
}
.hashtags-table__body__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__row {
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.hashtags-table__body__row{
    background: none;
    background: white;
  }
@media (min-width: 768px) {

  .hashtags-table__body__row {
    display: table-row;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.hashtags-table__body__cell-1 {
  width: 80%;
  overflow-x: auto;
  white-space: nowrap;
  border-top-width: 0px !important;
  padding: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__cell-1 {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__body__cell-1 {
    width: auto;
    padding: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__body__cell-1 {
    padding: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__body__cell-1 {
    padding-right: 1.5rem !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hashtags-table__body__cell-star {
  width: 20%;
  border-top-width: 0px !important;
  padding: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  text-align: right;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__cell-star {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__body__cell-star {
    width: auto;
    padding: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: center;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__body__cell-star {
    padding: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__body__cell-star {
    padding-right: 1.5rem !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hashtags-table__body__cell-2 {
  width: 33.333333%;
  white-space: nowrap;
  border-top-width: 0px !important;
  padding: 0.5rem !important;
  padding-top: 0px !important;
  padding-left: 2rem !important;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__cell-2 {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__body__cell-2 {
    width: auto;
    padding: 1rem !important;
    padding-top: 1rem !important;
    text-align: right;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__body__cell-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1rem !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__body__cell-2 {
    padding-right: 1.5rem !important;
  }
}
.hashtags-table__body__cell-3 {
  width: 33.333333%;
  white-space: nowrap;
  border-top-width: 0px !important;
  padding: 0.5rem !important;
  padding-top: 0px !important;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__cell-3 {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__body__cell-3 {
    width: auto;
    padding: 1rem !important;
    padding-top: 1rem !important;
    text-align: right;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__body__cell-3 {
    padding: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-left: 0px !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__body__cell-3 {
    padding-left: 1.5rem !important;
  }
}
.hashtags-table__body__cell-4 {
  width: 33.333333%;
  white-space: nowrap;
  border-top-width: 0px !important;
  padding: 0.5rem !important;
  padding-top: 0px !important;
  text-align: right;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hashtags-table__body__cell-4 {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {

  .hashtags-table__body__cell-4 {
    width: auto;
    padding: 1rem !important;
    padding-top: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .hashtags-table__body__cell-4 {
    padding: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-left: 0px !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .hashtags-table__body__cell-4 {
    padding-left: 1.5rem !important;
  }
}
.info-box {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 243 / 1);
  padding: 1rem;
  font-weight: 500;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.info-box {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .info-box {
    padding: 2rem;
  }
}
#error_explanation {
  margin-bottom: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  padding: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
#error_explanation {
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
#error_explanation h2 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
#error_explanation h2 {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
#error_explanation ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.field .field_with_errors + br {
    display: none;
}
.toggle-expander .toggle-expander__content {
    display: none;
}
.toggle-expander.opened .toggle-expander__content {
    display: block;
}
.toggle-expander.opened .toggle-expander__trigger svg {
  transform: rotate(180deg);
}
.dropdown {
  position: relative;
  display: inline-block;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  text-decoration-line: none;
  border-radius: 0.25rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropdown {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.dropdown:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropdown:hover {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.dropdown__toggle {
  display: flex;
  align-items: center;
}
.dropdown__icon {
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  transition: transform .2s ease-in-out;
}
.dropdown__icon--toggled {
  transform: rotate(-180deg);
  transition: transform .2s ease-in-out;
}
.dropdown__menu {
  position: absolute;
  right: 0px;
  margin-top: 0.5rem;
  animation-name: slideUp;
  animation-fill-mode: both;
  animation-duration: .5s;
  z-index: 6;
}
.dropdown__items {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropdown__items {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.dropdown__items{
    background: none;
    background: white;
  }
.dropdown__items {
  overflow: hidden;
  border-radius: 0.25rem;
}
.dropdown__item {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  text-decoration-line: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropdown__item {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.dropdown__item{
    background: none;
    background: white;
  }
.dropdown__item {
  white-space: nowrap;
}
.dropdown__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropdown__item:hover {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.dropdown__item .ig-account {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
}
.flash-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
  pointer-events: none;
}
.flash {
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  max-width: 36rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.flash {
    color: white;
  }
.flash {
  background-color: #332922;
  background-color: var(--textColor);
  text-align: center;
  pointer-events: none;
}
.flash-modern {
  margin-bottom: 1.5rem;
  display: flex;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 9999px;
}
.flash-modern--alert {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-modern--alert {
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }
}
.flash-modern--success {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-modern--success {
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }
}
.flash-modern__badge {
  margin-right: 0.75rem;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 9999px;
}
.flash-modern__badge--alert {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-modern__badge--alert {
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.flash-modern__badge--success {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-modern__badge--success {
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }
}
.flash-modern__message {
  margin-right: 0.5rem;
  flex: 1 1 auto;
  text-align: left;
  font-weight: 600;
}
.flash-traditional {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
}
.flash-traditional--success {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-traditional--success {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
    border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }
}
.flash-traditional--alert {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flash-traditional--alert {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.flash-traditional__badge {
  font-weight: 700;
}
.flash-traditional__message {
  display: block;
}
@media (min-width: 640px) {
.flash-traditional__message {
    display: inline;
  }
  }
.flash-traditional__close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.flow-dialog-wrapper {
  position: fixed;
}
#flow-editor {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  padding: 0 64px;
}
.form-step-editor-window {
  position: relative;
  box-shadow: 0 2px 8px 0px rgba(206, 229, 239, 0.5);
  box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor50);
}
.form-step-editor-window::before {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  transform: translate(-50%, -50%) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: "";
    left: 50%;
    left: var(--editor-window-arrow-left, 50%);
    border-style: solid;
    border-top-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: 1;
    transition: 0.2s ease left;
}
.form-step-editor-window::after {
  position: absolute;
  top: -1px;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  transform: translate(-50%, -50%) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: "";
    left: 50%;
    left: var(--editor-window-arrow-left, 50%);
    border-style: solid;
    border-top-width: 14px;
    border-right-width: 14px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-top-color: rgba(206, 229, 239, 0.5);
    border-top-color: var(--tertiaryBrandColor50);
    border-right-color: rgba(206, 229, 239, 0.5);
    border-right-color: var(--tertiaryBrandColor50);
    border-bottom-color: transparent;
    border-left-color: transparent;
    opacity: 0.5;
    z-index: -1;
    transition: 0.2s ease left;
}
.flow-step .step-card {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 88px;
  width: 224px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 248 250 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow-step .step-card {
    border-color: rgb(247 248 250 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.flow-step .step-card{
    background: none;
    background: white;
  }
.flow-step .step-card {
    box-shadow: 0 2px 8px 0px rgba(206, 229, 239, 0.5);
    box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor50);
}
.flow-step .step-card .step__edit {
  --tw-text-opacity: 1;
  color: rgb(206 229 239 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow-step .step-card .step__edit {
    color: rgb(206 229 239 / var(--tw-text-opacity, 1));
  }
}
.flow-step .step-card:hover,
    .flow-step .step-card:focus {
        box-shadow: 0 2px 8px 0px rgb(206, 229, 239);
        box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor);
    }
.flow-step .step-card:hover .step__edit, .flow-step .step-card:focus .step__edit {
  --tw-text-opacity: 1;
  color: rgb(163 199 214 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow-step .step-card:hover .step__edit, .flow-step .step-card:focus .step__edit {
    color: rgb(163 199 214 / var(--tw-text-opacity, 1));
  }
}
.step-card-type {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.step-card-type.step-card-type--message {
  --tw-bg-opacity: 1;
  background-color: rgb(57 196 103 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.step-card-type.step-card-type--message {
    background-color: rgb(57 196 103 / var(--tw-bg-opacity, 1));
  }
}
.step-card-type.step-card-type--question {
  --tw-bg-opacity: 1;
  background-color: rgb(224 65 65 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.step-card-type.step-card-type--question {
    background-color: rgb(224 65 65 / var(--tw-bg-opacity, 1));
  }
}
.step__node .line {
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
  width: 3px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.step__node .line {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.quick-reply-branch {
  display: flex;
  flex-grow: 1;
}
.reply-label {
  position: relative;
  top: -12px;
  margin-bottom: -0.75rem;
  display: flex;
  height: 1.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 248 250 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.reply-label {
    border-color: rgb(247 248 250 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.reply-label{
    background: none;
    background: white;
  }
.reply-label {
  box-shadow: 0 2px 8px 0px rgba(206, 229, 239, 0.5);
  box-shadow: 0 2px 8px 0px var(--tertiaryBrandColor50);
}
.quick-reply-branch__horizontal {
  display: flex;
  min-width: 224px;
  flex-direction: row;
  justify-content: flex-start;
}
.quick-reply-branch__vertical {
  display: block;
}
.step__node .quick-reply-branch__horizontal > .line {
  flex: 2 2;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
  width: 56px;
  height: 3px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.step__node .quick-reply-branch__horizontal > .line {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.branch-merge-line--horizontal {
  width: 100%;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(206 229 239 / 1);
  height: 24px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.branch-merge-line--horizontal {
    border-color: rgb(206 229 239 / var(--tw-border-opacity, 1));
  }
}
.quick-reply-branch:first-of-type .quick-reply-branch__horizontal >.line:nth-child(1) {
    order: 2;
    flex-shrink: 1;
    flex-grow: 1;
  }
.quick-reply-branch:first-of-type .quick-reply-branch__horizontal >:nth-child(2) {
    order: 1;
    flex-shrink: 0;
  }
.quick-reply-branch:first-of-type .quick-reply-branch__horizontal >.line:nth-child(3) {
    order: 3;
    flex-shrink: 1;
    flex-grow: 1;
  }
.quick-reply-branch .quick-reply-branch__vertical.reply-label--extender {
    position: relative;
  }
.quick-reply-branch .quick-reply-branch__vertical.reply-label--extender::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
      content: "";
      height: 3px;
      z-index: -1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.quick-reply-branch .quick-reply-branch__vertical.reply-label--extender::after {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.quick-reply-branch:first-of-type .quick-reply-branch__vertical {
  align-items: flex-start;
}
.quick-reply-branch:first-of-type .quick-reply-branch__vertical.reply-label--extender {
    position: relative;
  }
.quick-reply-branch:first-of-type .quick-reply-branch__vertical.reply-label--extender::after {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
      content: "";
      height: 3px;
      z-index: -1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.quick-reply-branch:first-of-type .quick-reply-branch__vertical.reply-label--extender::after {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.quick-reply-branch:last-of-type .quick-reply-branch__horizontal >.line:nth-child(1) {
    order: 1;
    flex-shrink: 1;
  }
.quick-reply-branch:last-of-type .quick-reply-branch__horizontal >:nth-child(2) {
    order: 3;
    flex-shrink: 0;
  }
.quick-reply-branch:last-of-type .quick-reply-branch__horizontal >.line:nth-child(3) {
    order: 2;
    flex-shrink: 1;
  }
.quick-reply-branch:last-of-type .quick-reply-branch__vertical {
  align-items: flex-end;
}
.quick-reply-branch:last-of-type .quick-reply-branch__vertical.reply-label--extender {
    position: relative;
  }
.quick-reply-branch:last-of-type .quick-reply-branch__vertical.reply-label--extender::after {
  position: absolute;
  top: 0px;
  right: 50%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
      content: "";
      height: 3px;
      z-index: -1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.quick-reply-branch:last-of-type .quick-reply-branch__vertical.reply-label--extender::after {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.quick-reply-branches__inner--3up .quick-reply-branch__vertical .line:last-child {
  position: relative;
}
.quick-reply-branches__inner--3up .quick-reply-branch__vertical .line:last-child::after {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 229 239 / 1);
        content: "";
        width: 3px;
        height: 24px;
        z-index: -1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.quick-reply-branches__inner--3up .quick-reply-branch__vertical .line:last-child::after {
    background-color: rgb(206 229 239 / var(--tw-bg-opacity, 1));
  }
}
.quick-reply-branches__inner--3up .quick-reply-branch:first-of-type .quick-reply-branch__vertical .line:last-child::after, .quick-reply-branches__inner--3up .quick-reply-branch:last-of-type .quick-reply-branch__vertical .line:last-child::after {
  display: none;
}
.flow__panel.quick-reply-branches__inner--3up .quick-reply-branch:first-of-type .quick-reply-branch__vertical .line:last-child::after,.flow__panel .quick-reply-branches__inner--3up .quick-reply-branch:last-of-type .quick-reply-branch__vertical .line:last-child::after{display:none}
.branch-wrapper {
  position: relative;
}
.branch-wrapper::after {    
    position: absolute;
    left: 50%;
    right: 0px;
    width: calc(100% - 38px);
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(206, 229, 239);
    content: "";
    height: 24px;
    border-top: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    transform: translateX(-50%);
    z-index: -1;
  }
.end-of-flow {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 3.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(206 229 239 / 1);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  width: 224px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.end-of-flow {
    border-color: rgb(206 229 239 / var(--tw-border-opacity, 1));
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.footer-wrapper {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
.footer-wrapper {
    margin-top: 12rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  }
.footer {
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.footer {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {
.footer {
    flex-direction: row;
  }
  }
.footer__items {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 640px) {
.footer__items {
    width: 25%;
  }
  }
.footer__item {
  margin-bottom: 0.5rem;
  display: block;
}
.footer__item:not(:last-child) {
  margin-right: 1rem;
}
.footer__heading {
  margin-top: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.footer__heading {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.footer__link {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  text-decoration-line: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.footer__link {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.footer__link:hover {
  text-decoration-line: underline;
}
.field {
  width: 100%;
  margin-bottom: 1.5rem;
}
.fields-inline {
  display: flex;
}
.field__helper {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.field__helper {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
*::-moz-placeholder{
  color: rgba(107, 114, 128, 1) !important;
}
*::placeholder{
  color: rgba(107, 114, 128, 1) !important;
}
.buttons {
  display: flex;
  align-items: center;
}
.label,
label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.label,
label {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.input {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  background: #fcfcfd;
  font-family: 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;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.input:hover,
  .input:focus {
    border-color: #f9a638;
    border-color: var(--secondaryBrandColor);
    outline: none;
  }
.input--light {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input--light {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  }
}
.input--light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input--light:hover {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.input--light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input--light:focus {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.input--light {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  font-family: 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;
}
.input--light:hover,
  .input--light:focus {
    outline: none;
  }
button:focus {
  outline: none !important;
}
.input--dark {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input--dark {
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.input--dark:hover,
  .input--dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 1);
    outline: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input--dark:hover,
  .input--dark:focus {
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }
}
.input__invalid:not([disabled]) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input__invalid:not([disabled]) {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.input__invalid:not([disabled]):hover,
  .input__invalid:not([disabled]):focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / 1);
    outline: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input__invalid:not([disabled]):hover,
  .input__invalid:not([disabled]):focus {
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }
}
.field-centered {
  display: flex;
  align-items: center;
}
.input-radio,
.input-checkbox {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input-radio,
.input-checkbox {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}
body.input-radio,body
.input-checkbox{
    background: none;
    background: white;
  }
.input-radio,
.input-checkbox {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input-radio,
.input-checkbox {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.input-radio,.nav__link
.input-checkbox {
    color: white;
  }
.input-radio,
.input-checkbox {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input-radio,
.input-checkbox {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.input-radio:checked, .input-checkbox:checked {
    background-color: #e04141;
    background-color: var(--brandColor);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.input-radio {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input-radio {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.input-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='5'/%3e%3c/svg%3e");
  }
.input-checkbox {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.input-checkbox {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.input-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='white'%3e%3cpath d='M13.293 4.293a1 1 0 0 1 0 1.414L7 12a1 1 0 0 1-1.414 0L3.293 9.707a1 1 0 0 1 1.414-1.414l1.586 1.586 5.586-5.586a1 1 0 0 1 1.414 0z'/%3e%3c/svg%3e");
  }
.checkbox {
  margin-left: 0.5rem;
  text-transform: lowercase;
  cursor: pointer;
}
.radio-button__input {
  display: none;
}
.flow__panel.radio-button__input{display:none}
.radio-button__input:checked ~ .radio-button__label {
  font-weight: 700;
}
.radio-button__input:checked ~ .radio-button__label.radio-button__label--checkmark::before {
  --tw-border-opacity: 1;
  border-color: rgb(206 229 239 / 1);
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25ZM7.53044%2011.9697C7.23755%2011.6768%206.76268%2011.6768%206.46978%2011.9697C6.17689%2012.2626%206.17689%2012.7374%206.46978%2013.0303L9.46978%2016.0303C9.76268%2016.3232%2010.2376%2016.3232%2010.5304%2016.0303L17.5304%209.03033C17.8233%208.73744%2017.8233%208.26256%2017.5304%207.96967C17.2375%207.67678%2016.7627%207.67678%2016.4698%207.96967L10.0001%2014.4393L7.53044%2011.9697Z%22%20fill%3D%22%235ECF8F%22/%3E%3C/svg%3E");
        background-position: center;
        background-size: 24px 24px;
        background-repeat: no-repeat;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__input:checked ~ .radio-button__label.radio-button__label--checkmark::before {
    border-color: rgb(206 229 239 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label {
  margin-bottom: 0px;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 4rem;
}
@media (min-width: 1280px) {

  .radio-button__label {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
.radio-button__label {
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .radio-button__label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.radio-button__label {
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.radio-button__label{
    background: none;
    background: white;
  }
.radio-button__label {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label:hover {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label:focus {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label {
  cursor: pointer;
  border-radius: 0px;
}
.radio-button__label--checkmark {
  position: relative;
}
.radio-button__label--checkmark::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    height: 2rem;
    width: 2rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(236 239 243 / 1);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark::before {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.radio-button__label--checkmark::before{
    background: none;
    background: white;
  }
@media (min-width: 1280px) {

  .radio-button__label--checkmark::before {
    right: 1.5rem;
  }
}
.radio-button__label--checkmark:hover::before {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / 1);
  background-color: rgb(206 229 239 / 0.1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark:hover::before {
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label--checkmark.radio-button__label--checkmark--light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark.radio-button__label--checkmark--light {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  }
}
.radio-button__label--checkmark.radio-button__label--checkmark--light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark.radio-button__label--checkmark--light:hover {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label--checkmark.radio-button__label--checkmark--light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark.radio-button__label--checkmark--light:focus {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.radio-button__label--checkmark.radio-button__label--checkmark--light::before {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark.radio-button__label--checkmark--light::before {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.radio-button__label--checkmark.radio-button__label--checkmark--light::before{
    background: none;
    background: white;
  }
.radio-button__label--checkmark.radio-button__label--checkmark--light:hover::before {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--checkmark.radio-button__label--checkmark--light:hover::before {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.radio-button__label--checkmark.radio-button__label--checkmark--light:hover::before{
    background: none;
    background: white;
  }
.radio-button__label--checkmark.radio-button__label--checkmark--small {
    padding-left: 32px;
  }
.radio-button__label--checkmark.radio-button__label--checkmark--small::before {
      width: 24px;
      height: 24px;
      top: 4px;
      right: auto;
      right: initial;
      left: 4px;
    }
.radio-button__label--flow-step {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / 1);
  padding-right: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--flow-step {
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.radio-button__label--flow-step--message:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 196 103 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--flow-step--message:hover {
    background-color: rgb(57 196 103 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.radio-button__label--flow-step--message:hover {
    color: white;
  }
.radio-button__label--flow-step--question:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 65 65 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--flow-step--question:hover {
    background-color: rgb(224 65 65 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.radio-button__label--flow-step--question:hover {
    color: white;
  }
.radio-button__label--flow-step--collect_email:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 65 224 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--flow-step--collect_email:hover {
    background-color: rgb(171 65 224 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.radio-button__label--flow-step--collect_email:hover {
    color: white;
  }
.radio-button__label--flow-step--more:hover,
.radio-button__label--flow-step--more.radio-button__label--active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.radio-button__label--flow-step--more:hover,
.radio-button__label--flow-step--more.radio-button__label--active {
    background-color: rgb(196 196 196 / var(--tw-bg-opacity, 1));
  }
}
input:checked ~ .radio-button__label--flow-step {
  font-weight: 600;
}
input:checked ~ .radio-button__label--flow-step--message {
  --tw-bg-opacity: 1;
  background-color: rgb(57 196 103 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
input:checked ~ .radio-button__label--flow-step--message {
    background-color: rgb(57 196 103 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
input.nav__link:checked ~ .radio-button__label--flow-step--message {
    color: white;
  }
input:checked ~ .radio-button__label--flow-step--question {
  --tw-bg-opacity: 1;
  background-color: rgb(224 65 65 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
input:checked ~ .radio-button__label--flow-step--question {
    background-color: rgb(224 65 65 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
input.nav__link:checked ~ .radio-button__label--flow-step--question {
    color: white;
  }
input:checked ~ .radio-button__label--flow-step--collect_email {
  --tw-bg-opacity: 1;
  background-color: rgb(171 65 224 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
input:checked ~ .radio-button__label--flow-step--collect_email {
    background-color: rgb(171 65 224 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
input.nav__link:checked ~ .radio-button__label--flow-step--collect_email {
    color: white;
  }
.dropzone {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropzone {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.dropzone.dz-drag-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dropzone.dz-drag-hover {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
}
.sticky-shadow{
  box-shadow: 0px -8px 20px -20px #e0e0e0;
}
select.input,
select.input--light {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2379879c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}
.select--inline {
  position: relative;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke%3D%22%23332922%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
  -webkit-appearance: none; /* For Chrome, Safari, Edge, and Opera */
  -moz-appearance: none;    /* For Firefox */
  appearance: none;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.select--inline {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.select--inline-wrapper {
  position: relative;
  display: inline-block;
}
.select--inline-wrapper::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(51 41 34 / 1);
    height: 2px;
    width: calc(100% - 28px);
  }
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.select--inline-wrapper::after {
    background-color: rgb(51 41 34 / var(--tw-bg-opacity, 1));
  }
}
.flow_trigger_keywords__keyword {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: flex;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 214 224 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow_trigger_keywords__keyword {
    border-color: rgb(184 214 224 / var(--tw-border-opacity, 1));
    background-color: rgb(245 252 255 / var(--tw-bg-opacity, 1));
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.flow_trigger_keywords__keyword:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 199 214 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow_trigger_keywords__keyword:hover {
    border-color: rgb(163 199 214 / var(--tw-border-opacity, 1));
  }
}
.flow_trigger_keywords__keyword:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 199 214 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.flow_trigger_keywords__keyword:focus {
    border-color: rgb(163 199 214 / var(--tw-border-opacity, 1));
  }
}
.flow_trigger_keywords__keyword input {
  background-color: transparent;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
textarea {
  width: 100%;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
textarea {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
bodytextarea{
    background: none;
    background: white;
  }
textarea:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
textarea:hover {
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  }
}
textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
textarea:focus {
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  }
}
input[type="range"] {
  height: 24px;
  padding: 2px 12px;
  background:linear-gradient(to right, #ccc, #efefef);
}
#plan-quantity {
  height: 48px;
}
#minus,
#plus {
  height: 32px;
  width: 32px;
  line-height: 0;
  padding: 0;
  text-align: center;
  flex-shrink: 0;  
  border-radius: 48px;
  align-self: center;
}
#minus:hover,
  #minus:focus,
  #plus:hover,
  #plus:focus {
    transform: scale(1.05);
  }
#minus:active, #plus:active {
    transform: scale(0.95);
  }
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background: white;
  cursor: pointer;
  border-radius: 9999px;
  border-color: #e04141;
  border-color: var(--brandColor);
  border: none;
  width: 24px;
  height: 24px;
}
input[type="range"]::-moz-range-thumb {
  background-color: white;
  background: white;
  cursor: pointer;
  border-radius: 9999px;
  border-color: #e04141;
  border-color: var(--brandColor);
  border: none;
  width: 24px;
  height: 24px;
}
input[type="range"]:active::-webkit-slider-thumb,
input[type="range"]:active::-moz-range-thumb {
  background-color: #e04141;
  background-color: var(--brandColor);
  background: linear-gradient(to right, #e04141, #b65390);
  background: linear-gradient(to right, var(--brandColor), #b65390);
}
.hero {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 640px) {
.hero {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  }
.bg-radial-gradient{
  background-image: radial-gradient(ellipse at top, #4f80f4 5%, #8c3dc4 45%, #d22a70 75%, #fb7f2d 98%);
}
.bg-radial-gradient--left{
  background-image: linear-gradient(-45deg, #4f80f4 0%, #8c3dc4 25%, #d22a70 75%, #fb7f2d 100%);
}
.hero.bg-skewed--red-500::before{
  background-color: $brand-primary;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cpath fill='%235a6ee4' fill-opacity='0.25' d='M0 17.83V0h17.83a3 3 0 0 1-5.66 2H5.9A5 5 0 0 1 2 5.9v6.27a3 3 0 0 1-2 5.66zm0 18.34a3 3 0 0 1 2 5.66v6.27A5 5 0 0 1 5.9 52h6.27a3 3 0 0 1 5.66 0H0V36.17zM36.17 52a3 3 0 0 1 5.66 0h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 0 1 0-5.66V52H36.17zM0 31.93v-9.78a5 5 0 0 1 3.8.72l4.43-4.43a3 3 0 1 1 1.42 1.41L5.2 24.28a5 5 0 0 1 0 5.52l4.44 4.43a3 3 0 1 1-1.42 1.42L3.8 31.2a5 5 0 0 1-3.8.72zm52-14.1a3 3 0 0 1 0-5.66V5.9A5 5 0 0 1 48.1 2h-6.27a3 3 0 0 1-5.66-2H52v17.83zm0 14.1a4.97 4.97 0 0 1-1.72-.72l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1 0-5.52l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43c.53-.35 1.12-.6 1.72-.72v9.78zM22.15 0h9.78a5 5 0 0 1-.72 3.8l4.44 4.43a3 3 0 1 1-1.42 1.42L29.8 5.2a5 5 0 0 1-5.52 0l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1-.72-3.8zm0 52c.13-.6.37-1.19.72-1.72l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43a5 5 0 0 1 5.52 0l4.43-4.43a3 3 0 1 1 1.42 1.41l-4.44 4.43c.36.53.6 1.12.72 1.72h-9.78zm9.75-24a5 5 0 0 1-3.9 3.9v6.27a3 3 0 1 1-2 0V31.9a5 5 0 0 1-3.9-3.9h-6.27a3 3 0 1 1 0-2h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 1 1 2 0v6.27a5 5 0 0 1 3.9 3.9h6.27a3 3 0 1 1 0 2H31.9z'%3E%3C/path%3E%3C/svg%3E"), radial-gradient(ellipse at bottom, #4f80f4 5%, #8c3dc4 45%, #d22a70 75%, #fb7f2d 98%);*/
  //background-image: radial-gradient(ellipse at bottom, #4f80f4 5%, #8c3dc4 45%, #d22a70 75%, #fb7f2d 98%);
  background-image: url('/images/Slay.so---Gradient-Landscape_1920.jpg');
  background-size: cover;
}
.hero.hero--end.bg-skewed--red-500::before{
  background-color: #DFDBE5;
  //background-image: radial-gradient(ellipse at top, #4f80f4 5%, #8c3dc4 45%, #d22a70 75%, #fb7f2d 98%);
  //background-position: center top;
  background-image: url('/images/Slay.so---Gradient-Landscape_1920.jpg');
  background-size: cover;
}
.hero.hero--bg-d1 {
  background-color: #332922;
  background-image: url('/images/hero-danica-1.jpg');
  background-size: cover;
  background-position: right top;
}
.hero.hero--bg-d2 {
  background-color: #332922;
  background-image: url('/images/hero-danica-2.jpg');
  background-size: cover;
  background-position: center bottom;
}
.hero.hero--bg-d3 {
  background-color: #332922;
  background-image: url('/images/hero-danica-3.jpg');
  background-size: cover;
  background-position: center bottom;
}
.hero.hero--bg-d4 {
  background-color: #332922;
  background-image: url('/images/hero-danica-4.jpg');
  background-size: cover;
  background-position: center;
}
.hero.hero--bg-d5 {
  background-color: #332922;
  background-image: url('/images/hero-danica-5.jpg');
  background-size: cover;
  background-position: center;
}
.hero.hero--bg-d6 {
  background-color: #fff;
  background-image: url('/images/hero-danica-6.jpg');
  background-size: cover;
  background-position: right center;
}
.hero__content{
  position: relative;
  display:block;
  height:100%;
  width:100%;
  margin: auto;
  padding:0;
}
.hero__heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
.hero__heading {
    font-size: 3rem;
    line-height: 1;
  }
  }
.hero__subheading {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hero__subheading {
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {
.hero__subheading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  }
.p-1px{
  padding: 1px;
}
.rounded-xl{
  border-radius: 1rem;
}
.library-credit:hover span {
    color: rgb(26,32,44) !important;
}
.modal-wrapper {
  position: fixed;
  inset: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(237, 242, 247, 0.8); /* [1] */
  z-index: 1000002;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: .2s;
  overflow: auto;
  padding-top: 64px;
}
@media (min-width: 640px) {
.modal-wrapper {
    padding-top: 80px
}
  }
.modal {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 36rem;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.modal{
    background: none;
    background: white;
  }
.modal {
  animation-name: slideUp;
  animation-fill-mode: both;
  animation-duration: .5s;
}
@media (min-width: 640px) {
.modal {
    flex-direction: row;
  }
  }
.modal__sidebar {
  width: 100%;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__sidebar {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {
.modal__sidebar {
    width: 33.333333%;
  }
  }
.modal__content {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem;
}
.modal__header {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .modal__header {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {

  .modal__header {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  fill: currentColor;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__close {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.modal__close:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__close:hover {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
/* [1] tailwind does not have transparent colors out of the box */
.nav {
  transition: background .2s cubic-bezier(.25, .46, .45, .94),
              box-shadow .1s cubic-bezier(.215, .61, .355, 1);
  transition: background .2s var(--ease-out-quad),
              box-shadow .1s var(--ease-out-cubic);
}
@media (min-width: 640px) {
.nav {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav {
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
}
body.nav{
    background: none;
    background: white;
  }
.nav {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
  }
.nav--is-scrolling {
  transition: background .1s cubic-bezier(.55, .085, .68, .53),
              box-shadow .2s cubic-bezier(.550, .055, .675, .19);
  transition: background .1s var(--ease-in-quad),
              box-shadow .2s var(--ease-in-cubic);
}
@media (min-width: 640px) {
.nav--is-scrolling {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav--is-scrolling {
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
}
body.nav--is-scrolling{
    background: none;
    background: white;
  }
  }
.nav__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__content {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.nav__content{
    background: none;
    background: white;
  }
.nav__logo {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__logo {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.nav__logo {
    color: white;
  }
.nav--is-scrolling .nav__logo {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav--is-scrolling .nav__logo {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.nav__items {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 640px) {
.nav__items {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__items {
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
}
body.nav__items{
    background: none;
    background: white;
  }
.nav__items {
    opacity: 0;
    background: white;
    z-index: 3;
    transform: translateX(-100vw);
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100vh;
    justify-content: flex-start;
  }
  }
@media (min-width: 640px) {
.nav__items {
    flex-direction: row;
    align-items: center;
  }
  }
.nav__items--visible {
  height: 100%;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  pointer-events: auto;
}
.nav__item {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
@media (min-width: 640px) {
.nav__item {
    margin-bottom: 0px;
  }
.nav__item + .nav__item {
    margin-left: 0.5rem;
  }
  }
.nav__link {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__link {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.nav__link:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__link:hover {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {

    .nav--is-scrolling .nav__link {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav--is-scrolling .nav__link {
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
}
  }
.nav__link.text-white {
    color: white !important;
  }
.nav__button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__button {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.nav__button{
    background: none;
    background: white;
  }
.nav__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__button:hover {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.nav--is-scrolling .nav__button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav--is-scrolling .nav__button {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.nav--is-scrolling .nav__button {
    color: white;
  }
.nav--is-scrolling .nav__button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav--is-scrolling .nav__button {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.navigation__toggle {
  position: relative;
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  z-index: 3;
  transition: transform 0.2s ease-in;
  cursor: pointer;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.navigation__toggle {
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.navigation__toggle:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.navigation__toggle:hover {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 640px) {
.navigation__toggle {
    display: none
}
  }
.navigation__toggle:after,
  .navigation__toggle:before {
    content: "";
    position: absolute;
    top: 12px; left: -24px;
    width: 16px; height: 2px;
    background-color: #2d3748;
  }
.navigation__toggle:before {
    transform: translateY(-2px);
  }
.navigation__toggle:after {
    transform: translateY(2px);
  }
.nav__toggle--toggled {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  transition: transform 0.2s ease-in;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__toggle--toggled {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.nav__toggle--toggled:before {
    transform: rotate(-45deg);
  }
.nav__toggle--toggled:after {
    transform: rotate(45deg);
  }
.nav__item-announcements {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-announcements {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.nav__item-announcements:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-announcements:hover {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.nav__item-announcements--unread {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-announcements--unread {
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.nav__item-announcements--unread:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-announcements--unread:hover {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
}
.nav__item-announcements--unread:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -0.25rem;
    margin-right: -0.25rem;
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / 1);
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / 1);
    border-radius: 9999px;
  }
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-announcements--unread:before {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }
}
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.5rem;
}
.pagination a {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1;
  border-width: 2px;
  border-color: transparent;
  cursor: pointer;
  font-weight: 700;
  height: 3rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination a {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body.pagination a{
    background: none;
    background: white;
  }
.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination a:hover {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1));
  }
}
.pagination a {
  border-radius: 2px;
  transition: 0.2s ease all;

  line-height: 2.6rem;
}
.pagination a:hover {
  color: rgb(26,32,44);
}
.pagination .disabled {
  color: #718096;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.pagination {
  display: flex;
}
.pagination-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  text-decoration-line: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.pagination-item:last-child {
  border-right-width: 1px;
}
.pagination-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item:hover {
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
}
.pagination-item--rounded {
  margin-right: 0.5rem;
  border-width: 2px;
  border-radius: 9999px;
}
.pagination-item--active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
  cursor: default;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item--active {
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
.pagination-item--active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item--active:hover {
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
.pagination-item--disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  cursor: default;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item--disabled {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.pagination-item--disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagination-item--disabled:hover {
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.pill {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  border-radius: 9999px;
}
.pill--xs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
  text-transform: none;
  font-size: 0.65rem;
}
.pill--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--primary {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }
}
.pill--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--secondary {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.pill--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--tertiary {
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }
}
.pill--low {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / 1);
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--low {
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }
}
.pill--mid {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--mid {
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }
}
.pill--high {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / 1);
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--high {
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }
}
.pill--max {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--max {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }
}
.pill--banned {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--banned {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.pill--trust {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(54 151 240 / 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--trust {
    background-color: rgb(54 151 240 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.nav__link.pill--trust {
    color: white;
  }
.pill--input {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: flex;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 229 239 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pill--input {
    border-color: rgb(206 229 239 / var(--tw-border-opacity, 1));
    background-color: rgb(245 252 255 / var(--tw-bg-opacity, 1));
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.pill--input.pill--input--circle {
    @aply px-0 justify-center w-8;
  }
.pill--input.pill--input--compact {
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pill--input.step-card__delay {
  position: absolute;
  top: 0px;
  left: 0.75rem;
  margin-right: 0px;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.progress-bar-wrapper {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 234 242 / 1);
  border-radius: 9999px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.progress-bar-wrapper {
    background-color: rgb(217 234 242 / var(--tw-bg-opacity, 1));
  }
}
.progress-bar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / 1);
  border-radius: 9999px;
  background: linear-gradient(45deg, #e04141 0%, #f9a638 100%);
  transition: 0.2s ease width;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.progress-bar {
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }
}
.bg-skewed {
  position: relative;
}
.bg-skewed:before {
    content: '';
    position: absolute;
    inset: 0px;
    z-index: -1;
    top: -64px;
    transform: skewY(-3deg);
  }
@media (min-width: 640px) {
.bg-skewed:before {
      top: -98px
  }
    }
.bg-skewed--red-500:before {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--red-500:before {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.bg-skewed--gray-100:before {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--gray-100:before {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-skewed--gray-200:before {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--gray-200:before {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-skewed--gray-300:before {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--gray-300:before {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.bg-skewed--gray-400:before {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--gray-400:before {
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }
}
.bg-skewed--gray-800:before {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-skewed--gray-800:before {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
.skewed-component--right {
    transform: scale(1.2) translateX(20px) translateY(-26px) perspective(1290px) rotateY(29deg) rotateX(2deg) rotate(-2deg)
}
.skewed-component--left {
    transform: scale(1.2) translateX(20px) translateY(-26px) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg)
}
  }
.tns-nav {
  display: none;
}
@keyframes loader-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-spinner,
.animate-refresh {
  animation: loader-spinner 1250ms infinite linear;
}
.loader-spinner:not(:required) {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
  border-right-color: transparent;
  text-indent: -9999px;
  animation: loader-spinner 1250ms infinite linear;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.loader-spinner:not(:required) {
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
@keyframes loader-blocks {
  0% {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
0% {
      background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
    }
}
  10% {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
10% {
      background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    }
}
  40% {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
40% {
      background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
    }
}
}
.loader-blocks:not(:required) {
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
  text-indent: -9999px;
  animation: loader-blocks 2000ms 300ms infinite ease-out;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.loader-blocks:not(:required) {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
}
.loader-blocks:not(:required):not(:required):before,
  .loader-blocks:not(:required):not(:required):after {
    content: " 0B";
    position: absolute;
    top: 0px;
    display: inline-block;
    height: 1rem;
    width: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / 1);
  }
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.loader-blocks:not(:required):not(:required):before,
  .loader-blocks:not(:required):not(:required):after {
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
}
.loader-blocks:not(:required):not(:required):before {
    left: -.8em;
    animation: loader-blocks 2000ms 150ms infinite ease-out;
  }
.loader-blocks:not(:required):not(:required):after {
    right: -.8em;
    animation: loader-blocks 2000ms 450ms infinite ease-out;
  }
#strategy-profile__edit .flickity-viewport {
        transition: height ease 0.2s;
    }
#strategy-profile__edit ol.flickity-page-dots {
        bottom: auto !important;
        bottom: initial !important;
        top: 20px !important;
        right: 0px !important;
        text-align: right;
    }
#strategy-profile__edit ol.flickity-page-dots .dot {
            margin: 0 6px;
            background: #f25c57;
        }
#strategy-profile__edit button.flickity-prev-next-button {
        position: relative;
        width: calc(50% - 8px);
        border-radius: 2px;
        transform: none;
    }
#strategy-profile__edit button.flickity-prev-next-button .flickity-button-icon {
            left: auto;
            left: initial;
        }
#strategy-profile__edit button.flickity-prev-next-button :disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
#strategy-profile__edit button.flickity-prev-next-button.disabled {
          /*@apply !bg-slaybrown/50 !text-white !pointer-events-none !cursor-not-allowed;*/
          pointer-events: none;
          cursor: not-allowed;
          opacity: 0.5;
        }
#strategy-profile__edit .strategy__carousel button.flickity-prev-next-button {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {

  #strategy-profile__edit .strategy__carousel button.flickity-prev-next-button {
    display: none;
  }
}
#strategy-profile__edit button.flickity-prev-next-button.previous {
        margin-right: 16px;
    }
#strategy-profile__edit button.flickity-prev-next-button.previous::before {
            content: 'Back';
        }
#strategy-profile__edit button.flickity-prev-next-button.previous .flickity-button-icon {
            top: 12px;
            width: 24px;
            height: 24px;
            left: 20px;
        }
#strategy-profile__edit button.flickity-prev-next-button.next::after {
            content: 'Next';
        }
#strategy-profile__edit button.flickity-prev-next-button.next .flickity-button-icon {
            top: 12px;
            width: 24px;
            height: 24px;
            right: 20px;
        }
#strategy-profile__edit button.flickity-button {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1;
  border-width: 2px;
  border-color: transparent;
  cursor: pointer;
  font-weight: 700;
  height: 3rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
#strategy-profile__edit button.flickity-button {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
body#strategy-profile__edit button.flickity-button{
    background: none;
    background: white;
  }
#strategy-profile__edit button.flickity-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
#strategy-profile__edit button.flickity-button:hover {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1));
  }
}
#strategy-profile__edit button.flickity-button {
        border-radius: 2px;
        transition: 0.2s ease all;
      
        line-height: 2.6rem;
    }
@media (min-width: 768px) {

  #strategy-profile__edit button[type=submit] {
    display: none;
  }
}
.table, .fake-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}
.table th, .fake-table th {
    text-align: inherit;
  }
.table td,
  .table th,
  .fake-table td,
  .fake-table th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table td,
  .table th,
  .fake-table td,
  .fake-table th {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.table .fake-table__col,.fake-table .fake-table__col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.table .fake-table__row,.fake-table .fake-table__row {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table .fake-table__row,.fake-table .fake-table__row {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.table tr:last-of-type td,
  .table .fake-table__row:last_of-type,
  .fake-table tr:last-of-type td,
  .fake-table .fake-table__row:last_of-type {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table tr:last-of-type td,
  .table .fake-table__row:last_of-type,
  .fake-table tr:last-of-type td,
  .fake-table .fake-table__row:last_of-type {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.table thead th, .fake-table thead th {
  vertical-align: bottom;
}
.table tbody + tbody, .fake-table tbody + tbody {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table tbody + tbody, .fake-table tbody + tbody {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.fake-table__hashtag-name{
  max-width: none;
  min-width: 0;
}
.fake-table__hashtag-name div{
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }
.fake-table__hashtag-name div::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
  }
@media screen and (min-width: 414px){
  .fake-table__hashtag-name{
    max-width: none;
    min-width: 0;
  }
}
.tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tabs {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (min-width: 640px) {
.tabs {
    width: 33.333333%;
    flex-direction: column;
  }
  }
.tab {
  display: flex;
  width: 33.333333%;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
.tab {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  }
.tab--light {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--light {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.tab--light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--light:hover {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.tab--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--dark {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
.tab--dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--dark:hover {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.tab--active-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active-dark {
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.tab--active-light {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active-light {
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }
}
.tab__heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.tab__heading--light {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab__heading--light {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.tab__heading--dark {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab__heading--dark {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.tab__icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}
.panel {
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 640px) {
.panel {
    width: 66.666667%;
    padding-left: 3rem;
  }
  }
.panel--light {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.panel--light {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.panel--dark {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.panel--dark {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.panel__heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.panel__heading--light {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.panel__heading--light {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.panel__heading--dark {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.panel__heading--dark {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.panel__content {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.testimonials {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.testimonial {
  margin-bottom: 1rem;
  width: 100%;
  padding-right: 4rem;
}
@media (min-width: 640px) {
.testimonial {
    margin-bottom: 0px;
    width: 33.333333%;
  }
  }
.testimonial__content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.testimonial__content {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.testimonial__author {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
}
.testimonial__author-avatar {
  flex-shrink: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__author-name {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.testimonial__author-name {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.testimonial__author-link {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.testimonial__author-link {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-\[6px\] {
  margin-top: -6px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.\!h-10 {
  height: 2.5rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[calc\(100\%\+256px\)\] {
  height: calc(100% + 256px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-10 {
  width: 2.5rem !important;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[342px\] {
  width: 342px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[512px\] {
  width: 512px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-laptop {
  width: 1248px;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[39ch\] {
  max-width: 39ch;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[65ch\] {
  max-width: 65ch;
}
.max-w-full {
  max-width: 100%;
}
.max-w-laptop {
  max-width: 1248px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-none {
  border-style: none;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-100 {
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-200 {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-300 {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-400 {
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-800 {
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-600 {
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }
}
.border-slaygold\/0 {
  border-color: rgb(249 166 56 / 0);
}
.border-slaygray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-slaygray-100 {
    border-color: rgb(247 248 250 / var(--tw-border-opacity, 1));
  }
}
.border-slaygray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-slaygray-200 {
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }
}
.border-slaygray-225 {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-slaygray-225 {
    border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
  }
}
.border-slaygray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-slaygray-300 {
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-white {
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-yellow-300 {
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }
}
.border-t-slaygray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-t-slaygray-100 {
    border-top-color: rgb(247 248 250 / var(--tw-border-opacity, 1));
  }
}
.border-t-slaygray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 240 240 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-t-slaygray-200 {
    border-top-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-100 {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-200 {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-800 {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-900 {
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-green-100 {
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-green-500 {
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-100 {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-400 {
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-500 {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.bg-slaybggray {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-slaybggray {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.bg-slaybrown\/10 {
  background-color: rgb(51 41 34 / 0.1);
}
.bg-slaygray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-slaygray-100 {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.bg-slaygray-100\/70 {
  background-color: rgb(247 248 250 / 0.7);
}
.bg-slaygray-225 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-slaygray-225 {
    background-color: rgb(236 239 243 / var(--tw-bg-opacity, 1));
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-white {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-yellow-100 {
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-slaybggray {
  --tw-gradient-from: #F7F8FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 248 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slayblue-600 {
  --tw-gradient-from: #2D9CDB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 156 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slaybrown {
  --tw-gradient-from: #332922 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 41 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slayblue-400 {
  --tw-gradient-to: rgb(94 207 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5ECFEE var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slayblue-500 {
  --tw-gradient-to: rgb(57 196 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #39C4E4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slayred {
  --tw-gradient-to: rgb(224 65 65 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #E04141 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-slaybggray {
  --tw-gradient-to: #F7F8FA var(--tw-gradient-to-position);
}
.to-slayblue-300 {
  --tw-gradient-to: #7ED9F7 var(--tw-gradient-to-position);
}
.to-slaygold {
  --tw-gradient-to: #F9A638 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-6 {
  padding: 1.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-right {
  text-align: right !important;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.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-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-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.4em\] {
  line-height: 1.4em;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-black {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-400 {
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-500 {
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-100 {
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-200 {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-400 {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-500 {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-600 {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-700 {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-800 {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-900 {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-500 {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-600 {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-purple-500 {
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-600 {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.text-slayblue {
  --tw-text-opacity: 1;
  color: rgb(45 156 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slayblue {
    color: rgb(45 156 219 / var(--tw-text-opacity, 1));
  }
}
.text-slaybluegray-600 {
  --tw-text-opacity: 1;
  color: rgb(163 199 214 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slaybluegray-600 {
    color: rgb(163 199 214 / var(--tw-text-opacity, 1));
  }
}
.text-slaybrown {
  --tw-text-opacity: 1;
  color: rgb(51 41 34 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slaybrown {
    color: rgb(51 41 34 / var(--tw-text-opacity, 1));
  }
}
.text-slaybrown\/50 {
  color: rgb(51 41 34 / 0.5);
}
.text-slaygold {
  --tw-text-opacity: 1;
  color: rgb(249 166 56 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slaygold {
    color: rgb(249 166 56 / var(--tw-text-opacity, 1));
  }
}
.text-slaygray-400 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slaygray-400 {
    color: rgb(196 196 196 / var(--tw-text-opacity, 1));
  }
}
.text-slaygreen {
  --tw-text-opacity: 1;
  color: rgb(94 207 143 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slaygreen {
    color: rgb(94 207 143 / var(--tw-text-opacity, 1));
  }
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-500 {
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-600 {
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-gray-600:hover {
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }
}
.hover\:border-slaygold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 166 56 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-slaygold:hover {
    border-color: rgb(249 166 56 / var(--tw-border-opacity, 1));
  }
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-100:hover {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-200:hover {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-300:hover {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-slaygray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-slaygray-100:hover {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-slaygray-300\/70:hover {
  background-color: rgb(217 217 217 / 0.7);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-white:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-500:hover {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-600:hover {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-700:hover {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-900:hover {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-red-500:hover {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-red-600:hover {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-red-700:hover {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:bg-slaygray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:bg-slaygray-100:focus {
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
  }
}
.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:text-red-600:focus {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:no-underline:focus {
  text-decoration-line: none;
}
.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 400px) {

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

  .xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 640px) {

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

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

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

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

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

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

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:-mr-4 {
    margin-right: -1rem;
  }

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[120px\] {
    width: 120px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[425px\] {
    max-width: 425px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:\!p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

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

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

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

  .lg\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

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

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

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

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

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

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

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

  .lg\:leading-\[1\.2em\] {
    line-height: 1.2em;
  }
}
@media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

