
@import "https://vjs.zencdn.net/8.6.1/video-js.css";
@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
/*
! tailwindcss v3.3.5 | 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: #D4D4D4; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #868686; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #868686; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.dark input[type="range"]::-webkit-slider-thumb{
  background: #8FAEE0;
}
input[type="range"]:disabled::-webkit-slider-thumb{
  }
input[type="range"]:disabled:focus::-webkit-slider-thumb{
  }
input[type="range"]:disabled:active::-webkit-slider-thumb{
  }
.dark input[type="range"]:disabled::-webkit-slider-thumb{
  }
.dark input[type="range"]:disabled:focus::-webkit-slider-thumb{
  }
.dark input[type="range"]:disabled:active::-webkit-slider-thumb{
  }
input[type="range"]::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.dark input[type="range"]::-moz-range-thumb{
  background: #8FAEE0;
}
input[type="range"]:disabled::-moz-range-thumb{
  }
.dark input[type="range"]:disabled::-moz-range-thumb{
  }
input[type="range"]::-moz-range-progress{
  background: #3061AF;
}
input[type="range"]::-ms-fill-lower{
  background: #3061AF;
}
.dark input[type="range"]::-moz-range-progress{
  background: #6590D5;
}
.dark input[type="range"]::-ms-fill-lower{
  background: #6590D5;
}
input[type="range"]:focus{
  outline: none;
}
input[type="range"]:focus::-webkit-slider-thumb{
  background: #3061AF;
}
input[type="range"]:active::-webkit-slider-thumb{
  background: #285192;
}
.dark input[type="range"]:focus::-webkit-slider-thumb{
  background: #6590D5;
}
.dark input[type="range"]:active::-webkit-slider-thumb{
  background: #3061AF;
}
*, ::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:  ;
}
::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:  ;
}
/* Custom Base Styles */
.container{
  width: 100%;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
/* @import all of your components from here... */
/* header-loomly v3 */
#header {
  z-index: 61;
  background: white;
}
.header-loomly {
  /* border-bottom: 1px solid var(--gray-dark);
  min-height: 5.375rem; */
  width: calc(100vw + 15px);
  position: relative;
  min-height: 78px;
}
.header-loomly .hl_logo {
    transform: scale(0.9);
    transform-origin: left center;
  }
@media screen and (min-width: 1200px) {
.header-loomly {
    width: 100%;
}
  }
.header-loomly .hl_nav-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.header-loomly .hl_main-nav {
  }
.header-loomly > nav > div {
    padding: 1rem 0;
  }
@media screen and (min-width: 1008px) {
.header-loomly > nav > div {
      padding: 1.3rem 0;
  }
    }
@media screen and (min-width: 1200px) {
.header-loomly > nav > div {
      padding: 0;
  }
    }
.header-loomly > nav {
    max-height: calc(100vh);
    overflow-y: scroll;
  }
@media screen and (min-width: 1200px) {
.header-loomly > nav {
      max-height: unset;
      overflow: unset;
  }
    }
/* New mobile breakpoints for nav @1200 */
.header-loomly .header-loomly_mobile {
    display: flex;
  }
@media screen and (min-width: 1200px) {
.header-loomly .header-loomly_mobile {
      display: none;
  }
    }
.header-loomly .header-loomly_desktop {
    display: hidden;
  }
@media screen and (min-width: 1200px) {
.header-loomly .header-loomly_desktop {
      margin: 0;
      display: flex;
      flex-basis: auto;
  }
    .header-loomly .mega-menu {
      display: block;
    }
    .header-loomly .hl_main-nav {
      margin-top: 0.5rem;
      flex-direction: row;
      margin-bottom: 0;
    }
    }
.header-loomly .button,
  .header-loomly a.button {
    margin-bottom: 0;
  }
.header_mini-button {
  display: none !important;
  position: relative;
  top: 0;
}
@media screen and (min-width: 448px) {
  .header_mini-button {
    display: block !important;
  }
}
.button.button--mini,
a.button.button--mini {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
      .header-loomly .hl_main-nav > li {
        margin-right: 1rem;
      }
}
@media (min-width: 1200px) {
    .header-loomly .hl_logo {
      transform: scale(1);
    }
    .header-loomly .hl_main-nav {
      margin-left: 2rem;
    }
      .header-loomly .hl_main-nav > li {
        margin-right: 2rem;
      }
}
@media (min-width: 1280px) {
      .header-loomly .hl_main-nav > li {
        margin-right: 2.5rem;
      }
}
/* Wrapper */
#loomlyNav {
}
/* New Mega Menu */
ul.hl_main-nav {
  margin-bottom: 2rem;
}
ul.hl_main-nav li.is--active a.nav-level-0 {
      color: var(--theme-green) !important;
    }
ul.hl_main-nav > li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d7ce;
  }
ul.hl_main-nav > li.hl_main-nav__mega::before {
      position: absolute;
      right: 1rem;
      top: 1rem;
      content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="" ><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /></svg>');
      width: 1.6rem;
      height: 1.6rem;
      transition-delay: 0;
      transition-duration: 0.4s;
      transition-property: all;
      transition-timing-function: ease-in-out;
    }
/* color: var(--theme-green); */
ul.hl_main-nav > li.is--open.hl_main-nav__mega::before {
        transform: rotate(-180deg);
      }
ul.hl_main-nav > li.is--open.hl_main-nav__mega .submenu {
        max-height: 80rem;
      }
@media screen and (min-width: 1200px) {
ul.hl_main-nav > li {
      position: relative;
      border: none;
      margin-right: 0.5rem;
  }
      ul.hl_main-nav > li.hl_main-nav__mega::before {
        display: none;
      }
    }
ul.hl_main-nav > li > a {
      position: static;
      display: inline-block;
      padding: 1rem 0;
    }
@media screen and (min-width: 1200px) {
ul.hl_main-nav > li > a {
        padding: 2rem 0;
        display: inline-block;
    }
ul.hl_main-nav .hl_main-nav__mega {
      position: unset;
  }
      }
ul.hl_main-nav .hl_main-nav__mega > a {
      position: relative;
      padding-right: 1.6rem;
    }
ul.hl_main-nav .hl_main-nav__mega > a span {
        display: none;
      }
@media screen and (min-width: 1200px) {
ul.hl_main-nav .hl_main-nav__mega > a span {
          display: block;
          position: absolute;
          top: 1.8rem;
          right: -0.6rem;
          transition-delay: 0;
          transition-duration: 0.4s;
          transition-property: all;
          transition-timing-function: ease-in-out;
      }
          ul.hl_main-nav .hl_main-nav__mega > a span > svg {
            width: 1.75rem;
            height: 1.75rem;
          }
        }
ul.hl_main-nav .hl_main-nav__mega > a:focus span, ul.hl_main-nav .hl_main-nav__mega:hover > a span {
        transform: rotate(-180deg);
        transform-origin: center center;
      }
@media screen and (min-width: 1200px) {
ul.hl_main-nav {
    margin-bottom: 0;
}
      :is(ul.hl_main-nav > li:hover,ul.hl_main-nav > li.is--active,ul.hl_main-nav .hl_main-nav__mega:hover) > a {
        color: var(--theme-green);
      }
      :is(ul.hl_main-nav > li:hover,ul.hl_main-nav > li.is--active,ul.hl_main-nav .hl_main-nav__mega:hover) > a::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-bottom: 4px solid var(--theme-green);
        pointer-events: none;
        z-index: 10;
      }

    ul.hl_main-nav > li > a:focus::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      border-bottom: 4px solid var(--theme-green);
      pointer-events: none;
      z-index: 10;
    }
      ul.hl_main-nav .hl_main-nav__mega.is--active > a:after, ul.hl_main-nav .hl_main-nav__mega:hover > a:after {
        width: calc(100% + 0.4rem);
      }
    ul.hl_main-nav .hl_main-nav__mega > a:focus + .mega-menu,
    ul.hl_main-nav .hl_main-nav__mega:hover .mega-menu {
      opacity: 1;
      z-index: 1;
      pointer-events: auto;
    }
    ul.hl_main-nav .mega-menu {
      display: block;
      position: absolute;
      left: 0;
      top: 5.75rem;
      width: 100%;
      opacity: 0;
      z-index: -1;
      transition-delay: 0;
      transition-duration: 0.5s;
      transition-property: opacity, z-index;
      transition-timing-function: ease-in-out;
      pointer-events: none;
    }
    ul.hl_main-nav .mega-menu.mega-menu--testing {
      opacity: 1 !important;
    }
  }
.hl_main-nav .submenu {
  max-height: 0;
  overflow: hidden;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-property: max-height;
  transition-timing-function: ease-in;
}
.hl_main-nav .submenu ul > li {
    width: 100%;
    border-top: 1px solid #d9d7ce;
    background: #f6f9f5;
  }
.hl_main-nav .submenu ul > li .blank {
      width: 100%;
      display: inline-block;
      padding: 1rem;
      font-size: 0.875rem;
      pointer-events: none;
    }
.hl_main-nav .submenu ul > li .blank:hover {
        color: var(--gray);
      }
.hl_main-nav .submenu ul > li .blank span {
        display: block;
      }
.hl_main-nav .submenu ul > li .blank .subtitle {
        color: #a1a1a1;
      }
.hl_main-nav .submenu ul > li a {
      width: 100%;
      display: inline-block;
      padding: 1rem;
      font-size: 0.875rem;
    }
.hl_main-nav .submenu ul > li a:hover {
        color: var(--theme-green);
      }
.hl_main-nav .submenu ul > li a span {
        display: block;
      }
.hl_main-nav .submenu ul > li a .subtitle {
        color: #a1a1a1;
      }
@media screen and (min-width: 1200px) {
.hl_main-nav .submenu {
    max-height: 0;
    display: none !important;
}
  }
.mega-menu {
  display: none;
}
@media screen and (min-width: 1200px) {
.mega-menu {
    display: block;
}
  }
.mega-menu .mm_box__wrapper {
    position: relative;
    background: #f9fcf9;
    overflow: hidden;
  }
.mega-menu .mm_box__wrapper:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px 0px inset;
      pointer-events: none;
    }
.mega-menu .mm_box__wrapper:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background:
        url(../../images/bg-mega-menu_right.png) right bottom no-repeat,
        linear-gradient(173deg, rgba(255, 255, 255, 0) 50%, #67bf78 105.8%);
    }
@media screen and (min-width: 1200px) {
.mega-menu .mm_box__wrapper:before {
        left: calc(100vw - (100vw / 1.3));
    }
      }
.mega-menu .mm_box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    min-height: 30rem;
    justify-content: space-between;
  }
.mega-menu .mm_box .mm_box-left {
      position: relative;
      background-color: #f9fcf9;
      min-width: 19rem;
      padding: 3rem 2rem;
      border-right: 1px solid #d9d7ce;
    }
.mega-menu .mm_box .mm_box-left:before {
        display: block;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #f9fcf9;
        pointer-events: none;
      }
.mega-menu .mm_box .mm_box-middle {
      position: relative;
      background-color: #f6f9f5;
      width: 0;
      overflow: hidden;

      border: none;
      transition-delay: 0;
      transition-duration: 0.5s;
      transition-property: all;
      transition-timing-function: ease-in-out;
    }
.mega-menu .mm_box .mm_box-middle.mm_box-middle--open {
        width: 24rem;
        padding: 3rem 0;
        border-right: 1px solid #d9d7ce;
      }
@media (min-width: 1280px) {
.mega-menu .mm_box .mm_box-middle.mm_box-middle--open {
          width: 28rem;
      }
        }
.mega-menu .mm_box .mm_box-right {
      position: relative;
      flex: 1;
      max-width: 20rem;
      padding: 3rem 2rem;
    }
.mega-menu .mm_box .mm_box-heading {
      position: relative;
      font-size: 1.25rem;
      font-weight: 500;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
    }
.mega-menu .mm_box .mm_box-heading:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2.875rem;
        height: 0.25rem;
        background-color: var(--theme-green);
      }
.mega-menu .mm_box .mm_box-heading.mm_box-heading--purple:after {
        background-color: var(--theme-purple);
      }
.mega-menu .mm_box .mm_box-heading a:hover {
        color: var(--theme-green) !important;
      }
.mega-menu .mm_box .mm_box-left_3col {
      position: relative;
      background-color: #f9fcf9;
      min-width: 19rem;
      flex: 1;
      display: flex;
      flex-direction: row;
    }
.mega-menu .mm_box .mm_box-left_3col:before {
        display: block;
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #f9fcf9;
        pointer-events: none;
      }
.mega-menu .mm_box .mm_box-left_3col .mbl_col {
        width: 33%;
        padding: 3rem 2rem;
      }
.mega-menu .mm_box .mm_box-left_3col .mbl_col:not(:last-child) {
          border-right: 1px solid #d9d7ce;
        }
.mega-menu .mm_box .mm_box-left_3col .mm_nav {
        width: 13.5rem;
      }
.mega-menu .mm_box .mm_box-left_3col .mm_box-heading,
      .mega-menu .mm_box .mm_box-left_3col .mm_box-heading a {
        font-weight: 500;
      }
.mega-menu .mm_box .mm_box-left_3col .mm_box-heading a:hover {
        color: var(--theme-green);
      }
.mega-menu .more {
    position: relative;
  }
.mega-menu .more svg,
    .mega-menu .more span {
      display: inline-block;
    }
.mega-menu .more:hover {
      color: var(--theme-green);
    }
.mega-menu.mega-menu--integrations .mm_box .mm_box-left {
    width: calc(100% - 24rem);
  }
.mega-menu.mega-menu--resources .mm_box-middle {
    min-height: 22rem;
  }
.mega-menu.mega-menu--resources .mm_box-middle .mm_media-column {
    width: calc(100% - 2rem);
  }
.mega-menu.mega-menu--resources .mm_box .mm_box-middle.mm_box-middle--open {
    width: calc(100% - 18rem - 24rem);
  }
.card-news {
  position: relative;
}
.card-news .card-news_media {
    background: var(--gray);
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }
.card-news .card-news_media img {
    }
.card-news .card-news_details {
    margin-bottom: 1rem;
  }
.card-news .card-news_action {
  }
.card-news .action-learnmore,
  .card-news a.action-learnmore {
    display: flex;
    align-items: center;
    color: var(--gray);
    letter-spacing: 0.32px;
  }
:is(.card-news .action-learnmore,.card-news a.action-learnmore) svg {
      margin-left: 0.5rem;
    }
:is(.card-news .action-learnmore,.card-news a.action-learnmore):hover {
      color: var(--theme-green);
    }
.mm_nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.125rem;
  flex-wrap: wrap;
  width: 18rem;
}
.mm_nav .mm_nav-item {
    width: inherit;
  }
.mm_nav.mm_nav--2col {
    flex-direction: row;
    flex-wrap: wrap;
    width: 38rem;
  }
.mm_nav.mm_nav--2col .mm_nav-item {
      width: calc(50% - 2rem);
    }
.mm_nav.mm_nav--3col {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
.mm_nav.mm_nav--3col .mm_nav-item {
      width: calc(33% - 2rem);
    }
@media (min-width: 1280px) {
    .mm_nav.mm_nav--3col {
      flex-direction: row;
      flex-wrap: wrap;
      width: 46rem;
      gap: 1rem;
    }
      .mm_nav.mm_nav--3col .mm_nav-item {
        width: calc(33.3% - 2rem);
      }
  }
.mm_nav .mm_nav-item {
    position: relative;
  }
.mm_nav .mm_nav-item a {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      background-color: #f9fcf9;
      transition-delay: 0;
      transition-duration: 0.4s;
      transition-property: all;
      transition-timing-function: ease-in-out;
    }
.mm_nav .mm_nav-item a span.title {
        font-weight: 500;
        color: var(--gray-dark);
      }
.mm_nav .mm_nav-item a span.subtitle {
        font-weight: 400;
        font-size: 0.857rem;
        color: var(--gray);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
.mm_nav .mm_nav-item a:hover {
        background: #e8f2f1;
      }
.mm_nav .mm_nav-item.mm_nav-item--open a {
      background-color: #e8f2f1;
    }
.mm_box-middle {
  position: relative;
}
.mm_box-middle .mm_media-column {
    display: none;
    width: 22rem;
    margin: 0 1rem;
  }
.mm_box-middle .mm_media-column.mm_media-column--open {
      display: block;
    }
@media (min-width: 1280px) {
.mm_box-middle .mm_media-column {
      width: 26rem;
  }
    }
.media-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.media-list .media-list_item {
    position: relative;
    display: flex;
    gap: 1rem;
  }
.media-list .media-list_item .media {
      background: var(--theme-blue);
      border-radius: 0.5rem;
      overflow: hidden;
      width: 9em;
    }
.media-list .media-list_item .media img {
        min-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition-delay: 0;
        transition-duration: 0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
      }
.media-list .media-list_item .details {
      width: calc(100% - 9rem);
    }
.media-list .media-list_item .heading {
      font-size: 1.25rem;
      line-height: 1.4;
      font-weight: 600;
      color: var(--gray-dark);
      margin-bottom: 0.5rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
    }
.media-list .media-list_item .info {
      display: flex;
      text-align: left;
    }
.media-list .media-list_item .info > div {
        gap: 2rem;
      }
.media-list .media-list_item .info div:not(:first-child) {
        padding-left: 2rem;
      }
.media-list .media-list_item .info div:not(:first-child):before {
        margin-left: -1rem;
        content: "•";
        padding-right: 1rem;
      }
.media-list .media-list_item:hover .media img {
        opacity: 0.8;
        scale: 1.05;
        transform-origin: center center;
      }
.media-list .media-list_item:hover .heading,
      .media-list .media-list_item:hover .info {
        color: var(--theme-green);
      }
.header-actions .button:last-child {
    margin-right: 0 !important;
  }
/* footer-loomly */
#footer {
  position: relative;
  z-index: 2;
}
/* display: block;
  position: absolute;
  bottom: 100%;
  height: auto;
  width: 100%; */
.footer-wave svg {
    width: 100%;
    height: 50px;
  }
@media (min-width: 768px){
  .footer-wave svg{
    height: 100px;
  }
}
@media (min-width: 1280px){
  .footer-wave svg{
    height: 150px;
  }
}
.footer-loomly .footer-logo,
  .footer-loomly a.footer-logo {
    position: relative;
    color: white;
  }
:is(.footer-loomly .footer-logo,.footer-loomly a.footer-logo) svg {
      width: 100%;
      height: auto;
    }
:is(.footer-loomly .footer-logo,.footer-loomly a.footer-logo):hover {
      color: white;
    }
.footer-loomly .footer-navs{
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 1280px){
  .footer-loomly .footer-navs{
    flex-wrap: nowrap;
  }
}
.footer-loomly .foot-nav{
  margin-bottom: 2rem;
  width: 100%;
  padding-right: 2rem;
}
.name-title.footer-loomly .foot-nav > * {
      width: 100%;
    }
@media (min-width: 768px){
  .footer-loomly .foot-nav{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .footer-loomly .foot-nav{
    width: 33.333333%;
  }
}
@media (min-width: 1280px){
  .footer-loomly .foot-nav{
    width: 25%;
    padding-right: 3rem;
  }
}
.footer-loomly .menu-footer{
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.footer-loomly .menu-footer li{
  margin-bottom: 1rem;
  width: 100%;
}
.name-title.footer-loomly .menu-footer li > * {
      width: 100%;
    }
.footer-loomly .menu-footer li a{
  display: block;
  width: 100%;
  white-space: nowrap;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.name-title.footer-loomly .menu-footer li a > * {
      width: 100%;
    }
.footer-loomly .menu-footer li a:hover{
  color: var(--theme-green);
}
.footer-loomly .menu-footer li a:active{
  color: var(--theme-green);
  text-decoration-line: none;
}
.form-newsletter {
  display: block;
  max-width: 19rem;
}
.form-newsletter input[type="text"] {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid white;
    color: white;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 1rem;
  }
.form-newsletter button {
    width: 100%;
  }
@media (min-width: 640px) {
  .form-newsletter {
    display: flex;
    max-width: 26rem;
  }
    .form-newsletter input[type="text"] {
      margin-right: 1rem;
      margin-bottom: 0;
    }
    .form-newsletter button {
      width: auto;
    }
  .form-newsletter {
    width: 26rem;
  }
}
/* PAGE-HOME */
/* home-hero */
#homeHero {
  position: relative;
  background: var(
    --Gradent-Green-1,
    linear-gradient(180deg, #dcf8ae 0%, #67bf78 100%)
  );
  max-width: 100vw;
  overflow: hidden;
}
#homeHero .hh_wave {
    position: relative;
    bottom: -0.2rem;
    width: 100%;
    z-index: 20;
  }
#homeHero .hh_wave svg {
      width: 100%;
      height: 3rem;
    }
@media (min-width: 768px){
  #homeHero .hh_wave svg{
    height: 4rem;
  }
}
@media (min-width: 1280px){
  #homeHero .hh_wave svg{
    height: 5rem;
  }
}
#homeHero .hh_bg-yarn {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    /* z-index: 2; */
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#homeHero .hh_bg-yarn {
      opacity: 1;
  }
    }
/* background-size: 3000px 1500px; */
#homeHero .hh_bg-yarn .hh_bg-yarn_left {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 32.7rem;
      background: url(../../images/bg-homehero-yarn_left.png) bottom center
        no-repeat;
    }
#homeHero .hh_bg-yarn .hh_bg-yarn_right {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 36.25rem;
      background: url(../../images/bg-homehero-yarn_right.png) bottom center
        no-repeat;
    }
#homeHero .hh_bg-left {
    position: absolute;
    left: 0;
    bottom: 0;
  }
.home-hero {
  min-height: 30rem;
}
.home-hero .hh_leaf {
    position: absolute;
    right: -20rem;
    bottom: -8rem;
    z-index: 2;
  }
.home-hero .hh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
.home-hero .hh_left a.button {
      text-shadow: none;
    }
.home-hero .hh_left .hh_checks {
      justify-content: center;
    }
@media (min-width: 1024px) {
.home-hero .hh_left {
      padding-right: 8rem;
  }
      .home-hero .hh_left .hh_checks {
        justify-content: flex-start;
      }
    }
.home-hero .hh_left a:not(.button),
    .home-hero .hh_left a:not(.button):is(hover){
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.home-hero .hh_right {
    align-self: center;
    width: 18rem;
  }
@media (min-width: 1024px) {
.home-hero .hh_right {
      width: inherit;
  }
    }
/* Used for extending images past the container */
.hero_img-box {
  max-width: 30rem;
}
@media (min-width: 1024px) {
  .hero_img-box {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: inherit;
  }
  .hero_img-box_extend {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 150%;
    height: auto;
  }
}
/* Global Section Backgrounds */
.bg-end-gradient {
  position: absolute;
  height: 100%;
  max-height: 50rem;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    167deg,
    rgba(255, 255, 255, 0) 58.6%,
    #67bf78 101.57%
  );
}
.bg-vert-pattern-type1 {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.bg-vert-pattern-type1 .inner_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15.625rem;
    background: url(../../images/bg-type1_left.png) top center no-repeat;
    background-size: contain;
    background-position: left;
  }
.bg-vert-pattern-type1 .inner_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 23.75rem;
    background: url(../../images/bg-type1_right.png) top center no-repeat;
    background-size: contain;
    background-position: right;
  }
.bg-vert-pattern-type2 {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.bg-vert-pattern-type2 .inner_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15.625rem;
    background: url(../../images/bg-type2_left.png) top center no-repeat;
    background-size: contain;
    background-position: left;
  }
.bg-vert-pattern-type2 .inner_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 68.125rem;
    background: url(../../images/bg-type2_right.png) top center no-repeat;
    background-size: contain;
    background-position: right;
  }
/* note: extend with a text color to match the next section (bg-color) */
.bg-wave-type1 svg{
  height: 4rem;
}
@media (min-width: 768px){
  .bg-wave-type1 svg{
    height: 8rem;
  }
}
@media (min-width: 1280px){
  .bg-wave-type1 svg{
    height: 14rem;
  }
}
/* 150 */
.bg-wave-type2 svg{
  height: 4rem;
}
@media (min-width: 768px){
  .bg-wave-type2 svg{
    height: 6.5rem;
  }
}
@media (min-width: 1280px){
  .bg-wave-type2 svg{
    height: 9.5rem;
  }
}
[class^="bg-wave-"] {
  position: relative;
  width: 100vw;
  z-index: 20;
  color: white;
  bottom: -0.5rem;
}
[class^="bg-wave-"] svg {
    width: 100%;
  }
.bg-wave-type3 svg{
  height: 8rem;
}
@media (min-width: 768px){
  .bg-wave-type3 svg{
    height: 12rem;
  }
}
@media (min-width: 1280px){
  .bg-wave-type3 svg{
    height: 15rem;
  }
}
.bg-midwave-wrapper {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100vw;
  z-index: 0;
}
.bg-midwave-wrapper .midwave-left {
    position: absolute;
    left: 0;
    bottom: 0;
  }
.bg-img-left-top {
  position: absolute;
  left: 0;
  top: 0;
}
.bg-img-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bg-img-right-top {
  position: absolute;
  right: 0;
  top: 0;
}
.bg-img-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* videoBanner */
#videoBanner {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
#videoBanner .video-banner {
    z-index: 1;
  }
#btnPlayVideo:hover {
  transition: all ease 0.5s;
  opacity: 0.8;
}
#videoBanner .video-banner {
    position: relative;
    z-index: 4;
  }
#videoBanner .vjs-poster img {
    -o-object-fit: cover;
       object-fit: cover;
  }
#videoBanner .video-js .vjs-big-play-button {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    line-height: 1;
    top: calc(50% - 0.75rem);
  }
#videoBanner .vjs-big-play-button .vjs-icon-placeholder:before {
    transform: scale(1.5);
    line-height: 2.35;
  }
.vb_box-cards_item{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: var(--theme-purple);
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.name-title.vb_box-cards_item > * {
      width: 100%;
    }
@media (min-width: 640px){
  .vb_box-cards_item{
    padding: 1rem;
  }
}
.vb_box-cards_item {
  --flex-items: 1;
  --flex-gap: 1rem;
  /* width: calc(
    (100% / var(--flex-items)) -
      (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
  ); */
  /* @media screen(sm) {
    --flex-items: 1;
    --flex-gap: 2rem;
    width: calc(
      (100% / var(--flex-items)) -
        (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
    );
  } */
}
@media (min-width: 768px) {
.vb_box-cards_item {
    --flex-items: 4;
    --flex-gap: 2rem;
    width: calc(
      (100% / var(--flex-items)) -
        (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
    );
}
  }
.banner-loomly{
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  text-align: center;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transform: rotate(3deg);
  z-index: 1;
  top: 2rem;
}
.banner-loomly .bl_box-text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner-loomly .bl_box-text[class^="display-"] {
    font-weight: 500;
  }
.banner-loomly .bl_box-text {
    line-height: 1.2;
    margin: 2rem;
    font-size: 1.5rem;
  }
@media (min-width: 1024px) {
.banner-loomly .bl_box-text {
      font-size: 2.5rem;
  }
    }
.banner-logos{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  text-align: center;
  color: var(--gray-dark);
}
.banner-logos .marquee__content > * {
    display: flex;
    align-items: center;
  }
.banner-logos .marquee__content > * img {
      display: inline-block;
    }
/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
ul.marquee__content {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.marquee__cards {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
ul.marquee__cards {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite;
}
.enable-animation .marquee__cards {
  animation: scroll 40s linear infinite;
}
/* Reverse animation */
.marquee--reverse .marquee__content,
.marquee--reverse .marquee__cards {
  animation-direction: reverse;
}
/* Pause on hover */
.marquee--hover-pause:hover .marquee__content,
.marquee--hover-pause:hover .marquee__cards {
  animation-play-state: paused;
}
@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;

  margin: 2px;
  padding: 1rem 2rem;
}
.marquee.marquee--test {
  border: 2px dashed lightgray;
}
.marquee.marquee--test .marquee__content > * {
    color: white;
    background: dodgerblue;
    border-radius: 0.25rem;
    text-align: center;
  }
/* streamlining */
#streamlining {
  position: relative;
}
.loomly-heading-bubbles {
  position: relative;
  z-index: 5;
}
.loomly-heading-bubbles .lhb-bubble {
    position: absolute;
    opacity: 0.5;
  }
@media (min-width: 768px) {
.loomly-heading-bubbles .lhb-bubble {
      opacity: 1;
  }
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--1 {
      left: 3rem;
      top: -4.4rem;
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--2 {
      left: 2rem;
      top: 0;
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--3 {
      left: 5rem;
      top: 5rem;
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--4 {
      right: 2rem;
      top: -4rem;
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--5 {
      right: 1.6rem;
      top: 14rem;
    }
.loomly-heading-bubbles .lhb-bubble.lhb-bubble--6 {
      right: 0;
      top: 21rem;
    }
.stroke-white {
  position: relative;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}
.stremlining_cards .sc_left {
    position: relative;
    z-index: 2;
  }
.stremlining_cards .sc_right {
    position: relative;
    z-index: 3;
    padding: 1.5rem 1rem;
  }
.stremlining_cards.stremlining_cards--reverse {
    flex-direction: row-reverse;
  }
@media (min-width: 768px) {
      .stremlining_cards.stremlining_cards--reverse .sc_left {
        margin-left: 0rem;
      }
      .stremlining_cards.stremlining_cards--reverse .sc_right {
        margin-left: 0;
        margin-right: 3rem;
        width: calc(50% - 1.5rem);
      }
    .stremlining_cards .sc_left {
      margin-right: 0rem;
    }
    .stremlining_cards .sc_right {
      margin-left: 3rem;
      margin-right: 0;
      width: calc(50% - 1.5rem);
    }
    }
.heart-pulse {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  padding: 0 0.3rem;
  animation: pulse 1s infinite;
  width: 1.9rem;
  top: -2.2rem;
}
.heart-pulse img {
    position: absolute;
    left: 0.2rem;
    top: 0;
  }
@media (min-width: 640px) {
.heart-pulse {
    top: -2.7rem;
}
  }
@media (min-width: 768px) {
.heart-pulse {
    top: -3rem;
}
  }
@media (min-width: 1280px) {
.heart-pulse {
    top: -3.7rem;
}
  }
@keyframes pulse {
  10% {
    transform: scale(1.1);
  }
}
/* swiperMultiCard */
.swiperMultiCard,
.marqueeMultiCard {
  position: relative;
  overflow: visible;
}
.swiperMultiCard .swiper-wrapper, .marqueeMultiCard .swiper-wrapper {
    display: flex;
    align-items: stretch;
    /* gap: 2rem; */
    /* justify-content: center; */
    transition-timing-function: linear;
  }
.swiperMultiCard .swiper-slide, .marqueeMultiCard .swiper-slide {
    width: 25rem;
    display: flex;
    justify-content: center;
    height: auto;
  }
.smc-item{
  border-radius: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--theme-purple, #9a98e1);
  background: white;
  width: 22rem;
  height: 100%;
  padding: 1rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.smc-item:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 10;
}
.smc-item.smc-item--video:hover .media > img {
      opacity: 0.5;
    }
.smc-item .media {
    position: relative;
    margin-bottom: 1rem;
  }
.smc-item .media > * {
      transition: all ease 0.5s;
      opacity: 1;
    }
.smc-item .media .icon-play {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      width: 2.125rem;
      height: 2.125rem;
    }
.smc-item.smc-item--quote {
    background: var(--theme-purple-light, #f4f3ff);
  }
.smc-item.smc-item--quote2 .content {
      padding-left: 2rem;
      font-size: 1.25rem;
      font-weight: 500;
      font-family: var(--font-display);
      position: relative;
    }
.smc-item.smc-item--quote2 .content:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0.2rem;
        width: 1.5rem;
        height: 1.25rem;
        background: url(../../images/icon-quote-start_purple.svg) top center
          no-repeat;
      }
.smc-item.smc-item--quote2.smc-item--quote2-nomonogram .name-title {
      flex: 2;
      margin-left: 2rem;
    }
.smc-item .smc-item_top {
    margin-bottom: 1.5rem;
  }
.smc-item .smc-item_bot {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }
.smc-item .monogram {
    background: var(--theme-orange-light);
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    font-family: "Libre Baskerville";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.48px;
  }
.smc-item .co-logo {
    flex-grow: 1;
    padding-left: 1rem;
    border-left: 1px solid var(--gray-light);
    min-height: 2rem;
    display: none;
    align-items: center;
  }
@media (min-width: 768px) {
.smc-item .co-logo {
      display: flex;
  }
    }
.smc-item .co-logo img {
      max-width: 4rem;
    }
.smc-item .quote {
    position: relative;
    padding: 2.5rem 1rem 0 1rem;
    font-family: "Libre Baskerville";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
  }
.smc-item .quote img {
      position: absolute;
      left: 1rem;
      top: 0.5rem;
    }
@media (min-width: 768px) {
.smc-item {
    width: 25rem;
}
  }
.name-title {
  display: flex;
  flex-direction: column;
}
.name-title > * {
    /* width: 12rem; */
    max-width: 18rem;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: fade(10px);
    text-overflow: fade(5%); */
  }
.name-title.w-full > * {
      width: 100%;
    }
/* builtFor */
/* sectionTailored */
#tailoredTo {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.tailored-cards .tc-item .media {
      position: relative;
    }
.tailored-cards .tc-item .content-card{
  border-radius: 0.75rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: white;
      padding: 1rem 1.5rem;
      min-height: 15rem;
}
.tailored-cards .tc-item .content-card p {
        margin-bottom: 2rem;
      }
.tailored-cards .tt-bubble {
    position: absolute;
  }
.tailored-cards .tt-bubble.tt-bubble--1 {
      left: 9rem;
      bottom: -1.3rem;
    }
.tailored-cards .tt-bubble.tt-bubble--2 {
      left: 10.6rem;
      bottom: 0.3rem;
    }
.tailored-cards .tt-bubble.tt-bubble--3 {
      left: 17.1rem;
      bottom: 7.7rem;
    }
.tailored-cards .tt-bubble.tt-bubble--cursor {
      left: 20rem;
      bottom: 1.5rem;
    }
.stacked-media {
  align-items: center;
}
@media (min-width: 1024px) {
.stacked-media {
    align-items: unset;
}
  }
.stacked-media > div {
    width: 100%;
    max-width: 30rem;
  }
@media (min-width: 1024px) {
.stacked-media > div {
      width: calc(50% - 0.5rem);
  }
    }
.stacked-media .sm-left{
  border-radius: 0.75rem;
    background: white;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    z-index: 1;
}
.stacked-media .sm-list li {
    position: relative;
    color: var(--gray);
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
  }
.stacked-media .sm-list li b {
      color: var(--gray-dark);
    }
.stacked-media .sm-list li:not(last-child) {
      margin-bottom: 2rem;
    }
.stacked-media .sm-list li span {
      list-style-position: unset;
      position: absolute;
      left: 0;
      top: 0;
      font-family: Libre Baskerville;
      font-size: 40px;
      font-style: italic;
      font-weight: 400;
      line-height: 110%; /* 44px */
    }
.stacked-media .sm-right {
    position: relative;
    min-height: 30rem;
  }
.stacked-media .sm-media{
  border-radius: 0.75rem;
    position: absolute;
    border: 8px solid var(--theme-blue);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.stacked-media .sm-media > img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.name-title.stacked-media .sm-media > img > * {
      width: 100%;
    }
.stacked-media .sm-media.sm-media--1 {
      left: -2rem;
      top: -2rem;
    }
.stacked-media .sm-media.sm-media--2 {
      border-color: var(--theme-pink);
      left: 20%;
      top: 15%;
      transform: scale(0.8);
    }
.stacked-media .sm-media.sm-media--3 {
      border-color: var(--theme-orange);
      left: -25%;
      top: 50%;
      transform: scale(0.4);
    }
.blog-preview_actions .button {
    margin-bottom: 1rem;
    cursor: pointer;
  }
.blog-preview_actions .button[data-te-nav-active] {
    background: var(--theme-blue-light) !important;
  }
.blog-preview_articles .bpa-card {
    width: 20rem;
  }
.blog-preview_articles .bpa-card .media{
  border-radius: 0.75rem;
      width: 100%;
      margin-bottom: 2rem;
      overflow: hidden;
      aspect-ratio: 16/9;
}
.blog-preview_articles .bpa-card .media img {
      }
.blog-preview_articles .bpa-card .media.media--video {
        height: 11.25rem;
      }
.blog-preview_articles .bpa-card .data {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 0.75rem;
    }
.blog-preview_articles .bpa-card .data .data-tag {
        display: inline-block;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        background: var(--theme-orange-light);
        color: var(--gray);
        font-weight: 500;
      }
.blog-preview_articles .bpa-card .data .data-read {
        color: var(--gray-light);
      }
.blog-preview_articles .bpa-card .heading {
      color: black;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0.48px;
      margin-bottom: 0.5rem;
    }
.blog-preview_articles .bpa-card .snipet {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.32px;
      margin-bottom: 1rem;
    }
.blog-preview_articles .bpa-card .more,
    .blog-preview_articles .bpa-card a.more {
      display: flex;
      align-items: center;
      color: var(--gray);
      font-weight: 500;
      line-height: 110%; /* 17.6px */
      letter-spacing: 0.32px;
    }
:is(.blog-preview_articles .bpa-card .more,.blog-preview_articles .bpa-card a.more) svg {
        margin-left: 0.5rem;
      }
:is(.blog-preview_articles .bpa-card .more,.blog-preview_articles .bpa-card a.more):hover {
        color: var(--theme-green);
      }
#ctaType1 {
  position: relative;
}
.bg-topwave-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.bg-topwave-wrapper .bg-wave {
    width: 100vw;
    background: linear-gradient(
      167deg,
      rgba(255, 255, 255, 0) 58.6%,
      #67bf78 101.57%
    );
  }
.bg-topwave-wrapper .bg-wave svg {
      position: relative;
      bottom: -0.25rem;
    }
.bg-botwave-wrapper {
  z-index: -1;
}
.bg-botwave-wrapper svg {
    height: 11rem;
    width: 80vw;
  }
@media (min-width: 768px) {
    .bg-botwave-wrapper svg {
      height: 12rem;
      width: 70vw;
    }
}
@media (min-width: 1280px) {
    .bg-botwave-wrapper svg {
      height: 15rem;
      width: 60vw;
    }
}
/* Section Divider */
/* sm:6rem  md:8rem lg:10rem xl:12rem */
.section-divider {
  position: static;
  margin-top: -3.8rem;
  height: 4rem;
  z-index: 2;
}
.section-divider.section-divider--md {
    margin-top: -3.8rem;
    height: 4rem;
  }
.section-divider.section-divider--lg {
    margin-top: -5.8rem;
    height: 6rem;
  }
.section-divider.section-divider--xl {
    margin-top: -5.8rem;
    height: 6rem;
  }
.section-divider.section-divider--xxl {
    margin-top: -7.8rem;
    height: 8rem;
  }
.section-divider .wave-wrapper {
    position: relative;
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
.section-divider .wave-wrapper svg {
      width: 100%;
      height: 100%;
    }
@media (min-width: 768px) {
  .section-divider {
    position: relative;
    margin-top: -5.8rem;
    height: 6rem;
  }
    .section-divider.section-divider--md {
      margin-top: -7.8rem;
      height: 8rem;
    }
    .section-divider.section-divider--lg {
      margin-top: -9.8rem;
      height: 10rem;
    }
    .section-divider.section-divider--xl {
      margin-top: -11.8rem;
      height: 12rem;
    }
    .section-divider.section-divider--xxl {
      margin-top: -13.8rem;
      height: 14rem;
    }
}
@media (min-width: 1280px) {
  .section-divider {
    margin-top: -7.8rem;
    height: 8rem;
  }
    .section-divider.section-divider--md {
      margin-top: -9.8rem;
      height: 10rem;
    }
    .section-divider.section-divider--lg {
      margin-top: -11.8rem;
      height: 12rem;
    }
    .section-divider.section-divider--xl {
      margin-top: -13.8rem;
      height: 14rem;
    }
    .section-divider.section-divider--xxl {
      margin-top: -15.8rem;
      height: 16rem;
    }
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.vb_box-video_player {
  position: relative;
  width: 100%;
  height: 100%;
}
.vb_box-video_player .yt-video {
    width: 100% !important;
    height: 100% !important;
  }
.vb_box-video,
.pvs_video,
.video-border {
  position: relative;
}
.vb_box-video .video-cover, .pvs_video .video-cover, .video-border .video-cover {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* cursor: pointer; */
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.vb_box-video .video-cover::after, .pvs_video .video-cover::after, .video-border .video-cover::after {
      display: block;
      content: "";
      position: absolute;
      top: calc(50% - 2.125rem);
      left: calc(50% - 2.125rem);
      width: 4.25rem;
      height: 4.25rem;
      background: url("../../images/btn-play.svg") no-repeat;
      background-size: cover;
    }
.vb_box-video .video-cover.video-cover--play2::after, .pvs_video .video-cover.video-cover--play2::after, .video-border .video-cover.video-cover--play2::after {
        background: url("../../images/btn-play2.svg") no-repeat;
        background-size: cover;
      }
#section_singleVideoModal .aspect-video iframe {
      width: 100%;
      height: 100%;
    }
.modal-backdrop {
  position: relative;
  background-color: rgba(82, 82, 82, 0.87);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2rem;
}
.modal-backdrop .modal-close {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    z-index: 1;
  }
.built-for_section #marqueeCards {
    margin-top: 4rem;
  }
/* page-pricing */
.pricing-hero {
  position: relative;
}
.bg-image_left {
  position: absolute;
  left: 0;
  top: 0;
}
.bg-image_right {
  position: absolute;
  right: 0;
  top: 0;
}
.bg-image_bottom {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.bg-image_midcurve {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
}
.pricing-hero_section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
.pricing-hero_section {
    padding-top: 6rem;
}
  }
@media (min-width: 1024px) {
.pricing-hero_section {
    padding-top: 10rem;
}
  }
.pricing-hero_section .phs_icon-group {
    display: flex;
    justify-content: center;
    align-item: top;
    flex-wrap: wrap;
    gap: 1rem;
  }
.pricing-hero_section .phs_icon-group .phs_icon-group_item {
      min-width: 7.5rem;
      max-width: 9rem;
      width: auto;
      display: flex;
      flex-direction: column;
      height: auto;
      text-align: center;
      gap: 1rem;
    }
.pricing-hero_section .phs_icon-group .phs_icon-group_item .phs_icon-group_item-media {
        display: flex;
        justify-content: center;
        height: 4rem;
      }
.pricing-hero_section .phs_icon-group .phs_icon-group_item .phs_icon-group_item-desc {
        font-size: 0.875rem;
        font-weight: 500;
      }
.pricing-pricecards {
  position: relative;
}
.pricing-pricecards .pricing-pricecards_midwave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    background: linear-gradient(
      167deg,
      rgba(255, 255, 255, 0) 58.6%,
      #67bf78 101.57%
    );
    background-color: #f9fcf9;
  }
.pricing-pricecards .bg-image_bottom img {
    position: relative;
    bottom: -0.1rem;
    width: 100vw;
    height: 3.5rem;
  }
@media (min-width: 1024px) {
.pricing-pricecards .bg-image_bottom img {
      height: 7.5rem;
  }
    }
.pricing-pricecards_section .pps_tabs {
    width: auto;
    position: relative;
    margin: 0 auto;
    padding: 2px;
    border: 2px solid #dfdfdf;
    border-radius: 2rem;
  }
.pricing-pricecards_section .pps_tabs .button {
      margin: 0;
      background: transparent;
      color: var(--gray);
      border-color: transparent;
      font-size: 0.6rem;
    }
.pricing-pricecards_section .pps_tabs .button:hover {
        background: var(--gray-dark);
        border-color: var(--gray-dark);
        color: white;
      }
.pricing-pricecards_section .pps_tabs .button.is--active {
        background: var(--theme-green);
        border-color: var(--theme-green);
        color: white;
      }
.pricing-pricecards_section .pps_tabs .button.is--active:hover {
          focus: none;
          box-shadow: none;
        }
.pricing-pricecards_section .pps_tabs .button.is--active:hover:after {
          display: none;
        }
@media (min-width: 640px) {
      .pricing-pricecards_section .pps_tabs .button {
        font-size: 1rem;
      }
    }
.pricing-pricecards_section .pps_cardcol {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 0.75rem;
    transition-timing-function: ease;
    transition: 0.5s;
  }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol {
      max-width: calc(50% - 1rem);
  }
    }
@media (min-width: 1280px) {
.pricing-pricecards_section .pps_cardcol {
      max-width: calc(25% - 1.5rem);
  }
    }
.pricing-pricecards_section .pps_cardcol:before {
      display: block;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      border: 2px solid #dfdfdf;
      border-radius: 0.75rem;
      pointer-events: none;
    }
.pricing-pricecards_section .pps_cardcol.pps_cardcol--most {
      position: relative;
      border-radius: 0 0 0.75rem 0.75rem;
      margin-top: 2rem;
    }
.pricing-pricecards_section .pps_cardcol.pps_cardcol--most .pps_cardcol-title {
        border-left: 2px solid var(--theme-orange);
        border-right: 2px solid var(--theme-orange);
      }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol.pps_cardcol--most {
        margin-top: 0;
    }
      }
.pricing-pricecards_section .pps_cardcol.pps_cardcol--most:before {
        border: 2px solid var(--theme-orange);
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 1;
      }
.pricing-pricecards_section .pps_cardcol.pps_cardcol--most:after {
        position: absolute;
        content: "Most Popular";
        top: -2rem;
        height: 2rem;
        width: 100%;
        background: var(--theme-orange);
        color: var(--gray-dark);
        font-size: 0.875rem;
        text-align: center;
        padding: 0.7rem 1rem 0 1rem;
        line-height: 1;
        font-weight: 500;
        border-radius: 0.75rem 0.75rem 0 0;
      }
.pricing-pricecards_section .pps_cardcol.is--more .box-more {
        max-height: 100rem;
        transition: 1s;
        transition-timing-function: ease-out;
      }
.pricing-pricecards_section .pps_cardcol.is--more .pps_cardcol-toggle img {
        transform: rotate(0deg);
      }
.pricing-pricecards_section .pps_cardcol .box-more {
      max-height: 0;
      overflow: hidden;
      transition-delay: 0;
      transition: 0.2s;
      transition-property: max-height;
      transition-timing-function: ease-in;
    }
.pricing-pricecards_section .pps_cardcol .box-more .pps_cardcol-learnmore {
        display: none;
      }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol .box-more {
        visibility: visible;
        max-height: 100%;
    }
        .pricing-pricecards_section .pps_cardcol .box-more .pps_cardcol-learnmore {
          display: block;
        }
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-toggle {
      display: block;
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 10;
      pointer-events: none;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-toggle img {
        transition-timing-function: ease;
        transition: 0.2s;
        transform: rotate(-180deg);
      }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol .pps_cardcol-toggle {
        display: none;
    }
      }
.pricing-pricecards_section .pps_cardcol:not(.pps_cardcol--most) .pps_cardcol-title {
        border-radius: 0.75rem 0.75rem 0 0;
        border-left: 2px solid #dfdfdf;
        border-top: 2px solid #dfdfdf;
        border-right: 2px solid #dfdfdf;
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-title {
      position: relative !important;
      background: #f8f8f8;
      padding: 1rem;
      z-index: 2;
      cursor: pointer;
    }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol .pps_cardcol-title {
        text-align: center;
        cursor: auto;
    }
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price {
      position: relative;
      padding: 1rem;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price div {
        width: auto;
        display: inline;
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price div > div:after {
        display: inline-block;
        content: "/mo";
        align-content: bottom;
        font-size: 1rem;
        font-weight: 500;
      }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price {
        text-align: center;
    }
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-action {
      text-align: center;
      margin-bottom: 1.5rem;
      padding: 0 1rem;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-action .button {
        margin-right: 0;
        position: relative;
        width: 100%;
      }
@media (min-width: 1024px) {
.pricing-pricecards_section .pps_cardcol .pps_cardcol-action .button {
          width: auto;
      }
        }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-details {
      padding: 0 1rem 3rem 1rem;
      font-weight: 600;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-details .list-icon.list-icon--circheck {
          font-weight: 600;
        }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-learnmore {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 1rem;
      font-weight: 500;
      text-align: center;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-learnmore a {
        color: var(--theme-blue);
        text-decoration: underline;
        position: relative;
      }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price[data-show="yearly"] {
      display: flex;
    }
.pricing-pricecards_section .pps_cardcol .pps_cardcol-price[data-show="monthly"] {
      display: none;
    }
.pricing-pricecards_section .pps_cardcol.is--monthly .pps_cardcol-price[data-show="yearly"] {
        display: none;
      }
.pricing-pricecards_section .pps_cardcol.is--monthly .pps_cardcol-price[data-show="monthly"] {
        display: flex;
      }
.list-icon.list-icon--circheck {
    font-weight: 600;
  }
.list-icon.list-icon--circheck li {
      position: relative;
      padding-top: 0.15rem;
      padding-left: 2.5rem;
      padding-right: 1rem;
      min-height: 2rem;
    }
.list-icon.list-icon--circheck li:not(:last-of-type) {
        margin-bottom: 1rem;
      }
.list-icon.list-icon--circheck li::before {
      position: absolute;
      left: 0;
      top: 0rem;
      content: url(../../images/list-icon-circheck.svg);
      width: 2rem;
      height: 2rem;
    }
.pricing-video {
  position: relative;
}
.pricing-video .bg-image_right {
    opacity: 0.5;
  }
@media (min-width: 1024px) {
.pricing-video .bg-image_right {
      opacity: 1;
  }
    }
.pricing-video_section {
  padding: 8rem 0;
}
@media (min-width: 1024px) {
.pricing-video_section {
    padding: 15rem 0;
}
  }
.pricing-video_section > .container > div {
    position: relative;
    width: 100%;
    /* background: var(--theme-blue); */
  }
.pricing-video_section p,
  .pricing-video_section ul {
    color: var(--gray-dark);
  }
.pricing-video_section ul li {
      margin-top: 0.1em;
      margin-bottom: 0.1em;
    }
.pricing-video_section ul li::marker {
      color: var(--gray-dark);
    }
.pricing-video_section a.button {
    text-decoration: none;
  }
.pricing-video_section .pvs_video {
    position: relative;
    overflow: hidden;
    border: 6px solid var(--theme-blue);
  }
.pricing-video_section .pvs_video .pvs_video-player {
      height: 100%;
    }
.pricing-video_section .pvs_video .pvs_video-player .yt-video {
        width: 100%;
        height: 100%;
        transform: scale(102.5%);
      }
.pricing-video_section .pvs_video:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      z-index: 10;
}
.pricing-video_section .pvs_video.smc-item--video:hover .media > img {
        opacity: 0.5;
      }
.pricing-video_section .pvs_video .media {
      position: relative;
      margin-bottom: 1rem;
    }
.pricing-video_section .pvs_video .media > * {
        transition: all ease 0.5s;
        opacity: 1;
      }
.pricing-video_section .pvs_video .media .icon-play {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        width: 2.125rem;
        height: 2.125rem;
      }
.pricing-compare {
  position: relative;
}
.pricing-compare_section {
  padding: 0 0 4rem 0;
}
.pricing-compare_section .pcs_heading {
    margin-bottom: 2rem;
  }
.pricing-compare_section .pcs_nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    pointer-events: none;
  }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_nav {
      flex-direction: row;
  }
    }
.pricing-compare_section .pcs_nav.pcs_nav--sticky {
    }
.pricing-compare_section .pcs_nav .pcs_nav-left {
      width: 100%;
      display: none;
    }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_nav .pcs_nav-left {
        width: 14rem;
        display: block;
        height: 0;
        overflow: hidden;
    }
      }
.pricing-compare_section .pcs_nav .pcs_nav-right {
      flex-grow: 1;
    }
.pricing-compare_section .pcs_accordion {
    position: relative;
    padding: 0.75rem 1rem;
    background: rgba(217, 217, 217, 0.2);
    /* background: rgba(59, 59, 59, 0.1); */
    -webkit-backdrop-filter: blur(250px);
            backdrop-filter: blur(250px);
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
  }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_accordion {
  }
    }
.pricing-compare_section .pcs_accordion .pcs_accordion-heading {
      padding-right: 4rem;
      font-size: 1.25rem;
      font-weight: 500;
      color: var(--gray-dark);
      cursor: pointer;
    }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_accordion .pcs_accordion-heading {
        font-size: 1.5rem;
    }
      }
.pricing-compare_section .pcs_accordion .pcs_accordion-toggle {
      position: absolute;
      right: 1rem;
      top: 1rem;
      z-index: 10;
      pointer-events: none;
    }
.pricing-compare_section .pcs_accordion .pcs_accordion-toggle img {
        transition-timing-function: ease;
        transition: 0.2s;
        transform: rotate(-180deg);
      }
.pricing-compare_section .pcs_accordion .pcs_accordion-content {
      max-height: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
      transition-delay: 0;
      transition: 0.2s;
      transition-property: height;
      transition-timing-function: ease-in;
    }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_accordion .pcs_accordion-content {
        gap: 1rem;
        flex-direction: row;
    }
      }
.pricing-compare_section .pcs_accordion .pcs_accordion-content .pcs_acc-left {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 1.15rem;
        font-weight: 600;
        color: var(--gray-dark);
        padding-top: 2rem;
      }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_accordion .pcs_accordion-content .pcs_acc-left {
          padding-top: 0;
          height: 6rem;
          width: 14rem;
          font-size: 1.25rem;
      }
        }
.pricing-compare_section .pcs_accordion .pcs_accordion-content .pcs_acc-right {
        flex-grow: 1;
      }
@media (min-width: 1024px) {
.pricing-compare_section .pcs_accordion .pcs_accordion-content.pcs_accordion-content--channels .pcs_acc-left {
            height: 4rem;
        }
          }
.pricing-compare_section .pcs_accordion.is--active .pcs_accordion-toggle img {
        transform: rotate(0deg);
      }
.pricing-compare_section .pcs_accordion.is--active .pcs_accordion-content {
        max-height: 100rem;
        transition: 3s;
        transition-property: max-height;
        transition-timing-function: ease-out;
      }
.compare-cards,
.compare-columns,
.compare-socials {
  display: flex;
  gap: 0.5rem;
}
.compare-cards > div, .compare-columns > div, .compare-socials > div {
    pointer-events: all;
    position: relative;
    background: white;
    padding: 1rem 0.25rem;
    border: 1px solid var(--gray-light);
    width: 100%;
    border-radius: 0.5rem;
    text-align: center;
  }
@media (min-width: 640px) {
.compare-cards > div, .compare-columns > div, .compare-socials > div {
      padding: 1rem;
  }
    }
.compare-cards.feature-compare, .compare-columns.feature-compare, .compare-socials.feature-compare{
  gap: 1rem;
}
@media (min-width: 768px){
  .compare-cards.feature-compare, .compare-columns.feature-compare, .compare-socials.feature-compare{
    gap: 2rem;
  }
}
.compare-cards {
  padding-top: 2.5rem;
  align-items: baseline;
}
@media (min-width: 1024px) {
.compare-cards {
    padding-top: 4rem;
}
  }
.compare-cards .cc_box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
.compare-cards .cc_box .cc_box-heading {
      font-family: var(--font-display);
      font-size: 0.65rem;
      font-weight: 500;
      color: var(--gray-dark);
    }
@media (min-width: 640px) {
.compare-cards .cc_box .cc_box-heading {
        font-size: 1rem;
    }
      }
@media (min-width: 768px) {
.compare-cards .cc_box .cc_box-heading {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
      }
@media (min-width: 1024px) {
.compare-cards .cc_box .cc_box-heading {
        font-size: 1.5rem;
    }
      }
.compare-cards .cc_box .cc_box-action {
      display: none;
    }
.compare-cards .cc_box .cc_box-action .button {
        position: relative;
        margin-right: 0;
        width: 100%;
        font-size: 0.8rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }
@media (min-width: 768px) {
.compare-cards .cc_box .cc_box-action {
        display: block;
    }
      }
@media (min-width: 1024px) {
        .compare-cards .cc_box .cc_box-action .button {
          font-size: 1rem;
          padding-left: 2rem;
          padding-right: 2rem;
        }
      }
.compare-cards .cc_box.cc_box--most {
    position: relative;
    border-radius: 0 0 0.75rem 0.75rem;
    margin-top: 2rem;
    border-color: var(--theme-orange);
  }
@media (min-width: 1024px) {
.compare-cards .cc_box.cc_box--most {
      margin-top: 0;
  }
    }
.compare-cards .cc_box.cc_box--most:before {
      display: block;
      content: "";
      position: absolute;
      top: -4.1rem;
      left: calc(50% - 1.5rem);
      z-index: 0;
      width: 5.5rem;
      height: 2.5rem;
      background: url(../../images/img-pricing-cat.png) bottom center
        no-repeat;
      background-size: cover;
      transform: scale(0.5);
      transform-origin: bottom left;
    }
@media (min-width: 768px) {
.compare-cards .cc_box.cc_box--most:before {
        left: 33%;
        transform: scale(1);
    }
      }
.compare-cards .cc_box.cc_box--most:after {
      position: absolute;
      content: "Most Popular";
      top: -1.6rem;
      left: -1px;
      height: 1.6rem;
      width: calc(100% + 2px);
      background: var(--theme-orange);
      color: var(--gray-dark);
      font-size: 0.5rem;
      text-align: center;
      /* padding: 0.3rem 1rem 0 1rem; */
      line-height: 1;
      font-weight: 500;
      border-radius: 0.75rem 0.75rem 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
@media (min-width: 640px) {
.compare-cards .cc_box.cc_box--most:after {
        /* padding: 0.5rem 1rem 0 1rem; */
    }
      }
@media (min-width: 768px) {
.compare-cards .cc_box.cc_box--most:after {
        font-size: 0.875rem;
        /* padding: 0.5rem 1rem 0 1rem; */
    }
      }
.compare-socials .cc_icon img {
      width: auto;
      height: 20px;
    }
@media (min-width: 1024px) {
.compare-socials {
    padding-top: 0.5rem;
}
  }
.compare-columns {
  align-items: stretch;
}
.compare-columns > div {
    position: relative;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
@media (min-width: 768px) {
.compare-columns > div {
      height: 6rem;
  }
    }
.compare-columns .cc_annual {
    font-size: 1.25rem;
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--gray-dark);
    line-height: 1;
  }
.compare-columns .cc_annual::after {
      display: inline-block;
      content: "/mo";
      align-content: bottom;
      font-size: 1rem;
      font-weight: 700;
    }
@media (min-width: 768px) {
.compare-columns .cc_annual {
      font-size: 2.25rem;
  }
    }
.compare-columns .cc_monthly {
    font-size: 1rem;
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--gray-dark);
    line-height: 1;
  }
.compare-columns .cc_monthly::after {
      display: inline-block;
      content: "/mo";
      align-content: bottom;
      font-size: 0.75rem;
      font-weight: 700;
    }
@media (min-width: 768px) {
.compare-columns .cc_monthly {
      font-size: 1.5rem;
  }
      .compare-columns .cc_monthly::after {
        font-size: 1rem;
      }
    }
.compare-columns .cc_number {
    font-size: 1rem;
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--gray-dark);
  }
@media (min-width: 768px) {
.compare-columns .cc_number {
      font-size: 1.5rem;
  }
    }
@media (min-width: 1024px) {
        .pcs_group .pcs_accordion-content:not(:first-child):not(:last-child) .compare-columns > div {
          /* border-top: 1px solid white; */
          border-bottom: 1px solid white;
          border-radius: 0;
        }
          .pcs_group .pcs_accordion-content:not(:first-child):not(:last-child) .compare-columns > div:before {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #f8f8f8;
          }
        .pcs_group .pcs_accordion-content:first-child:not(:last-child) .compare-columns > div {
          border-bottom: 1px solid white;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
        }
        .pcs_group .pcs_accordion-content:last-child:not(:first-child) .compare-columns > div {
          border-top: 1px solid white;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
        }
          .pcs_group .pcs_accordion-content:last-child:not(:first-child) .compare-columns > div:before {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #f8f8f8;
          }
}
.pricing-banner {
  overflow: hidden;
}
.pricing-questions {
  position: relative;
  overflow: hidden;
}
.pricing-questions .bg-image_midcurve img,
    .pricing-questions .bg-image_midcurve svg {
      width: 100vw;
      height: auto;
    }
.pricing-questons_section {
  padding: 6rem 0;
}
@media (min-width: 768px) {
.pricing-questons_section {
    padding: 12rem 0;
}
  }
.pricing-questons_section .pcs_heading {
    position: relative;
  }
.pricing-questons_section .pcs_faq {
    position: relative;
  }
.pricing-questons_section .pcs_faq .pcs_faq-item {
      position: relative;
      border-bottom: 1px solid var(--gray-dark);
    }
.pricing-questons_section .pcs_faq .pcs_faq-item .item-header {
        position: relative;
        padding: 1rem 2rem 1rem 0;
        font-size: 1.25rem;
        font-weight: 500;
        font-family: var(--font-display);
        cursor: pointer;
        z-index: 1;
      }
.pricing-questons_section .pcs_faq .pcs_faq-item .item-content {
        max-height: 0;
        overflow: hidden;
        padding-bottom: 0;
        transition: 0.2s;
        transition-property: max-height;
        transition-timing-function: ease-in;
      }
.pricing-questons_section .pcs_faq .pcs_faq-item .item-toggle {
        position: absolute;
        right: 0;
        top: 1rem;
        pointer-events: none;
      }
.pricing-questons_section .pcs_faq .pcs_faq-item .item-toggle img {
          transition-timing-function: ease;
          transition: 0.2s;
          transform: rotate(-180deg);
        }
.pricing-questons_section .pcs_faq .pcs_faq-item.is--active .item-content {
          max-height: 100rem;
          transition: 3s;
          transition-property: max-height;
          transition-timing-function: ease-out;
          padding-bottom: 1rem;
        }
.pricing-questons_section .pcs_faq .pcs_faq-item.is--active .item-toggle img {
            transform: rotate(0deg);
          }
.after--month::after {
    display: inline-block;
    content: "/mo";
    align-content: bottom;
    font-size: 1rem;
    font-weight: 500;
  }
/* PAGE-ABOUT */
/* about-hero */
.display--72 br{
  display: none;
}
@media (min-width: 768px){
  .display--72 br{
    display: inline;
  }
}
#aboutHero {
  position: relative;
}
#aboutHero .ah_bg-wave {
    position: relative;
    bottom: -0.2rem;
    width: 100%;
    z-index: 20;
  }
#aboutHero .ah_bg-wave svg {
      width: 100%;
      height: 3rem;
    }
@media (min-width: 768px){
  #aboutHero .ah_bg-wave svg{
    height: 4rem;
  }
}
@media (min-width: 1280px){
  #aboutHero .ah_bg-wave svg{
    height: 5rem;
  }
}
#aboutHero .ah_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    /* z-index: 2; */

    /* background-size: 3000px 1500px; */
  }
#aboutHero .ah_bg .ah_bg-wave_left{
  left: -15%;
  width: 20rem;
}
@media (min-width: 768px){
  #aboutHero .ah_bg .ah_bg-wave_left{
    left: 0px;
    width: 40rem;
  }
}
#aboutHero .ah_bg .ah_bg-wave_left {
      position: absolute;

      top: -15%;
      height: 100%;
      width: 32.7rem;
      background: url(../../images/bg-abouthero-wave.svg) top left no-repeat;
    }
#aboutHero .ah_bg .ah_bg-spiral_left{
  left: -25%;
  width: 20rem;
}
@media (min-width: 768px){
  #aboutHero .ah_bg .ah_bg-spiral_left{
    left: 0px;
    width: 24rem;
  }
}
#aboutHero .ah_bg .ah_bg-spiral_left {
      position: absolute;
      top: -5%;
      height: 100%;
      background: url(../../images/bg-abouthero-greenspiral.svg) top left
        no-repeat;
    }
#aboutHero .ah_bg .ah_bg-wave_right{
  width: 20rem;
}
@media (min-width: 768px){
  #aboutHero .ah_bg .ah_bg-wave_right{
    width: 30rem;
  }
}
@media (min-width: 1024px){
  #aboutHero .ah_bg .ah_bg-wave_right{
    width: 32rem;
  }
}
#aboutHero .ah_bg .ah_bg-wave_right {
      position: absolute;
      right: -3%;
      top: -10%;
      height: 100%;
      background: url(../../images/bg-abouthero-right.svg) top right
        no-repeat;
      background-size: contain;
    }
#aboutHero .stat-container{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 20rem;
  width: 100%;
  max-width: 28rem;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
  color: var(--theme-blue);
}
.name-title#aboutHero .stat-container > * {
      width: 100%;
    }
@media (min-width: 768px){
  #aboutHero .stat-container{
    margin-left: 0px;
    margin-right: 0px;
  }
}
#aboutHero .stat-container .stat-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.name-title#aboutHero .stat-container .stat-item > * {
      width: 100%;
    }
@media (min-width: 320px){
  #aboutHero .stat-container .stat-item{
    position: absolute;
    height: 9rem;
    width: 9rem;
  }
}
@media (min-width: 768px){
  #aboutHero .stat-container .stat-item{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px){
  #aboutHero .stat-container .stat-item{
    height: 10rem;
    width: 10rem;
  }
}
#aboutHero .stat-container .stat-item .stat-heading {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
#aboutHero .stat-container .stat-item .stat-heading {
    font-size: 2.25rem;
}
  }
@media (min-width: 768px) {
#aboutHero .stat-container .stat-item .stat-heading {
    font-size: 2.75rem;
}
  }
@media (min-width: 1280px) {
#aboutHero .stat-container .stat-item .stat-heading {
    font-size: 3rem;
}
  }
#aboutHero .stat-container .stat-item .stat-description{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
#aboutHero .stat-container #stat-1.stat-item{
  top: 16%;
  left: 0px;
  border-color: var(--theme-orange);
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#aboutHero .stat-container #stat-2.stat-item{
  bottom: 0px;
  right: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--theme-pink);
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 320px){
  #aboutHero .stat-container #stat-2.stat-item{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
#aboutHero .stat-container #stat-3.stat-item{
  top: 11%;
  right: 0px;
  border-color: var(--theme-blue);
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#aboutHero .ah_bg-spiral_left {
    opacity: 0.8;
  }
@media (min-width: 1024px) {
#aboutHero .ah_bg-spiral_left {
      opacity: 1;
  }
    }
#aboutHero .head_center {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#aboutHero .head_center a.button {
      text-shadow: none;
    }
/* Flip Wave divider */
.flip_wave-x-y {
  transform: scaleY(-1) scaleX(-1);
}
/* About Video */
#video-about{
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  #video-about{
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px){
  #video-about{
    padding-bottom: 17rem;
  }
}
#video-about {
  position: relative;
}
#video-about .video-banner {
    position: relative;
    z-index: 4;
  }
#video-about .video-border{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: .5rem;
}
@media (min-width: 768px){
  #video-about .video-border{
    padding: 1.75rem;
  }
}
#video-about .vjs-poster img {
    -o-object-fit: cover;
       object-fit: cover;
  }
#video-about .video-js .vjs-big-play-button {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    line-height: 1;
    top: calc(50% - 0.75rem);
  }
#video-about .vjs-big-play-button .vjs-icon-placeholder:before {
    transform: scale(1.5);
    line-height: 2.35;
  }
#video-about .bg-video-squiggle{
  width: 10rem;
}
@media (min-width: 768px){
  #video-about .bg-video-squiggle{
    width: 20rem;
  }
}
@media (min-width: 1024px){
  #video-about .bg-video-squiggle{
    width: 30rem;
  }
}
#video-about .bg-video-squiggle {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: url(../../images/bg-aboutVideo-squiggle.svg) top left
      no-repeat;
    background-size: contain;
  }
/* about-who-uses */
#aboutWhoUsesSection{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  #aboutWhoUsesSection{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 1.5rem;
  }
}
#aboutWhoUsesSection .bg-about-who-uses-blob{
  top: -2%;
  height: 100%;
}
@media (min-width: 640px){
  #aboutWhoUsesSection .bg-about-who-uses-blob{
    top: -8%;
  }
}
@media (min-width: 768px){
  #aboutWhoUsesSection .bg-about-who-uses-blob{
    top: -10%;
    height: 150%;
  }
}
#aboutWhoUsesSection .bg-about-who-uses-blob {
    position: absolute;
    right: 0;
    width: 100%;
    background: url(../../images/bg-blob-green.svg) top right no-repeat;
    background-size: contain;
  }
#aboutWhoUsesSection .about-who-uses-item{
  position: relative;
  display: flex;
  height: 20rem;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gray-dark);
}
#aboutWhoUsesSection .about-who-uses-item[class^="display-"] {
    color: var(--gray-dark);
  }
@media (min-width: 768px){
  #aboutWhoUsesSection .about-who-uses-item{
    height: 100%;
  }
}
#aboutWhoUsesSection .about-who-uses-item.title-end{
  justify-content: flex-end;
}
#aboutWhoUsesSection .about-who-uses-item.height--15{
  height: 20rem;
}
@media (min-width: 768px){
  #aboutWhoUsesSection .about-who-uses-item.height--15{
    height: 15rem;
  }
}
#aboutWhoUsesSection .about-who-uses-item h5{
  font-weight: 500;
}
#aboutWhoUsesSection .about-who-uses-item h5[class^="display-"] {
    font-weight: 500;
  }
#aboutWhoUsesSection .about-who-uses-item a {
      text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
    }
@media (min-width: 1024px) {
#aboutWhoUsesSection .about-who-uses-item a {
        text-shadow: none;
    }
      }
/* Img in card */
#aboutWhoUsesSection .about-who-uses-item .about-who-uses-img__wrapper{
  position: absolute;
}
#aboutWhoUsesSection .about-who-uses-item .about-who-uses-img__wrapper .about-who-uses-img__img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.name-title#aboutWhoUsesSection .about-who-uses-item .about-who-uses-img__wrapper .about-who-uses-img__img > * {
      width: 100%;
    }
#aboutWhoUsesSection .about-who-uses-item .about-who-uses-link__container{
  z-index: 10;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
}
#aboutWhoUsesSection .about-who-uses-item .about-who-uses-link__link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#aboutWhoUsesSection .about-who-uses-item .icon__chevron-right{
  width: 1rem;
}
/* Column 1, Row 1  */
#aboutWhoUsesSection .about-who-uses-item #image-1{
  top: -20%;
  right: -12%;
  width: 20rem;
}
@media (min-width: 768px){
  #aboutWhoUsesSection .about-who-uses-item #image-1{
    width: 15rem;
  }
}
/* Column 2, Row 1-2 (Spanning Two Rows)  */
#aboutWhoUsesSection .about-who-uses-item #image-2{
  top: 10%;
  right: 0px;
  width: 15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  #aboutWhoUsesSection .about-who-uses-item #image-2{
    right: auto;
    top: 25%;
    left: 50%;
    width: 100%;
    --tw-translate-x: -50%;
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/* Column 3, Row 1-2 (Spanning Two Rows)  */
#aboutWhoUsesSection .about-who-uses-item #image-3{
  top: 10%;
  right: 0px;
  height: 15rem;
  --tw-translate-y: -10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  #aboutWhoUsesSection .about-who-uses-item #image-3{
    height: 20rem;
  }
}
@media (min-width: 1024px){
  #aboutWhoUsesSection .about-who-uses-item #image-3{
    top: 25%;
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/* Column 4, Row 1  */
#aboutWhoUsesSection .about-who-uses-item #image-4{
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.name-title#aboutWhoUsesSection .about-who-uses-item #image-4 > * {
      width: 100%;
    }
@media (min-width: 1024px){
  #aboutWhoUsesSection .about-who-uses-item #image-4{
    width: auto;
  }
}
/* Column 1, Row 2  */
#aboutWhoUsesSection .about-who-uses-item #image-5{
  bottom: 0px;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.name-title#aboutWhoUsesSection .about-who-uses-item #image-5 > * {
      width: 100%;
    }
/* Column 4, Row 2   */
#aboutWhoUsesSection .about-who-uses-item #image-6{
  bottom: 0px;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.name-title#aboutWhoUsesSection .about-who-uses-item #image-6 > * {
      width: 100%;
    }
/* Make A Difference */
#makeDifference{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px){
  #makeDifference{
    padding-top: 17.5rem;
    padding-bottom: 17.5rem;
  }
}
#makeDifference .bg-md-wave{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 96rem;
  width: 100%;
}
.name-title#makeDifference .bg-md-wave > * {
      width: 100%;
    }
#makeDifference .bg-md-wave {
    background: url(../../images/bg-wave-type6.svg) bottom left no-repeat;
    background-size: contain;
  }
/* quotes */
.quote-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
/* uses smc-item styling for cards from page-home.css */
.quote-card{
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--theme-purple, #9a98e1);
  background: white;
  width: 22rem;
  height: 100%;
  padding: 1rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.quote-card:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 10;
}
.quote-card.smc-item--video:hover .media > img {
      opacity: 0.5;
    }
.quote-card .media {
    position: relative;
    margin-bottom: 1rem;
  }
.quote-card .media > * {
      transition: all ease 0.5s;
      opacity: 1;
    }
.quote-card .media .icon-play {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      width: 2.125rem;
      height: 2.125rem;
    }
.quote-card.smc-item--quote {
    background: var(--theme-purple-light, #f4f3ff);
  }
.quote-card.smc-item--quote2 .content {
      padding-left: 2rem;
      font-size: 1.25rem;
      font-weight: 500;
      font-family: var(--font-display);
      position: relative;
    }
.quote-card.smc-item--quote2 .content:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0.2rem;
        width: 1.5rem;
        height: 1.25rem;
        background: url(../../images/icon-quote-start_purple.svg) top center
          no-repeat;
      }
.quote-card.smc-item--quote2.smc-item--quote2-nomonogram .name-title {
      flex: 2;
      margin-left: 2rem;
    }
.quote-card .smc-item_top {
    margin-bottom: 1.5rem;
  }
.quote-card .smc-item_bot {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }
.quote-card .monogram {
    background: var(--theme-orange-light);
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    font-family: "Libre Baskerville";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.48px;
  }
.quote-card .co-logo {
    flex-grow: 1;
    padding-left: 1rem;
    border-left: 1px solid var(--gray-light);
    min-height: 2rem;
    display: none;
    align-items: center;
  }
@media (min-width: 768px) {
.quote-card .co-logo {
      display: flex;
  }
    }
.quote-card .co-logo img {
      max-width: 4rem;
    }
.quote-card .quote {
    position: relative;
    padding: 2.5rem 1rem 0 1rem;
    font-family: "Libre Baskerville";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
  }
.quote-card .quote img {
      position: absolute;
      left: 1rem;
      top: 0.5rem;
    }
@media (min-width: 768px) {
.quote-card {
    width: 25rem;
}
  }
.quote-card {
  color: var(--gray);
}
.quote-card:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.quote-card {
  height: initial;
  flex-direction: row;
  gap: 1rem;
  border: 4px solid var(--theme-green);
  background: white;
  padding: 1rem;
}
.quote-card .quote-card__img-wrapper{
  height: 14rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.name-title.quote-card .quote-card__img-wrapper > * {
      width: 100%;
    }
.quote-card .quote-card__content{
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
    width: 150%;
}
.quote-card .quote-card__content .quote-card__quote-icon{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.5rem;
  color: var(--theme-purple);
}
@media (min-width: 768px){
  .quote-card .quote-card__content .quote-card__quote-icon{
    width: 2rem;
  }
}
.quote-card .quote-card__content .quote-card__quote{
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.quote-card .quote-card__content .quote-card__quote[class^="display-"] {
    font-weight: 500;
  }
.quote-card .quote-card__content .quote-card__quote.truncate-4-lines {
      }
.quote-card .quote-card__content .quote-card__name-title{
  padding-top: 1rem;
}
.smc-item.smc-item--quote2.smc-item--quote2-nomonogram .quote-card .quote-card__content .quote-card__name-title {
      flex: 2;
      margin-left: 2rem;
    }
.quote-card .quote-card__content .quote-card__name-title {
  display: flex;
  flex-direction: column;
}
.quote-card .quote-card__content .quote-card__name-title > * {
    /* width: 12rem; */
    max-width: 18rem;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: fade(10px);
    text-overflow: fade(5%); */
  }
.quote-card .quote-card__content .quote-card__name-title.w-full > * {
      width: 100%;
    }
/* Media Assets */
.section__media-assets{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (min-width: 640px){
  .section__media-assets{
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px){
  .section__media-assets{
    padding-bottom: 12rem;
  }
}
@media (min-width: 1280px){
  .section__media-assets{
    padding-bottom: 20rem;
  }
}
.section__media-assets .wave-wrapper--multi-orange{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.media-assets__wrapper{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 1024px){
  .media-assets__wrapper{
    flex-direction: row;
  }
}
.media-assets__wrapper {
  z-index: 1;
}
.bg-bottom-wave {
  width: 100vw;
  background: linear-gradient(
    167deg,
    rgb(255, 255, 255) 58.6%,
    #67bf78 101.57%
  );
}
.bg-bottom-wave svg {
    position: relative;
    bottom: -0.25rem;
  }
/* PAGE - Blog */
/* Blog- hero */
#blogHero {
  position: relative;
  background: linear-gradient(
    189deg,
    var(--theme-purple),
    var(--theme-purple-light) 45%,
    white 80%
  );
}
#blogHero .bg-blog-hero-left{
  position: absolute;
  left: -2rem;
  top: -2.5rem;
  height: 100%;
  width: 100%;
}
.name-title#blogHero .bg-blog-hero-left > * {
      width: 100%;
    }
@media (min-width: 640px){
  #blogHero .bg-blog-hero-left{
    left: 0px;
  }
}
#blogHero .bg-blog-hero-left {
    background: url(../../images/bg-blog-hero-left.svg) top left no-repeat;
    background-size: contain;
  }
#blogHero .bg-blog-hero-right{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #blogHero .bg-blog-hero-right{
    width: 100%;
  }
}
#blogHero .bg-blog-hero-right {
    background: url(../../images/bg-blog-hero-right.svg) top right no-repeat;
    background-size: contain;
  }
/* Blog Feature */
.blog-feature{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.name-title.blog-feature > * {
      width: 100%;
    }
@media (min-width: 1024px){
  .blog-feature{
    max-height: 23.4rem;
    flex-direction: row;
    gap: 4rem;
  }
}
.blur-background {
  background: rgba(248, 248, 248, 0.1);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
/* blog Article Nav Bar */
#blogArticleNav{
  position: fixed;
  left: 0px;
  width: 100%;
  font-family: Montserrat, sans-serif;
}
.name-title#blogArticleNav > * {
      width: 100%;
    }
#blogArticleNav {
  background: rgba(248, 248, 248, 0.65);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: 40 !important;
  transition: top 0.3s;
}
#blogArticleNav .bg-wave-purple{
  position: absolute;
  right: 0px;
  top: -8%;
  height: 50%;
  width: 100%;
}
.name-title#blogArticleNav .bg-wave-purple > * {
      width: 100%;
    }
@media (min-width: 768px){
  #blogArticleNav .bg-wave-purple{
    top: -13%;
    height: 75%;
  }
}
#blogArticleNav .bg-wave-purple {
    background: url(../../images/bg-wave-purple.svg) bottom right no-repeat;
    background-size: contain;
    z-index: 1;
  }
#blogArticleNav .bg-ball-green{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
.name-title#blogArticleNav .bg-ball-green > * {
      width: 100%;
    }
@media (min-width: 768px){
  #blogArticleNav .bg-ball-green{
    bottom: -20%;
    width: 75%;
  }
}
#blogArticleNav .bg-ball-green {
    background: url(../../images/bg-ball-green.svg) bottom left no-repeat;
    background-size: contain;
  }
#blogArticleNav .blog-nav {
    font-family: "Hind";
  }
#blogArticleNav .blog-nav .bn__items{
  margin-bottom: 1rem;
  display: none;
  justify-content: space-evenly;
}
@media (min-width: 640px){
  #blogArticleNav .blog-nav .bn__items{
    display: flex;
  }
}
@media (min-width: 768px){
  #blogArticleNav .blog-nav .bn__items{
    gap: 0.5rem;
  }
}
#blogArticleNav .blog-nav .bn__btn{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 500;
}
#blogArticleNav .blog-nav .bn__btn[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 640px){
  #blogArticleNav .blog-nav .bn__btn{
    display: flex;
  }
}
@media (min-width: 1024px){
  #blogArticleNav .blog-nav .bn__btn{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
#blogArticleNav .blog-nav .bn__btn.sub-nav__title{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500;
}
#blogArticleNav .blog-nav .bn__btn.sub-nav__title[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 1024px){
  #blogArticleNav .blog-nav .bn__btn.sub-nav__title{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
#blogArticleNav .blog-nav #bn__dropdown{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.name-title#blogArticleNav .blog-nav #bn__dropdown > * {
      width: 100%;
    }
#blogArticleNav .blog-nav #bn__dropdown[data-te-dropdown-show]{
  display: flex;
}
#blogArticleNav .blog-nav #bn__dropdown .bn__btn{
  font-weight: 500;
}
#blogArticleNav .blog-nav #bn__dropdown .bn__btn[class^="display-"] {
    font-weight: 500;
  }
#blogArticleNav .blog-nav #bn__dropdown .bn__btn {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
#blogArticleNav .blog-nav #bn__dropdown .bn__btn {
    font-size: 1rem;
}
  }
#blogArticleNav .blog-nav .bn__article-type{
  display: none;
}
#blogArticleNav .blog-nav .bn__article-type.show{
  display: block;
}
#blogArticleNav .blog-nav .bn__list-item{
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.name-title#blogArticleNav .blog-nav .bn__list-item > * {
      width: 100%;
    }
#blogArticleNav .blog-nav .bn__list-item:hover{
  background-color: var(--theme-green-light);
}
#blogNav .bn__btn:hover,
#blogNav .bn__btn.active {
  position: relative;
  color: #303030;
}
#blogNav .bn__btn:hover:after, #blogNav .bn__btn.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-width: 4px;
    border-color: var(--theme-green);
  }
/* This class will be toggled based on scroll direction */
.hidden-nav {
  position: relative !important;
  top: -100% !important ;
}
#loomlyNews{
  position: relative;
}
.bg-blog-purple-swirl-left{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  .bg-blog-purple-swirl-left{
    width: 100%;
  }
}
.bg-blog-purple-swirl-left {
  background: url(../../images/bg-blog-purple-swirl-left.svg) top left
    no-repeat;
  background-size: contain;
}
#brandSuccess{
  position: relative;
}
#brandSuccess .bg-blog-brand-squiggle{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #brandSuccess .bg-blog-brand-squiggle{
    top: -10%;
    height: 70rem;
    width: 100%;
  }
}
#brandSuccess .bg-blog-brand-squiggle {
    background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
    background-size: contain;
  }
#socialMediaMarketing{
  position: relative;
}
#socialMediaMarketing .bg-blog-left-squiggle{
  position: absolute;
  left: -45%;
  top: -50%;
  height: 100%;
  width: 100%;
}
.name-title#socialMediaMarketing .bg-blog-left-squiggle > * {
      width: 100%;
    }
@media (min-width: 768px){
  #socialMediaMarketing .bg-blog-left-squiggle{
    left: -22%;
    height: 80rem;
  }
}
#socialMediaMarketing .bg-blog-left-squiggle {
    background: url(../../images/bg-privacy-squiggle-left.svg) bottom left
      no-repeat;
    background-size: contain;
  }
/* Blog Subscription CTA */
.bg-blog-sub-left{
  position: absolute;
  left: 1rem;
  top: -2rem;
  height: 16.666667%;
  width: 100%;
}
.name-title.bg-blog-sub-left > * {
      width: 100%;
    }
@media (min-width: 640px){
  .bg-blog-sub-left{
    top: -0.5rem;
  }
}
@media (min-width: 768px){
  .bg-blog-sub-left{
    height: 25%;
  }
}
@media (min-width: 1024px){
  .bg-blog-sub-left{
    left: 33.333333%;
  }
}
.bg-blog-sub-left {
  background: url(../../images/bg-blog-sub-left.svg) top left no-repeat;
  background-size: contain;
}
.bg-blog-sub-right{
  position: absolute;
  right: -0.25rem;
  bottom: 0.75rem;
  height: 25%;
  width: 100%;
}
.name-title.bg-blog-sub-right > * {
      width: 100%;
    }
@media (min-width: 768px){
  .bg-blog-sub-right{
    height: 50%;
  }
}
.bg-blog-sub-right {
  background: url(../../images/bg-blog-sub-right.svg) bottom right no-repeat;
  background-size: contain;
}
.hs-pagination__link--number{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
.hs-pagination__link--number[class^="display-"] {
    font-weight: 500;
  }
.hs-pagination__link--active{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-wave-bottom{
  position: absolute;
  bottom: 20rem;
  left: 0px;
  display: none;
}
@media (min-width: 768px){
  .bg-wave-bottom{
    display: block;
  }
}
@media (min-width: 1024px){
  .bg-wave-bottom{
    bottom: 13rem;
  }
}
@media (min-width: 1536px){
  .bg-wave-bottom{
    bottom: 9rem;
  }
}
.bg-wave-bottom {
  z-index: -2;
  height: 100%;
  width: 90%;
  background: url(../../images/bg-wul-wave-bottom.svg) bottom left no-repeat;
  background-size: contain;
}
.bg-wul-loop_content{
  position: absolute;
  left: 0px;
  /* right: 0; */
  bottom: 30%;
  height: 100%;
  width: 12rem;
  background: url(../../images/bg-wul-loop.svg) bottom left no-repeat;
  background-size: contain;
}
.bg-ball-green-right{
  position: absolute;
  bottom: 13%;
  right: 0px;
  height: 30rem;
  width: 100%;
}
.name-title.bg-ball-green-right > * {
      width: 100%;
    }
@media (min-width: 768px){
  .bg-ball-green-right{
    height: 40rem;
  }
}
@media (min-width: 1024px){
  .bg-ball-green-right{
    height: 45rem;
  }
}
.bg-ball-green-right {
  background: url(../../images/bg-ball-green-right.png) center right
    no-repeat;
  background-size: contain;
}
#articleHero{
  position: absolute;
  top: 0px;
  height: 35rem;
  width: 100%;
}
.name-title#articleHero > * {
      width: 100%;
    }
#articleHero .bg-blog-hero-right{
  position: absolute;
  right: 0px;
  top: -5rem;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #articleHero .bg-blog-hero-right{
    width: 100%;
  }
}
#articleHero .bg-blog-hero-right {
    background: url(../../images/blog-article-hero.png) top right no-repeat;
    background-size: contain;
  }
.hs-pagination__link--number{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
.hs-pagination__link--number[class^="display-"] {
    font-weight: 500;
  }
.hs-pagination__link--active{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-blogArticle-left-swirl{
  position: absolute;
  bottom: 60%;
  right: 0px;
  height: 50rem;
  width: 100%;
}
.name-title.bg-blogArticle-left-swirl > * {
      width: 100%;
    }
@media (min-width: 768px){
  .bg-blogArticle-left-swirl{
    bottom: 30%;
    height: 60rem;
  }
}
@media (min-width: 1024px){
  .bg-blogArticle-left-swirl{
    height: 70rem;
  }
}
.bg-blogArticle-left-swirl {
  background: url(../../images/bg-blogArticle-left-swirl.png) center right
    no-repeat;
  background-size: contain;
}
/* Sticky CTAs */
/* @apply transition-all ease-linear duration-300; */
@media (min-width: 640px) {
.stickyElement { /* Safari */
    position: sticky;
    top: 10rem;
}
  }
@media (min-width: 1024px) {
.stickyElement {
    top: 12rem;
}
  }
/* Quote */
.blog-article__quote{
  display: flex;
  width: 91.666667%;
  align-items: flex-start;
  gap: 0.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
@media (min-width: 768px){
  .blog-article__quote{
    border-top-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.blog-article__quote .blog-article__quote-icon{
  width: 1.5rem;
}
.blog-article__quote .blog-article__quote-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.blog-article__quote .blog-article__quote-wrapper p {
      font-size: 0.875rem;
    }
@media (min-width: 1024px) {
.blog-article__quote .blog-article__quote-wrapper p {
        font-size: 1rem;
    }
      }
.blog-article__quote .blog-article__quote-signature{
  font-weight: 600;
}
@media (min-width: 768px) {
.article-sidebar {
    max-width: 25.5rem;
}
  }
.article-sidebar .button,
  .article-sidebar a.button {
    max-width: 9rem;
    margin: 0 !important;
  }
/* PAGE-Solutions-Who-Uses-Loomly */
/* who-hero */
#whoHero {
  position: relative;
  background: linear-gradient(
    to bottom right,
    var(--theme-green),
    var(--theme-green-lighter) 15%,
    var(--gray-lighter) 26%
  );
}
#whoHero #hero-img__border::after{
  pointer-events: none;
  position: absolute;
  top: 1.5rem;
  left: -1.5rem;
  border-radius: 0.75rem;
  border-width: 4px;
  border-color: var(--theme-orange);
    content: "";
}
#whoHero .wh-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    /* z-index: 2; */

    /* background-size: 3000px 1500px; */
  }
#whoHero .wh-bg .wh-bg-swirl_left{
  left: -50%;
  width: 25rem;
}
@media (min-width: 640px){
  #whoHero .wh-bg .wh-bg-swirl_left{
    left: -10%;
    width: 29.5rem;
  }
}
@media (min-width: 768px){
  #whoHero .wh-bg .wh-bg-swirl_left{
    left: 0px;
  }
}
#whoHero .wh-bg .wh-bg-swirl_left {
      position: absolute;
      /* left: 0; */
      top: -5%;
      height: 100%;
      /* width: 29.5rem; */
      background: url(../../images/bg-whohero-swirl-left.svg) top left
        no-repeat;
      background-size: contain;
    }
#whoHero .wh-bg .wh-bg-wave_right{
  right: -30%;
}
@media (min-width: 640px){
  #whoHero .wh-bg .wh-bg-wave_right{
    right: -10%;
  }
}
@media (min-width: 768px){
  #whoHero .wh-bg .wh-bg-wave_right{
    right: 0px;
  }
}
#whoHero .wh-bg .wh-bg-wave_right {
      position: absolute;
      /* right: 0; */
      top: -5%;
      height: 100%;
      width: 35.375rem;
      background: url(../../images/bg-whohero-wave-right.svg) top right
        no-repeat;
      background-size: contain;
    }
#whoHero .wh-bg {
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#whoHero .wh-bg {
      opacity: 1;
  }
    }
#whoHero .wh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#whoHero .wh_left a.button {
      text-shadow: none;
    }
img.hero-award__badge {
  width: 5rem;
  height: auto;
}
/* Benefits */
#whoUsesBenefits{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
#whoUsesBenefits .bg-wl-benefits-bw-swirl{
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
}
.name-title#whoUsesBenefits .bg-wl-benefits-bw-swirl > * {
      width: 100%;
    }
@media (min-width: 768px){
  #whoUsesBenefits .bg-wl-benefits-bw-swirl{
    width: 50%;
  }
}
#whoUsesBenefits .bg-wl-benefits-bw-swirl {
    background: url(../../images/bg-wl-benefits-bw-swirl.svg) top left
      no-repeat;
    background-size: contain;
  }
#whoUsesBenefits .bg-wl-benefits-loop{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #whoUsesBenefits .bg-wl-benefits-loop{
    width: 16.666667%;
  }
}
#whoUsesBenefits .bg-wl-benefits-loop {
    background: url(../../images/bg-wl-benefits-loop.svg) top right
      no-repeat;
    background-size: contain;
  }
.wl-benefits-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 768px){
  .wl-benefits-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wl-benefits-grid {
  grid-template-columns: 1fr; /* Default (mobile) */
  grid-template-rows: auto; /* Default row sizing */
}
@media (min-width: 768px) {
.wl-benefits-grid {
    grid-template-columns: 1fr 2fr 1fr; /* 3 columns, middle one is larger */
}
  }
.wl-benefits-grid .first-column,
  .wl-benefits-grid .last-column {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical centering */
  }
.wl-benefits-grid .middle-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start */
  }
.wl-benefits-grid .benefit-item{
  width: 100%;
}
.name-title.wl-benefits-grid .benefit-item > * {
      width: 100%;
    }
.wl-benefits-grid .benefit-item .benefit-item__heading{
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.wl-benefits-grid .benefit-item .benefit-item__heading[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 768px){
  .wl-benefits-grid .benefit-item .benefit-item__heading{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.wl-benefits-grid .benefit-item .benefit-item__heading.gray {
    color: var(--gray);
  }
.wl-benefits-grid .benefit-item .benefit-item__heading.normal{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px){
  .wl-benefits-grid .benefit-item .benefit-item__heading.normal{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .wl-benefits-grid .benefit-item .benefit-item__heading.normal{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .wl-benefits-grid .benefit-item .benefit-item__heading{
    max-width: 14rem;
  }
}
.wl-benefits-grid .benefits-bubbles {
    position: relative;
  }
.wl-benefits-grid .benefits-bubbles .wlb-bubble{
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      position: absolute;
      opacity: 0.5;
}
@media (min-width: 768px) {
.wl-benefits-grid .benefits-bubbles .wlb-bubble {
        opacity: 1;
    }
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--1 {
        right: 0;
        top: 1rem;
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--2 {
        left: 0;
        top: 50%;
        transform: translatey(-50%);
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--3 {
        right: 2rem;
        bottom: 0;
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--4 {
        left: 4.5rem;
        top: 65%;
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--5 {
        left: 2.5rem;
        top: 64%;
      }
.wl-benefits-grid .benefits-bubbles .wlb-bubble.wlb-bubble--6 {
        right: 1rem;
        bottom: 1.5rem;
      }
/* Who Uses Loomly -- OverView's */
#whoUsesLoomly{
  position: relative;
  overflow: hidden;
  padding-bottom: 20rem;
  background: linear-gradient(
    to top,
    var(--theme-green),
    var(--gray-lighter) 7%
  );
}
.bg-wul-loop{
  position: absolute;
  left: 0px;
  /* right: 0; */
  bottom: 20%;
  height: 100%;
  width: 12rem;
  background: url(../../images/bg-wul-loop.svg) bottom left no-repeat;
  background-size: contain;
}
.bg-wul-squiggle{
  position: absolute;
  right: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  .bg-wul-squiggle{
    width: 18rem;
  }
}
@media (min-width: 768px){
  .bg-wul-squiggle{
    width: 20rem;
  }
}
.bg-wul-squiggle {
  top: 30%;
  height: 100%;
  background: url(../../images/bg-wul-squiggle.svg) top right no-repeat;
  background-size: contain;
}
.bg-wul-wave-bottom{
  position: absolute;
  bottom: -3rem;
  left: 0px;
}
@media (min-width: 640px){
  .bg-wul-wave-bottom{
    bottom: -3rem;
  }
}
@media (min-width: 768px){
  .bg-wul-wave-bottom{
    bottom: -5rem;
  }
}
.bg-wul-wave-bottom {

  height: 100%;
  width: 90%;
  background: url(../../images/bg-wul-wave-bottom.svg) bottom left no-repeat;
  background-size: contain;
}
/* Overview */
.overview-item{
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 768px){
  .overview-item{
    max-height: 27.625rem;
    flex-direction: row;
  }
}
.overview-item .overview-item__content{
  order: 2;
  max-width: 36.813rem;
}
@media (min-width: 768px){
  .overview-item .overview-item__content{
    order: 1;
  }
}
.overview-item .overview-item__content .overview-item__content-heading{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.overview-item .overview-item__content .overview-item__content-heading {
    font-size: 1.5rem;
}
  }
@media (min-width: 768px) {
.overview-item .overview-item__content .overview-item__content-heading {
    font-size: 1.75rem;
}
  }
@media (min-width: 1280px) {
.overview-item .overview-item__content .overview-item__content-heading {
    font-size: 2rem;
}
  }
.overview-item .overview-item__content .overview-item__content-heading.font--36 {
    font-size: 1.5rem;
  }
@media (min-width: 640px) {
.overview-item .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 1.75rem;
  }
    }
@media (min-width: 768px) {
.overview-item .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2rem;
  }
    }
@media (min-width: 1280px) {
.overview-item .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2.25rem;
  }
    }
.overview-item .overview-item__content .overview-item__content-description{
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.overview-item .overview-item__content .overview-item__content-description[class^="display-"] {
    font-weight: 500;
  }
.overview-item .overview-item__content .overview-item__content-description {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.overview-item .overview-item__content .overview-item__content-description {
    font-size: 1rem;
}
  }
.overview-item .overview-item__quote-container{
  position: relative;
  order: 1;
  min-width: 45%;
  flex: 1 1 0%;
}
@media (min-width: 768px){
  .overview-item .overview-item__quote-container{
    order: 2;
  }
}
.overview-item .overview-item__quote-container .overview-item__quote-image__container{
  height: 16rem;
  width: 100%;
  overflow: hidden;
}
.name-title.overview-item .overview-item__quote-container .overview-item__quote-image__container > * {
      width: 100%;
    }
@media (min-width: 320px){
  .overview-item .overview-item__quote-container .overview-item__quote-image__container{
    height: auto;
  }
}
@media (min-width: 1280px){
  .overview-item .overview-item__quote-container .overview-item__quote-image__container{
    width: auto;
  }
}
.overview-item .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px){
  .overview-item .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.overview-item .overview-item__quote-container .overview-item__quote{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 83.333333%;
  align-items: flex-start;
  gap: 0.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
@media (min-width: 768px){
  .overview-item .overview-item__quote-container .overview-item__quote{
    display: flex;
    border-top-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.overview-item .overview-item__quote-container .overview-item__quote .overview-item__quote-icon{
  width: 1.5rem;
}
.overview-item .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overview-item .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
          font-size: 0.875rem;
        }
@media (min-width: 1024px) {
.overview-item .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
            font-size: 1rem;
        }
          }
/* .overiew-item__quote-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      } */
.overview-item .overview-item__quote-container .overview-item__quote .overview-item__quote-signature{
  font-weight: 600;
}
.overview-item .overview-item__detail-link{
  margin-bottom: 0.5rem;
}
/* reverse order of overview card. Img and Quote to left side and content to right */
.overview-item.reverse .overview-item__content{
  order: 2; /* Change the order of the content to right side */
}
.overview-item.reverse .overview-item__quote-container{
  order: 1; /* Change the order of the img & quote to left side */
}
.overview-item.reverse .overview-item__quote-container .overview-item__quote-img{
  margin-left: 0px;
  margin-right: auto;
}
.overview-item.reverse .overview-item__quote-container .overview-item__quote{
  left: auto;
  right: 0px;
}
/* take out for global use */
.overview-item__list{
  position: relative;
  margin-bottom: 1.5rem;
}
.overview-item__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overview-item__list{
  padding-left: 1rem;
}
.overview-item__list-item::before {
  content: "•"; /* Unicode character for bullet */
  color: var(--theme-blue); /* Color of the bullet */
  position: absolute;
  left: 0; /* Align with the text start */
}
/* Show Around Media */
#shopAround{
  position: relative;
}
.bg-swirl-light-green{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 80rem;
  width: 100%;
}
.name-title.bg-swirl-light-green > * {
      width: 100%;
    }
.bg-swirl-light-green {

  background: url(../../images/bg-swirl-light-green.svg) top right no-repeat;
  background-size: contain;
}
/* Increase Posting Frequency */
#increasePosting{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
.bg-wul-increase-swrirl{
  position: absolute;
  left: 0px;
  bottom: 6rem;
  height: 100%;
  width: 100%;
}
.name-title.bg-wul-increase-swrirl > * {
      width: 100%;
    }
.bg-wul-increase-swrirl {
  background: url(../../images/bg-wul-increase-swirl.svg) top left no-repeat;
  background-size: contain;
}
.increase-post-card{
  height: 100%;
  width: 18rem;
  flex-direction: column;
  gap: 0px;
  border-style: none;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 320px){
  .increase-post-card{
    width: 20rem;
  }
}
@media (min-width: 640px){
  .increase-post-card{
    width: 22rem;
  }
}
.increase-post-card .increase-post-card__content{
  min-height: 14.875rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px){
  .increase-post-card .increase-post-card__content{
    padding: 1.5rem;
  }
}
/* PAGE - Who Uses Loomly - DETAIL */
/* who-detail- hero */
#whoDetailHero {
  position: relative;
  background: linear-gradient(
    to bottom,

    var(--theme-green-lighter) 35%,
    var(--gray-lighter) 45%
  );
  overflow: hidden;
}
#whoDetailHero .who-hero-detail__section{
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  #whoDetailHero .who-hero-detail__section{
    padding-bottom: 5rem;
  }
}
#whoDetailHero .who-hero-detail__section .who-hero-detail{
  position: relative;
}
#whoDetailHero .who-hero-detail__section .wl_left{
  padding-left: 1.5rem;
}
@media (min-width: 640px){
  #whoDetailHero .who-hero-detail__section .wl_left{
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px){
  #whoDetailHero .who-hero-detail__section .wl_left{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1536px){
  #whoDetailHero .who-hero-detail__section .wl_left{
    padding-left: 11rem;
  }
}
/* background-size: 3000px 1500px; */
#whoDetailHero .wh-bg-wave_left{
  left: 0px;
  width: 12rem;
}
@media (min-width: 640px){
  #whoDetailHero .wh-bg-wave_left{
    width: 29.5rem;
  }
}
#whoDetailHero .wh-bg-wave_left {
    position: absolute;
    /* left: 0; */
    top: -5%;
    height: 100%;
    /* width: 29.5rem; */
    background: url(../../images/bg-wh-wave_left.svg) top left no-repeat;
    background-size: contain;
  }
#whoDetailHero .wh-bg-wave_right{
  right: 0px;
  width: 16rem;
}
@media (min-width: 768px){
  #whoDetailHero .wh-bg-wave_right{
    width: 30rem;
  }
}
#whoDetailHero .wh-bg-wave_right {
    position: absolute;
    /* right: 0; */
    top: -5%;
    height: 100%;
    background: url(../../images/bg-wh-wave_right.svg) top right no-repeat;
    background-size: contain;
  }
#whoDetailHero .wh-bg-wave_left,
  #whoDetailHero .wh-bg-wave_right {
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#whoDetailHero .wh-bg-wave_left,
  #whoDetailHero .wh-bg-wave_right {
      opacity: 1;
  }
    }
#whoDetailHero .wh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#whoDetailHero .wh_left a.button {
      text-shadow: none;
    }
/* Details */
#whoUsesLoomlyDetail{
  position: relative;
  overflow: hidden;
  padding-bottom: 20rem;
  background: linear-gradient(
    to top,
    var(--theme-green),
    var(--gray-lighter) 7%
  );
}
.bg-wul-loop_2{
  position: absolute;
  left: 0px;
  /* right: 0; */
  top: 25%;
  height: 100%;
  width: 12rem;
  background: url(../../images/bg-wul-loop.svg) top left no-repeat;
  background-size: contain;
}
.bg-wul-squiggle_2{
  position: absolute;
  right: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  .bg-wul-squiggle_2{
    width: 18rem;
  }
}
@media (min-width: 768px){
  .bg-wul-squiggle_2{
    width: 20rem;
  }
}
.bg-wul-squiggle_2 {
  bottom: 0;
  height: 100%;
  background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
  background-size: contain;
}
.bg-wul-wave-bottom{
  position: absolute;
  bottom: -3rem;
  left: 0px;
}
@media (min-width: 640px){
  .bg-wul-wave-bottom{
    bottom: -3rem;
  }
}
@media (min-width: 768px){
  .bg-wul-wave-bottom{
    bottom: -5rem;
  }
}
.bg-wul-wave-bottom {

  height: 100%;
  width: 90%;
  background: url(../../images/bg-wul-wave-bottom.svg) bottom left no-repeat;
  background-size: contain;
}
/* Customer Stories */
.bg-swirl-light-green_2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100rem;
  width: 100%;
}
.name-title.bg-swirl-light-green_2 > * {
      width: 100%;
    }
.bg-swirl-light-green_2 {

  background: url(../../images/bg-swirl-light-green.svg) top right no-repeat;
  background-size: contain;
}
.video__customer-story{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media (min-width: 640px){
  .video__customer-story{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px){
  .video__customer-story{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1024px){
  .video__customer-story{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.video__customer-story .customer__heading{
  margin-bottom: 2.5rem;
}
.video__customer-story .customer__heading .customer__title{
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.25rem;
}
.video__customer-story .customer__heading .customer__title:hover {
    /* @apply bg-orange; */
  }
.video__customer-story .customer__heading .customer__title > span {
  }
@media (min-width: 640px) {
.video__customer-story .customer__heading .customer__title {
    font-size: 2.5rem;
}
  }
@media (min-width: 768px) {
.video__customer-story .customer__heading .customer__title {
    font-size: 3rem;
}
  }
@media (min-width: 1280px) {
.video__customer-story .customer__heading .customer__title {
    font-size: 3.8125rem;
}
  }
.video__customer-story .customer__heading .customer__subtitle{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.video__customer-story .customer__heading .customer__subtitle[class^="display-"] {
    font-weight: 500;
  }
.video__customer-story .customer__heading .customer__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.video__customer-story .customer__heading .customer__subtitle {
    font-size: 1rem;
}
  }
.vb_box-video_player iframe {
  width: 100%;
  height: 100%;
}
.video__player{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.name-title.video__player > * {
      width: 100%;
    }
@media (min-width: 1024px){
  .video__player{
    flex-direction: row;
  }
}
.video__up-next{
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding: 1rem;
}
@media (min-width: 1024px){
  .video__up-next{
    width: 35rem;
    flex-direction: column;
    overflow: auto;
  }
}
.up-next{
  display: flex;
  height: 100%;
  width: 12rem;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px){
  .up-next{
    height: 6rem;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}
.up-next {
  cursor: pointer;
}
.up-next:hover {
    opacity: 0.9;
  }
.up-next__preview {
  position: relative;
  overflow: hidden;
}
.up-next__preview.up-next__preview--video::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_8527_11787)"><path d="M24.0664 12.0763C24.1774 18.0565 19.2081 23.0256 12.9321 23.142C6.65613 23.2585 1.50585 18.4772 1.39487 12.4971C1.28389 6.51688 6.25322 1.5478 12.5292 1.43133C18.8051 1.31485 23.9554 6.09613 24.0664 12.0763Z" fill="%23D9D9D9" fill-opacity="0.5" stroke="white" stroke-width="0.772471"/><path d="M18.7863 12.6861L9.84256 17.9023C9.7548 17.9535 9.65467 17.9815 9.55224 17.9834C9.44982 17.9853 9.34872 17.9611 9.2591 17.9132C9.16948 17.8653 9.09451 17.7954 9.04171 17.7105C8.98892 17.6256 8.96017 17.5288 8.95836 17.4297L8.77098 7.33268C8.76911 7.23359 8.79425 7.13573 8.84385 7.04895C8.89346 6.96217 8.96579 6.88953 9.05357 6.83833C9.14135 6.78714 9.24148 6.75919 9.34391 6.7573C9.44633 6.75541 9.54743 6.77965 9.63703 6.82757L18.7681 11.7084C18.8577 11.7562 18.9327 11.8261 18.9856 11.911C19.0384 11.9959 19.0671 12.0927 19.069 12.1918C19.0708 12.2909 19.0457 12.3888 18.996 12.4755C18.9464 12.5623 18.8741 12.6349 18.7863 12.6861Z" fill="white"/></g><defs><clipPath id="clip0_8527_11787"><rect width="23.7798" height="23.5628" fill="white" transform="translate(0.453125 0.814453) rotate(-1.06319)"/></clipPath></defs></svg>');
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - 0.8rem);
    position: relative;
    z-index: 2;
  }
.up-next__preview .video-cover {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* cursor: pointer; */
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.up-next__content{
  text-align: left;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.up-next__content {
    font-size: 1rem;
}
  }
@media (min-width: 1024px) {
  .up-next .up-next__preview {
    width: 9rem;
  }
  .up-next .up-next__content {
    width: calc(100% - 9rem);
  }
}
.up-next__title{
  font-weight: 600;
}
.up-next-action {
  text-align: left;
}
.up-next-action:hover {
    color: var(--theme-green);
  }
.pick-pricing__btn{
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pick-pricing__btn.is--active{
  background-color: var(--theme-green-light);
}
.pps_cardcol .pps_cardcol-price[data-show="yearly"] {
    display: flex;
  }
.pps_cardcol .pps_cardcol-price[data-show="monthly"] {
    display: none;
  }
.pps_cardcol.is--monthly .pps_cardcol-price[data-show="yearly"] {
      display: none;
    }
.pps_cardcol.is--monthly .pps_cardcol-price[data-show="monthly"] {
      display: flex;
    }
.sm--hide{
  display: block;
}
@media (min-width: 768px){
  .sm--hide{
    display: none;
  }
}
@media (min-width: 1024px){
  .sm--hide{
    display: block;
  }
}
.bg-big-white-wave{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100vw;
  height: 100%;
  background: url(../../images/bg-white-big-wave.svg) bottom center
    no-repeat;
  background-size: contain;
  pointer-events: none;
}
.bg-swirl-left{
  position: absolute;
  left: -2%;
  top: 0px;
  height: 100%;
  width: 14rem;
}
@media (min-width: 768px){
  .bg-swirl-left{
    width: 25rem;
  }
}
@media (min-width: 1024px){
  .bg-swirl-left{
    width: 45rem;
  }
}
.bg-swirl-left {
  background: url(../../images/bg-swirl-left.svg) top left no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
/* ///////////////////////////////////////////// */
.video__customer-story.video__customer-story--override {
  padding: 0 0 4rem 0 !important;
}
.video__customer-story.video__customer-story--override .up-next__tag {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    background: var(--theme-orange-light);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
.video__customer-story.video__customer-story--override .up-next__title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.video__customer-story.video__customer-story--override.has--tag .up-next__title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.video__customer-story.video__customer-story--override .up-next-container {
    overflow: hidden;
    overflow-x: scroll;
  }
.video__customer-story.video__customer-story--override .video__up-next {
    overflow-x: initial;
  }
.video__customer-story.video__customer-story--override .up-next {
    flex: 0 0 12rem;
  }
.video__customer-story.video__customer-story--override .up-next-action {
    margin-top: 1rem;
  }
@media (min-width: 1024px) {
    .video__customer-story.video__customer-story--override .up-next-container {
      overflow: hidden;
      overflow-y: scroll;
      overflow-x: unset;
      max-height: 25rem;
    }
    .video__customer-story.video__customer-story--override .up-next {
      flex: 0 0 100%;
    }
      .video__customer-story.video__customer-story--override .video__player .video-banner {
        width: calc(100% - 27rem);
      }
      .video__customer-story.video__customer-story--override .video__player .video__player-right {
        width: 26rem;
      }
        .video__customer-story.video__customer-story--override .video__player .video__player-right .up-next {
          height: auto;
        }
        .video__customer-story.video__customer-story--override .video__player .video__player-right .video__up-next {
          width: auto;
        }
        .video__customer-story.video__customer-story--override .video__player .video__player-right .actions {
          padding: 1rem;
        }
  }
.video__customer-story.video__customer-story--override .action-viewmore,
  .video__customer-story.video__customer-story--override a.action-viewmore {
    display: flex;
    align-items: center;
    color: var(--gray);
    letter-spacing: 0.32px;
  }
:is(.video__customer-story.video__customer-story--override .action-viewmore,.video__customer-story.video__customer-story--override a.action-viewmore) svg {
      margin-left: 0.5rem;
    }
:is(.video__customer-story.video__customer-story--override .action-viewmore,.video__customer-story.video__customer-story--override a.action-viewmore):hover {
      color: var(--theme-green);
    }
/* PAGE-Why-Loomly */
/* why-hero */
#whyHero{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
  overflow: hidden;
}
#whyHero .why-hero__section{
  padding-bottom: 3rem;
}
#whyHero .why-hero__section .why-hero{
  position: relative;
}
#whyHero .why-hero__section .wl_left{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  #whyHero .why-hero__section .wl_left{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 768px){
  #whyHero .why-hero__section .wl_left{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 7.5rem;
  }
}
/* background-size: 3000px 1500px; */
#whyHero .bg-why-hero-left{
  left: -5%;
  top: -9%;
  width: 100%;
}
.name-title#whyHero .bg-why-hero-left > * {
      width: 100%;
    }
@media (min-width: 640px){
  #whyHero .bg-why-hero-left{
    top: -12%;
  }
}
@media (min-width: 768px){
  #whyHero .bg-why-hero-left{
    left: 0px;
    top: -15%;
    width: 29.5rem;
  }
}
#whyHero .bg-why-hero-left {
    position: absolute;
    height: 100%;
    background: url(../../images/bg-why-hero-left.svg) top left no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
@media (min-width: 768px) {
#whyHero .bg-why-hero-left {
      opacity: 1;
  }
    }
#whyHero .wh_right-box {
    max-width: 20rem;
  }
@media (min-width: 1024px) {
#whyHero .wh_right-box {
      max-width: initial;
  }
    }
#whyHero .wh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#whyHero .wh_left a.button {
      text-shadow: none;
    }
#whyHero .wh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#whyHero .wh_left a.button {
      text-shadow: none;
    }
/* Comparison */
.comparison-bar__section{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 100vw;
}
.comparison-bar__link{
  text-align: center;
  font-weight: 500;
}
.comparison-bar__link[class^="display-"] {
    font-weight: 500;
  }
.comparison-bar__link {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.comparison-bar__link {
    font-size: 1rem;
}
  }
@media (min-width: 640px){
  .comparison-bar__link br{
    display: none;
  }
}
/* Comparison Bar */
#comparison{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
#comparison .bg-wave-purple{
  position: absolute;
  right: 0px;
  top: -8%;
  height: 50%;
  width: 100%;
}
.name-title#comparison .bg-wave-purple > * {
      width: 100%;
    }
@media (min-width: 768px){
  #comparison .bg-wave-purple{
    top: -13%;
    height: 75%;
  }
}
#comparison .bg-wave-purple {
    background: url(../../images/bg-wave-purple.svg) bottom right no-repeat;
    background-size: contain;
    z-index: 1;
  }
#comparison .bg-ball-green{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
.name-title#comparison .bg-ball-green > * {
      width: 100%;
    }
@media (min-width: 768px){
  #comparison .bg-ball-green{
    bottom: -20%;
    width: 75%;
  }
}
#comparison .bg-ball-green {
    background: url(../../images/bg-ball-green.svg) bottom left no-repeat;
    background-size: contain;
  }
#comparison .comparison-bar{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 1rem;
}
#comparison .comparison-bar .cb__items{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 768px){
  #comparison .comparison-bar .cb__items{
    gap: 0.5rem;
  }
}
#comparison .comparison-bar .cb__items .cb__btn{
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
#comparison .comparison-bar .cb__items .cb__btn[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 640px){
  #comparison .comparison-bar .cb__items .cb__btn{
    flex: 1 1 0%;
  }
}
@media (min-width: 768px){
  #comparison .comparison-bar .cb__items .cb__btn{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#comparison .comparison-bar .cb__items .cb__btn {
        align-items: center;
      }
#comparison .comparison-bar .cb__items .cb__btn.is--active{
  border-width: 2px;
  border-color: var(--theme-green);
  background-color: var(--theme-green-lighter);
}
#comparison .comparison-bar #cb__dropdown{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.name-title#comparison .comparison-bar #cb__dropdown > * {
      width: 100%;
    }
#comparison .comparison-bar #cb__dropdown[data-te-dropdown-show]{
  display: flex;
}
#comparison .comparison-bar #cb__dropdown .cb__btn{
  font-weight: 500;
}
#comparison .comparison-bar #cb__dropdown .cb__btn[class^="display-"] {
    font-weight: 500;
  }
#comparison .comparison-bar #cb__dropdown .cb__btn {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
#comparison .comparison-bar #cb__dropdown .cb__btn {
    font-size: 1rem;
}
  }
#comparison .comparison-bar .cb__companies{
  display: grid;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 640px){
  #comparison .comparison-bar .cb__companies{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}
@media (min-width: 1024px){
  #comparison .comparison-bar .cb__companies{
    display: flex;
  }
}
#comparison .comparison-bar .cb__companies .cb__company{
  margin-bottom: 1rem;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 242 241 / var(--tw-bg-opacity));
  padding: 1rem;
}
#comparison .comparison-bar .cb__companies .cb__company.loomly{
  background-color: var(--theme-green-light);
}
#comparison .comparison-bar .cb__companies .cb__company .cb__company-logo{
  width: 4rem;
}
#comparison .comparison-bar .cb__company-number{
  display: none;
      font-size: 3rem;
      font-weight: 500;
      color: var(--theme-blue);
}
#comparison .comparison-bar .cb__company-number.show{
  display: block;
}
/* Comparison Card */
#comparison .comparison-card__container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 768px){
  #comparison .comparison-card__container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#comparison .comparison-card{
  min-height: 22rem;
  border-radius: 0.75rem;
  border-width: 4px;
  border-color: var(--theme-blue);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#comparison .comparison-card .cc__heading-container{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
      padding: 1.5rem 1.5rem 1rem 1.5rem;
}
#comparison .comparison-card .cc__heading{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
#comparison .comparison-card .cc__heading {
    font-size: 1.25rem;
}
  }
@media (min-width: 768px) {
#comparison .comparison-card .cc__heading {
    font-size: 1.25rem;
}
  }
@media (min-width: 1280px) {
#comparison .comparison-card .cc__heading {
    font-size: 1.5rem;
}
  }
#comparison .comparison-card .cc__subheading{
  margin-bottom: 1rem;
  font-weight: 500;
}
#comparison .comparison-card .cc__subheading[class^="display-"] {
    font-weight: 500;
  }
#comparison .comparison-card .cc__subheading {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
#comparison .comparison-card .cc__subheading {
    font-size: 1rem;
}
  }
#comparison .comparison-card .cc__list{
  padding: 1rem;
  padding-left: 2rem !important;
  position: relative;
  margin-bottom: 1.5rem;
}
#comparison .comparison-card .cc__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#comparison .comparison-card .cc__list{
  padding-left: 1rem;
}
#comparison .comparison-card .cc__list-item::before {
  content: "•"; /* Unicode character for bullet */
  color: var(--theme-blue); /* Color of the bullet */
  position: absolute;
  left: 0; /* Align with the text start */ left: 1rem !important;
}
#comparison .comparison-card .cc__list-item::before::before {
  content: "•"; /* Unicode character for bullet */
  color: var(--theme-blue); /* Color of the bullet */
  position: absolute;
  left: 0; /* Align with the text start */
}
#comparisonDetailed{
  position: relative;
}
#comparisonDetailed .bg-swirl-half-green{
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 50%;
  width: 50%;
}
@media (min-width: 768px){
  #comparisonDetailed .bg-swirl-half-green{
    height: 66.666667%;
    width: 75%;
  }
}
#comparisonDetailed .bg-swirl-half-green {
    background: url(../../images/bg-swirl-half-green.svg) top right
      no-repeat;
    background-size: contain;
  }
#comparisonDetailed .overview-item {
    max-height: none;
  }
#comparisonDetailed .overview-item__quote-image__container {
    max-width: 20rem;
  }
@media (min-width: 1024px) {
#comparisonDetailed .overview-item__quote-image__container {
      max-width: none;
  }
    }
.comparison-container{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px){
  .comparison-container{
    flex-direction: row;
  }
}
.comparison-item {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.comparison-item {
    font-size: 1rem;
}
  }
.comparison-item__img{
  margin-bottom: 0.5rem;
  max-width: 2.25rem;
}
.comparison-item__heading{
  margin-bottom: 0.5rem;
}
/* PAGE- Why Loomly - DETAIL- */
/* why-detail-hero */
#whyLoomlyDetailHero{
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
  position: relative;
}
#whyLoomlyDetailHero #hero-img__border::after{
  pointer-events: none;
  position: absolute;
  top: 1.5rem;
  left: -1.5rem;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 4px;
  border-color: var(--theme-orange);
}
.name-title#whyLoomlyDetailHero #hero-img__border > *::after {
      width: 100%;
    }
#whyLoomlyDetailHero #hero-img__border::after {
    content: "";
  }
#whyLoomlyDetailHero .wh-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;

    /* background-size: 3000px 1500px; */
  }
#whyLoomlyDetailHero .wh-bg .bg-why-detail-left{
  left: -90%;
  width: 25rem;
}
@media (min-width: 640px){
  #whyLoomlyDetailHero .wh-bg .bg-why-detail-left{
    width: 29.5rem;
  }
}
@media (min-width: 768px){
  #whyLoomlyDetailHero .wh-bg .bg-why-detail-left{
    left: -2%;
  }
}
#whyLoomlyDetailHero .wh-bg .bg-why-detail-left {
      position: absolute;
      /* left: 0; */
      top: -5%;
      height: 100%;
      /* width: 29.5rem; */
      background: url(../../images/bg-why-detail-hero-left.svg) top left
        no-repeat;
      background-size: contain;
    }
#whyLoomlyDetailHero .wh-bg .bg-why-detail-right{
  right: -40%;
}
@media (min-width: 640px){
  #whyLoomlyDetailHero .wh-bg .bg-why-detail-right{
    right: -10%;
  }
}
@media (min-width: 768px){
  #whyLoomlyDetailHero .wh-bg .bg-why-detail-right{
    right: 0px;
  }
}
#whyLoomlyDetailHero .wh-bg .bg-why-detail-right {
      position: absolute;
      /* right: 0; */
      top: -20%;
      height: 100%;
      width: 35.375rem;
      background: url(../../images/bg-why-detail-hero-right.svg) top right
        no-repeat;
      background-size: contain;
    }
#whyLoomlyDetailHero .wh_right-box {
    width: 100%;
    max-width: 24rem;
  }
@media (min-width: 1024px) {
#whyLoomlyDetailHero .wh_right-box {
      width: 30rem;
      max-width: 30rem;
  }
    }
#whyLoomlyDetailHero .wh-bg {
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#whyLoomlyDetailHero .wh-bg {
      opacity: 1;
  }
    }
#whyLoomlyDetailHero .wh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#whyLoomlyDetailHero .wh_left a.button {
      text-shadow: none;
    }
/* Vs Competitor Grid */
#whyLoomlyVs{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
#whyLoomlyVs .bg-wl-benefits-bw-swirl{
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
}
.name-title#whyLoomlyVs .bg-wl-benefits-bw-swirl > * {
      width: 100%;
    }
@media (min-width: 768px){
  #whyLoomlyVs .bg-wl-benefits-bw-swirl{
    width: 50%;
  }
}
#whyLoomlyVs .bg-wl-benefits-bw-swirl {
    background: url(../../images/bg-wl-benefits-bw-swirl.svg) top left
      no-repeat;
    background-size: contain;
  }
#whyLoomlyVs .bg-wl-benefits-loop{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #whyLoomlyVs .bg-wl-benefits-loop{
    width: 16.666667%;
  }
}
#whyLoomlyVs .bg-wl-benefits-loop {
    background: url(../../images/bg-wl-benefits-loop.svg) top right
      no-repeat;
    background-size: contain;
  }
.wl-competior-compare-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px){
  .wl-competior-compare-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wl-competior-compare-grid {
  grid-template-rows: auto; /* Default row sizing */
}
.wl-competior-compare-grid .cc-item{
  display: flex;
  width: 100%;
  gap: 1rem;
}
.name-title.wl-competior-compare-grid .cc-item > * {
      width: 100%;
    }
.wl-competior-compare-grid .cc-item .cc-item__icon{
  margin-bottom: auto;
  margin-top: 0.25rem;
  display: flex;
  width: 9rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 640px){
  .wl-competior-compare-grid .cc-item .cc-item__icon{
    width: 6rem;
  }
}
@media (min-width: 768px){
  .wl-competior-compare-grid .cc-item .cc-item__icon{
    width: 4rem;
  }
}
.wl-competior-compare-grid .cc-item .cc-item__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wl-competior-compare-grid .cc-item .cc-item__content .cc-item__heading{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  font-size: 1.25rem;
}
.wl-competior-compare-grid .cc-item .cc-item__content .cc-item__link{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bg-wul-loop_3{
  position: absolute;
  left: 0px;
  /* right: 0; */
  top: 0;
  height: 100%;
  width: 12rem;
  background: url(../../images/bg-wul-loop.svg) top left no-repeat;
  background-size: contain;
}
.bg-wul-squiggle_3{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  .bg-wul-squiggle_3{
    width: 18rem;
  }
}
@media (min-width: 768px){
  .bg-wul-squiggle_3{
    width: 20rem;
  }
}
.bg-wul-squiggle_3 {
  height: 100%;
  background: url(../../images/bg-wul-squiggle.svg) top right no-repeat;
  background-size: contain;
}
.is-loomly{
  border-color: var(--theme-green) !important;
}
@media (min-width: 1024px) {
    .is-loomly.top{
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

    .is-loomly.sides{
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

    .is-loomly.bottom{
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }
}
/* Price Comparison on Features */
.pricing-compare.pricing-compare--whydetail .sticky--layer2 {
    top: 78px;
  }
@media screen and (min-width: 1200px) {
.pricing-compare.pricing-compare--whydetail .sticky--layer2 {
      top: 92px;
  }
    }
.features-cc__colm{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 4px !important;
  padding: 0px !important;
}
.features-cc__colm .features-cc__logo-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px){
  .features-cc__colm .features-cc__logo-container{
    padding: 1.5rem;
  }
}
@media (min-width: 768px){
  .features-cc__colm .features-cc__logo-container{
    flex-direction: row !important;
  }
}
.features-cc__colm .features-cc__name{
  margin-bottom: 0px !important;
  display: none;
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.features-cc__colm .features-cc__name {
    font-size: 2rem;
}
  }
@media (min-width: 768px) {
.features-cc__colm .features-cc__name {
    font-size: 2.25rem;
}
  }
@media (min-width: 1280px) {
.features-cc__colm .features-cc__name {
    font-size: 2.5rem;
}
  }
@media (min-width: 320px){
  .features-cc__colm .features-cc__name{
    display: block;
  }
}
@media (min-width: 768px){
  .features-cc__colm .features-cc__name{
    text-align: left;
  }
}
.features-cc__colm .features-cc__price-point{
  min-height: 10.799rem;
}
.features-cc__colm .features-cc__price-point > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.features-cc__colm .features-cc__price-point{
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.features-cc__colm .features-cc__price-point .pp__plan{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .features-cc__colm .features-cc__price-point .pp__plan{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.features-cc__colm .features-cc__price-point .pp__price{
  color: var(--theme-blue);
}
.features-cc__colm .features-cc__price-point .pp__user-amount{
  font-weight: 500 !important;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.features-cc__colm .features-cc__price-point .pp__user-amount {
    font-size: 1rem;
}
  }
.feature-comparison-pb{
  padding-bottom: 1rem; /* Increase padding bottom on feature comparison accordian */
}
.cc_text{
  font-weight: 600;
  color: var(--theme-blue);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.cc_text {
    font-size: 1rem;
}
  }
/* Awards & Recognitions */
#awardsRecognitions{
  position: relative;
  background: linear-gradient(to bottom, var(--gray-lighter), white 20%);
}
#awardsRecognitions .bg-wave-light-blue{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  padding-bottom: 18rem;
}
.name-title#awardsRecognitions .bg-wave-light-blue > * {
      width: 100%;
    }
#awardsRecognitions .bg-wave-light-blue {
    height: 200%;
    width: 100%;
    background: url(../../images/bg-wave-light-blue.svg) top left no-repeat;
    background-size: cover;
  }
#awardsRecognitions .awards-recong__heading{
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2.25rem;
}
#awardsRecognitions .awards-recong__heading:hover {
    /* @apply bg-orange; */
  }
#awardsRecognitions .awards-recong__heading > span {
  }
@media (min-width: 640px) {
#awardsRecognitions .awards-recong__heading {
    font-size: 2.5rem;
}
  }
@media (min-width: 768px) {
#awardsRecognitions .awards-recong__heading {
    font-size: 3rem;
}
  }
@media (min-width: 1280px) {
#awardsRecognitions .awards-recong__heading {
    font-size: 3.8125rem;
}
  }
#awardsRecognitions .awards-recong__heading {
    font-weight: 500;
  }
#awardsRecognitions .awards-recog__container{
  display: flex;
  max-width: 50rem;
  justify-content: center;
  gap: 0.5rem;
  padding: 0px;
}
@media (min-width: 320px){
  #awardsRecognitions .awards-recog__container{
    padding: 1rem;
  }
}
@media (min-width: 640px){
  #awardsRecognitions .awards-recog__container{
    gap: 2rem;
  }
}
#awardsRecognitions .ar__img{
  width: 25%;
}
.compare-company-cta__container{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 2px;
  background-color: var(--theme-blue);
  padding: 1rem;
}
.name-title.compare-company-cta__container > * {
      width: 100%;
    }
@media (min-width: 768px){
  .compare-company-cta__container{
    padding: 2.5rem;
  }
}
.compare-company-cta__container .compare-company-cta{
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 768px){
  .compare-company-cta__container .compare-company-cta{
    max-height: 27.625rem;
    flex-direction: row;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__content{
  order: 2;
  max-width: 36.813rem;
}
@media (min-width: 768px){
  .compare-company-cta__container .compare-company-cta .overview-item__content{
    order: 1;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading {
    font-size: 1.5rem;
}
  }
@media (min-width: 768px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading {
    font-size: 1.75rem;
}
  }
@media (min-width: 1280px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading {
    font-size: 2rem;
}
  }
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading.font--36 {
    font-size: 1.5rem;
  }
@media (min-width: 640px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 1.75rem;
  }
    }
@media (min-width: 768px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2rem;
  }
    }
@media (min-width: 1280px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2.25rem;
  }
    }
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-description{
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-description[class^="display-"] {
    font-weight: 500;
  }
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-description {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.compare-company-cta__container .compare-company-cta .overview-item__content .overview-item__content-description {
    font-size: 1rem;
}
  }
.compare-company-cta__container .compare-company-cta .overview-item__quote-container{
  position: relative;
  order: 1;
  min-width: 45%;
  flex: 1 1 0%;
}
@media (min-width: 768px){
  .compare-company-cta__container .compare-company-cta .overview-item__quote-container{
    order: 2;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container{
  height: 16rem;
  width: 100%;
  overflow: hidden;
}
.name-title.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container > * {
      width: 100%;
    }
@media (min-width: 320px){
  .compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container{
    height: auto;
  }
}
@media (min-width: 1280px){
  .compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container{
    width: auto;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px){
  .compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 83.333333%;
  align-items: flex-start;
  gap: 0.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
@media (min-width: 768px){
  .compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote{
    display: flex;
    border-top-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-icon{
  width: 1.5rem;
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
          font-size: 0.875rem;
        }
@media (min-width: 1024px) {
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
            font-size: 1rem;
        }
          }
.compare-company-cta__container .compare-company-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-signature{
  font-weight: 600;
}
.compare-company-cta__container .compare-company-cta .overview-item__detail-link{
  margin-bottom: 0.5rem;
}
.compare-company-cta__container .compare-company-cta.reverse .overview-item__content{
  order: 2; /* Change the order of the content to right side */
}
.compare-company-cta__container .compare-company-cta.reverse .overview-item__quote-container{
  order: 1; /* Change the order of the img & quote to left side */
}
.compare-company-cta__container .compare-company-cta.reverse .overview-item__quote-container .overview-item__quote-img{
  margin-left: 0px;
  margin-right: auto;
}
.compare-company-cta__container .compare-company-cta.reverse .overview-item__quote-container .overview-item__quote{
  left: auto;
  right: 0px;
}
#comparisonDetailed .compare-company-cta__container .compare-company-cta {
    max-height: none;
  }
.compare-company-cta__container .cc-cta__content{
  min-width: 56%;
}
.compare-company-cta__container .cc-cta__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.compare-company-cta__container .cc-cta__content .cc-cta__heading{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.compare-company-cta__container .cc-cta__content .cc-cta__heading {
    font-size: 2rem;
}
  }
@media (min-width: 768px) {
.compare-company-cta__container .cc-cta__content .cc-cta__heading {
    font-size: 2.25rem;
}
  }
@media (min-width: 1280px) {
.compare-company-cta__container .cc-cta__content .cc-cta__heading {
    font-size: 2.5rem;
}
  }
@media (min-width: 1024px){
  .compare-company-cta__container .cc-cta__content .cc-cta__heading{
    text-align: left;
  }
}
.compare-company-cta__container .cc-cta__content .cc-cta__heading {
      font-weight: 500;
      line-height: 1.2;
    }
.compare-company-cta__container .cc-cta__content .cc-cta__price-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 640px){
  .compare-company-cta__container .cc-cta__content .cc-cta__price-btn{
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1024px){
  .compare-company-cta__container .cc-cta__content .cc-cta__price-btn{
    justify-content: flex-start;
    gap: 1rem;
  }
}
.compare-company-cta__container.compare-company-cta__container--subscribe {
    padding-top: 3.5rem;
    padding-bottom: 2.8rem;
    border: 4px solid #9a98e1;
  }
#awardsRecognitions {
  position: relative;
}
#awardsRecognitions .ar_mid {
    background: #e8f2f1;
  }
.bg-awards-top img {
  height: 3rem;
}
@media (min-width: 768px) {
.bg-awards-top img {
    height: 5rem;
}
  }
@media (min-width: 1280px) {
.bg-awards-top img {
    height: 6.25rem;
}
  }
.bg-awards-bot {
  height: 5rem;
}
@media (min-width: 768px) {
.bg-awards-bot {
    height: 8rem;
}
  }
@media (min-width: 1280px) {
.bg-awards-bot {
    height: 10rem;
}
  }
/* PAGE - Features */
/* features- hero */
#featuresHero {
  position: relative;
  background: linear-gradient(
    to bottom left,
    #67bf78,
    var(--theme-green-light) 30%,
    var(--gray-lighter) 50%
  );
  overflow-x: hidden;
}
#featuresHero .who-hero-detail__section{
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  #featuresHero .who-hero-detail__section{
    padding-bottom: 5rem;
  }
}
#featuresHero .who-hero-detail__section .who-hero-detail{
  position: relative;
}
#featuresHero .who-hero-detail__section .wl_left{
  padding-left: 1.5rem;
}
@media (min-width: 640px){
  #featuresHero .who-hero-detail__section .wl_left{
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px){
  #featuresHero .who-hero-detail__section .wl_left{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1536px){
  #featuresHero .who-hero-detail__section .wl_left{
    padding-left: 11rem;
  }
}
#featuresHero .bg-feature-hero{
  right: 0px;
  width: 100%;
}
.name-title#featuresHero .bg-feature-hero > * {
      width: 100%;
    }
#featuresHero .bg-feature-hero {
    position: absolute;
    /* right: 0; */
    top: -5%;
    height: 100%;
    background: url(../../images/bg-features-hero.svg) top right no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#featuresHero .bg-feature-hero {
      opacity: 1;
  }
    }
#featuresHero .fh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#featuresHero .fh_left a.button {
      text-shadow: none;
    }
/* Details */
#featuresOverview{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
  padding-bottom: 10rem;
}
@media (min-width: 768px){
  #featuresOverview{
    padding-bottom: 18rem;
  }
}
#featuresOverview .bg-wul-loop_2{
  position: absolute;
  left: 0px;
    /* right: 0; */
    top: 25%;
    height: 100%;
    width: 12rem;
    background: url(../../images/bg-wul-loop.svg) top left no-repeat;
    background-size: contain;
}
#featuresOverview .bg-wul-squiggle_2{
  position: absolute;
  right: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  #featuresOverview .bg-wul-squiggle_2{
    width: 18rem;
  }
}
@media (min-width: 768px){
  #featuresOverview .bg-wul-squiggle_2{
    width: 20rem;
  }
}
#featuresOverview .bg-wul-squiggle_2 {
    bottom: 0;
    height: 100%;
    background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
    background-size: contain;
  }
#featuresOverview .bg-wul-wave-bottom{
  position: absolute;
  bottom: -3rem;
  left: 0px;
}
@media (min-width: 640px){
  #featuresOverview .bg-wul-wave-bottom{
    bottom: -3rem;
  }
}
@media (min-width: 768px){
  #featuresOverview .bg-wul-wave-bottom{
    bottom: -5rem;
  }
}
#featuresOverview .bg-wul-wave-bottom {

    height: 100%;
    width: 90%;
    background: url(../../images/bg-wul-wave-bottom.svg) bottom left
      no-repeat;
    background-size: contain;
  }
@media (min-width: 1024px){
  #featuresOverview .feature-overview__max-h{
    max-height: 28.3rem;
  }
}
#featuresOverview .features-overview__line-cap {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Number of lines you want */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
/* Who Uses Loomly CTA on Features Page */
#whoUsesLoomlyCTA{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  #whoUsesLoomlyCTA{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#whoUsesLoomlyCTA .bg-orange-wave-left{
  position: absolute;
  left: 0px;
  height: 100%;
    background: url(../../images/bg-orange-wave-left_v2.svg) top left
      no-repeat;
    background-size: contain;
    top: -10rem;
    height: 10rem;
    width: 100%;
}
@media (min-width: 768px) {
#whoUsesLoomlyCTA .bg-orange-wave-left {
      top: -14rem;
      height: 14rem;
  }
    }
@media (min-width: 1024px) {
#whoUsesLoomlyCTA .bg-orange-wave-left {
      top: -20rem;
      height: 20rem;
  }
    }
#whoUsesLoomlyCTA .bg-purple-wave-right{
  position: absolute;
  right: 0px;
  bottom: -10rem;
  height: 50%;
  width: 100%;
}
.name-title#whoUsesLoomlyCTA .bg-purple-wave-right > * {
      width: 100%;
    }
#whoUsesLoomlyCTA .bg-purple-wave-right {
    background: url(../../images/bg-purple-wave-right.svg) bottom right
      no-repeat;
    background-size: contain;
  }
#whoUsesLoomlyCTA .wul-cta__content{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  width: 100%;
}
.name-title#whoUsesLoomlyCTA .wul-cta__content > * {
      width: 100%;
    }
@media (min-width: 1024px){
  #whoUsesLoomlyCTA .wul-cta__content{
    width: 65%;
  }
}
#whoUsesLoomlyCTA .wul-cta__content .wul-cta__heading{
  margin-bottom: 2rem;
}
#whoUsesLoomlyCTA .wul-cta__content .wul-cta__subheading{
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: var(--theme-blue);
}
#whoUsesLoomlyCTA .wul-cta__content .wul-cta__subheading[class^="display-"] {
    font-weight: 500;
  }
#whoUsesLoomlyCTA .loomly-users__container{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
  #whoUsesLoomlyCTA .loomly-users__container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 1024px){
  #whoUsesLoomlyCTA .loomly-users__container{
    width: 80%;
  }
}
@media (min-width: 1280px){
  #whoUsesLoomlyCTA .loomly-users__container{
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#whoUsesLoomlyCTA .loomly-users__container .lu-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 320px){
  #whoUsesLoomlyCTA .loomly-users__container .lu-item{
    text-align: left;
  }
}
@media (min-width: 768px){
  #whoUsesLoomlyCTA .loomly-users__container .lu-item{
    align-items: flex-start;
  }
}
#whoUsesLoomlyCTA .loomly-users__container .lu-item .lu-item__icon{
  margin-bottom: 1rem;
  height: 4.5rem;
  width: 4.3rem;
}
#whoUsesLoomlyCTA .loomly-users__container .lu-item .lu-item__heading{
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#whoUsesLoomlyCTA .loomly-users__container .lu-item .lu-item__subheading{
  font-weight: 500;
}
#whoUsesLoomlyCTA .loomly-users__container .lu-item .lu-item__subheading[class^="display-"] {
    font-weight: 500;
  }
/* PAGE-Solutions-Who-Uses-Loomly */
/* who-hero */
#featuresDetailHero {
  position: relative;

  /* background-size: 3000px 1500px; */
}
#featuresDetailHero .fh-wave-left{
  left: -10%;
  width: 20rem;
}
@media (min-width: 640px){
  #featuresDetailHero .fh-wave-left{
    width: 29.5rem;
  }
}
@media (min-width: 768px){
  #featuresDetailHero .fh-wave-left{
    left: 0px;
  }
}
#featuresDetailHero .fh-wave-left {
    position: absolute;
    /* left: 0; */
    top: -5%;
    height: 100%;
    /* width: 29.5rem; */
    background: url(../../images/features-detail/bg-featuresdetail-hero.svg)
      top left no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#featuresDetailHero .fh-wave-left {
      opacity: 1;
  }
    }
#featuresDetailHero .fh-wave-right{
  right: 0px;
  width: 75%;
}
@media (min-width: 768px){
  #featuresDetailHero .fh-wave-right{
    width: 50%;
  }
}
#featuresDetailHero .fh-wave-right {
    position: absolute;
    /* right: 0; */
    top: -5%;
    height: 100%;
    background: url(../../images/features-detail/bg-featuresdetail-hero-right.svg)
      top right no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
@media (min-width: 1024px) {
#featuresDetailHero .fh-wave-right {
      opacity: 1;
  }
    }
#featuresDetailHero .fh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#featuresDetailHero .fh_left a.button {
      text-shadow: none;
    }
/* easy use */
#featureEasyUse{
  position: relative;
}
#featureEasyUse .bg-pillars-green{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}
.name-title#featureEasyUse .bg-pillars-green > * {
      width: 100%;
    }
#featureEasyUse .bg-pillars-green {
    background: url(../../images/features-detail/bg-pillars-green.svg) top
      right no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
.easy-use__container{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 1024px){
  .easy-use__container{
    flex-direction: row;
  }
}
@media (min-width: 1280px){
  .easy-use__container{
    gap: 8rem;
  }
}
.easy-use__container .eu__list-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .easy-use__container .eu__list-wrapper > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}
.easy-use__container .eu__list-wrapper .eu__list-item{
  display: flex;
  gap: 1rem;
}
.easy-use__container .eu__list-wrapper .eu__list-item .eu-list-item__decimal{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--theme-yellow-light);
  font-style: italic;
}
@media (min-width: 768px){
  .easy-use__container .eu__list-wrapper .eu__list-item .eu-list-item__decimal{
    height: 3.5rem;
    width: 3.5rem;
  }
}
.easy-use__container .eu__list-wrapper .eu__list-item .eu-list-item__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.easy-use__container .eu__list-wrapper .eu__list-item .eu-list-item__content .eu-list-item__heading{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  font-size: 1.25rem;
}
/* connect favorite socials */
#connectFavorites{
  position: relative;
  width: 100vw;
  width: 100%;
  overflow: hidden;
}
#connectFavorites .bg-gradient-top-wave{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.name-title#connectFavorites .bg-gradient-top-wave > * {
      width: 100%;
    }
#connectFavorites .bg-gradient-top-wave {
    height: 100%;
    width: 100%;
    background: url(../../images/bg-gradient-top-wave.svg) top left
      no-repeat;
    background-size: cover;
  }
/* Feature Overviews */
#featureOverview{
  position: relative;
}
#featureOverview .bg-features-loop{
  position: absolute;
  left: -4rem;
    /* right: 0; */
    bottom: 20%;
    height: 100%;
    width: 12rem;
    background: url(../../images/bg-wul-loop.svg) bottom left no-repeat;
    background-size: contain;
}
#featureOverview .bg-big-swirl-green{
  position: absolute;
  top: 15%;
  right: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  #featureOverview .bg-big-swirl-green{
    width: 18rem;
  }
}
@media (min-width: 768px){
  #featureOverview .bg-big-swirl-green{
    width: 15rem;
  }
}
#featureOverview .bg-big-swirl-green {
    height: 100%;
    background: url(../../images/bg-big-swirl-green.svg) top right no-repeat;
    background-size: contain;
  }
/* Easy to Use CTA */
#easySocialMangementCTA{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
#easySocialMangementCTA .bg-wave-purple-left{
  position: absolute;
  bottom: -20%;
  left: 0px;
  height: 100%;
  width: 75%;
}
@media (min-width: 768px){
  #easySocialMangementCTA .bg-wave-purple-left{
    bottom: -40%;
    width: 100%;
  }
}
#easySocialMangementCTA .bg-wave-purple-left {
    background: url(../../images/bg-wave-purple-features.svg) bottom left
      no-repeat;
    background-size: contain;
  }
#easySocialMangementCTA .bg-ball-purple-right{
  position: absolute;
  top: -20%;
  right: 0px;
  height: 35rem;
  width: 100%;
}
.name-title#easySocialMangementCTA .bg-ball-purple-right > * {
      width: 100%;
    }
@media (min-width: 768px){
  #easySocialMangementCTA .bg-ball-purple-right{
    height: 44rem;
  }
}
@media (min-width: 1024px){
  #easySocialMangementCTA .bg-ball-purple-right{
    top: -50%;
    height: 55rem;
  }
}
#easySocialMangementCTA .bg-ball-purple-right {
    background: url(../../images/bg-ball-purple.svg) center right no-repeat;
    background-size: contain;
  }
#easySocialMangementCTA .easy-social-cta__container{
  width: 100%;
}
@media (min-width: 320px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 320px;
  }
}
@media (min-width: 640px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  #easySocialMangementCTA .easy-social-cta__container{
    max-width: 1536px;
  }
}
#easySocialMangementCTA .easy-social-cta__container{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}
#easySocialMangementCTA .easy-social-cta__container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
#easySocialMangementCTA .easy-social-cta__container{
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(217 215 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 245 / var(--tw-bg-opacity));
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pricing-video_section > #easySocialMangementCTA .easy-social-cta__container > div {
    position: relative;
    width: 100%;
    /* background: var(--theme-blue); */
  }
#easySocialMangementCTA .easy-social-cta__container {
  max-width: 80rem;
  padding: 0 2rem;
}
#easySocialMangementCTA .easy-social-cta__container.about-max-w {
    max-width: 100rem;
  }
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta{
    max-height: 27.625rem;
    flex-direction: row;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content{
  order: 2;
  max-width: 36.813rem;
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content{
    order: 1;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading {
    font-size: 1.5rem;
}
  }
@media (min-width: 768px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading {
    font-size: 1.75rem;
}
  }
@media (min-width: 1280px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading {
    font-size: 2rem;
}
  }
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading.font--36 {
    font-size: 1.5rem;
  }
@media (min-width: 640px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 1.75rem;
  }
    }
@media (min-width: 768px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2rem;
  }
    }
@media (min-width: 1280px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-heading.font--36 {
      font-size: 2.25rem;
  }
    }
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-description{
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-description[class^="display-"] {
    font-weight: 500;
  }
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-description {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__content .overview-item__content-description {
    font-size: 1rem;
}
  }
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container{
  position: relative;
  order: 1;
  min-width: 45%;
  flex: 1 1 0%;
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container{
    order: 2;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container{
  height: 16rem;
  width: 100%;
  overflow: hidden;
}
.name-title#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container > * {
      width: 100%;
    }
@media (min-width: 320px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container{
    height: auto;
  }
}
@media (min-width: 1280px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container{
    width: auto;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote-image__container .overview-item__quote-img{
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 83.333333%;
  align-items: flex-start;
  gap: 0.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote{
    display: flex;
    border-top-left-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-icon{
  width: 1.5rem;
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
          font-size: 0.875rem;
        }
@media (min-width: 1024px) {
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-wrapper p {
            font-size: 1rem;
        }
          }
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__quote-container .overview-item__quote .overview-item__quote-signature{
  font-weight: 600;
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta .overview-item__detail-link{
  margin-bottom: 0.5rem;
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta.reverse .overview-item__content{
  order: 2; /* Change the order of the content to right side */
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta.reverse .overview-item__quote-container{
  order: 1; /* Change the order of the img & quote to left side */
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta.reverse .overview-item__quote-container .overview-item__quote-img{
  margin-left: 0px;
  margin-right: auto;
}
#easySocialMangementCTA .easy-social-cta__container .easy-social-cta.reverse .overview-item__quote-container .overview-item__quote{
  left: auto;
  right: 0px;
}
#comparisonDetailed #easySocialMangementCTA .easy-social-cta__container .easy-social-cta {
    max-height: none;
  }
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .easy-social-cta{
    padding: 0px;
  }
}
#easySocialMangementCTA .easy-social-cta__container .esc__content{
  min-width: 55%;
}
#easySocialMangementCTA .easy-social-cta__container .esc__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  #easySocialMangementCTA .easy-social-cta__container .esc__content{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#easySocialMangementCTA .easy-social-cta__container .esc__content .esc__heading{
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 640px) {
#easySocialMangementCTA .easy-social-cta__container .esc__content .esc__heading {
    font-size: 2rem;
}
  }
@media (min-width: 768px) {
#easySocialMangementCTA .easy-social-cta__container .esc__content .esc__heading {
    font-size: 2.25rem;
}
  }
@media (min-width: 1280px) {
#easySocialMangementCTA .easy-social-cta__container .esc__content .esc__heading {
    font-size: 2.5rem;
}
  }
@media (min-width: 1024px){
  #easySocialMangementCTA .easy-social-cta__container .esc__content .esc__heading{
    text-align: left;
  }
}
#easySocialMangementCTA .easy-social-cta__container .esc__content .esc__price-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 640px){
  #easySocialMangementCTA .easy-social-cta__container .esc__content .esc__price-btn{
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1024px){
  #easySocialMangementCTA .easy-social-cta__container .esc__content .esc__price-btn{
    justify-content: flex-start;
    gap: 1rem;
  }
}
/* PAGE - Resources Detail */
/* Resources Detail- hero */
#resourcesDetailHero {
  position: relative;
  background: linear-gradient(
    189deg,
    #67bf78,
    var(--theme-green-light) 15%,
    var(--gray-lighter) 25%
  );
}
#resourcesDetailHero .bg-resources-detail-hero{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #resourcesDetailHero .bg-resources-detail-hero{
    width: 33.333333%;
  }
}
#resourcesDetailHero .bg-resources-detail-hero {
    background: url(../../images/resources-detail/bg-resources-detail-hero.svg)
      top right no-repeat;
    background-size: contain;
  }
#resourcesDetailHero .bg-gm-squiggle_4{
  position: absolute;
  top: 68%;
  right: 0px;
  height: 100%;
  width: 100%;
}
.name-title#resourcesDetailHero .bg-gm-squiggle_4 > * {
      width: 100%;
    }
#resourcesDetailHero .bg-gm-squiggle_4 {
    z-index: 5;

    background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
    background-size: contain;
  }
#resourcesDetailHero .resources-detail__tl{
  text-align: left; /* text-align: left from video__customer-story text-align: center */
}
#resourcesDetailHero .resources-detail__title br{
  display: none;
}
@media (min-width: 768px){
  #resourcesDetailHero .resources-detail__title br{
    display: inline;
  }
}
#resourcesDetailHero .resources-detail__title {
  font-size: 2.25rem;
}
#resourcesDetailHero .resources-detail__title:hover {
    /* @apply bg-orange; */
  }
#resourcesDetailHero .resources-detail__title > span {
  }
@media (min-width: 320px) {
#resourcesDetailHero .resources-detail__title {
    font-size: 2.5rem;
}
  }
@media (min-width: 640px) {
#resourcesDetailHero .resources-detail__title {
    font-size: 3rem;
}
  }
@media (min-width: 768px) {
#resourcesDetailHero .resources-detail__title {
    font-size: 3.5rem;
}
  }
@media (min-width: 1280px) {
#resourcesDetailHero .resources-detail__title {
    font-size: 4rem;
}
  }
#resourcesDetailHero .resources-detail__title { /* display--72 from video__customer-story display--61 */
  }
/* Style for Chrome, Edge, and Safari */
#resourcesDetailHero #up-next-container::-webkit-scrollbar {
    width: 0.25rem; /* Adjust the width of the scrollbar */
    height: 0.25rem;
  }
#resourcesDetailHero #up-next-container::-webkit-scrollbar-thumb {
    background-color: var(
      --theme-green
    ); /* Your desired color for the scrollbar */
    border-radius: 6px;
  }
/* Style for Firefox */
#resourcesDetailHero #up-next-container {
    scrollbar-color: var(--theme-green); /* Scrollbar thumb */
    scrollbar-width: thin; /* Width of the scrollbar */
  }
/* Get More */
#getMore{
  position: relative;
  padding-bottom: 14rem;
}
@media (min-width: 768px){
  #getMore{
    padding-bottom: 20rem;
  }
}
#getMore .get-more__heading{
  text-align: center;
}
#getMore .gm__title{
  margin-bottom: 1rem;
}
#getMore .gm__subtitle{
  margin-bottom: 2rem;
  font-weight: 500 !important;
}
#getMore .gm__item-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 30rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 640px){
  #getMore .gm__item-container{
    max-width: 100%;
  }
}
@media (min-width: 768px){
  #getMore .gm__item-container{
    flex-wrap: nowrap;
  }
}
#getMore .gm__item-img{
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}
.name-title#getMore .gm__item-img > * {
      width: 100%;
    }
#getMore .gm__item-img {
    overflow: hidden;
  }
#getMore .gm__item{
  display: flex;
  height: 27.7rem;
  min-height: 27.7rem;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.name-title#getMore .gm__item > * {
      width: 100%;
    }
@media (min-width: 640px){
  #getMore .gm__item{
    max-width: 20rem;
  }
}
#getMore .gm__item .gm__item-title {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
#getMore .gm__item .gm__item-title {
    font-size: 1.25rem;
}
  }
@media (min-width: 768px) {
#getMore .gm__item .gm__item-title {
    font-size: 1.25rem;
}
  }
@media (min-width: 1280px) {
#getMore .gm__item .gm__item-title {
    font-size: 1.5rem;
}
  }
#getMore .gm__item .gm__item-description{
  font-weight: 500;
}
#getMore .gm__item .gm__item-description[class^="display-"] {
    font-weight: 500;
  }
#getMore .gm__item .gm__item-link-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
#getMore .gm__item .gm__item-link{
  font-weight: 500;
}
#getMore .gm__item .gm__item-link[class^="display-"] {
    font-weight: 500;
  }
/* Get Started CTA on Resources Page */
#getStartedCTA{
  position: relative;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (min-width: 1280px){
  #getStartedCTA{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 1536px){
  #getStartedCTA{
    padding-top: 40rem;
  }
}
#getStartedCTA .bg-orange-wave-left{
  position: absolute;
  left: 0px;
  top: -4.5rem;
  height: 100%;
  width: 100vw;
}
@media (min-width: 320px){
  #getStartedCTA .bg-orange-wave-left{
    top: -6rem;
  }
}
@media (min-width: 640px){
  #getStartedCTA .bg-orange-wave-left{
    top: -12rem;
  }
}
@media (min-width: 768px){
  #getStartedCTA .bg-orange-wave-left{
    top: -14rem;
  }
}
@media (min-width: 1024px){
  #getStartedCTA .bg-orange-wave-left{
    top: -18rem;
  }
}
@media (min-width: 1280px){
  #getStartedCTA .bg-orange-wave-left{
    top: -22rem;
  }
}
@media (min-width: 1536px){
  #getStartedCTA .bg-orange-wave-left{
    top: -22rem;
  }
}
#getStartedCTA .bg-orange-wave-left {
    background: url(../../images/bg-orange-wave-left.svg) top left no-repeat;
    background-size: contain;
  }
#getStartedCTA .gs-cta__content{
  position: relative;
  margin-bottom: 2.5rem;
}
#getStartedCTA .gs-cta__content .gs-cta__heading{
  margin-bottom: 1rem;
}
#getStartedCTA .gs-cta__content .gs-cta__subheading{
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: var(--theme-blue);
}
#getStartedCTA .gs-cta__content .gs-cta__subheading[class^="display-"] {
    font-weight: 500;
  }
/* PAGE - Resources Detail */
/* Resources Detail- hero */
#resourcesHero {
  position: relative;
  background: linear-gradient(
    189deg,
    #67bf78 15%,
    var(--theme-green-light) 35%,
    var(--gray-lighter) 60%
  );
}
#resourcesHero .bg-resources-hero{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
    background: url(../../images/resources-detail/bg-resources-detail-hero.svg)
      top right no-repeat;
    background-size: contain;
}
#resourcesHero .rh_left {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
  }
#resourcesHero .rh_left a.button {
      text-shadow: none;
    }
#resourcesHero .rh_right {
    max-width: 20rem;
  }
@media (min-width: 1024px) {
#resourcesHero .rh_right {
      max-width: none;
  }
    }
/* Style for Chrome, Edge, and Safari */
#up-next-container::-webkit-scrollbar,
.up-next-container::-webkit-scrollbar {
  width: 0.25rem; /* Adjust the width of the scrollbar */
  height: 0.25rem;
}
#up-next-container::-webkit-scrollbar-thumb,
.up-next-container::-webkit-scrollbar-thumb {
  background-color: var(
    --theme-green
  ); /* Your desired color for the scrollbar */
  border-radius: 6px;
}
/* Style for Firefox */
#up-next-container,
.up-next-container {
  scrollbar-color: var(--theme-green); /* Scrollbar thumb */
  scrollbar-width: thin; /* Width of the scrollbar */
}
/* Lastest News */
#latestNews{
  position: relative;
}
.latest-news__container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .latest-news__container > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
}
.latest-news__container .featured-article{
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.5rem;
}
.name-title.latest-news__container .featured-article > * {
      width: 100%;
    }
@media (min-width: 768px){
  .latest-news__container .featured-article{
    max-height: 23.4rem;
    flex-direction: row;
    gap: 4rem;
  }
}
.get-more__heading{
  text-align: center;
}
.gm__title{
  margin-bottom: 1rem;
}
.gm__subtitle{
  margin-bottom: 2rem;
  font-weight: 400 !important;
}
.gm__item-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 30rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 640px){
  .gm__item-container{
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .gm__item-container{
    flex-wrap: nowrap;
  }
}
.gm__item-container {
  align-items: baseline;
}
.gm__item-container.gm__item-container--card-wrap-3 {
  flex-wrap: wrap !important;
}
.gm__item-container.gm__item-container--card-wrap-3 > article {
    width: 100%;
  }
@media (min-width: 640px) {
    .gm__item-container.gm__item-container--card-wrap-3 > article {
      width: calc(50% - 1rem);
      margin-bottom: 2rem;
    }
  }
@media (min-width: 1024px) {
    .gm__item-container.gm__item-container--card-wrap-3 > article {
      width: calc(33.333% - 1.5rem);
      margin-bottom: 4rem;
    }
  }
.gm__item-container.gm__item-container--card-wrap-2 {
  flex-wrap: wrap !important;
}
.gm__item-container.gm__item-container--card-wrap-2 > article {
    width: 100%;
  }
@media (min-width: 640px) {
    .gm__item-container.gm__item-container--card-wrap-2 > article {
      width: calc(50% - 1rem);
      flex: 1;
      max-width: 100%;
    }
  }
.gm__item-img{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}
.name-title.gm__item-img > * {
      width: 100%;
    }
.gm__item-img {
  aspect-ratio: 16/9;
  height: auto;
}
.gm__item{
  display: flex;
  min-height: 27.7rem;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.name-title.gm__item > * {
      width: 100%;
    }
@media (min-width: 640px){
  .gm__item{
    max-width: 20rem;
  }
}
.gm__item .gm__item-title {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.gm__item .gm__item-title {
    font-size: 1.25rem;
}
  }
@media (min-width: 768px) {
.gm__item .gm__item-title {
    font-size: 1.25rem;
}
  }
@media (min-width: 1280px) {
.gm__item .gm__item-title {
    font-size: 1.5rem;
}
  }
.gm__item .gm__item-description{
  font-weight: 500;
}
.gm__item .gm__item-description[class^="display-"] {
    font-weight: 500;
  }
.gm__item .gm__item-link-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.gm__item .gm__item-link{
  font-weight: 500;
}
.gm__item .gm__item-link[class^="display-"] {
    font-weight: 500;
  }
.gm__item .tag {
    position: relative;
    z-index: 1;
  }
.gm__item .tag[data-link]:hover {
    cursor: pointer;
  }
/* Tutorial bg Loop */
.bg-tutor-loop{
  position: absolute;
  left: 0px;
  top: -20%;
  height: 100%;
  width: 12rem;
  background: url(../../images/bg-wul-loop.svg) top left no-repeat;
  background-size: contain;
}
/* Webinars bg Squiggle */
.bg-web-squiggle{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 15rem;
}
@media (min-width: 640px){
  .bg-web-squiggle{
    width: 18rem;
  }
}
@media (min-width: 768px){
  .bg-web-squiggle{
    width: 40rem;
  }
}
.bg-web-squiggle {
  bottom: -80%;
  background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
  background-size: contain;
}
/* Downloadables  */
.downloadables-section{
  padding-bottom: 0px !important;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 3;
}
.downloadables-section .section-py--sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.downloadables-section .section-py--md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.downloadables-section .section-py--lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
.downloadables-section .section-py--xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
.downloadable-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.name-title.downloadable-item > * {
      width: 100%;
    }
@media (min-width: 640px){
  .downloadable-item{
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px){
  .downloadable-item{
    gap: 2rem;
  }
}
@media (min-width: 1024px){
  .downloadable-item{
    flex-direction: row;
  }
}
.downloadable-item .dl__img{
  position: relative;
  max-height: 14.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}
.name-title.downloadable-item .dl__img > * {
      width: 100%;
    }
@media (min-width: 640px){
  .downloadable-item .dl__img{
    max-width: 14rem;
  }
}
.downloadable-item .dl__img {
    flex: 0 0 15rem;
  }
.downloadable-item .dl__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .downloadable-item .dl__content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
}
/* Get Started CTA on Resources Page */
#getStartedCTA{
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#getStartedCTA .bg-orange-wave-left{
  position: absolute;
  left: 0px;
  top: -4.5rem;
  height: 100%;
  width: 100vw;
}
@media (min-width: 320px){
  #getStartedCTA .bg-orange-wave-left{
    top: -6rem;
  }
}
@media (min-width: 640px){
  #getStartedCTA .bg-orange-wave-left{
    top: -12rem;
  }
}
@media (min-width: 768px){
  #getStartedCTA .bg-orange-wave-left{
    top: -14rem;
  }
}
@media (min-width: 1024px){
  #getStartedCTA .bg-orange-wave-left{
    top: -18rem;
  }
}
@media (min-width: 1280px){
  #getStartedCTA .bg-orange-wave-left{
    top: -22rem;
  }
}
@media (min-width: 1536px){
  #getStartedCTA .bg-orange-wave-left{
    top: -22rem;
  }
}
#getStartedCTA .bg-orange-wave-left {
    background: url(../../images/bg-orange-wave-left.svg) top left no-repeat;
    background-size: contain;
  }
#getStartedCTA .gs-cta__content{
  position: relative;
  margin-bottom: 2.5rem;
}
#getStartedCTA .gs-cta__content .gs-cta__heading{
  margin-bottom: 1rem;
}
#getStartedCTA .gs-cta__content .gs-cta__subheading{
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: var(--theme-blue);
}
#getStartedCTA .gs-cta__content .gs-cta__subheading[class^="display-"] {
    font-weight: 500;
  }
.bg-multivideo-type2{
  position: absolute;
  right: 0px;
  width: 15rem;
}
@media (min-width: 640px){
  .bg-multivideo-type2{
    width: 18rem;
  }
}
@media (min-width: 768px){
  .bg-multivideo-type2{
    width: 20rem;
  }
}
.bg-multivideo-type2 {
  top: 20%;
  height: 100%;
  background: url(../../images/bg-multivideo_type2.png) top right no-repeat;
  background-size: contain;
}
.bg-multivideo-midwave{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.name-title.bg-multivideo-midwave > * {
      width: 100%;
    }
.bg-multivideo-midwave {
  height: 120%;
  background: url(../../images/bg-multivideo_midwave.jpg) top right
    no-repeat;
  background-size: cover;
}
/* PAGE - Integrations */
/* Integrations */
#integrationsHero {
  position: relative;
  background: linear-gradient(
    to bottom right,
    var(--theme-green),
    var(--theme-green-lighter) 15%,
    var(--gray-lighter) 26%
  );

  /* background-size: 3000px 1500px; */
}
#integrationsHero .ih-bg-swirl_left{
  left: -50%;
  width: 25rem;
}
@media (min-width: 640px){
  #integrationsHero .ih-bg-swirl_left{
    left: -10%;
    width: 29.5rem;
  }
}
@media (min-width: 768px){
  #integrationsHero .ih-bg-swirl_left{
    left: 0px;
  }
}
#integrationsHero .ih-bg-swirl_left {
    position: absolute;
    /* left: 0; */
    top: -5%;
    height: 100%;
    /* width: 29.5rem; */
    background: url(../../images/bg-whohero-swirl-left.svg) top left
      no-repeat;
    background-size: contain;
  }
#integrationsHero .ih-bg-wave_right{
  right: -30%;
}
@media (min-width: 640px){
  #integrationsHero .ih-bg-wave_right{
    right: -10%;
  }
}
@media (min-width: 768px){
  #integrationsHero .ih-bg-wave_right{
    right: 0px;
  }
}
#integrationsHero .ih-bg-wave_right {
    position: absolute;
    /* right: 0; */
    top: -5%;
    height: 100%;
    width: 35.375rem;
    background: url(../../images/bg-whohero-wave-right.svg) top right
      no-repeat;
    background-size: contain;
  }
/* Social Channels */
.integrations__section{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
#integratioinsSocial{
  position: relative;
}
#integratioinsSocial .bg-integ-social-swirl{
  position: absolute;
  right: 0px;
  top: -7rem;
  height: 100%;
  width: 75%;
}
@media (min-width: 768px){
  #integratioinsSocial .bg-integ-social-swirl{
    width: 50%;
  }
}
#integratioinsSocial .bg-integ-social-swirl {
    background: url(../../images/bg-integ-social-swirl.svg) top right
      no-repeat;
    background-size: contain;
  }
#idintegratioinsWorkflow{
  position: relative;
}
.bg-integ-workflow-swirl{
  position: absolute;
  right: 0px;
  top: -10rem;
  height: 100%;
  width: 75%;
}
@media (min-width: 768px){
  .bg-integ-workflow-swirl{
    width: 40%;
  }
}
.bg-integ-workflow-swirl {
  background: url(../../images/bg-integ-workflow-swirl.svg) top right
    no-repeat;
  background-size: contain;
}
#idintegratioinsContent{
  position: relative;
}
.bg-integ-content-swirl{
  position: absolute;
  left: 0px;
  top: -10rem;
  height: 100%;
  width: 75%;
}
@media (min-width: 768px){
  .bg-integ-content-swirl{
    width: 50%;
  }
}
.bg-integ-content-swirl {
  background: url(../../images/bg-integ-content-swirl.svg) top left
    no-repeat;
  background-size: contain;
}
.si-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
  .si-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .si-grid{
    gap: 2rem;
  }
}
@media (min-width: 1024px){
  .si-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.si-grid .si-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.si-grid .si-item__icon{
  height: 4.125rem;
  width: 4.125rem;
}
.si-grid .si-item__content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.si-grid .si-item__content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.si-grid .si-item__content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.si-grid .si-item__content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.si-grid .si-item__content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.si-grid .si-item__content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.si-grid .si-item__content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.si-grid .si-item__content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.si-grid .si-item__content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.si-grid .si-item__content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.si-grid .si-item__content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.si-grid .si-item__content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.si-grid .si-item__content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.si-grid .si-item__content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.si-grid .si-item__content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.si-grid .si-item__content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.si-grid .si-item__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.si-grid .si-item__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.si-grid .si-item__content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.si-grid .si-item__content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.si-grid .si-item__content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.si-grid .si-item__content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.si-grid .si-item__content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.si-grid .si-item__content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.si-grid .si-item__content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.si-grid .si-item__content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.si-grid .si-item__content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.si-grid .si-item__content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.si-grid .si-item__content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.si-grid .si-item__content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.si-grid .si-item__content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.si-grid .si-item__content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.si-grid .si-item__content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.si-grid .si-item__content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.si-grid .si-item__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.si-grid .si-item__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.si-grid .si-item__content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.si-grid .si-item__content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.si-grid .si-item__content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.si-grid .si-item__content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.si-grid .si-item__content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.si-grid .si-item__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.si-grid .si-item__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.si-grid .si-item__content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.si-grid .si-item__content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.si-grid .si-item__content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.si-grid .si-item__content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.si-grid .si-item__content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.si-grid .si-item__content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.si-grid .si-item__content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.si-grid .si-item__content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.si-grid .si-item__content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.si-grid .si-item__content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.si-grid .si-item__content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.si-grid .si-item__content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.si-grid .si-item__content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.si-grid .si-item__content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.si-grid .si-item__content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.si-grid .si-item__content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.si-grid .si-item__content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.si-grid .si-item__content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.si-grid .si-item__content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.si-grid .si-item__content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.si-grid .si-item__content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.si-grid .si-item__content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.si-grid .si-item__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.si-grid .si-item__content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.si-grid .si-item__content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.si-grid .si-item__content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.si-grid .si-item__content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.si-grid .si-item__content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.si-grid .si-item__content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.si-grid .si-item__content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.si-grid .si-item__content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.si-grid .si-item__content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.si-grid .si-item__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.si-grid .si-item__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.si-grid .si-item__content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.si-grid .si-item__content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.si-grid .si-item__content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.si-grid .si-item__content :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)),.si-grid .si-item__content :where(h7):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
.si-grid .si-item__content
  :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)):hover {
  font-weight: 500;
  text-decoration: underline;
  color: var(--gray);
}
.si-grid .si-item__content
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  font-weight: 600;
  color: var(--gray-dark);
}
.si-grid .si-item__content.prose--hubdb h1,.si-grid .si-item__content.prose--hubdb h2,.si-grid .si-item__content.prose--hubdb h3,.si-grid .si-item__content.prose--hubdb h4,.si-grid .si-item__content.prose--hubdb h5,.si-grid .si-item__content.prose--hubdb h6 {
    font-family: "Hind";
    font-weight: 600;
  }
.si-grid .si-item__content.prose--hubdb h1 span,.si-grid .si-item__content.prose--hubdb h2 span,.si-grid .si-item__content.prose--hubdb h3 span,.si-grid .si-item__content.prose--hubdb h4 span,.si-grid .si-item__content.prose--hubdb h5 span,.si-grid .si-item__content.prose--hubdb h6 span {
      font-family: "Hind";
    }
.si-grid .si-item__content.prose--hubdb a {
    color: var(--theme-green);
    text-decoration: none;
  }
.si-grid .si-item__content {
  max-width: 100%;

  --tw-prose-body: var(--gray);
  --tw-prose-headings: var(--gray-dark);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: var(--gray-dark);
  --tw-prose-bold: var(--gray-dark);
}
.si-grid .si-item__content .si-item__heading{
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.si-grid .si-item__content .si-item__heading[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 768px){
  .si-grid .si-item__content .si-item__heading{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.si-grid .si-item__content .si-item__heading.gray {
    color: var(--gray);
  }
.si-grid .si-item__content .si-item__heading.normal{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px){
  .si-grid .si-item__content .si-item__heading.normal{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .si-grid .si-item__content .si-item__heading.normal{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.si-grid .si-item__content .si-item__subheading{
  font-weight: 500;
}
.si-grid .si-item__content .si-item__subheading[class^="display-"] {
    font-weight: 500;
  }
/* PAGE - Terms Of Use */
/* Terms Of Use- hero */
#termsOfUseHero {
  position: relative;

  overflow-x: hidden;
}
#termsOfUseHero .terms-content{
  position: relative;
  z-index: 10;
}
#termsOfUseHero .bg-terms-hero-left{
  position: absolute;
  left: 0px;
  top: -4rem;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #termsOfUseHero .bg-terms-hero-left{
    width: 33.333333%;
  }
}
#termsOfUseHero .bg-terms-hero-left {
    background: url(../../images/bg-terms-hero-left.svg) top left no-repeat;
    background-size: contain;
  }
#termsOfUseHero .bg-terms-hero-right{
  position: absolute;
  right: 0px;
  top: -5rem;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #termsOfUseHero .bg-terms-hero-right{
    width: 33.333333%;
  }
}
#termsOfUseHero .bg-terms-hero-right {
    background: url(../../images/bg-terms-hero-right.png) top right
      no-repeat;
    background-size: contain;
  }
#termsOfUseHero .bg-terms-right-swirl{
  position: absolute;
  right: 0px;
  bottom: 50%;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #termsOfUseHero .bg-terms-right-swirl{
    width: 15%;
  }
}
#termsOfUseHero .bg-terms-right-swirl {
    background: url(../../images/bg-terms-right-swirl.svg) bottom right
      no-repeat;
    background-size: contain;
  }
#termsOfUseHero .bg-terms-left-swirl{
  position: absolute;
  left: 0px;
  bottom: 10%;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #termsOfUseHero .bg-terms-left-swirl{
    width: 15%;
  }
}
#termsOfUseHero .bg-terms-left-swirl {
    background: url(../../images/bg-terms-left-swirl.svg) bottom left
      no-repeat;
    background-size: contain;
  }
#termsOfUseHero .bg-terms-left-wave{
  position: absolute;
  left: 0px;
  bottom: 40%;
  height: 100%;
  width: 50%;
}
@media (min-width: 640px){
  #termsOfUseHero .bg-terms-left-wave{
    width: 18%;
  }
}
#termsOfUseHero .bg-terms-left-wave {
    background: url(../../images/bg-terms-left-wave.svg) bottom left
      no-repeat;
    background-size: contain;
  }
#termsOfUseHero .terms-content__bold{
  font-weight: 700;
}
/* PAGE - Terms Of Use */
/* Terms Of Use- hero */
#vulnerabilityHero{
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(
    189deg,
    #67bf78,
    var(--theme-green-light) 25%,
    white 50%
  );
}
#vulnerabilityHero .bg-vulnerability-hero{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}
@media (min-width: 768px){
  #vulnerabilityHero .bg-vulnerability-hero{
    width: 33.333333%;
  }
}
#vulnerabilityHero .bg-vulnerability-hero {
    background: url(../../images/resources-detail/bg-resources-detail-hero.svg)
      top right no-repeat;
    background-size: contain;
  }
.bg-vc-squiggle{
  position: absolute;
  right: 0px;
  bottom: -25%;
  height: 66.666667%;
  width: 75%;
}
@media (min-width: 768px){
  .bg-vc-squiggle{
    height: 80%;
    width: 100%;
  }
}
.bg-vc-squiggle {
  background: url(../../images/bg-wul-squiggle.svg) bottom right no-repeat;
  background-size: contain;
}
.vulnerability-content{
  width: 100%;
}
@media (min-width: 320px){
  .vulnerability-content{
    max-width: 320px;
  }
}
@media (min-width: 640px){
  .vulnerability-content{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .vulnerability-content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .vulnerability-content{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .vulnerability-content{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .vulnerability-content{
    max-width: 1536px;
  }
}
.vulnerability-content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem !important;
}
.pricing-video_section > .vulnerability-content > div {
    position: relative;
    width: 100%;
    /* background: var(--theme-blue); */
  }
.vulnerability-content {
  max-width: 80rem;
  padding: 0 2rem;
}
.vulnerability-content.about-max-w {
    max-width: 100rem;
  }
.vulnerability-content .vc__heading {
  font-size: 1.25rem;
}
.terms-content__bold{
  font-weight: 700;
}
/* PAGE - Terms Of Use */
/* Terms Of Use- hero */
#privacyHero{
  position: relative;
  overflow: hidden;
}
#privacyHero .bg-privacy-hero-left{
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  height: 180%;
  width: 100%;
}
.name-title#privacyHero .bg-privacy-hero-left > * {
      width: 100%;
    }
@media (min-width: 320px){
  #privacyHero .bg-privacy-hero-left{
    height: 200%;
  }
}
@media (min-width: 640px){
  #privacyHero .bg-privacy-hero-left{
    left: 0px;
  }
}
@media (min-width: 768px){
  #privacyHero .bg-privacy-hero-left{
    top: -3.5rem;
  }
}
#privacyHero .bg-privacy-hero-left {
    background: url(../../images/bg-privacy-hero-left.svg) top left
      no-repeat;
    background-size: contain;
  }
#privacyHero .bg-privacy-hero-right{
  position: absolute;
  right: -2.5rem;
  top: -5rem;
  height: 180%;
  width: 100%;
}
.name-title#privacyHero .bg-privacy-hero-right > * {
      width: 100%;
    }
@media (min-width: 320px){
  #privacyHero .bg-privacy-hero-right{
    height: 200%;
  }
}
#privacyHero .bg-privacy-hero-right {
    background: url(../../images/bg-privacy-hero-right.svg) top right
      no-repeat;
    background-size: contain;
  }
.bg-privacy-squiggle-left{
  position: absolute;
  left: -45%;
  top: 15%;
  width: 75%;
}
@media (min-width: 768px){
  .bg-privacy-squiggle-left{
    left: -24%;
    width: 40%;
  }
}
.bg-privacy-squiggle-left {
  background: url(../../images/bg-privacy-squiggle-left.svg) top left
    no-repeat;
  background-size: contain;
}
.privacy-content{
  width: 100%;
}
@media (min-width: 320px){
  .privacy-content{
    max-width: 320px;
  }
}
@media (min-width: 640px){
  .privacy-content{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .privacy-content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .privacy-content{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .privacy-content{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .privacy-content{
    max-width: 1536px;
  }
}
.privacy-content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem !important;
}
.pricing-video_section > .privacy-content > div {
    position: relative;
    width: 100%;
    /* background: var(--theme-blue); */
  }
.privacy-content {
  max-width: 80rem;
  padding: 0 2rem;
}
.privacy-content.about-max-w {
    max-width: 100rem;
  }
.privacy-content .vc__heading {
  font-size: 1.25rem;
}
.terms-content__bold{
  font-weight: 700;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.\!fixed{
  position: fixed !important;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-\[15\%\]{
  left: 15%;
  right: 15%;
}
.\!bottom-\[-3\.5rem\]{
  bottom: -3.5rem !important;
}
.-bottom-9{
  bottom: -2.25rem;
}
.-bottom-\[47px\]{
  bottom: -47px;
}
.-left-\[15px\]{
  left: -15px;
}
.-left-\[9999px\]{
  left: -9999px;
}
.-top-\[18px\]{
  top: -18px;
}
.-top-\[21px\]{
  top: -21px;
}
.-top-\[35px\]{
  top: -35px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-0\.5{
  bottom: 0.125rem;
}
.bottom-1\/2{
  bottom: 50%;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[-8rem\]{
  bottom: -8rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-\[-15px\]{
  left: -15px;
}
.left-\[-1rem\]{
  left: -1rem;
}
.left-\[-3rem\]{
  left: -3rem;
}
.left-\[030\.5rem\]{
  left: 030.5rem;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[50px\]{
  left: 50px;
}
.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1{
  right: 0.25rem;
}
.right-1\.5{
  right: 0.375rem;
}
.right-3{
  right: 0.75rem;
}
.right-9{
  right: 2.25rem;
}
.right-\[-3rem\]{
  right: -3rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-28{
  top: 7rem;
}
.top-\[-3rem\]{
  top: -3rem;
}
.top-\[-4\.5rem\]{
  top: -4.5rem;
}
.top-\[-5rem\]{
  top: -5rem;
}
.top-\[11px\]{
  top: 11px;
}
.top-\[13px\]{
  top: 13px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[50px\]{
  top: 50px;
}
.top-full{
  top: 100%;
}
.\!z-40{
  z-index: 40 !important;
}
.z-0{
  z-index: 0;
}
.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-\[1000\]{
  z-index: 1000;
}
.z-\[1035\]{
  z-index: 1035;
}
.z-\[1040\]{
  z-index: 1040;
}
.z-\[1055\]{
  z-index: 1055;
}
.z-\[1065\]{
  z-index: 1065;
}
.z-\[1066\]{
  z-index: 1066;
}
.z-\[1070\]{
  z-index: 1070;
}
.z-\[1080\]{
  z-index: 1080;
}
.z-\[1100\]{
  z-index: 1100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.\!-m-px{
  margin: -1px !important;
}
.-m-px{
  margin: -1px;
}
.m-0{
  margin: 0px;
}
.m-0\.5{
  margin: 0.125rem;
}
.m-1{
  margin: 0.25rem;
}
.m-1\.5{
  margin: 0.375rem;
}
.m-10{
  margin: 2.5rem;
}
.m-11{
  margin: 2.75rem;
}
.m-12{
  margin: 3rem;
}
.m-14{
  margin: 3.5rem;
}
.m-16{
  margin: 4rem;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-20{
  margin: 5rem;
}
.m-24{
  margin: 6rem;
}
.m-28{
  margin: 7rem;
}
.m-3{
  margin: 0.75rem;
}
.m-32{
  margin: 8rem;
}
.m-36{
  margin: 9rem;
}
.m-4{
  margin: 1rem;
}
.m-40{
  margin: 10rem;
}
.m-44{
  margin: 11rem;
}
.m-48{
  margin: 12rem;
}
.m-5{
  margin: 1.25rem;
}
.m-52{
  margin: 13rem;
}
.m-56{
  margin: 14rem;
}
.m-6{
  margin: 1.5rem;
}
.m-60{
  margin: 15rem;
}
.m-64{
  margin: 16rem;
}
.m-7{
  margin: 1.75rem;
}
.m-72{
  margin: 18rem;
}
.m-8{
  margin: 2rem;
}
.m-80{
  margin: 20rem;
}
.m-9{
  margin: 2.25rem;
}
.m-auto{
  margin: auto;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}
.mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}
.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[15\%\]{
  margin-left: 15%;
  margin-right: 15%;
}
.mx-\[3px\]{
  margin-left: 3px;
  margin-right: 3px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[3rem\]{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[5\.5rem\]{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mr-0{
  margin-right: 0px !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-28{
  margin-top: 7rem !important;
}
.\!mt-56{
  margin-top: 14rem !important;
}
.-mb-60{
  margin-bottom: -15rem;
}
.-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}
.-mr-\[100\%\]{
  margin-right: -100%;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-44{
  margin-top: -11rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-44{
  margin-bottom: 11rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-52{
  margin-bottom: 13rem;
}
.mb-56{
  margin-bottom: 14rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-60{
  margin-bottom: 15rem;
}
.mb-64{
  margin-bottom: 16rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-72{
  margin-bottom: 18rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-80{
  margin-bottom: 20rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[2rem\]{
  margin-bottom: 2rem;
}
.mb-\[3rem\]{
  margin-bottom: 3rem;
}
.mb-\[4rem\]{
  margin-bottom: 4rem;
}
.mb-\[9rem\]{
  margin-bottom: 9rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-11{
  margin-left: 2.75rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-32{
  margin-left: 8rem;
}
.ml-36{
  margin-left: 9rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-44{
  margin-left: 11rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-52{
  margin-left: 13rem;
}
.ml-56{
  margin-left: 14rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-60{
  margin-left: 15rem;
}
.ml-64{
  margin-left: 16rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-72{
  margin-left: 18rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-80{
  margin-left: 20rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-11{
  margin-right: 2.75rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-14{
  margin-right: 3.5rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-24{
  margin-right: 6rem;
}
.mr-28{
  margin-right: 7rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-32{
  margin-right: 8rem;
}
.mr-36{
  margin-right: 9rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-40{
  margin-right: 10rem;
}
.mr-44{
  margin-right: 11rem;
}
.mr-48{
  margin-right: 12rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-52{
  margin-right: 13rem;
}
.mr-56{
  margin-right: 14rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-60{
  margin-right: 15rem;
}
.mr-64{
  margin-right: 16rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-72{
  margin-right: 18rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-80{
  margin-right: 20rem;
}
.mr-9{
  margin-right: 2.25rem;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-44{
  margin-top: 11rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-52{
  margin-top: 13rem;
}
.mt-56{
  margin-top: 14rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-72{
  margin-top: 18rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-80{
  margin-top: 20rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-0{
  height: 0px !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-px{
  height: 1px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-2\/5{
  height: 40%;
}
.h-3{
  height: 0.75rem;
}
.h-3\/4{
  height: 75%;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[0\.9375rem\]{
  height: 0.9375rem;
}
.h-\[1\.125rem\]{
  height: 1.125rem;
}
.h-\[1\.4rem\]{
  height: 1.4rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[15rem\]{
  height: 15rem;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[512px\]{
  height: 512px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[7\.5rem\]{
  height: 7.5rem;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-\[23\.4rem\]{
  max-height: 23.4rem;
}
.max-h-\[77\.5rem\]{
  max-height: 77.5rem;
}
.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}
.max-h-full{
  max-height: 100%;
}
.\!min-h-\[31\.2rem\]{
  min-height: 31.2rem !important;
}
.\!min-h-fit{
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}
.min-h-\[15rem\]{
  min-height: 15rem;
}
.min-h-\[305px\]{
  min-height: 305px;
}
.min-h-\[325px\]{
  min-height: 325px;
}
.min-h-\[32rem\]{
  min-height: 32rem;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[auto\]{
  min-height: auto;
}
.min-h-\[calc\(100\%-1rem\)\]{
  min-height: calc(100% - 1rem);
}
.\!w-1\/2{
  width: 50% !important;
}
.\!w-full{
  width: 100% !important;
}
.\!w-px{
  width: 1px !important;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[0\.9375rem\]{
  width: 0.9375rem;
}
.w-\[1\.125rem\]{
  width: 1.125rem;
}
.w-\[1\.4rem\]{
  width: 1.4rem;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[138\%\]{
  width: 138%;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[22rem\]{
  width: 22rem;
}
.w-\[25rem\]{
  width: 25rem;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[304px\]{
  width: 304px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[328px\]{
  width: 328px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[63rem\]{
  width: 63rem;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.\!min-w-\[50\%\]{
  min-width: 50% !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[310px\]{
  min-width: 310px;
}
.min-w-\[48px\]{
  min-width: 48px;
}
.min-w-\[50\%\]{
  min-width: 50%;
}
.min-w-\[64px\]{
  min-width: 64px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.\!max-w-4xl{
  max-width: 56rem !important;
}
.\!max-w-5xl{
  max-width: 64rem !important;
}
.\!max-w-6xl{
  max-width: 72rem !important;
}
.\!max-w-\[100\%\]{
  max-width: 100% !important;
}
.\!max-w-\[53rem\]{
  max-width: 53rem !important;
}
.\!max-w-\[64rem\]{
  max-width: 64rem !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[12rem\]{
  max-width: 12rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[25rem\]{
  max-width: 25rem;
}
.max-w-\[267px\]{
  max-width: 267px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-\[37rem\]{
  max-width: 37rem;
}
.max-w-\[41rem\]{
  max-width: 41rem;
}
.max-w-\[52rem\]{
  max-width: 52rem;
}
.max-w-\[56rem\]{
  max-width: 56rem;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-\[100\%\]{
  flex-basis: 100%;
}
.basis-auto{
  flex-basis: auto;
}
.origin-\[0_0\]{
  transform-origin: 0 0;
}
.origin-\[50\%_50\%\]{
  transform-origin: 50% 50%;
}
.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}
.origin-bottom{
  transform-origin: bottom;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[6px\]{
  --tw-translate-x: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[150\%\]{
  --tw-translate-x: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50px\]{
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[6px\]{
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.25\]{
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[0\.8\]{
  --tw-scale-y: 0.8;
  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));
}
.transform-none{
  transform: none;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}
@keyframes progress{
  0%{
    transform: translateX(-45%);
  }
  100%{
    transform: translateX(100%);
  }
}
.animate-\[progress_3s_ease-in-out_infinite\]{
  animation: progress 3s ease-in-out infinite;
}
@keyframes show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
.animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}
@keyframes slide-in-left{
  0%{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
.animate-\[slide-in-left_0\.8s_both\]{
  animation: slide-in-left 0.8s both;
}
@keyframes slide-in-right{
  0%{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
.animate-\[slide-in-right_0\.8s_both\]{
  animation: slide-in-right 0.8s both;
}
@keyframes slide-out-left{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-\[slide-out-left_0\.8s_both\]{
  animation: slide-out-left 0.8s both;
}
@keyframes slide-out-right{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate-\[slide-out-right_0\.8s_both\]{
  animation: slide-out-right 0.8s both;
}
@keyframes spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    transform: none;
    opacity: 1;
  }
}
.animate-\[spinner-grow_0\.75s_linear_infinite\]{
  animation: spinner-grow 0.75s linear infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-none{
  cursor: none;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-none{
  touch-action: none;
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.\!flex-row{
  flex-direction: row !important;
}
.flex-row{
  flex-direction: row;
}
.\!flex-col{
  flex-direction: column !important;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.\!justify-between{
  justify-content: space-between !important;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-stretch{
  justify-content: stretch;
}
.justify-items-center{
  justify-items: center;
}
.\!gap-0{
  gap: 0px !important;
}
.\!gap-1{
  gap: 0.25rem !important;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.\!space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.whitespace-normal{
  white-space: normal;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.\!rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}
.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}
.rounded-\[100\%\]{
  border-radius: 100%;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[999px\]{
  border-radius: 999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.\!border-0{
  border-width: 0px !important;
}
.\!border-\[3px\]{
  border-width: 3px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[\.125rem\]{
  border-width: .125rem;
}
.border-\[0\.125rem\]{
  border-width: 0.125rem;
}
.border-\[0\.15em\]{
  border-width: 0.15em;
}
.border-\[14px\]{
  border-width: 14px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-y-\[10px\]{
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t-0{
  border-top-width: 0px;
}
.\!border-solid{
  border-style: solid !important;
}
.border-solid{
  border-style: solid;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}
.border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}
.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}
.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-current{
  border-color: currentColor;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity));
}
.border-gray-light{
  border-color: var(--gray-light);
}
.border-green{
  border-color: var(--theme-green);
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(143 174 224 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!border-b-gray-400{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(134 134 134 / var(--tw-border-opacity)) !important;
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-t-transparent{
  border-top-color: transparent;
}
.\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
}
.\!bg-danger-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 235 247 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity)) !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00000012\]{
  background-color: #00000012;
}
.bg-\[\#00000066\]{
  background-color: #00000066;
}
.bg-\[\#000000e6\]{
  background-color: #000000e6;
}
.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}
.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}
.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}
.bg-black\/10{
  background-color: rgb(48 48 48 / 0.1);
}
.bg-black\/40{
  background-color: rgb(48 48 48 / 0.4);
}
.bg-blue{
  background-color: var(--theme-blue);
}
.bg-blue-light{
  background-color: var(--theme-blue-light);
}
.bg-current{
  background-color: currentColor;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 249 / var(--tw-bg-opacity));
}
.bg-gray-500{
  background-color: var(--gray);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-green{
  background-color: var(--theme-green);
}
.bg-green-light{
  background-color: var(--theme-green-light);
}
.bg-green-lighter{
  background-color: var(--theme-green-lighter);
}
.bg-orange-light{
  background-color: var(--theme-orange-light);
}
.bg-pink{
  background-color: var(--theme-pink);
}
.bg-pink-light{
  background-color: var(--theme-pink-light);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(227 235 247 / var(--tw-bg-opacity));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(143 174 224 / var(--tw-bg-opacity));
}
.bg-primary-accent-200{
  --tw-bg-opacity: 1;
  background-color: rgb(206 219 238 / var(--tw-bg-opacity));
}
.bg-purple-light{
  background-color: var(--theme-purple-light);
}
.bg-salmon{
  background-color: var(--theme-salmon);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-none{
  background-image: none;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.fill-\[\#afafaf\]{
  fill: #afafaf;
}
.fill-current{
  fill: currentColor;
}
.stroke-white{
  stroke: #ffffff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-11{
  padding: 2.75rem;
}
.p-12{
  padding: 3rem;
}
.p-14{
  padding: 3.5rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-20{
  padding: 5rem;
}
.p-24{
  padding: 6rem;
}
.p-28{
  padding: 7rem;
}
.p-3{
  padding: 0.75rem;
}
.p-32{
  padding: 8rem;
}
.p-36{
  padding: 9rem;
}
.p-4{
  padding: 1rem;
}
.p-40{
  padding: 10rem;
}
.p-44{
  padding: 11rem;
}
.p-48{
  padding: 12rem;
}
.p-5{
  padding: 1.25rem;
}
.p-52{
  padding: 13rem;
}
.p-56{
  padding: 14rem;
}
.p-6{
  padding: 1.5rem;
}
.p-60{
  padding: 15rem;
}
.p-64{
  padding: 16rem;
}
.p-7{
  padding: 1.75rem;
}
.p-72{
  padding: 18rem;
}
.p-8{
  padding: 2rem;
}
.p-80{
  padding: 20rem;
}
.p-9{
  padding: 2.25rem;
}
.p-\[1rem\]{
  padding: 1rem;
}
.p-\[2rem\]{
  padding: 2rem;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[auto\]{
  padding: auto;
}
.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[auto\]{
  padding-left: auto;
  padding-right: auto;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[3rem\]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[4rem\]{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6rem\]{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-\[8rem\]{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-\[9rem\]{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-56{
  padding-bottom: 14rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-60{
  padding-bottom: 15rem;
}
.pb-64{
  padding-bottom: 16rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-72{
  padding-bottom: 18rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-80{
  padding-bottom: 20rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-96{
  padding-bottom: 24rem;
}
.pb-\[12rem\]{
  padding-bottom: 12rem;
}
.pb-\[14rem\]{
  padding-bottom: 14rem;
}
.pb-\[3rem\]{
  padding-bottom: 3rem;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[8rem\]{
  padding-bottom: 8rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-28{
  padding-left: 7rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-32{
  padding-left: 8rem;
}
.pl-36{
  padding-left: 9rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-40{
  padding-left: 10rem;
}
.pl-44{
  padding-left: 11rem;
}
.pl-48{
  padding-left: 12rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-52{
  padding-left: 13rem;
}
.pl-56{
  padding-left: 14rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-60{
  padding-left: 15rem;
}
.pl-64{
  padding-left: 16rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-72{
  padding-left: 18rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-80{
  padding-left: 20rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pl-\[50px\]{
  padding-left: 50px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pr-0{
  padding-right: 0px;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-11{
  padding-right: 2.75rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-36{
  padding-right: 9rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-44{
  padding-right: 11rem;
}
.pr-48{
  padding-right: 12rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-52{
  padding-right: 13rem;
}
.pr-56{
  padding-right: 14rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-60{
  padding-right: 15rem;
}
.pr-64{
  padding-right: 16rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-72{
  padding-right: 18rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-80{
  padding-right: 20rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-\[24px\]{
  padding-right: 24px;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-52{
  padding-top: 13rem;
}
.pt-56{
  padding-top: 14rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-60{
  padding-top: 15rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-72{
  padding-top: 18rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-80{
  padding-top: 20rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}
.pt-\[12rem\]{
  padding-top: 12rem;
}
.pt-\[4rem\]{
  padding-top: 4rem;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pt-\[6rem\]{
  padding-top: 6rem;
}
.\!text-left{
  text-align: left !important;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.-indent-\[999px\]{
  text-indent: -999px;
}
.align-baseline{
  vertical-align: baseline;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.\!font-display{
  font-family: Montserrat, sans-serif !important;
}
.font-display{
  font-family: Montserrat, sans-serif;
}
.font-serif{
  font-family: Libre Baskerville, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[0\.9rem\]{
  font-size: 0.9rem;
}
.text-\[1\.1rem\]{
  font-size: 1.1rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[3\.75rem\]{
  font-size: 3.75rem;
}
.text-\[34px\]{
  font-size: 34px;
}
.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-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.\!not-italic{
  font-style: normal !important;
}
.not-italic{
  font-style: normal;
}
.\!leading-6{
  line-height: 1.5rem !important;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[2\.15\]{
  line-height: 2.15;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-loose{
  line-height: 2;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}
.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}
.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}
.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity)) !important;
}
.\!text-blue{
  color: var(--theme-blue) !important;
}
.\!text-danger-700{
  --tw-text-opacity: 1 !important;
  color: rgb(176 35 58 / var(--tw-text-opacity)) !important;
}
.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 252 249 / var(--tw-text-opacity)) !important;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(59 113 202 / var(--tw-text-opacity)) !important;
}
.\!text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(40 81 146 / var(--tw-text-opacity)) !important;
}
.\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgb(14 117 55 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}
.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.text-\[\#373A60\]{
  --tw-text-opacity: 1;
  color: rgb(55 58 96 / var(--tw-text-opacity));
}
.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity));
}
.text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.text-\[\#ffffff8a\]{
  color: #ffffff8a;
}
.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}
.text-black\/50{
  color: rgb(48 48 48 / 0.5);
}
.text-black\/\[64\]{
  color: rgb(48 48 48 / 64);
}
.text-blue{
  color: var(--theme-blue);
}
.text-blue-light{
  color: var(--theme-blue-light);
}
.text-current{
  color: currentColor;
}
.text-danger{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 252 249 / var(--tw-text-opacity));
}
.text-gray-500{
  color: var(--gray);
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-gray-700{
  color: var(--gray-dark);
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-gray-dark{
  color: var(--gray-dark);
}
.text-gray-light{
  color: var(--gray-light);
}
.text-green{
  color: var(--theme-green);
}
.text-green-light{
  color: var(--theme-green-light);
}
.text-info{
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity));
}
.text-orange{
  color: var(--theme-orange);
}
.text-orange-light{
  color: var(--theme-orange-light);
}
.text-pink{
  color: var(--theme-pink);
}
.text-pink-light{
  color: var(--theme-pink-light);
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(143 174 224 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(40 81 146 / var(--tw-text-opacity));
}
.text-purple{
  color: var(--theme-purple);
}
.text-purple-light{
  color: var(--theme-purple-light);
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}
.text-warning{
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.underline-offset-auto{
  text-underline-offset: auto;
}
.\!opacity-0{
  opacity: 0 !important;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-\[\.53\]{
  opacity: .53;
}
.opacity-\[\.54\]{
  opacity: .54;
}
.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: 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-\[0ms\]{
  transition-delay: 0ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-\[1000ms\]{
  transition-duration: 1000ms;
}
.duration-\[150ms\]{
  transition-duration: 150ms;
}
.duration-\[200ms\]{
  transition-duration: 200ms;
}
.duration-\[250ms\]{
  transition-duration: 250ms;
}
.duration-\[350ms\]{
  transition-duration: 350ms;
}
.duration-\[400ms\]{
  transition-duration: 400ms;
}
.duration-\[600ms\]{
  transition-duration: 600ms;
}
.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-\[ease\]{
  transition-timing-function: ease;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}
.\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0);
}
.\[direction\:ltr\]{
  direction: ltr;
}
.\[overflow-anchor\:none\]{
  overflow-anchor: none;
}
.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}
.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}
.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}
/* Custom Utility Classes */
.line-height--1 {
  line-height: 1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  color: var(--gray);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span{
  font-family: Libre Baskerville, serif;
}
/* Prose Over-Rides */
.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h7):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
.prose
  :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)):hover {
  font-weight: 500;
  text-decoration: underline;
  color: var(--gray);
}
.prose
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  font-weight: 600;
  color: var(--gray-dark);
}
/* Custom Display Classes */
[class^="display-"]{
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  /* color: var(--gray); */
}
[class^="display-"] > span{
  font-family: Libre Baskerville, serif;
    font-style: italic;
    font-weight: 400;
}
.text-gray-700[class^="display-"] {
    color: var(--gray-dark) !important;
  }
.font-medium[class^="display-"] {
    font-weight: 500;
  }
.display--72 {
  font-size: 2.25rem;
}
.display--72:hover {
    /* @apply bg-orange; */
  }
.display--72 > span {
  }
@media (min-width: 320px) {
.display--72 {
    font-size: 2.5rem;
}
  }
@media (min-width: 640px) {
.display--72 {
    font-size: 3rem;
}
  }
@media (min-width: 768px) {
.display--72 {
    font-size: 3.5rem;
}
  }
@media (min-width: 1280px) {
.display--72 {
    font-size: 4rem;
}
  }
.display--61 {
  font-size: 2.25rem;
}
.display--61:hover {
    /* @apply bg-orange; */
  }
.display--61 > span {
  }
@media (min-width: 640px) {
.display--61 {
    font-size: 2.5rem;
}
  }
@media (min-width: 768px) {
.display--61 {
    font-size: 3rem;
}
  }
@media (min-width: 1280px) {
.display--61 {
    font-size: 3.8125rem;
}
  }
.display--48 {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.display--48 {
    font-size: 2.25rem;
}
  }
@media (min-width: 768px) {
.display--48 {
    font-size: 2.75rem;
}
  }
@media (min-width: 1280px) {
.display--48 {
    font-size: 3rem;
}
  }
.display--40 {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.display--40 {
    font-size: 2rem;
}
  }
@media (min-width: 768px) {
.display--40 {
    font-size: 2.25rem;
}
  }
@media (min-width: 1280px) {
.display--40 {
    font-size: 2.5rem;
}
  }
.display--36 {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.display--36 {
    font-size: 1.75rem;
}
  }
@media (min-width: 768px) {
.display--36 {
    font-size: 2rem;
}
  }
@media (min-width: 1280px) {
.display--36 {
    font-size: 2.25rem;
}
  }
.display--32 {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.display--32 {
    font-size: 1.5rem;
}
  }
@media (min-width: 768px) {
.display--32 {
    font-size: 1.75rem;
}
  }
@media (min-width: 1280px) {
.display--32 {
    font-size: 2rem;
}
  }
.display--32.font--36 {
    font-size: 1.5rem;
  }
@media (min-width: 640px) {
.display--32.font--36 {
      font-size: 1.75rem;
  }
    }
@media (min-width: 768px) {
.display--32.font--36 {
      font-size: 2rem;
  }
    }
@media (min-width: 1280px) {
.display--32.font--36 {
      font-size: 2.25rem;
  }
    }
.display--24 {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
.display--24 {
    font-size: 1.25rem;
}
  }
@media (min-width: 768px) {
.display--24 {
    font-size: 1.25rem;
}
  }
@media (min-width: 1280px) {
.display--24 {
    font-size: 1.5rem;
}
  }
.display--20 {
  font-size: 1.25rem;
}
.display--16 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
.display--16 {
    font-size: 1rem;
}
  }
.subdisplay--20{
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.subdisplay--20[class^="display-"] {
    font-weight: 500;
  }
@media (min-width: 768px){
  .subdisplay--20{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.subdisplay--20.gray {
    color: var(--gray);
  }
.subdisplay--20.normal{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px){
  .subdisplay--20.normal{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .subdisplay--20.normal{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* Custom Text Classes */
.text--40 {
  font-size: 2.5rem;
  line-height: 1.2;
}
/* Global Button Helper Classes */
.button,
a.button{
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  border-color: var(--theme-green);
  background-color: var(--theme-green);
  padding: 0.95rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, 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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover,
a.button:hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.button:focus,
a.button:focus{
  border-color: var(--theme-green);
  background-color: var(--theme-green);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (prefers-reduced-motion: reduce){
  .button,
a.button{
    transition-property: none;
  }
}
.button,
a.button {
  letter-spacing: 0.32px;
  line-height: 1;
}
.button--gray:is(.button,a.button){
  border-color: var(--gray);
  background-color: var(--gray);
}
.button--gray:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--blue:is(.button,a.button){
  border-color: var(--theme-blue);
  background-color: var(--theme-blue);
}
.button--blue:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--purple:is(.button,a.button){
  border-color: var(--theme-purple);
  background-color: var(--theme-purple);
}
.button--purple:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--pink:is(.button,a.button){
  border-color: var(--theme-pink);
  background-color: var(--theme-pink);
}
.button--pink:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--orange:is(.button,a.button){
  border-color: var(--theme-orange);
  background-color: var(--theme-orange);
  color: var(--gray-dark);
}
.button--orange:is(.button,a.button)[class^="display-"] {
    color: var(--gray-dark);
  }
.button--orange:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--white:is(.button,a.button){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--gray);
}
.button--white:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--green-light:is(.button,a.button){
  border-color: var(--theme-green-light);
  background-color: var(--theme-green-light);
  color: var(--theme-blue);
}
.button--green-light:is(.button,a.button):hover{
  border-color: var(--gray-dark);
  background-color: var(--gray-dark);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button.button--blue {
}
.button--outline:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-green);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--gray-dark);
}
.button--outline:is(.button,a.button):hover{
  border-color: var(--theme-green);
  background-color: var(--theme-green-lighter);
  color: var(--gray-dark);
}
.button--outline:is(.button,a.button):focus{
  background-color: var(--theme-green-lighter);
}
.button--outline-gray:is(.button,a.button){
  border-width: 2px;
  border-color: var(--gray);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--gray);
}
.button--outline-gray:is(.button,a.button):hover{
  border-color: var(--gray);
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  color: var(--gray);
}
.button--outline-blue:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-blue);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-blue);
}
.button--outline-blue:is(.button,a.button):hover{
  border-color: var(--theme-blue);
  background-color: var(--theme-blue-light);
  color: var(--theme-blue);
}
.button--outline-purple:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-purple);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-purple);
}
.button--outline-purple:is(.button,a.button):hover{
  border-color: var(--theme-purple);
  background-color: var(--theme-purple-light);
  color: var(--theme-purple);
}
.button--outline-pink:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-pink);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-pink);
}
.button--outline-pink:is(.button,a.button):hover{
  border-color: var(--theme-pink);
  background-color: var(--theme-pink-light);
  color: var(--theme-pink);
}
.button--outline-orange:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-orange);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-orange);
}
.button--outline-orange:is(.button,a.button):hover{
  border-color: var(--theme-orange);
  background-color: var(--theme-orange-light);
  color: var(--theme-orange);
}
.button--outline-green-light:is(.button,a.button){
  border-width: 2px;
  border-color: var(--theme-green-light);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme-blue);
}
.button--outline-green-light:is(.button,a.button):hover{
  border-color: var(--theme-green);
  background-color: var(--theme-green-light);
  color: var(--theme-blue);
}
.button--thin:is(.button,a.button) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.tag {
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.3125rem;
}
.tag.yellow {
    background-color: var(--theme-yellow-light);
  }
.tag.light-blue {
    background-color: #e8f2f1;
  }
.tag.salmon {
    background-color: var(--theme-salmon);
  }
.tag.green{
  background-color: var(--theme-green-light);
}
.prose.prose--hubdb h1,
  .prose.prose--hubdb h2,
  .prose.prose--hubdb h3,
  .prose.prose--hubdb h4,
  .prose.prose--hubdb h5,
  .prose.prose--hubdb h6 {
    font-family: "Hind" !important;
    font-weight: 600;
  }
.prose.prose--hubdb h1 span, .prose.prose--hubdb h2 span, .prose.prose--hubdb h3 span, .prose.prose--hubdb h4 span, .prose.prose--hubdb h5 span, .prose.prose--hubdb h6 span {
      font-family: "Hind" !important;
    }
.prose.prose--hubdb a {
    color: var(--theme-green);
    text-decoration: none;
  }
/** 3rd party :: Osano **/
div.osano-cm-window {
  z-index: 50000;
}
div.osano-cm-dialog {
  padding-right: 90px;
}
.osano-cm-widget {
  display: none;
}
/* Footer Newsletter Form */
.form_footer-newsletter .row-fluid-wrapper {
    padding: 0;
    margin: 0;
  }
.form_footer-newsletter .dnd-section,
  .form_footer-newsletter .dnd-column {
    padding: 0;
  }
.form_footer-newsletter form {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    color: white;
  }
.form_footer-newsletter form label[for^="email"] {
      display: none;
    }
.form_footer-newsletter form input[type="email"] {
      background: none;
      border: 1px solid #fff;
      border-radius: 3rem;
      padding: 0.8rem 1rem;
      line-height: 1;
      color: white;
    }
.form_footer-newsletter form input[type="submit"] {
      background-color: #fff;
      color: var(--gray-dark);
      padding: 0.8rem 1.4rem;
    }
.form_footer-newsletter form .hs_error_rollup {
      display: none;
    }
#loomlyContact {
  position: relative;
  background: linear-gradient(
    24deg,
    #f9fcf9 56.11%,
    #dcf8ae 68.21%,
    #67bf78 93.37%
  );
}
.loomly-form {
  position: relative;
  width: 100%;
  max-width: 40rem;
}
.loomly-form .actions {
    display: flex;
  }
.loomly-form input[type="submit"] {
    min-width: 13.75rem;
  }
.loomly-form a {
    color: #287379;
  }
.loomly-form input.hs-input,
  .loomly-form textarea.hs-input {
    width: 100% !important;
  }
.bg-contact_right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34rem;
  background: url(../../images/bg-contact_right.png) top right no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.2;
}
@media (min-width: 768px) {
.bg-contact_right {
    opacity: 1;
}
  }
.link-w-arrow,
a.link-w-arrow {
  font-weight: 500;
}
:is(.link-w-arrow,a.link-w-arrow) svg {
    top: 0.2rem;
    left: 0.3rem;
    position: relative;
  }
/* Third Party */
/* root && root over-rides */
:root {
  --gray: #525252;
  --gray-dark: #303030;
  --gray-light: #a3a3a3;
  --gray-lighter: #f9fcf9; /* gray-50 in tailwild.config.js */
  --theme-green: #67be78;
  --theme-green-light: #dcf8ae;
  --theme-green-lighter: #f5ffe4;
  --theme-green-dark: #67be78;
  --theme-purple: #9a98e1;
  --theme-purple-light: #f4f3ff;
  --theme-blue: #287379;
  --theme-blue-light: #eaf1f2;
  --theme-pink: #fea190;
  --theme-pink-light: #ffe3de;
  --theme-orange: #ffc93e;
  --theme-orange-light: #fff4d8;
  --font-display: "Montserrat", "sans-serif";
  --theme-yellow-light: #fff2d0;
  --theme-salmon: #fee3d2;

  --scrollbar-width: 15px;
}
html {
  font-family: "Hind", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--gray);
  /* REMOVE BASE FONT UPDATE */

  scroll-padding-top: 10rem; /* height of sticky header + extra */
}
.text-gray {
  color: var(--gray);
}
.text-gray-light {
  color: var(--gray-light);
}
.text-gray-dark {
  color: var(--gray-dark);
}
.section-py {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 3;
}
.section-py .section-py--sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.section-py .section-py--md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.section-py .section-py--lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
.section-py .section-py--xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
.section-pb--xxl{
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  .section-pb--xxl{
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px){
  .section-pb--xxl{
    padding-bottom: 17rem;
  }
}
/* prose variable over-rides */
.prose {
  max-width: 100%;

  --tw-prose-body: var(--gray);
  --tw-prose-headings: var(--gray-dark);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: var(--gray-dark);
  --tw-prose-bold: var(--gray-dark);
}
/* .bg {
  @apply bg-red-500 p-5 rounded shadow;
  &:hover {
		@apply bg-yellow-500;
	}
} */
.bg-vgrade_white--gray-50 {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 252, 249, 1) 35%,
    rgba(249, 252, 249, 1) 100%
  );
}
.bg-vgrade_gray-50-white {
  background: rgb(249, 252, 249);
  background: linear-gradient(
    0deg,
    rgba(249, 252, 249, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 1) 100%
  );
}
.container {
  max-width: 80rem;
  padding: 0 2rem;
}
.container.about-max-w {
    max-width: 100rem;
  }
/* Test autoprefixer */
::-moz-placeholder {
  color: gray;
}
::placeholder {
  color: gray;
}
.image {
  background-image: url(image@1x.png);
  background: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .image {
    background-image: url(image@2x.png);
  }
}
/* Flex Items Helper */
.flex-items {
  --flex-items: 1; /* Number of flex items*/
  align-items: flex-end;
  aspect-ratio: 3 / 4;
  display: flex;
  justify-content: center;
  width: calc(
    (100% / var(--flex-items)) -
      (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
  );
}
/* section-breakout */
.section-breakout {
  position: relative;
  width: 100vw;
  left: calc(((100vw - 100%) / 2) * -1);
}
/* Hubspot */
.body-wrapper {
  overflow: hidden;
}
#main-content {
  overflow: visible;
}
/* VideoJS */
.vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-js .vjs-big-play-button {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  line-height: 1;
  top: calc(50% - 0.75rem);
}
.vjs-big-play-button .vjs-icon-placeholder:before {
  transform: scale(1.5);
  line-height: 2.35;
}
/* sticky */
.sticky {
  position: sticky;
  top: 0;
  z-index: 21;
}
/** Was 84 **/
.sticky--layer2 {
  top: 14px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 1008px) {
.sticky--layer2 {
    top: 24px;
}
  }
@media screen and (min-width: 1200px) {
.sticky--layer2 {
    top: 40px;
}
  }
.pricing-compare--detail .sticky--layer2 {
    top: 76px;
  }
/* easing */
.loom-ease {
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.loom-ease.loom-ease--mh {
    transition-property: max-height;
  }
.marker\:text-blue *::marker{
  color: var(--theme-blue);
}
.marker\:text-blue::marker{
  color: var(--theme-blue);
}
.selection\:bg-transparent *::-moz-selection{
  background-color: transparent;
}
.selection\:bg-transparent *::selection{
  background-color: transparent;
}
.selection\:bg-transparent::-moz-selection{
  background-color: transparent;
}
.selection\:bg-transparent::selection{
  background-color: transparent;
}
.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}
.before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}
.before\:scale-0::before{
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}
.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}
.before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:clear-both::after{
  content: var(--tw-content);
  clear: both;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}
.checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}
.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}
.checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}
.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}
.checked\:after\:-mt-px:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}
.checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}
.checked\:after\:h-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}
.checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}
.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}
.checked\:after\:border-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}
.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}
.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}
.checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}
.checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}
.checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}
.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}
.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}
.empty\:hidden:empty{
  display: none;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}
.hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}
.hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}
.hover\:bg-\[unset\]:hover{
  background-color: unset;
}
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 97 175 / var(--tw-bg-opacity));
}
.hover\:bg-primary-accent-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity));
}
.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}
.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}
.hover\:text-gray-dark:hover{
  color: var(--gray-dark);
}
.hover\:text-green:hover{
  color: var(--theme-green);
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(48 97 175 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}
.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}
.focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}
.focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}
.focus\:border-blue:focus{
  border-color: var(--theme-blue);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}
.focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}
.focus\:bg-primary-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(48 97 175 / var(--tw-bg-opacity));
}
.focus\:bg-primary-accent-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity));
}
.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus{
  color: var(--gray-dark);
}
.focus\:text-green:focus{
  color: var(--theme-green);
}
.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.focus\:text-primary-600:focus{
  --tw-text-opacity: 1;
  color: rgb(48 97 175 / var(--tw-text-opacity));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:no-underline:focus{
  text-decoration-line: none;
}
.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}
.focus\:opacity-90:focus{
  opacity: 0.9;
}
.focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-te-primary:focus{
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}
.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}
.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}
.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}
.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}
.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}
.focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}
.focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}
.focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}
.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}
.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}
.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}
.checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}
.checked\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}
.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}
.checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}
.checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}
.checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}
.checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}
.active\:bg-\[\#c4d4ef\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 239 / var(--tw-bg-opacity));
}
.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}
.active\:bg-primary-700:active{
  --tw-bg-opacity: 1;
  background-color: rgb(40 81 146 / var(--tw-bg-opacity));
}
.active\:bg-primary-accent-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(206 219 238 / var(--tw-bg-opacity));
}
.active\:text-primary-700:active{
  --tw-text-opacity: 1;
  color: rgb(40 81 146 / var(--tw-text-opacity));
}
.active\:no-underline:active{
  text-decoration-line: none;
}
.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:bg-transparent:disabled{
  background-color: transparent;
}
.disabled\:text-black\/30:disabled{
  color: rgb(48 48 48 / 0.3);
}
.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}
.group\/x:hover .group-hover\/x\:h-\[11px\]{
  height: 11px;
}
.group\/y:hover .group-hover\/y\:w-\[11px\]{
  width: 11px;
}
.group\/x:hover .group-hover\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y:hover .group-hover\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/ps:hover .group-hover\/ps\:opacity-60{
  opacity: 0.6;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group\/x:focus .group-focus\/x\:h-\[0\.6875rem\]{
  height: 0.6875rem;
}
.group\/y:focus .group-focus\/y\:w-\[0\.6875rem\]{
  width: 0.6875rem;
}
.group\/x:focus .group-focus\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y:focus .group-focus\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/ps:focus .group-focus\/ps\:opacity-100{
  opacity: 1;
}
.group\/ps:focus .group-focus\/ps\:opacity-60{
  opacity: 0.6;
}
.group\/ps:active .group-active\/ps\:opacity-100{
  opacity: 1;
}
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block{
  display: block;
}
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block{
  display: block;
}
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]{
  height: 11px;
}
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]{
  width: 11px;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border{
  border-width: 1px;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid{
  border-style: solid;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
}
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent{
  background-color: transparent;
}
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent{
  background-color: transparent;
}
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60{
  opacity: 0.6;
}
.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60{
  opacity: 0.6;
}
.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}
.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}
.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}
.peer:focus ~ .peer-focus\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.peer:focus ~ .peer-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}
.data-\[te-active\]\:-top-\[38px\][data-te-active]{
  top: -38px;
}
.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}
.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}
.data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}
.data-\[te-tab-active\]\:block[data-te-tab-active]{
  display: block;
}
.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}
.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  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));
}
.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  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));
}
.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  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));
}
.data-\[te-active\]\:scale-100[data-te-active]{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
.data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[te-autocomplete-state-open\]\:scale-y-100[data-te-autocomplete-state-open]{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[data-te-autocomplete-option-disabled\]\:cursor-default[data-data-te-autocomplete-option-disabled]{
  cursor: default;
}
.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}
.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}
.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}
.data-\[te-autocomplete-item-active\]\:bg-black\/5[data-te-autocomplete-item-active]{
  background-color: rgb(48 48 48 / 0.05);
}
.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}
.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgb(48 48 48 / 0.05);
}
.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgb(48 48 48 / 0.05);
}
.data-\[te-nav-active\]\:bg-blue-light[data-te-nav-active]{
  background-color: var(--theme-blue-light);
}
.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgb(48 48 48 / 0.02);
}
.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgb(48 48 48 / 0.05);
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}
.data-\[data-te-autocomplete-option-disabled\]\:text-gray-400[data-data-te-autocomplete-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
.data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
.data-\[te-autocomplete-state-open\]\:opacity-100[data-te-autocomplete-state-open]{
  opacity: 1;
}
.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}
.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}
.data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}
.data-\[te-carousel-fade\]\:duration-\[600ms\][data-te-carousel-fade]{
  transition-duration: 600ms;
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder{
  opacity: 1;
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}
.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}
.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4{
  margin-bottom: 1rem;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0{
  border-left-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0{
  border-right-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t{
  border-top-width: 1px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0{
  border-left-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0{
  border-right-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t{
  border-top-width: 1px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid{
  border-style: solid;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid{
  border-style: solid;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}
.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7{
  padding-left: 1.75rem;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\]{
  --tw-shadow: -1px 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\]{
  --tw-shadow: -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]{
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#14a44d\]{
  --tw-shadow: 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]{
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\]{
  --tw-shadow: 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]{
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block{
  display: block;
}
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block{
  display: block;
}
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.prose-p\:my-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
:is([dir="rtl"] .rtl\:\!left-auto){
  left: auto !important;
}
:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]){
  transform-origin: 50% 50% 0 !important;
}
:is([dir="rtl"] .rtl\:\[direction\:rtl\]){
  direction: rtl;
}
@media (prefers-reduced-motion: reduce){
  .motion-reduce\:transform-none{
    transform: none;
  }
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
  @keyframes spinner-grow{
    0%{
      transform: scale(0);
    }
    50%{
      transform: none;
      opacity: 1;
    }
  }
  .motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    animation: spinner-grow 1.5s linear infinite;
  }
  .motion-reduce\:animate-none{
    animation: none;
  }
  .motion-reduce\:transition-none{
    transition-property: none;
  }
}
:is(.dark .dark\:border-0){
  border-width: 0px;
}
:is(.dark .dark\:border-\[\#14a44d\]){
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-\[\#4f4f4f\]){
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-\[\#dc4c64\]){
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-primary-400){
  --tw-border-opacity: 1;
  border-color: rgb(143 174 224 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-\[\#4f4f4f\]){
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-100){
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-primary-600){
  --tw-bg-opacity: 1;
  background-color: rgb(48 97 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-transparent){
  background-color: transparent;
}
:is(.dark .dark\:fill-gray-400){
  fill: #868686;
}
:is(.dark .dark\:\!text-primary-400){
  --tw-text-opacity: 1 !important;
  color: rgb(143 174 224 / var(--tw-text-opacity)) !important;
}
:is(.dark .dark\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-700){
  color: var(--gray-dark);
}
:is(.dark .dark\:text-primary-400){
  --tw-text-opacity: 1;
  color: rgb(143 174 224 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]){
  --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:placeholder\:text-gray-200)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:placeholder\:text-gray-200)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:checked\:border-primary:checked){
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
:is(.dark .dark\:checked\:bg-primary:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:\!bg-\[\#555\]:hover){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}
:is(.dark .dark\:hover\:bg-white\/10:hover){
  background-color: rgb(255 255 255 / 0.1);
}
:is(.dark .dark\:hover\:fill-gray-100:hover){
  fill: #EEEEEE;
}
:is(.dark .dark\:hover\:text-\[\#3b71ca\]:hover){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-green:hover){
  color: var(--theme-green);
}
:is(.dark .dark\:hover\:text-primary-400:hover){
  --tw-text-opacity: 1;
  color: rgb(143 174 224 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:focus\:\!bg-\[\#555\]:focus){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}
:is(.dark .dark\:focus\:bg-white\/10:focus){
  background-color: rgb(255 255 255 / 0.1);
}
:is(.dark .dark\:focus\:text-\[\#3b71ca\]:focus){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
:is(.dark .dark\:focus\:text-green:focus){
  color: var(--theme-green);
}
:is(.dark .dark\:focus\:text-primary-400:focus){
  --tw-text-opacity: 1;
  color: rgb(143 174 224 / var(--tw-text-opacity));
}
:is(.dark .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .dark\:disabled\:hover\:bg-transparent:hover:disabled){
  background-color: transparent;
}
:is(.dark .group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
:is(.dark .group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10){
  background-color: rgb(255 255 255 / 0.1);
}
:is(.dark .group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10){
  background-color: rgb(255 255 255 / 0.1);
}
:is(.dark .peer:focus ~ .dark\:peer-focus\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
:is(.dark .peer:focus ~ .dark\:peer-focus\:text-primary){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
:is(.dark .dark\:data-\[te-autocomplete-item-active\]\:bg-white\/30[data-te-autocomplete-item-active]){
  background-color: rgb(255 255 255 / 0.3);
}
:is(.dark .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]){
  background-color: rgb(255 255 255 / 0.3);
}
:is(.dark .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]){
  background-color: rgb(255 255 255 / 0.3);
}
:is(.dark .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]){
  background-color: rgb(255 255 255 / 0.3);
}
:is(.dark .dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]){
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}
@media (min-width: 320px){
  .xs\:bottom-0{
    bottom: 0px;
  }
  .xs\:bottom-\[-2rem\]{
    bottom: -2rem;
  }
  .xs\:gap-4{
    gap: 1rem;
  }
}
@media (min-width: 640px){
  .sm\:bottom-\[-6rem\]{
    bottom: -6rem;
  }
  .sm\:top-12{
    top: 3rem;
  }
  .sm\:top-\[-18\%\]{
    top: -18%;
  }
  .sm\:top-\[-50\%\]{
    top: -50%;
  }
  .sm\:\!mt-64{
    margin-top: 16rem !important;
  }
  .sm\:\!mt-80{
    margin-top: 20rem !important;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:\!max-w-none{
    max-width: none !important;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
}
@media (min-width: 768px){
  .md\:static{
    position: static;
  }
  .md\:bottom-\[-10\.5rem\]{
    bottom: -10.5rem;
  }
  .md\:bottom-\[-8\.5rem\]{
    bottom: -8.5rem;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md\:\!mt-\[25rem\]{
    margin-top: 25rem !important;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-36{
    margin-bottom: 9rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-\[3rem\]{
    margin-bottom: 3rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-28{
    margin-top: 7rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:mt-40{
    margin-top: 10rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[30rem\]{
    height: 30rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:\!w-\[45\%\]{
    width: 45% !important;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-11\/12{
    width: 91.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:w-\[25rem\]{
    width: 25rem;
  }
  .md\:w-\[40rem\]{
    width: 40rem;
  }
  .md\:w-\[44\%\]{
    width: 44%;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:\!max-w-\[26rem\]{
    max-width: 26rem !important;
  }
  .md\:max-w-\[41rem\]{
    max-width: 41rem;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:\!flex-row{
    flex-direction: row !important;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-normal{
    justify-content: normal;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-around{
    justify-content: space-around;
  }
  .md\:justify-evenly{
    justify-content: space-evenly;
  }
  .md\:justify-stretch{
    justify-content: stretch;
  }
  .md\:\!gap-20{
    gap: 5rem !important;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-0\.5{
    gap: 0.125rem;
  }
  .md\:gap-1{
    gap: 0.25rem;
  }
  .md\:gap-1\.5{
    gap: 0.375rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-11{
    gap: 2.75rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-14{
    gap: 3.5rem;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-2\.5{
    gap: 0.625rem;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-3\.5{
    gap: 0.875rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-9{
    gap: 2.25rem;
  }
  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .md\:\!py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md\:\!py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pb-40{
    padding-bottom: 10rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pb-\[16rem\]{
    padding-bottom: 16rem;
  }
  .md\:pr-1{
    padding-right: 0.25rem;
  }
  .md\:pr-14{
    padding-right: 3.5rem;
  }
  .md\:pr-\[17px\]{
    padding-right: 17px;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-\[2rem\]{
    font-size: 2rem;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:left-\[-12\%\]{
    left: -12%;
  }
  .lg\:right-\[-12\%\]{
    right: -12%;
  }
  .lg\:top-\[-20\%\]{
    top: -20%;
  }
  .lg\:top-\[-39\%\]{
    top: -39%;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:mx-\[6rem\]{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:\!w-\[45\%\]{
    width: 45% !important;
  }
  .lg\:\!w-\[90\%\]{
    width: 90% !important;
  }
  .lg\:\!w-auto{
    width: auto !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[140\%\]{
    width: 140%;
  }
  .lg\:w-\[26rem\]{
    width: 26rem;
  }
  .lg\:w-\[30rem\]{
    width: 30rem;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[53rem\]{
    width: 53rem;
  }
  .lg\:w-\[64rem\]{
    width: 64rem;
  }
  .lg\:w-\[66\%\]{
    width: 66%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[41\.96488rem\]{
    max-width: 41.96488rem;
  }
  .lg\:basis-auto{
    flex-basis: auto;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:\!flex-row{
    flex-direction: row !important;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-baseline{
    align-items: baseline;
  }
  .lg\:justify-normal{
    justify-content: normal;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:justify-around{
    justify-content: space-around;
  }
  .lg\:justify-evenly{
    justify-content: space-evenly;
  }
  .lg\:justify-stretch{
    justify-content: stretch;
  }
  .lg\:justify-items-start{
    justify-items: start;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-0\.5{
    gap: 0.125rem;
  }
  .lg\:gap-1{
    gap: 0.25rem;
  }
  .lg\:gap-1\.5{
    gap: 0.375rem;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-11{
    gap: 2.75rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-2\.5{
    gap: 0.625rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-3\.5{
    gap: 0.875rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-9{
    gap: 2.25rem;
  }
  .lg\:gap-\[6rem\]{
    gap: 6rem;
  }
  .lg\:\!space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pr-1{
    padding-right: 0.25rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-\[12rem\]{
    padding-top: 12rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[3rem\]{
    font-size: 3rem;
  }
}
@media (min-width: 1280px){
  .xl\:\!bottom-\[-2\.25rem\]{
    bottom: -2.25rem !important;
  }
  .xl\:left-\[-29\%\]{
    left: -29%;
  }
  .xl\:right-\[-24\%\]{
    right: -24%;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:w-\[37rem\]{
    width: 37rem;
  }
  .xl\:w-\[55rem\]{
    width: 55rem;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[15rem\]{
    max-width: 15rem;
  }
  .xl\:justify-normal{
    justify-content: normal;
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:justify-around{
    justify-content: space-around;
  }
  .xl\:justify-evenly{
    justify-content: space-evenly;
  }
  .xl\:justify-stretch{
    justify-content: stretch;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-0\.5{
    gap: 0.125rem;
  }
  .xl\:gap-1{
    gap: 0.25rem;
  }
  .xl\:gap-1\.5{
    gap: 0.375rem;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-11{
    gap: 2.75rem;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-14{
    gap: 3.5rem;
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:gap-2{
    gap: 0.5rem;
  }
  .xl\:gap-2\.5{
    gap: 0.625rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-3{
    gap: 0.75rem;
  }
  .xl\:gap-3\.5{
    gap: 0.875rem;
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:gap-5{
    gap: 1.25rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-7{
    gap: 1.75rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-9{
    gap: 2.25rem;
  }
  .xl\:pb-\[20rem\]{
    padding-bottom: 20rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 320px){
  @media not all and (min-width: 768px){
    @media (orientation: landscape){
      .xs\:max-md\:landscape\:mt-24{
        margin-top: 6rem;
      }
      .xs\:max-md\:landscape\:h-8{
        height: 2rem;
      }
      .xs\:max-md\:landscape\:h-\[360px\]{
        height: 360px;
      }
      .xs\:max-md\:landscape\:h-full{
        height: 100%;
      }
      .xs\:max-md\:landscape\:w-8{
        width: 2rem;
      }
      .xs\:max-md\:landscape\:w-\[475px\]{
        width: 475px;
      }
      .xs\:max-md\:landscape\:flex-row{
        flex-direction: row;
      }
    }
  }
  @media (max-width: 825px){
    @media (orientation: landscape){
      .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 0.5rem;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 0.5rem;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 3rem;
        line-height: 1;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }
      .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}
.\[\&\.active\]\:text-green.active{
  color: var(--theme-green);
}
:is(.dark .dark\:\[\&\.active\]\:text-green.active){
  color: var(--theme-green);
}
.\[\&\.ps--clicking\]\:\!bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}
:is(.dark .dark\:\[\&\.ps--clicking\]\:\!bg-\[\#555\].ps--clicking){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}
.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}
.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}
.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}
.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}
.hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-black\/5:not([data-te-autocomplete-option-disabled]):hover{
  background-color: rgb(48 48 48 / 0.05);
}
:is(.dark .dark\:hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-white\/30:not([data-te-autocomplete-option-disabled]):hover){
  background-color: rgb(255 255 255 / 0.3);
}
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder{
  opacity: 0;
}
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}
.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgb(48 48 48 / 0.05);
}
:is(.dark .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover){
  background-color: rgb(255 255 255 / 0.3);
}
.\[\&\>svg\]\:pointer-events-none>svg{
  pointer-events: none;
}
.\[\&\>svg\]\:mx-auto>svg{
  margin-left: auto;
  margin-right: auto;
}
.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}
.\[\&\>svg\]\:h-5>svg{
  height: 1.25rem;
}
.\[\&\>svg\]\:h-6>svg{
  height: 1.5rem;
}
.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}
.\[\&\>svg\]\:w-5>svg{
  width: 1.25rem;
}
.\[\&\>svg\]\:w-6>svg{
  width: 1.5rem;
}
.\[\&\>svg\]\:w-7>svg{
  width: 1.75rem;
}
.\[\&\>svg\]\:rotate-180>svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(.dark .dark\:\[\&\>svg\]\:fill-white>svg){
  fill: #ffffff;
}
.\[\&\[data-te-dropdown-show\]\]\:block[data-te-dropdown-show]{
  display: block;
}
