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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Inter Variable", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 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;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-10px\] {
  bottom: -10px;
}

.bottom-\[35px\] {
  bottom: 35px;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-\[-16px\] {
  left: -16px;
}

.left-\[-35px\] {
  left: -35px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-20 {
  top: 5rem;
}

.top-\[-24px\] {
  top: -24px;
}

.top-full {
  top: 100%;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-7 {
  margin: 1.75rem;
}

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\.2\] {
  aspect-ratio: 1/1.2;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.h-\[50vh\] {
  height: 50vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-80 {
  max-height: 20rem;
}

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

.min-h-52 {
  min-height: 13rem;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-\[85vh\] {
  min-height: 85vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-2\/6 {
  width: 33.333333%;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-\[48rem\] {
  max-width: 48rem;
}

.max-w-\[94rem\] {
  max-width: 94rem;
}

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

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

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

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-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-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-full {
  --tw-translate-y: 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));
}

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

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * 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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-16 > :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));
}

.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-8 > :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));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-wrap {
  text-wrap: wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-l-\[12px\] {
  border-left-width: 12px;
}

.border-r-\[12px\] {
  border-right-width: 12px;
}

.border-t-\[12px\] {
  border-top-width: 12px;
}

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

.border-\[\#696969\] {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}

.border-graylightblue {
  border-color: var(--color-graylightblue);
}

.border-lightbluecolor {
  border-color: var(--color-lightbluecolor);
}

.border-primary {
  border-color: var(--color-primary);
}

.border-transparent {
  border-color: transparent;
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-t-cardBackground {
  border-top-color: var(--color-cardBackground);
}

.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.bg-\[\#282938\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 56 / var(--tw-bg-opacity));
}

.bg-background {
  background-color: var(--color-background);
}

.bg-bgimagecolor {
  background-color: var(--color-bgimagecolor);
}

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blueprintbg {
  background-color: var(--color-blueprintbg);
}

.bg-bluewhite {
  background-color: var(--color-bluewhite);
}

.bg-cardBackground {
  background-color: var(--color-cardBackground);
}

.bg-cardCatText {
  background-color: var(--color-cardCatText);
}

.bg-contrastBg {
  background-color: var(--color-contrastBg);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-graylightblue {
  background-color: var(--color-graylightblue);
}

.bg-insightBg {
  background-color: var(--color-insightBg);
}

.bg-lightbluecolor {
  background-color: var(--color-lightbluecolor);
}

.bg-loginbgcolor {
  background-color: var(--color-loginbgcolor);
}

.bg-modeButton {
  background-color: var(--color-modeButton);
}

.bg-paymentperiodbuttonbg {
  background-color: var(--color-paymentperiodbuttonbg);
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-sectionBg {
  background-color: var(--color-sectionBg);
}

.bg-tocbg {
  background-color: var(--color-tocbg);
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

.bg-card-gradient-left {
  background-image: linear-gradient(to left, var(--color-cardGradientOne), var(--color-cardGradientTwo));
}

.bg-gradient-bg {
  background-image: linear-gradient(to left, var(--color-gradientBgOne), var(--color-gradientBgTwo));
}

.bg-gradient-left {
  background-image: linear-gradient(to left, var(--color-gradientOne), var(--color-gradientTwo));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#1e1e1e\]\/95 {
  --tw-gradient-from: rgb(30 30 30 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#9b87f5\] {
  --tw-gradient-from: #9b87f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 135 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/80 {
  --tw-gradient-from: rgb(55 65 81 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/\[0\.1\] {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#2a2a2a\]\/95 {
  --tw-gradient-to: rgb(42 42 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(42 42 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-background {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-background) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#111111\]\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}

.to-\[\#dc2626\]\/80 {
  --tw-gradient-to: rgb(220 38 38 / 0.8) var(--tw-gradient-to-position);
}

.to-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.to-gray-900\/80 {
  --tw-gradient-to: rgb(17 24 39 / 0.8) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[58px\] {
  padding-top: 58px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

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

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

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

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

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

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.625\] {
  line-height: 1.625;
}

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#1d1d1f\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.text-\[\#424245\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 69 / var(--tw-text-opacity));
}

.text-\[\#86868b\] {
  --tw-text-opacity: 1;
  color: rgb(134 134 139 / var(--tw-text-opacity));
}

.text-active {
  color: var(--color-active);
}

.text-background {
  color: var(--color-background);
}

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

.text-blackWhite {
  color: var(--color-blackWhite);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-bluecolor {
  color: var(--color-bluecolor);
}

.text-cardCatText {
  color: var(--color-cardCatText);
}

.text-contrastColor {
  color: var(--color-contrastColor);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-graylightblue {
  color: var(--color-graylightblue);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-primary {
  color: var(--color-primary);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --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);
}

.ring-offset-background {
  --tw-ring-offset-color: var(--color-background);
}

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

.blur-xl {
  --tw-blur: blur(24px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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);
}

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

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -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);
}

.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-\[max-height\] {
  transition-property: max-height;
  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-shadow {
  transition-property: box-shadow;
  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;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: 'Ubuntu';

  src: url('../fonts/ubuntu-light.woff2') format('woff2'),
         url('../fonts/ubuntu-light.woff') format('woff'),
         url('../fonts/ubuntu-light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';

  src: url('../fonts/ubuntu-regular.woff2') format('woff2'),
         url('../fonts/ubuntu-regular.woff') format('woff'),
         url('../fonts/ubuntu-regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';

  src: url('../fonts/ubuntu-medium.woff2') format('woff2'),
         url('../fonts/ubuntu-medium.woff') format('woff'),
         url('../fonts/ubuntu-medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';

  src: url('../fonts/ubuntu-bold.woff2') format('woff2'),
         url('../fonts/ubuntu-bold.woff') format('woff'),
         url('../fonts/ubuntu-bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

:root {
  --color-primary: #212529;
  --color-secondary: #ECF6FF;
  --color-background: #E8F3FF;
  --color-active: #1A53AC;
  --color-gradientOne: #1D63DE;
  --color-gradientTwo: #62B6FF;
  --color-textHover: #947204;
  --color-borderColor: #e6e4e4;
  --color-modeButton: #C2DFF7;
  --color-insightBg: #C2DFF7;
  --color-cardGradientOne: #1D63DE;
  --color-cardGradientTwo: #62B6FF;
  --color-cardBackground: #D5EBFD;
  --color-cardCatText: #696969;
  --color-tabsBtnColor: #696969;
  --color-bluecolor: #1D63DE;
  --color-lightbluecolor: #A7D6FF;
  --color-bgimagecolor: #DAECFC;
  --color-planblockbg: #F9FDFE;
  --color-planpriceborder: #D5EBFD;
  --color-paymentperiodbuttonbg: #ffffff;
  --color-bluewhite: #ffffff;
  --color-loginbgcolor: #ECF6FF;
  --color-blueprintbg: #D5EBFD;
  --color-grayblueborder: #CFD1D3;
  --color-graylightblue: #696969;
  --light-display: block;
  --dark-display: none;
  --color-whybordercolor: #CADEFF;
  --color-tocbg: #ffffff;
  --color-feedbackformbg: #A7D6FF;
  --color-gradientBgOne: red;
  --color-gradientBgTwo: green;
  --color-blackWhite: #333333;
  --color-sectionBg: #DEECFB;
  --color-contrastBg: #050A4D;
  --color-contrastColor: #ffffff;
}

.dark {
  --color-primary: #e3e3ec;
  --color-secondary: #010124;
  --color-background: #01011F;
  --color-active: #75BEF9;
  --color-gradientOne: #1D63DE;
  --color-gradientTwo: #62B6FF;
  --color-textHover: #fdd004;
  --color-borderColor: #535353;
  --color-modeButton: #000D66;
  --color-insightBg: #01011F;
  --color-cardGradientOne: #62B6FF;
  --color-cardGradientTwo: #1D63DE;
  --color-cardBackground: #050A4D;
  --color-cardCatText: #3488D2;
  --color-tabsBtnColor: #E0F1FF;
  --color-bluecolor: #1D63DE;
  --color-lightbluecolor: #00205E;
  --color-bgimagecolor: #010D44;
  --color-planblockbg: #03073D;
  --color-planpriceborder: #00205E;
  --color-paymentperiodbuttonbg: #E0F1FF;
  --color-bluewhite: #00205E;
  --color-loginbgcolor: #010124;
  --color-blueprintbg: #010536;
  --color-grayblueborder: #00205E;
  --color-graylightblue: #3488D2;
  --light-display: none;
  --dark-display: block;
  --color-whybordercolor: #0E1A50;
  --color-tocbg: #05053D;
  --color-feedbackformbg: #05053D;
  --color-gradientBgOne: pink;
  --color-gradientBgTwo: blue;
  --color-blackWhite: #ffffff;
  --color-sectionBg: #0B1333;
  --color-contrastBg: #D5EBFD;
  --color-contrastColor: #333333;
}

html * {
  scrollbar-width: thin;
}

/*body{
  transition: background-color 0.3s ease, color 0.3s ease;
}*/

.radius-25{
  border-radius: 25px;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.typing-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid black;
  width: 0;
  animation: typing 3s steps(20, end) forwards, blink 0.7s infinite;
}

ul.col-3 > li{
  width: calc(33.3% - 20px);
}

ul.col-4 > li{
  width: calc(25% - 20px);
}

ul.col-5 > li{
  width: calc(20% - 20px);
}

.dropdown-content {
  display: none;
}

/*.single-report-contents p{
    padding-bottom: 10px;
  }*/

.single-report-contents img.dark-image{
  display: none;
}

.dark .single-report-contents img.dark-image{
  display: block;
}

.dark .single-report-contents img.light-image{
  display: none;
}

/********** Header ************/

.header-block{
  z-index: 999;
}

.mode-selector-container{
  padding: 5px 10px;
  border-radius: 20px;
  line-height: 20px;
}

h1.header-caption{
  font-size: 4rem;
  line-height: 4.3rem;
}

/*************** Button styles ***********/

.mode-selector-container button {
  padding: 5px;
  border-radius: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.active-mode {
  background-color: white;
}

.active-mode svg {
  color: black;
}

button:not(.active-mode) {
  background-color: transparent;
}

button.tab-button:not(.active-mode) {
  background-color: var(--color-bg-modeButton);
}

button:not(.active-mode) svg {
  color: #000;
}

.dark button:not(.active-mode) svg {
  color: #fff;
}

.btn-large{
  font-weight: 500;
  font-size: 32px;
}

/* **************Main Navigation****************** */

.main-navigation ul{
  display: flex;
  gap: 25px;
}

.main-navigation li a{
  color: var(--color-primary);
}

.main-navigation li.current-menu-item a{
  color: var(--color-active);
}

/*********************** Hero Section ***********************/

.hero-block{
  background: url(../images/hero-bg.webp)no-repeat top center;
  background-size: 100% 100%;
}

.dark .hero-block {
  background: url('../images/hero-bg-dark.webp') no-repeat top center;
  background-size: 100% 100%;
}

/******************** Footer *****************************/

.footer-block{
  background: linear-gradient(100.21deg, #023E72 -17.78%, #1F58BA 97.53%);
}

.footer-top{
  padding: 60px 0px 40px 0px;
}

.footer-logo-block a img{
  max-width: 200px;
}

.footer-widget h4{
  color: #ffffff;
  padding-bottom: 18px;
}

.footer-widget ul li{
  margin-bottom: 15px;
}

.footer-widget ul li a{
  color: #fff;
}

.copyright-block{
  border-top: 1px solid #62B6FF;
  padding: 20px 0px;
}

/* *******************Home Page ************** */

.report-top-block img{
  border-radius: 10px;
}

.premium-conents{
  margin-top: -35px;
  border-radius: 30px;
  background: url(../images/dotted-pattren-light.webp)no-repeat bottom center var(--color-bgimagecolor);
  background-size: cover;
}

.dark .premium-conents{
  background: url(../images/dotted-pattren-dark.webp)no-repeat bottom center var(--color-bgimagecolor);
}

.premium-content-access h4{
  border: 1px solid var(--color-lightbluecolor);
  border-radius: 30px;
}

.premium-conents img{
  margin-left: -100px;
}

.faq .icon{
  font-size: 38px;
}

.more-question{
  margin: 64px 0px;
}

.openbtn a{
  border: 1px solid var(--color-primary);
}

.openbtn a:hover{
  background: red;
}

/* ******************My Account Page*********** */

div#mepr-account-nav{
  border-bottom: 1px solid var(--color-grayblueborder);
  padding-bottom: 15px;
}

div#mepr-account-nav .mepr-active-nav-tab{
  border-bottom: 3px solid #1D63DE;
  padding-bottom: 15px;
}

.mepr-nav-item{
  padding: 0px;
  margin-right: 25px;
}

.mp_wrapper h3.acc-field-title{
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
}

.mp_wrapper p.acc-field-descp{
  color: var(--color-graylightblue);
  font-weight: 400;
  font-size: 18px;
}

.mp_wrapper img.profile-image{
  width: 200px;
  border-radius: 100%!important;
  margin-bottom: 10px;
}

.mp_form_field_block{
  padding: 50px 0px;
  border-top: 1px solid var(--color-grayblueborder);
}

.feedback-message{
  text-align: center;
  color: var(--color-bluecolor);
}

.mp_wrapper .mp_form_field_block input{
  border: 1px solid var(--color-grayblueborder);
  background: transparent;
  border-radius: 5px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px;
}

.mp_wrapper .mp_form_field_block input:focus,
    .mp_wrapper .mp_form_field_block input:hover {
  outline: none;
}

.mp_form_field_block select {
  width: 100%;
  padding: 10px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid var(--color-grayblueborder);
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="%23333" d="M0 0l5 6 5-6z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.mp_form_field_block select:focus,
  .mp_form_field_block select:hover {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.mp_form_field_block select:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 0.7;
}

.notification-bar-list {
  position: absolute;
  padding: 10px;
  z-index: 1000;
  min-width: 400px;
  max-height: 660px;
  overflow-y: auto;
}

.notification-bar-list.hidden {
  display: none;
}

/* ******************Testimonials*********** */

/* In your custom CSS file */

.testimonial-mask {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 28%, black calc(100% - 28%), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 28%, black calc(100% - 28%), transparent 100%);
}

.testimonial-container ul li{
  padding: 15px 20px;
  border-radius: 14px;
}

.author-block{
  margin-top: 20px;
  min-height: 60px;
}

.testimonials-slider .author .name{
  font-weight: 600;
  font-size: 18px;
}

.testimonials-slider .author .designation{
  margin-top: -8px;
  font-size: 14px;
  font-weight: 300;
}

.testimonial-image {
  width: 48px;
  height: 48px;
}

.testimonials-slider .item  p{
  max-height: 100px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.testimonials-slider .item p::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
}

.testimonials-slider .item p::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the track */
}

.testimonials-slider .item p::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Thumb color */
  border-radius: 10px;
  /* Round corners */
  border: 2px solid #f1f1f1;
  /* Optional border for thumb */
}

/* Hover Effect for Thumb */

.testimonials-slider .item p::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker thumb on hover */
}

/* ******************* Light Box ************** */

.feedback-form-block{
  background: var(--color-feedbackformbg);
  padding: 30px 40px;
  border-radius: 15px;
  margin-top: 30px;
}

.feedback-form-block .wpforms-submit{
  width: 100%;
  padding: 10px auto;
  color: #ffffff;
}

.feedback-form-block div.wpforms-container-full:not(:empty){
  margin: 0px;
}

/* .wpforms-field-container input, .wpforms-field-container textarea{
    border: transparent;
    border-radius: 8px;
    color: var(--color-graylightblue);
  } */

.subscription-boomfi{
  text-align: left;
  margin: auto;
}

.dark-view-form{
  max-width: 70%;
}

.subscription-boomfi .wpforms-form .wpforms-field-label, .dark-view-form .wpforms-form .wpforms-field-label{
  color: var(--color-primary);
}

.subscription-boomfi .wpforms-form input{
  max-width: 100%;
}

.subscription-boomfi .wpforms-submit-container{
  text-align: center;
}

div.wpforms-container-full.subscription-boomfi button{
  font-size: 24px;
  height: 60px;
  border-radius: 15px;
  width: 300px;
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
}

.feedback-form-block .wpforms-container .wpforms-field-container input, 
  .feedback-form-block .wpforms-container .wpforms-field-container textarea{
  border: none;
  border-radius: 8px;
  min-height: 60px;
  color: var(--color-graylightblue);
}

.feedback-form-block .wpforms-container .wpforms-field-container textarea{
  max-height: 140px;
}

.feedback-form-block .wpforms-container .wpforms-submit-container button.wpforms-submit{
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  border-radius: 10px;
  min-height: 60px;
}

.page-right-col .mp-form-submit input.mepr-submit, .restricted-content-block .mp-form-submit input.mepr-submit{
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 14px 0px;
}

.page-right-col h1{
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.page-right-col .mepr-form input, .restricted-content-block .mepr-signup-form input{
  background: transparent;
  border: 1px solid var(--color-cardCatText);
  border-radius: 14px;
}

.page-right-col label{
  margin-bottom: 10px;
}

.restricted-content-block .mepr-signup-form label, .restricted-content-block .mepr-convertkit-signup-field{
  color: var(--color-primary);
}

.page-right-col .submit input, .page-right-col .mp-form-submit input{
  border: none;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  padding: 0.75rem 0rem;
}

.page-right-col .mepr-signup-form .mepr_price{
  display: none;
}

#rpn-notifications-list ul li{
  margin-bottom: 10px;
}

.dark #rpn-notifications-list ul li a.cat-link{
  color: #ffffff;
}

.single-report-contents figure{
  margin: 20px auto;
  max-width: 100%;
}

.single-report-contents img{
  margin: 20px auto;
  border-radius: 5px;
}

.single-report-contents .featured-image-block img{
  border-radius: 16px;
  width: 100%;
}

.single-report-contents figure img{
  margin: auto;
  border-radius: 5px;
}

.single-report-contents .wp-caption-text{
  text-align: center;
}

.padlock img{
  max-width: 180px;
}

.single-report-contents .restricted-content-block h3{
  margin-top: 0px;
}

.single-report-contents ul, 
  .single-page-contents ul li, 
  .single-report-contents ol, 
  .single-report-contents ol li{
  margin-left: 50px;
}

.single-report-contents ul li, .single-page-contents ul li{
  list-style: disc;
}

.single-report-contents ol li,
  .single-page-contents ol li {
  list-style-type: decimal;
}

.single-report-contents ul li, 
  .single-page-contents ul li, 
  .single-report-contents ol li, 
  .single-page-contents ol li{
  margin-bottom: 1rem;
}

.single-report-contents table tr td{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 10px;
}

.single-report-contents table{
  margin: 15px auto;
}

.single-report-contents{
  margin-top: 28px;
}

.restricted-content-block .head-block, .restricted-content-block .mepr_price{
  display: none;
}

.restricted-content-block #mepr_signup_form{
  position: relative;
}

/* ******************Inner Page************* */

/* .page-title h1{
    font-size: 40px;
    font-weight: 400;
  }
  .report-bottom-block h4{
    font-weight: 400;
    font-size: 14px;
  }
  .blockViewContainer .report-bottom-block h4{
    font-size: 22px;;
  }
  .report-bottom-block h5{
    font-size: 1.3rem;
    line-height: 1.5rem;
  } */

.blockViewContainer .report-bottom-block h5{
  font-size: 55px;
}

.content-descp{
  font-size: 15px;
  line-height: 1.3rem;
  font-weight: 300;
}

.blockViewContainer .content-descp p{
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.date-block p{
  font-size: 14px;
  font-weight: 400;
}

.blockViewContainer .date-block p{
  font-size: 16px;
  margin-top: -4px;
}

.post-save-block img{
  width: 14px;
}

.single-page-save-button img{
  width: 18px;
  margin-top: 8px;
}

.blockViewContainer .post-save-block img{
  width: 18px;
}

.blockViewContainer .report-info-block{
  margin-top: 46px;
}

.blockViewContainer .report-title-block{
  font-size: 30px;
}

.blockViewContainer .caption{
  font-size: 16px;
}

.blockViewContainer .content-descp{
  font-size: 20px;
  line-height: 2.3rem;
}

.lists-container li.blockViewContainer{
  margin-bottom: 25px;
}

.report-top-block, .content-descp{
  margin-bottom: 15px;
}

.report-tags-block, .report-title-block{
  margin-bottom: 10px;
}

.report-bottom-block h4{
  padding-bottom: 0px;
}

.blockViewContainer .report-top-block{
  margin-bottom: 0px;
}

.report-top-block,
  .report-bottom-block {
  display: flex;
  width: 100%;
}

.report-bottom-block {
  flex-direction: column;
}

.report-category,
  .repot-sector {
  display: inline-block;
  position: relative;
}

/* .repot-sector::before {
    content: '\2022';  
    font-size: 20px;
    color: var(--color-cardCatText); 
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
  } */

.products-top-tab-list .tab-btn{
  padding: 10px 15px;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-tabsBtnColor);
}

.products-top-tab-list .tab-btn.active-tab{
  font-weight: 500;
  border-bottom: 4px solid #1D63DE;
  color: #1D63DE;
}

.product-tags-block li{
  font-size: 12px;
  background: var(--color-gradientOne);
  color: var(--color-primary);
  margin-right: 3px;
  padding: 3px 5px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  margin-bottom: 5px;
}

.product-featured-image img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.content-area{
  color: var(--color-primary);
}

.main-headline-block{
  margin-top: -100px;
}

.main-headline-block h1{
  padding-top: 100px;
}

.contact-info-block{
  padding-bottom: 80px;
}

.contact-block a{
  font-size: 24px;
  font-weight: 500;
}

/* .contact-info-block h3{
    font-size: 40px;
  } */

.hidden {
  display: none;
}

.toggle-btn {
  width: 8rem;
  cursor: pointer;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
}

.toggle-btn + .toggle-btn {
  margin-left: -1px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  /* Remove overlap between buttons */
}

.active-btn {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light {
  background: #fff;
  color: #D43370;
}

.tdnn {
  margin: 0 auto;
  font-size: 10%;
  position: relative;
  height: 32px;
  width: 60px;
  border-radius: 32px;
  transition: all 500ms ease-in-out;
  background: var(--color-modeButton);
}

.moon {
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  top: 6px;
  right: 6px;
  transform: rotate(-75deg);
  width: 20px;
  height: 20px;
  background: var(--color-modeButton);
  box-shadow: 
        6px 5px 0 0px #D9FBFF inset,
        rgba(255, 255, 255, 0.1) 0px -14px 0 -10px,
        rgba(255, 255, 255, 0.1) 6px 14px 0 -10px,
        rgba(255, 255, 255, 0.1) 5px 26px 0 -8px,
        rgba(255, 255, 255, 0.1) 12px 5px 0 -8.6px,
        rgba(255, 255, 255, 0.1) 16px 16px 0 -10px,
        rgba(255, 255, 255, 0.1) 12px 26px 0 -10px,
        rgba(255, 255, 255, 0.1) -9px 14px 0 -10px,
        rgba(255, 255, 255, 0.1) -2px 20px 0 -10px;
}

.sun {
  top: 10px;
  right: 36px;
  transform: rotate(0deg);
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 6px 6px 0 10px #fff inset,
        0 -10px 0 -6px #fff,
        7px -7px 0 -7px #fff,
        10px 0 0 -6px #fff,
        7px 7px 0 -7px #fff,
        0 10px 0 -6px #fff,
        -7px 7px 0 -7px #fff,
        -10px 0 0 -6px #fff,
        -7px -7px 0 -7px #fff;
}

.insights-carousel .owl-item{
  text-align: center;
}

.insights-carousel.owl-carousel .owl-item{
  text-align: center;
}

.insights-carousel.owl-carousel .owl-item img{
  max-width: 240px;
  border-radius: 15px;
  display: inline-block;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: none;
}

.testimonial .owl-carousel .owl-item img{
  width: auto;
}

.free-level-block{
  background: linear-gradient(90deg, #8C1FF9 -6.75%, #007BE5 142.66%);
  -webkit-backdrop-filter: blur(19.6467px);
          backdrop-filter: blur(19.6467px);
  border-radius: 5px;
}

.basic-level-block{
  background: linear-gradient(90deg, #8C1FF9 -6.75%, #007BE5 142.66%);
  -webkit-backdrop-filter: blur(19.6467px);
          backdrop-filter: blur(19.6467px);
  border-radius: 5px;
}

.premium-level-block{
  background: linear-gradient(90deg, #1FF9A7 -6.75%, #007BE5 142.66%);
  -webkit-backdrop-filter: blur(19.6467px);
          backdrop-filter: blur(19.6467px);
  border-radius: 5px;
}

.pro-level-block{
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  -webkit-backdrop-filter: blur(19.6467px);
          backdrop-filter: blur(19.6467px);
  border-radius: 5px;
}

.elite-level-block{
  background: linear-gradient(90deg, #7226FF 0%, #F042FF 100%);
  -webkit-backdrop-filter: blur(19.6467px);
          backdrop-filter: blur(19.6467px);
  border-radius: 5px;
}

.report-access h5 img{
  margin: 0px;
}

.hidden {
  display: none;
  /* Hide modal by default */
}

.search-input-block input {
  font-size: 2.25rem;
  /* Adjust the size as needed */
  color: white;
  /* Text color */
  background-color: transparent;
  /* Background color */
  border: none;
  /* No border */
  outline: none;
  /* Remove default outline on focus */
}

.search-input-block input::-moz-placeholder {
  color: white;
  /* Placeholder text color */
  opacity: 1;
  /* Ensure the placeholder text is fully opaque */
}

.search-input-block input::placeholder {
  color: white;
  /* Placeholder text color */
  opacity: 1;
  /* Ensure the placeholder text is fully opaque */
}

/* Optional: Add focus effect if needed */

.search-input-block input:focus {
  border: none;
  /* No border on focus */
}

/* Initially hidden */

.filter-by-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.filter-by-container.active {
  max-height: 150px;
}

/* ********************* PDF JS ***************** */

.pdf-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 1000px;
}

#pdf-viewer-container canvas {
  width: 100% !important;
  height: auto !important;
  border-radius: 14px;
}

/* Adjust sidebar width for smaller screens */

@media screen and (max-width: 768px) {
  .thumbnail-sidebar {
    width: 100px;
  }
}

/* For mobile view, thumbnails go on top */

@media screen and (max-width: 480px) {
  .pdf-container {
    flex-direction: column;
    /* Stack the sidebar on top of the PDF viewer */
    height: auto;
    /* Allow height to adjust automatically */
  }

  .thumbnail-sidebar {
    width: 100%;
    /* Full width for thumbnails */
    height: auto;
    /* Adjust height to content */
    border-right: none;
    /* Remove right border */
    border-bottom: 1px solid #ccc;
    /* Add bottom border instead */
  }

  .pdf-viewer-container {
    height: auto;
    /* Adjust height to content */
  }
}

.thumbnail-sidebar canvas{
  border-radius: 14px;
  margin-bottom: 10px;
}

/* Style the entire scrollbar */

.pdf-container ::-webkit-scrollbar {
  width: 0px;
  /* Adjust the width of the scrollbar */
  height: 0px;
  /* Adjust the height for horizontal scrollbar */
}

/* Style the track (the area the scrollbar moves within) */

.pdf-container ::-webkit-scrollbar-track {
  background: transparent;
  /* Light gray background */
}

/* Custom animation for seamless marquee effect */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Marquee list animation */

.animate-marquee {
  display: flex;
  animation: marquee 15s linear infinite;
}

/* Remove gap between items */

.marquee-list li {
  min-width: 100px;
  /* Adjust width as needed */
  display: inline-block;
}

.price-block{
  width: 230px;
}

.products-list li h5{
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
}

/* Get Insight */

.get-insights-list{
  padding: 10px 10px 30px 10px;
}

.section-title{
  text-transform: uppercase;
  letter-spacing: 4px;
}

.get-insights-list li img{
  width: 48px;
  height: 48px;
  display: inline-block;
}

.get-insights-list .swiper-slide{
  text-align: center;
  border-radius: 40px;
  opacity: 0.6;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  /* For Safari */
  transition: opacity 0.3s ease;
  padding: 10px 30px;
}

.get-insights-list .swiper-slide:hover{
  opacity: 1;
}

.get-insights-list .swiper-slide img{
  max-width: 130px;
}

.get-insights-list {
  overflow: hidden;
  width: 100%;
  /* Adjust width as per container */
}

.get-insights-list ul {
  display: flex;
  gap: 20px;
  /* Adjust gap as needed */
  animation: scroll-left 20s linear infinite;
  /* Smooth continuous sliding */
  white-space: nowrap;
  /* Prevent wrapping */
}

.get-insights-list ul li {
  flex-shrink: 0;
  width: 200px;
  /* Adjust based on layout */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ***********************Prodcut Page ******************************* */

.hero-section{
  padding: 60px 0px;
}

.products-pg-list-container ul li{
  background: url(../images/light-dottes.png) no-repeat top center;
  background-size: cover;
  border-radius: 25px;
  padding: 20px 0px 20px 100px;
  border: 1px solid var(--color-blueprintbg);
  margin-bottom: 50px;
}

.products-pg-list-container ul li:nth-child(even){
  background: url(../images/light-dottes-row2.png) no-repeat top center;
  border-radius: 25px;
}

.dark .products-pg-list-container ul li{
  background: url(../images/dark-dottes.png) no-repeat top center;
  border-radius: 25px;
}

.dark .products-pg-list-container ul li:nth-child(even){
  background: url(../images/dark-dottes-row2.png) no-repeat top center;
  border-radius: 25px;
}

.products-pg-list-container{
  padding: 30px 0px 80px 0px;
}

.headline-block h1{
  margin-bottom: 30px;
}

.headline-block p{
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.product-pg-details h2{
  margin-bottom: 30px;
}

.product-pg-details p{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--color-primary);
}

.products-pg-list-container .product-image img{
  max-width: 150px;
}

#mepr_signup_form{
  font-family: 'Ubuntu';
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.icon {
  cursor: pointer;
}

/* *************************Search Page*****************************/

.search-block input{
  background: transparent;
  border: 1px solid #62B6FF;
  padding: 8px 15px;
  border-radius: 10px;
}

.sort-by select{
  background: var(--color-background);
  border: 1px solid #62B6FF;
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--color-primary);
}

.sort-by select option{
  background: transparent;
}

.filter-by{
  background: transparent;
  border: 1px solid #62B6FF;
  border-radius: 10px;
  color: var(--color-primary);
}

.layout-toggle{
  border: 1px solid #62B6FF;
  border-radius: 10px;
}

.filter-by-container  select{
  background: var(--color-background);
  border: 1px solid #62B6FF;
  border-radius: 10px;
  color: var(--color-primary);
}

/* ***********************Memberpress ************************** */

.mepr-price-boxes{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.mepr-price-boxes .mepr-price-box{
  width: calc(33.3% - 20px);
  background: var(--color-planblockbg);
  border-radius: 15px;
  padding: 20px 20px 60px 20px;
  position: relative;
}

.mepr-price-box-title{
  font-size: 33px;
  font-weight: 500;
  line-height: 44px;
}

.content-area .mepr-plan-description p{
  font-size: 17px;
  line-height: 20px;
  margin-top: 10px;
}

.mepr-price-box-head, .mepr-product-thumbnail{
  text-align: center;
}

.mepr-product-thumbnail img{
  display: inline-block;
}

.mepr-price-box-price{
  margin: 20px 0px;
  padding: 10px 0px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-planpriceborder);
  border-bottom: 1px solid var(--color-planpriceborder);
  justify-content: center;
}

.mepr-period-label{
  font-size: 15px;
  line-height: 22px;
  margin-left: 10px;
  color: var(--color-cardCatText);
}

.mepr-price-box-benefits-list{
  padding-bottom: 100px;
}

.mepr-price-box-benefits-item{
  background: url(../images/tick-icon.png)no-repeat top left;
  padding-left: 30px;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 13px;
}

.mepr-price-box-button{
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  border-radius: 15px;
}

.mepr-price-box-button a{
  padding: 25px 0px;
  display: block;
}

.mepr-price-box-foot .boomfi-price-box-button{
  padding: 0px;
}

.plan-selection-buttons button {
  transition: transform 0.3s ease-in-out;
  transition: background 1000ms ease-in-out;
}

.active-btn {
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  transform: translateX(5px);
  transition: 
        transform 0.3s ease-in-out, 
        background-position 0.5s ease-in-out, 
        background-size 0.5s ease-in-out;
}

.plan-selection-buttons button{
  min-width: 185px;
  border-radius: 25px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
}

.plan-selection-buttons button.toggle-btn{
  border-radius: 25px;
}

.plan-selection-buttons{
  padding: 10px 15px;
  border-radius: 45px;
}

.payment-page p.descp{
  color: var(--color-cardCatText);
}

.payment-page .mp-form-submit{
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  border-radius: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

#mepr_forgot_password_form .submit input{
  background: linear-gradient(90deg, #62B6FF 0%, #1D63DE 100%);
  border-radius: 14px;
  text-align: center;
  padding: 21px 42px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.page-right-col .mp_wrapper h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
}

.page-left-col{
  background: url(../images/login-bg-light.webp)no-repeat top center;
  background-size: cover;
}

.dark .page-left-col{
  background: url(../images/login-bg-dark.webp)no-repeat top center;
  background-size: cover;
}

.socialmedia-block{
  max-width: 450px;
  margin: auto;
}

.login-bottom-sidebar-text{
  max-width: 500px;
  margin: auto;
}

.main-navigation li#menu-item-1515 a{
  color: #ffffff;
  background: var(--color-bluecolor);
  padding: 3px 10px;
  border-radius: 6px;
}

/* Blue Print Page */

.pdf-embed {
  padding: 20px;
  border-radius: 10px;
}

.pdf-embed:hover {
  border-color: #cbd5e0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* ***************************AJAX CSS ****************** */

.search-block {
  position: relative;
}

.search-block img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.search-block input {
  padding-left: 40px;
}

.ajax-spinner {
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 300px;
  align-items: center;
}

.ajax-spinner img {
  width: 150px;
  height: auto;
}

/* ****************************** Table of Contents************************ */

.toc-block{
  z-index: 99;
}

.table-of-contents h2 {
  font-size: 18px;
}

.table-of-contents ul {
  list-style-type: none;
  padding-left: 0;
}

.table-of-contents li {
  margin-bottom: 5px;
}

.table-of-contents a {
  text-decoration: none;
  color: var(--color-contrastColor);
}

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

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

.blockViewStyles .content-descp{
  font-size: 20px;
  line-height: 2.3rem;
}

.blockViewStyles .caption{
  font-size: 16px;
}

.blockViewStyles .report-info-block {
  margin-top: 46px;
}

.blockViewStyles .date-block p {
  font-size: 16px;
  margin-top: -4px;
}

.blockViewStyles .post-save-block img {
  width: 18px;
}

.page-right-col.bg-loginbgcolor .mp_wrapper{
  max-width: 450px;
  margin: auto;
}

.restricted-content-block{
  background: url(../images/lock-bg-light.webp)no-repeat top center #fff;
  padding: 20px;
  border-radius: 20px;
}

.dark .restricted-content-block{
  background: url(../images/lock-bg-dark.webp)no-repeat top center #00205E;
}

.post-content li a, .post-content p a, .single-report-contents p a, .wp-caption-text a, .thankyou-image p a{
  color: var(--color-bluecolor);
}

.thankyou-image img.inline-block{
  width: 100px;
}

/* *************************** */

.report-featured-image  img{
  border-radius: 20px;
}

.products-list li:hover h5{
  color: var(--color-textHover);
}

.list-container{
  gap: 20px;
}

.why-choose-block .list-container li{
  /* flex: 1 1 calc(33.33% - 20px); */
  width: calc(33.3% - 20px);
  box-sizing: border-box;
  background: url(../images/list-bg.webp)no-repeat top center #fff;
}

.dark .why-choose-block .list-container li{
  background: url(../images/list-bg-dark.webp)no-repeat top center #000436;
}

.why-choose-block li h5{
  color: var(--color-primary);
  /* font-size: 32px;
      font-weight: 700;
      padding: 5px 20px; */
}

.why-choose-block li{
  text-align: center;
  padding: 20px 0px;
  border: 1px solid var(--color-whybordercolor);
  border-radius: 25px;
}

.why-choose-block li p{
  color: var(--color-graylightblue);
  padding: 10px 40px;
}

.page-featured-image{
  max-width: 450px;
}

.report-access p{
  font-size: 10px;
}

/* ******************** Responsive CSS ********************** */

/* Medium screens (min-width: 768px) */

@media (min-width: 768px) {
}

@media (max-width: 1023px){
  html{
    font-size: 13px;
  }

  h1{
    font-weight: 700;
    font-size: 32px;
  }

  h2{
    font-weight: 700;
    font-size: 26px;
  }

  h3{
    font-weight: 600;
    font-size: 23px;
  }

  h4{
    font-weight: 600;
    font-size: 20px;
  }

  h5{
    font-weight: 500;
    font-size: 16px;
  }

  p{
    font-weight: 400;
    font-size: 14px;
  }

  .single-report-contents h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
  }

  .single-report-contents h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    overflow-wrap: break-word;
  }

  .single-report-contents p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

  .single-report-contents ul li, .single-report-contents ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
  }

  .mobileMainMenu {
    display: block;
    background: transparent;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    z-index: 99999;
    right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }

  .mobileMainMenu:focus {
    outline: none;
  }

  .mobileMainMenu span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 5px;
  }

  .mobileMainMenu span::before,
    .mobileMainMenu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--color-primary);
    content: "";
    border-radius: 5px;
  }

  .mobileMainMenu span::before {
    top: -10px;
  }

  .mobileMainMenu span::after {
    bottom: -10px;
  }

  .mobileMainMenu--htx span {
    transition: background 0s 0.3s;
  }

  .mobileMainMenu--htx span::before,
    .mobileMainMenu--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }

  .single-report-contents table tr td{
    font-size: 14px;
  }

  .mobileMainMenu--htx span::before {
    transition-property: top, transform;
  }

  .mobileMainMenu--htx span::after {
    transition-property: bottom, transform;
  }

  .mobileMainMenu--htx.is-active span {
    background: none;
  }

  .mobileMainMenu--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobileMainMenu--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .mobileMainMenu--htx.is-active span::before,
    .mobileMainMenu--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }

  .main-navigation ul{
    flex-direction: column;
    padding: 30px 30px 0px 30px;
  }

  .mobile-navigation-container{
    transform: translateX(-100%);
    transition: all 500ms ease;
    z-index: 999;
  }

  .hideit{
    /*left: 0;*/
    transform: translateX(0%)!important;
    transition: all 500ms ease;
  }

  h1.header-caption{
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .btn-large{
    font-size: 18px;
  }

  .why-choose-block .list-container li{
    flex: 1 1 calc(50% - 20px);
  }

  .pt-\[80px\]{
    padding-top: 74px;
  }

  .premium-conents img{
    margin-left: 0px;
  }

  .mepr-price-boxes .mepr-price-box{
    width: calc(100%);
  }

  .products-pg-list-container ul li{
    padding: 15px;
    flex-direction: column-reverse;
  }

  .products-pg-list-container ul li .product-pg-details{
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dark-view-form{
    max-width: 95%;
  }

  .insights-carousel.owl-carousel .owl-item{
    margin-right: 0px;
  }

  .products-pg-list-container ul li{
    flex-direction: column-reverse;
  }

  .products-pg-list-container ul li .product-pg-details{
    display: block;
    text-align: center;
  }

  .why-choose-block .list-container li{
    flex: 1 1 calc(100% - 20px);
  }

  .footer-widget{
    width: 50%;
  }

  .footer-top{
    padding: 40px 0px 20px 0px;
  }

  .logo-block img{
    max-width: 120px;
    height: auto;
  }

  .pt-\[80px\]{
    padding-top: 58px;
  }

  .layout-toggle{
    display: none;
  }

  .mobile-navigation-container, .toc-block{
    top: 59px;
  }

  .single-report-contents {
    overflow-x: auto;
    /* Enable horizontal scrolling for wide tables */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on touch devices */
  }

  .single-report-contents table {
    min-width: 600px;
    /* Set a minimum width for the table */
    width: 100%;
    /* Ensure it scales to fit the container */
    border-collapse: collapse;
  }

  .plan-selection-buttons button.toggle-btn{
    background-color: var(--color-paymentperiodbuttonbg);
  }

  .testimonial-mask{
    -webkit-mask-image: none;
            mask-image: none;
  }

  .single-report-contents table th,
    .single-report-contents table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
  }

  .headline-block p{
    font-size: 16px;
    line-height: 24px;
  }

  .headline-block h1 {
    margin-bottom: 15px;
  }

  .plan-selection-buttons{
    background: none;
    gap: 15px;
  }

  .hero-section{
    padding: 30px 0px;
  }

  .mepr_error ul{
    margin-bottom: 0px;
  }

  .search-block input, .search-block{
    width: 100%;
  }

  .products-top-tab-list .tab-btn{
    padding: 10px 5px;
    font-size: 16px;
  }

  .search-block img{
    width: 20px;
    height: 20px;
  }

  .filter-by button#filterBtn{
    padding-top: 10px;
  }

  .filter-by, .form-sorted-by-container{
    width: 48%;
  }

  .sort-by select, .filter-by-container select{
    width: 100%;
  }

  .three-col-block{
    width: 32%;
  }

  .notification-bar-list{
    min-width: auto;
  }
}

/* Large screens (min-width: 1024px) */

@media (min-width: 1024px) {
  html{
    font-size: 15px;
  }

  h1{
    font-weight: 700;
    font-size: 45px;
  }

  h2{
    font-weight: 700;
    font-size: 36px;
  }

  h3{
    font-weight: 600;
    font-size: 29px;
  }

  h4{
    font-weight: 600;
    font-size: 23px;
  }

  h5{
    font-weight: 500;
    font-size: 18px;
  }

  p{
    font-weight: 400;
    font-size: 15px;
  }

  .single-report-contents h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
  }

  .single-report-contents h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    overflow-wrap: break-word;
  }

  .single-report-contents p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

  .single-report-contents ul li, .single-report-contents ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
  }

  .caption{
    font-size: 12px;
  }

  .small{
    font-size: 10px;
  }

  .contact-block a{
    font-size: 16px;
  }

  .contact-block a img{
    width: 20px;
  }

  .page-featured-image{
    max-width: 450px;
  }

  .big-title{
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
  }

  .faq .question{
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq .answer{
    font-size: 18px;
  }

  .more-question h4{
    font-size: 34px;
    line-height: 36px;
  }

  .contact-mail a{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }

  /*.single-report-contents p{
      font-size: 1.25rem;
      padding-bottom: 20px;
    }*/
}

/* Xtra Large screens (min-width: 1280px) */

@media (min-width: 1280px) {
  html{
    font-size: 16px;
  }

  h1{
    font-weight: 700;
    font-size: 48px;
  }

  h2{
    font-weight: 700;
    font-size: 39px;
  }

  h3{
    font-weight: 600;
    font-size: 31px;
  }

  h4{
    font-weight: 600;
    font-size: 25px;
  }

  h5{
    font-weight: 500;
    font-size: 20px;
  }

  p{
    font-weight: 400;
    font-size: 16px;
  }

  .single-report-contents h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
  }

  .single-report-contents h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    overflow-wrap: break-word;
  }

  .single-report-contents p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

  .single-report-contents ul li, .single-report-contents ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
  }

  .caption{
    font-size: 12px;
  }

  .small{
    font-size: 10px;
  }

  .premium-conents h3{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
  }

  .premium-content-access h4{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
  }

  .btn-default{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }

  .big-title{
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
  }

  .faq .question{
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq .answer{
    font-size: 18px;
  }

  .more-question h4{
    font-size: 34px;
    line-height: 36px;
  }

  .contact-mail a{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }

  .main-navigation li a{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
  }

  .main-navigation li.current-menu-item a{
    font-weight: 500;
  }

  .section-title{
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .list-title{
    font-size: 1.75rem;
    font-weight: 500;
  }

  .contact-block a{
    font-size: 20px;
  }

  .contact-block a img{
    width: 22px;
  }

  .page-featured-image{
    max-width: 450px;
  }

  .report-access p{
    font-size: 10px;
  }

  .testimonials-slider .item p{
    max-height: 100px;
  }
}

/* 2Xtra Large screens (min-width: 1536px) */

@media (min-width: 1536px) {
  html{
    font-size: 18px;
  }

  h1{
    font-weight: 700;
    font-size: 54px;
  }

  h2{
    font-weight: 700;
    font-size: 43px;
  }

  h3{
    font-weight: 600;
    font-size: 35px;
  }

  h4{
    font-weight: 600;
    font-size: 28px;
  }

  h5{
    font-weight: 500;
    font-size: 22px;
  }

  p{
    font-weight: 400;
    font-size: 18px;
  }

  .single-report-contents h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
  }

  .single-report-contents h3{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    overflow-wrap: break-word;
  }

  .single-report-contents p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }

  .single-report-contents ul li, .single-report-contents ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow-wrap: break-word;
    font-weight: 400;
  }

  .odyssey-content p{
    font-size: 24px;
    line-height: 36px;
  }

  .caption{
    font-size: 14px;
  }

  .small{
    font-size: 12px;
  }

  .repot-sector::before {
    font-size: 16px;
    top: 40%;
  }

  /*    .report-bottom-block .left-block{
      margin-top: 7px;
    }*/

  .report-tags-block .report-access-cat{
    min-width: 50px;
  }

  .header-block{
    padding: 3px 0px;
  }

  .premium-conents h3{
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
  }

  .premium-content-access h4{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
  }

  .btn-default{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }

  .big-title{
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 700;
  }

  .faq .question{
    font-size: 2rem;
    line-height: 2rem;
  }

  .faq .answer{
    font-size: 18px;
  }

  .more-question h4{
    font-size: 42px;
    line-height: 44px;
  }

  .contact-mail a{
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .main-navigation li a{
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .section-title{
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .list-title{
    font-size: 1.85rem;
  }

  .contact-block a{
    font-size: 26px;
  }

  .contact-block a img{
    width: 28px;
  }

  .page-featured-image{
    max-width: 450px;
  }

  .report-access p{
    font-size: 12px;
  }

  .blockViewContainer .report-info-block{
    margin-top: 90px;
  }

  .testimonials-slider .item p{
    max-height: 117px;
    font-size: 15px;
  }
}

.report-access-cat{
  min-width: 40px;
}

.grecaptcha-badge{
  z-index: -9999;
}

.product-container{
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.project-report-left-block{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.project-list-block ul li img{
  transition: all 500ms ease-in-out;
}

.project-list-block ul li:hover img{
  transform: scale(1.2);
  transition: all 500ms ease-in-out;
}

.team-avatar img{
  border: 1px solid var(--color-graylightblue);
  padding: 5px;
}

.team-list li .team-avatar img{
  transition: all 500ms ease-in-out;
}

.team-list li:hover .team-avatar img{
  transform: scale(1.2);
  transition: all 500ms ease-in-out;
}

.term-description p {
  font-size: 1.5rem;
  color: var(--color-primary);
  line-height: 1.625;
  font-weight: 300;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  transition: opacity 300ms;
  animation: fade-in 1s ease-out forwards;
}

.term-description p:hover {
  opacity: 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.mentions-block li.media-mention-item .substack-post-embed, .mentions-block li.media-mention-item iframe{
  max-width: 100%!important;
  width: 100%;
}

.media-mention-item iframe, .substack-post-embed iframe{
  border-radius: 15px;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-report .product-container{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.project-report .project-report-left-block{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.responsive-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twitter-tweet{
  width: 55%;
  margin: auto;
}

@media (max-width: 1023px){
  .project-report .product-container{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }

  .project-report .project-report-left-block{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .simple-substack-embed h2{
    font-size: 20px;
  }

  .twitter-tweet{
    width: 100%;
    margin: auto;
  }
}

/* Flip Container */

.flip-container {
  perspective: 1000px;
  isolation: isolate;
}

/* Flip on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

/* Flipper container */

.flipper {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Front and back common styles */

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Front side */

.front {
  transform: rotateY(0deg);
}

/* Back side */

.back {
  transform: rotateY(180deg);
}

/* Chrome fix - disable pointer events on front when flipped */

.flip-container:hover .front {
  pointer-events: none !important;
}

/* Ensure back is clickable when visible */

.flip-container:hover .back {
  pointer-events: auto !important;
}

/* Force social links to be clickable */

.social-link {
  pointer-events: auto !important;
  position: relative;
  z-index: 999;
}

.chart-image-border{
  border: 2px solid var(--color-grayblueborder);
}

.tooltip-arrow {
  position: absolute;
  top: -7px;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2563eb;
  /* Tailwind's bg-blue-600 */
}

.\*\:visible > * {
  visibility: visible;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:rotate-\[360deg\]:hover {
  --tw-rotate: 360deg;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.hover\:scale-\[1\.025\]:hover {
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
}

.hover\:border-\[\#1A53AC\]\/20:hover {
  border-color: rgb(26 83 172 / 0.2);
}

.hover\:bg-\[\#595e7b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 123 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-modeButton:hover {
  background-color: var(--color-modeButton);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-gradient-right:hover {
  background-image: linear-gradient(to right, var(--color-gradientOne), var(--color-gradientTwo));
}

.hover\:bg-gradient-top:hover {
  background-image: linear-gradient(to top, var(--color-gradientOne), var(--color-gradientTwo));
}

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

.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-xl: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);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2: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(2px + 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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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(2px + 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-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:scale-\[1\.08\] {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  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));
}

.group:hover .group-hover\:border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:text-\[\#dc2626\] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:block:is(.dark *) {
  display: block;
}

.dark\:inline-block:is(.dark *) {
  display: inline-block;
}

.dark\:hidden:is(.dark *) {
  display: none;
}

.dark\:bg-black\/20:is(.dark *) {
  background-color: rgb(0 0 0 / 0.2);
}

.dark\:bg-cardBackground:is(.dark *) {
  background-color: var(--color-cardBackground);
}

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

.dark\:bg-white\/90:is(.dark *) {
  background-color: rgb(255 255 255 / 0.9);
}

.dark\:from-\[\#191A22\]:is(.dark *) {
  --tw-gradient-from: #191A22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 26 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-800:is(.dark *) {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:via-\[\#181827\]:is(.dark *) {
  --tw-gradient-to: rgb(24 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #181827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:to-\[\#201A29\]:is(.dark *) {
  --tw-gradient-to: #201A29 var(--tw-gradient-to-position);
}

.dark\:to-slate-900:is(.dark *) {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.dark\:text-\[\#1A1F2C\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(26 31 44 / var(--tw-text-opacity));
}

.dark\:text-\[\#86868b\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(134 134 139 / var(--tw-text-opacity));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.dark\:hover\:bg-white:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}

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

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-\[33\.33\%\] {
    margin-left: 33.33%;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\: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)));
  }

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

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

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

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

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

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

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

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

  .md\:pt-\[74px\] {
    padding-top: 74px;
  }

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

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

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

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

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

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

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

  .lg\:mr-28 {
    margin-right: 7rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:min-h-\[85vh\] {
    min-height: 85vh;
  }

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

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

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

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

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

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

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

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

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

  .lg\:space-y-16 > :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));
  }

  .lg\:space-y-8 > :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));
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .group:hover .lg\:group-hover\:block {
    display: block;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .\32xl\:leading-tight {
    line-height: 1.25;
  }
}
