@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&family=Work+Sans:wght@500;600;700&display=swap");

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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-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:  ;
}

:root {
  --red: #f74626;
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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-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: ;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.-top-8 {
  top: -2rem;
}

.right-28 {
  right: 7rem;
}

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

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-6 {
  top: 1.5rem;
}

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

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

.z-\[10000\] {
  z-index: 10000;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.top-0 {
  top: 0px;
}

.right-4 {
  right: 1rem;
}

.-top-6 {
  top: -1.5rem;
}

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.contents {
  display: contents;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.w-full {
  width: 100%;
}

.w-24 {
  width: 6rem;
}

.w-6 {
  width: 1.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

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

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

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

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

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

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

.border-t-8 {
  border-top-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

.font-light {
  font-weight: 300;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-loose {
  line-height: 2;
}

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

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

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

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

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-80 {
  opacity: 0.8;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-style: 16px;
  font-family: "Roboto", sans-serif;
}

.font-ws {
  font-family: "Work Sans", sans-serif;
}

#hellobar > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-height: 40px;
}

section > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1184px;
}

.no-max-width {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#hellobar {
  background-color: var(--red);
}

.bg-yellow-custom {
  background-color: #ffee58;
}

.text-yellow-custom {
  color: #ffee58;
}

.text-red-custom {
  color: var(--red);
}

.bg-red-custom {
  background-color: rgba(247, 70, 38, 0.04);
}

.bg-green-custom {
  background-color: rgba(27, 203, 0, 0.08);
}

.bg-red-custom-full {
  background-color: rgba(247, 70, 38, 1);
}

.bg-gray-custom {
  background-color: #f9f9f9;
}

.border-red-custom {
  border-color: var(--red);
}

.bg-black-custom {
  background-color: #300902;
}

.bg-black-custom-2 {
  background-color: #0e1e2f;
}

h1 {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 320px) {
  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 425px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 56px;
  }
}

h1 {
  line-height: 1.14;
  font-family: "Work Sans", sans-serif;
}

h2 {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 320px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}

h2 {
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
}

h3 {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 320px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 32px;
  }
}

h3 {
  line-height: 1.25;
}

h4 {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 320px) {
  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-weight: 700;
}

@media (min-width: 320px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5 {
  line-height: 1.33;
}

@media (min-width: 320px) {
  p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 425px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  p {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6;
}

#video-wrapper {
  background: linear-gradient(to bottom, white 50%, transparent 50%),
		linear-gradient(90deg, #0e1e2f 0%, #0e1e2f 100%);
}

#cta-1,
#cta-2,
#choose-plan {
  background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}

.inner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 782px;
}

.inner-content-big {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
}

.feat-active {
  position: relative;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.feat-active .bar {
  display: block;
}

.feat-shadow {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.feat-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#main-logo img {
  height: 40px;
  margin-bottom: 2rem;
}

@media (min-width: 320px) {
  .feat-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
}

@media (min-width: 768px) {
  .feat-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.feat-wrapper {
  max-width: 982px;
}

.feat-wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.feat-wrapper p {
  margin-bottom: 0px;
  opacity: 0.6;
}

.feat-wrapper h5 {
  margin-bottom: 1rem;
}

.interval-active {
  background-color: #f74626;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 320px) {
  .plan-feat-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .best-value {
    display: none;
  }
}

@media (min-width: 375px) {
  .plan-feat-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .plan-feat-wrapper {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .plan-feat-wrapper {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .best-value {
    display: block;
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .plan-feat-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .best-value {
    display: block;
    font-size: 20px;
  }
}

.plan-feat-wrapper > div {
  padding-left: 1.25rem;
  text-align: left;
}

.plan-feat-wrapper > div.fire {
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v3/fire.webp)
		no-repeat left center;
}

.plan-feat-wrapper > div.dashed {
  text-decoration-line: line-through;
  opacity: 0.2;
}

@media (min-width: 320px) {
  .plan-feat-wrapper > div:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .plan-feat-wrapper > div:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 320px) {
  .plan-feat-wrapper:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plan-feat-wrapper:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .shadow-custom {
    box-shadow: unset;
  }

  .tp-basic,
	.tp-premium {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 768px) {
  .shadow-custom {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  }
}

.diagonal-slash {
  width: 100%;
  border: 1px solid red;
  max-width: 120px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.agency-wrapper {
  background: linear-gradient(180deg, #fff3f3 0%, #ffffff 100%);
}

#upgrade-list li {
  margin-bottom: 0.75rem;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  background-position: left 6px;
  background-image: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v3/check.webp);
}

blockquote.quote {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  background-image: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v3/quote.webp);
}

section:not(:first-child) {
  margin-bottom: 5rem;
}

@media (max-width: 480px) {
  section:not(:first-child) {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  section:not(:first-child) {
    margin-bottom: 4rem;
  }
}

#plan-dropdown {
  position: relative;
  cursor: pointer;
}

#plan-dropdown-content {
  position: absolute;
  right: 0px;
  z-index: 10;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  min-width: 200px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

#plan-dropdown-content > div:hover {
  border-radius: 0.25rem;
  background-color: rgba(247, 70, 38, 0.08);
}

#plan-name {
  font-weight: 500;
}

#plan-interval {
  opacity: 0.4;
}

#plan-features li {
  margin-left: 1rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.4;
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v3/plan-check.webp)
		no-repeat left 4px;
}

#plan-features li.line-through {
  background: unset;
}

#plan-gift {
  margin-left: 1rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v3/gift.webp)
		no-repeat left 4px;
}

.google-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(
				90.23deg,
				#f14336 2.21%,
				#fbbb00 30.68%,
				#28b446 68.31%,
				#518ef8 99.84%
			)
			border-box;
  border: 1px solid transparent;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
  border-radius: 50px;
  max-width: 320px;
  width: 100%;
  height: 48px;
}

#sign-up-line,
#sign-in-line {
  position: relative;
}

#sign-up-line::before,
#sign-in-line::before {
  content: "";
  position: absolute;
  top: 10px;
  max-width: 320px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  left: 50%;
  transform: translateX(-50%);
}

#sign-up-btn,
#sign-in-btn {
  width: 100%;
  border-radius: 0.25rem;
  max-width: 320px;
  height: 48px;
  background: linear-gradient(90deg, #ff4a5f 0%, #ff784d 100%);
}

.form-input {
  width: 100%;
  border-radius: 0.25rem;
  padding-right: 0.5rem;
  max-width: 320px;
  height: 48px;
  background: #f8f8f8;
}

.form-input input {
  width: 100%;
  background-color: transparent;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.link-color {
  color: #2864ff;
}

input#with-paypal,
input#with-cc {
  width: 16px;
  height: 16px;
  accent-color: red;
}

#pp-recommended {
  background-color: #ffd600;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 7px;
}

.payment-form {
  min-height: 56px;
}

.payment-form > label {
  cursor: pointer;
}

.cc-form-items {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-size: 14px;
  height: 48px;
  padding: 0 16px;
}

#cc-subs-btn {
  background: linear-gradient(90deg, #ff4a5f 0%, #ff784d 100%);
  border-radius: 40px;
  max-width: 408px;
  width: 100%;
  height: 40px;
}

.fade-out {
  display: none;
}

.fade-in {
  display: block;
}

#buyer-proof {
  position: fixed;
  bottom: -108px;
  left: 0;
  z-index: 999;
}

#buyer-proof > div {
  margin: 16px;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1.5;
  box-shadow: 0px 1px 8px 0px #ddd;
  border-radius: 58px;
  background: #fff;
}

@media (min-width: 320px) {
  .\34xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .\34xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .\34xs\:hidden {
    display: none;
  }

  .\34xs\:h-5 {
    height: 1.25rem;
  }

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

  .\34xs\:h-2 {
    height: 0.5rem;
  }

  .\34xs\:h-14 {
    height: 3.5rem;
  }

  .\34xs\:h-10 {
    height: 2.5rem;
  }

  .\34xs\:max-h-5 {
    max-height: 1.25rem;
  }

  .\34xs\:max-h-\[20px\] {
    max-height: 20px;
  }

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

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

  .\34xs\:max-w-\[100px\] {
    max-width: 100px;
  }

  .\34xs\:max-w-\[154px\] {
    max-width: 154px;
  }

  .\34xs\:columns-1 {
    -moz-columns: 1;
    columns: 1;
  }

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

  .\34xs\:flex-col {
    flex-direction: column;
  }

  .\34xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .\34xs\:justify-start {
    justify-content: flex-start;
  }

  .\34xs\:justify-center {
    justify-content: center;
  }

  .\34xs\:gap-6 {
    gap: 1.5rem;
  }

  .\34xs\:gap-3 {
    gap: 0.75rem;
  }

  .\34xs\:gap-4 {
    gap: 1rem;
  }

  .\34xs\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .\34xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\34xs\:border {
    border-width: 1px;
  }

  .\34xs\:border-b {
    border-bottom-width: 1px;
  }

  .\34xs\:p-6 {
    padding: 1.5rem;
  }

  .\34xs\:p-4 {
    padding: 1rem;
  }

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

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

  .\34xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\34xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

  .\34xs\:leading-tight {
    line-height: 1.25;
  }

  .\34xs\:leading-snug {
    line-height: 1.375;
  }

  .\34xs\:right-2 {
    right: 0.5rem;
  }

  .\34xs\:-top-6 {
    top: -1.5rem;
  }

  .\34xs\:right-0 {
    right: 0px;
  }

  .\34xs\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\34xs\:block {
    display: block;
  }

  .\34xs\:hidden {
    display: none;
  }

  .\34xs\:h-10 {
    height: 2.5rem;
  }

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

  .\34xs\:w-\[700px\] {
    width: 1100px;
  }

  .\34xs\:flex-col {
    flex-direction: column;
  }

  .\34xs\:overflow-x-auto {
    overflow-x: auto;
  }

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

  .\34xs\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

  .\34xs\:\!leading-\[40px\] {
    line-height: 40px !important;
  }
}

@media (min-width: 425px) {
  .\32xs\:w-20 {
    width: 5rem;
  }

  .\32xs\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .xs\:h-\[10px\] {
    height: 10px;
  }

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

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

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }
}

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

@media (min-width: 768px) {
  .md\:top-14 {
    top: 3.5rem;
  }

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

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

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

  .md\:max-h-\[24px\] {
    max-height: 24px;
  }

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

  .md\:w-28 {
    width: 7rem;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:max-w-\[200\] {
    max-width: 200;
  }

  .md\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:rounded-none {
    border-radius: 0px;
  }

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

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:leading-normal {
    line-height: 1.5;
  }

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

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

  .md\:grid {
    display: grid;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

  .md\:\!leading-\[56px\] {
    line-height: 56px !important;
  }

  .overflow-x-unset {
    overflow-x: unset;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:top-8 {
    top: 2rem;
  }

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

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:text-\[56px\] {
    font-size: 56px;
  }
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.border-b {
  border-bottom-width: 1px;
}

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

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

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-red-lsig {
  color: var(--red);
}

.border-red-lsig {
  border-color: var(--red);
}

.font-kalam {
  font-family: "Kalam", cursive;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f6fa;
  transition: 0.2s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -2px;
  bottom: -2px;
  background-color: #f74626;
  transition: 0.2s;
}

input:checked + .toggle-slider {
  background-color: #f2f6fa;
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .toggle-slider:before {
  transform: translateX(20px);
}

/* Rounded sliders */

.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

.plan-type-form .slider {
  display: flex;
  border-radius: 9999px;
  padding: 0.25rem;
  background: #f2f6fa;
}

.plan-type-form .slider span {
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.24);
}

.plan-type-form .slider div {
  color: rgba(0, 0, 0, 0.24);
}

.plan-type-form .slider input[type="radio"]:checked + span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #f74626;
}

.plan-type-form .slider input[type="radio"]:checked ~ div {
  color: #f74626;
}

@media (min-width: 320px) {
  .plan-type-form .slider-small {
    max-width: 128px;
    border-radius: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .plan-type-form .slider-small {
    max-width: 100%;
    border-radius: 9999px;
  }
}

.plan-type-form .slider-small span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 320px) {
  .plan-type-form .slider-small span {
    height: 2rem;
    width: 120px;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 425px) {
  .plan-type-form .slider-small span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .plan-type-form .slider-small span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plan-type-form .slider-small span {
    height: 2.5rem;
    width: 136px;
    border-radius: 9999px;
  }
}

/* pricing table */

.plan-card-wrapper {
  grid-template-areas:
		"save-amount-basic save-amount-premium save-amount-agency save-amount-agency-ltd"
		"plan-name-basic plan-name-premium plan-name-agency plan-name-agency-ltd"
		"selling-price-basic selling-price-premium selling-price-agency selling-price-agency-ltd"
		"billing-interval-basic billing-interval-premium billing-interval-agency billing-interval-agency-ltd"
		"add-to-cart-basic add-to-cart-premium add-to-cart-agency add-to-cart-agency-ltd"
		"features-list-basic features-list-premium features-list-agency features-list-agency-ltd"
		"includes-label-basic includes-label-premium includes-label-agency includes-label-agency-ltd"
		"includes-list-basic includes-list-premium includes-list-agency includes-list-agency-ltd";
  grid-template-rows: auto;
  grid-auto-rows: min-content;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

section > div.plan-card-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.plan-card-wrapper .plan-name-basic {
  grid-area: plan-name-basic;
}

.plan-card-wrapper .save-amount-basic {
  grid-area: save-amount-basic;
}

.plan-card-wrapper .selling-price-basic {
  grid-area: selling-price-basic;
}

.plan-card-wrapper .billing-interval-basic {
  grid-area: billing-interval-basic;
}

.plan-card-wrapper .features-list-basic {
  grid-area: features-list-basic;
}

.plan-card-wrapper .add-to-cart-basic {
  grid-area: add-to-cart-basic;
}

.plan-card-wrapper .includes-label-basic {
  grid-area: includes-label-basic;
}

.plan-card-wrapper .includes-list-basic {
  grid-area: includes-list-basic;
}

.plan-card-wrapper .plan-name-premium {
  grid-area: plan-name-premium;
}

.plan-card-wrapper .save-amount-premium {
  grid-area: save-amount-premium;
}

.plan-card-wrapper .selling-price-premium {
  grid-area: selling-price-premium;
}

.plan-card-wrapper .billing-interval-premium {
  grid-area: billing-interval-premium;
}

.plan-card-wrapper .features-list-premium {
  grid-area: features-list-premium;
}

.plan-card-wrapper .add-to-cart-premium {
  grid-area: add-to-cart-premium;
}

.plan-card-wrapper .includes-label-premium {
  grid-area: includes-label-premium;
}

.plan-card-wrapper .includes-list-premium {
  grid-area: includes-list-premium;
}

.plan-card-wrapper .plan-name-agency {
  grid-area: plan-name-agency;
}

.plan-card-wrapper .save-amount-agency {
  grid-area: save-amount-agency;
}

.plan-card-wrapper .selling-price-agency {
  grid-area: selling-price-agency;
}

.plan-card-wrapper .billing-interval-agency {
  grid-area: billing-interval-agency;
}

.plan-card-wrapper .features-list-agency {
  grid-area: features-list-agency;
}

.plan-card-wrapper .add-to-cart-agency {
  grid-area: add-to-cart-agency;
}

.plan-card-wrapper .includes-label-agency {
  grid-area: includes-label-agency;
}

.plan-card-wrapper .includes-list-agency {
  grid-area: includes-list-agency;
}

.plan-card-wrapper .plan-name-agency-ltd {
  grid-area: plan-name-agency-ltd;
}

.plan-card-wrapper .save-amount-agency-ltd {
  grid-area: save-amount-agency-ltd;
}

.plan-card-wrapper .selling-price-agency-ltd {
  grid-area: selling-price-agency-ltd;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  /* background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v8/ltd-infinity-bg.webp)
		no-repeat 90% center; */
  /* background: url(/img/homepage-v8/ltd-infinity-bg-2x-new.webp) no-repeat; */
  background-size: 89px 60px;
  background-position: 100% center;
}

.plan-card-wrapper .billing-interval-agency-ltd {
  grid-area: billing-interval-agency-ltd;
}

.plan-card-wrapper .features-list-agency-ltd {
  grid-area: features-list-agency-ltd;
}

.plan-card-wrapper .add-to-cart-agency-ltd {
  grid-area: add-to-cart-agency-ltd;
}

.plan-card-wrapper .includes-label-agency-ltd {
  grid-area: includes-label-agency-ltd;
  color: #f74626;
}

.plan-card-wrapper .includes-list-agency-ltd {
  grid-area: includes-list-agency-ltd;
}

.plan-card {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 320px) {
  .plan-card {
    display: block;
  }
}

@media (min-width: 768px) {
  .plan-card {
    display: contents;
  }
}

.plan-card {
  transition: all 300ms ease-in-out;
  border-color: rgba(15, 0, 0, 0.08);
}

.plan-card:not(:last-child) {
  margin-bottom: 2rem;
}

.plan-card .plan-name {
  height: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0;
  padding-bottom: 1rem;
  margin: 1px !important;
}

.plan-name-text {
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 320px) {
  .plan-name-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.plan-name-text {
  font-family: "Work Sans", sans-serif;
}

.plan-name-agency .plan-name-text {
  background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-card::before {
  height: 100%;
}

.plan-card:nth-child(1)::before,
.plan-card:nth-child(2)::before {
  border-right: 1px solid rgba(48, 9, 2, 0.1);
}

@media (min-width: 320px) {
  .plan-card::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .plan-card::before {
    display: block;
  }
}

.ltd-header {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 4;
  position: absolute;
  top: -5rem;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.87);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ltd-header span {
  font-family: "Kalam", cursive;
  font-size: 1.25em;
  background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  text-fill-color: transparent;
}

.plan-card::before {
  content: "";
  grid-row-start: 1;
  grid-row-end: -1;
}

.plan-card .save-amount{
  margin-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #ffffff;
  background: #f74626;
  font-size: 14px;
  line-height: 20.3px;
  font-family: "Roboto";
}

.pricing-table-items .sale-text{
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  font-family: "Kalam";
  text-align: center;
  color: #f74626;
}

.plan-card .pricing-table-items {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.plan-card .add-to-cart {
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  border-color: #f74626;
}

.plan-card .price-slash {
  font-weight: 700;
  /* text-decoration: line-through; */
  color: rgba(0, 0, 0, 0.87);
  font-family: "Work Sans";
  opacity: 0.9;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  padding-top: 0.5rem;
  margin-right: 8px;
}

.plan-card .price-slash img{
  top: 0.75rem;
}

@media (min-width: 320px) {
  .plan-card .price-slash {
    font-size: 36px;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .plan-card .price-slash {
    font-size: 30px;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plan-card .price-slash {
    font-size: 36px;
  }

  .selling-price-agency-ltd .selling-price-value > span {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .plan-card .price-slash {
    font-size: 48px;
  }

  .selling-price-agency-ltd .selling-price-value > span {
    font-size: 32pxs;
  }
}

.lto-discount-tag {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 320px) {
  .plan-card .features-list {
    padding-bottom: 3rem;
    border-bottom: 1px solid #f74626;
    margin-bottom: 2.5rem;
  }
}

.plan-card .white-border {
  border-color: #ffffff;
}

@media (min-width: 768px) {
  .plan-card .features-list {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .plan-card .features-list {
    padding-bottom: 112px;
  }
}

.features-list li {
  line-height: 1.375;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.feat-value {
  width: 40px;
  text-align: center;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
}

.feat-value-na {
  font-size: 32px;
  color: #f74626;
  font-weight: 300;
  /* margin-bottom: 6px; */
  margin-top: -3px;
}

.feat-value-ltd {
  background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.feat-value-unlimited img {
  margin: 0 auto;
  margin-top: 6px;
}

.feat-lbl-ltd {
  color: #fff;
}

@media (min-width: 320px) {
  .features-list li {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 425px) {
  .features-list li {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.features-list li .no-feat {
  text-decoration-line: line-through;
  opacity: 0.4;
  background: unset;
}

.plan-card .includes-list {
  padding-bottom: 2rem;
}

.plan-card .includes-list li {
  padding-left: 1.5rem;
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v8/check-green.webp)
		no-repeat left 5px;
}

.agency-card .includes-list li {
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v8/check-yellow.webp)
		no-repeat left 5px;
  color: #fff;
}

.plan-card .infinity-bg {
  background: url(https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v8/ltd-infinity-bg-2x-new.webp)
		no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 120px;
}

@media screen and (min-width: 320px) {
  .plan-card .infinity-bg {
    top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .plan-card .infinity-bg {
    top: 120px;
  }
}

.agency-card-ltd .includes-list li {
}

.agency-card-ltd .selling-price-agency-ltd {
  display: flex;
}

.selling-price-agency-ltd {
}

.plan-card .features-list li:last-child,
.plan-card .includes-list li:last-child {
  margin-bottom: 0px;
}

.includes-list li {
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}

@media (min-width: 320px) {
  .includes-list li {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 425px) {
  .includes-list li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .includes-list li {
    margin-bottom: 1rem;
  }
}

.selling-price-wrapper {
  padding-bottom: 0.75rem;
  padding-bottom: 32px;
}

.selling-price-value {
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.selling-price-value > span:first-child {
  font-family: "Work Sans", sans-serif;
}

.selling-price-value > span:nth-child(2) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  line-height: 23.44px;
}

.selling-price-agency .selling-price-value > span:nth-child(2) {
  color: #ffffff;
}

.selling-price-value > span:nth-child(2) {
  opacity: 0.75;
}

.selling-price-agency-ltd .selling-price-value > span {
  font-size: 32px;
  color: #f74626;
}

@media (min-width: 320px) {
  .selling-price-value > span:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .selling-price-agency-ltd .selling-price-value > span {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .selling-price-value > span:first-child {
    font-size: 3rem;
  }

  .selling-price-agency-ltd .selling-price-value > span {
    font-size: 32px;
  }
}

.interval-lbl {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  opacity: 0.6;
}

@media (min-width: 320px) {
  .billing-interval > span {
    display: block;
    padding-bottom: 1rem;
    font-size: 1em;
    line-height: 1.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Work Sans";
  }
}

.billing-interval {
  padding-bottom: 2rem;
}

.billing-interval-agency-ltd > span {
  background: linear-gradient(90deg, #ff354d 0%, #ff5336 100%, #ff5336 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); */
}

.billing-interval-agency > span {
  /* background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%); */
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); */
}

.agency-card .selling-price-value {
  color: #fff;
}

.agency-payment-icons {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.agency-payment-icons img {
  max-width: 40px;
}

@media (min-width: 320px) {
  .add-to-cart-wrapper {
    padding-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .add-to-cart-wrapper {
    padding-bottom: 24px;
  }
}

.agency-card .add-to-cart {
  border-style: none;
  background: linear-gradient(90deg, #ffdb20 0%, #fff85a 47.92%, #ffdb20 100%);
}

.agency-card::before {
  background: linear-gradient(90deg, #ff354d 0%, #ff5336 100%, #ff5336 100%);
  box-shadow: 0px 3px 10px rgba(75, 9, 13, 0.25);
  border-radius: 0px 0px 8px 8px;
  margin-top: -2rem;
  height: calc(100% + 4rem);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.plan-name {
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
  border-bottom: 0;
  background-color: #fff;
}

.plan-name.plan-name-agency {
  background: transparent;
}

@media (min-width: 320px) {
  .plan-description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}

.plan-description {
  opacity: 0.6;
}

.plan-description-agency {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}

.basic-card::before {
  grid-column: 1;
}

.premium-card::before {
  grid-column: 2;
}

.agency-card::before {
  grid-column: 3;
}

.includes-label {
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: normal;
}

.includes-label-agency {
  color: #ffee58;
}

@media (min-width: 320px) {
  .includes-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .includes-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.includes-label {
  font-family: "Work Sans", sans-serif;
}

.sticky-pricing-header {
  grid-column: span 2 / span 2;
}

.sticky-pricing-info {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 320px) {
  .sticky-pricing-info {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .sticky-pricing-info {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .sticky-pricing-info {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .sticky-pricing-info {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.sticky-pricing-info {
  font-family: "Work Sans", sans-serif;
}

.sticky-pricing-btn-wrapper {
  text-align: center;
}

.sticky-pricing-btn {
  border-radius: 9999px;
  border-width: 1px;
  font-weight: 600;
  --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);
}

@media (min-width: 320px) {
  .sticky-pricing-btn {
    height: 2rem;
    width: 120px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .sticky-pricing-btn {
    height: 3rem;
    width: 144px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .sticky-pricing-btn {
    height: 3rem;
    width: 160px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sticky-pricing-btn {
  font-family: "Work Sans", sans-serif;
}

.compare-header {
  box-shadow: 0px 2px 6px rgba(86, 97, 108, 0.08);
}

.compare-header .agency-btn-ltd {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background: #ffd61f;
  box-shadow: 0px 2px 6px rgba(40, 60, 130, 0.4),
		inset 0px -3px 6px rgba(212, 143, 4, 0.3);
}

.compare-details-wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

.compare-details-wrapper:hover {
  background: rgba(247, 249, 250, 0.7);
}

.compare-details-item {
  grid-column: span 4 / span 4;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

.compare-details-item:not(:last-child) {
  margin-top: 12px;
  margin-bottom: 12px;
}

.compare-details-item.with-sub-items {
  margin-bottom: 0.5rem;
}

.compare-details-sub-item {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.compare-details-sub-item.last-item {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 320px) {
  .compare-details-item {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 425px) {
  .compare-details-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .compare-details-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .compare-details-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.compare-details-sub-item {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .compare-details-sub-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .compare-details-sub-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.compare-details-text {
  grid-column: span 2 / span 2;
  place-self: center;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

@media (min-width: 320px) {
  .compare-details-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 425px) {
  .compare-details-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .compare-details-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .compare-details-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.compare-details-check {
  grid-column: span 2 / span 2;
  display: flex;
  height: 1.75rem;
  align-items: center;
  align-self: center;
  justify-self: center;
}

.menu-lbl {
  position: relative;
  overflow: hidden;
}

.menu-lbl::before {
  position: absolute;
  left: 0;
  top: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  content: " ";
}

.menu-lbl span {
  background: #fff;
  position: relative;
  padding-right: 1rem;
}

#plan-dropdown-content > button {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0.875em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
}

#plan-dropdown-content > button:hover {
  background: rgba(0, 0, 0, 0.04);
}

#hellobar-timer,
#pricing-table-timer,
#pricing-table-timer-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0.875rem;
  font-weight: 500;
}

#hellobar-timer > span.item,
#pricing-table-timer > span.item,
#pricing-table-timer-2 > span.item {
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 32px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  color: #000;
}

#pricing-table-timer > span.item,
#pricing-table-timer-2 > span.item {
  background: #000;
  color: #fff;
}

#pricing-table-timer-wrapper,
#pricing-table-timer-wrapper-2 {
  margin-bottom: 0.5rem;
}

#pricing-table-timer,
#pricing-table-timer-2 {
  padding: 0;
}

.pricing-table-timer-inner-wrapper {
  grid-column-start: 3;
}

#video-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 1.5rem;
}

#video-timer-text {
  color: #fff;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-size: 1.25em;
  text-align: center;
}

#video-timer-cta {
  padding-bottom: 4rem;
}

#video-timer-cta button {
  width: 100%;
}

#video-timer .item {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
}

#video-timer .label {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

#video-timer .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#take-adv-wrapper {
  margin-bottom: 3rem;
}

#take-adv-text {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

#take-adv-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

#take-adv-timer .item-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#take-adv-timer .item {
  color: #f74626;
  font-weight: bold;
  font-size: 5rem;
  line-height: 100%;
}

#checkout-discount-timer {
  font-weight: 700;
}

.plan-name-text {
  display: flex;
  align-items: center;
}

.lifetime-infinity {
  display: block;
  margin-left: 8px;
  width: 24px;
  height: 12px;
}

.agency-lifetime-699 .lifetime-infinity {
  background: url("https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v4/infinity.webp")
		no-repeat;
}

.basic-lifetime-449 .lifetime-infinity,
.premium-lifetime-699 .lifetime-infinity {
  background: url("https://lsigraph.com/wp-content/themes/lsigraph/img/homepage-v4/infinity-na.webp")
		no-repeat;
}

nav > div {
  max-width: 1920px !important;
  margin-bottom: 2rem !important;
}

@media (min-width: 320px) {
  #video-timer {
    gap: 1rem;
  }

  #video-timer-text {
    margin-bottom: 0.5rem;
    font-size: 0.875em;
  }

  #video-wrapper {
    background: linear-gradient(to bottom, white 20%, transparent 20%),
			linear-gradient(90deg, #0e1e2f 0%, #0e1e2f 100%);
  }

  #video-timer-cta {
    padding-bottom: 2rem;
  }

  #video-timer .item,
	#take-adv-timer .item {
    font-size: 2rem;
  }

  #take-adv-text {
    margin-bottom: 0.5rem;
    font-size: 0.875em;
  }

  #take-adv-timer .item-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  #take-adv-wrapper {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  #video-wrapper {
    background: linear-gradient(to bottom, white 50%, transparent 50%),
			linear-gradient(90deg, #0e1e2f 0%, #0e1e2f 100%);
  }

  #video-timer-text {
    margin-bottom: 1.5rem;
    font-size: 1em;
  }

  #take-adv-text {
    margin-bottom: 1rem;
    font-size: 1em;
  }

  #video-timer {
    gap: 2rem;
  }

  #video-timer-cta {
    padding-bottom: 3rem;
  }

  #video-timer .item,
	#take-adv-timer .item {
    font-size: 3rem;
  }

  #take-adv-timer .item-wrapper {
    flex-direction: row;
  }

  #take-adv-wrapper {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  #video-timer {
    gap: 3rem;
  }

  #video-timer-text {
    font-size: 1.25em;
  }

  #take-adv-text {
    font-size: 1.25em;
  }

  #video-timer-cta {
    padding-bottom: 4rem;
  }

  #video-timer .item,
	#take-adv-timer .item {
    font-size: 5rem;
  }

  #take-adv-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  section > div.plan-card-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: unset;
  }

  .plan-card {
    padding-top: 1rem;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  }

  .agency-card {
    position: relative;
    padding-top: 0;
    box-shadow: 0px 4px 16px rgba(205, 77, 55, 0.16);
    background: linear-gradient(90deg, #ff354d 0%, #ff5336 100%, #ff5336 100%);
    margin-top: 0rem;
  }

  .ltd-header {
    position: unset;
  }
}

@media (max-width: 768px) {
  .ltd-header {
    font-size: 10px;
    padding: 0 12px;
    gap: 4px;
  }

  .ltd-header img {
    width: 24px;
  }
}

@media (max-width: 1024px) {
  section > div.plan-card-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .plan-card .pricing-table-items {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .billing-interval > span,
	.plan-description {
    font-size: 14px;
    line-height: 1.4;
  }

  .feat-value,
	.feat-lbl {
    font-size: 14px;
    line-height: 1.4;
  }

  .features-list li {
    gap: 2px;
  }

  .includes-list li {
    font-size: 14px;
    line-height: 1.4;
  }

  .ltd-header {
    font-size: 12px;
    padding: 0 12px;
    gap: 8px;
  }

  .ltd-header img {
    width: 32px;
  }

  .plan-card-wrapper .selling-price-agency-ltd {
    background-size: contain;
    margin-right: 0 !important;
  }
}

.ltd-header img {
  width: 32px;
}

.compare-btn button {
  background: #f74626;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1rem;
  transition: height 2s ease-in;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 200ms ease-out;
}

.compare-btn button:hover {
  background: #c22306;
}

.compare-btn img {
  transition: transform 200ms ease-in;
}

.compare-btn .expand {
  transform: rotate(-180deg);
}

.compare-fold {
  height: 0px;
  overflow: hidden;
}

.expand-compare-fold {
  height: auto;
  overflow: unset;
}
