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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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 */
  tab-size: 4; /* 3 */
  font-family: YekanBakh; /* 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]) {
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

    /*
      Font Family - Pinar
    */
    @font-face {
        font-display: swap;
        font-family: Pinar;
        font-weight: 900;
        src: url('../font/Pinar/Pinar-DS1-FD-Black.woff2') format("woff"),
        url('../font/Pinar/Pinar-DS1-FD-Black.ttf') format("truetype");
    }

    /*
      Font Family - YekanBakh
    */
    @font-face {
        font-display: swap;
        font-family: YekanBakh;
        font-weight: 300;
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Regular.eot');
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Regular.eot?#iefix') format("embedded-opentype"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Regular.woff') format("woff"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Regular.ttf') format("truetype");
    }
    @font-face {
        font-display: swap;
        font-family: YekanBakh;
        font-weight: 500;
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Medium.eot');
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Medium.eot?#iefix') format("embedded-opentype"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Medium.woff') format("woff"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Medium.ttf') format("truetype")
    }
    @font-face {
        font-display: swap;
        font-family: YekanBakh;
        font-weight: 700;
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Bold.eot');
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Bold.eot?#iefix') format("embedded-opentype"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Bold.woff') format("woff"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Bold.ttf') format("truetype")
    }
    @font-face {
        font-display: swap;
        font-family: YekanBakh;
        font-weight: 800;
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Heavy.eot');
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Heavy.eot?#iefix') format("embedded-opentype"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Heavy.woff') format("woff"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Heavy.ttf') format("truetype")
    }
    @font-face {
        font-display: swap;
        font-family: YekanBakh;
        font-weight: 900;
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Fat.eot');
        src: url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Fat.eot?#iefix') format("embedded-opentype"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Fat.woff') format("woff"),
        url('../font/YekanBakhFaNum/Yekan-Bakh-FaNum-Fat.ttf') format("truetype")
    }

    body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
        direction: rtl;
}

    h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
    h1 {
  font-family: pinar;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 150% !important;
}
    @media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
    h2 {
  font-family: pinar;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
    h3 {
  font-family: pinar;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

    a,
    button {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    a {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  text-decoration-line: none;
}

    a:visited {
  color: rgb(100 116 139 );
}

    a:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}

    input,
    textarea,
    select {
  outline-width: 0px;
}

    .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

    @media (min-width: 1024px) {

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

*, ::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:  ;
}
.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;
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}
/*
        ******************************** btn ********************************
    */
.btn,
    a.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  height: 4rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .btn,
    a.btn {
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn,
    a.btn {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.btn:visited,
    a.btn:visited {
  color: rgb(71 85 105 );
}
.btn:hover,
    a.btn:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.btn .btn-icon, a.btn .btn-icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.btn .btn-img,
        .btn svg,
        a.btn .btn-img,
        a.btn svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn .btn-img,
        .btn svg,
        a.btn .btn-img,
        a.btn svg {
  transition-duration: 500ms;
}
.btn .btn-text, a.btn .btn-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn .btn-text, a.btn .btn-text {
  font-weight: 500;
}
@media (min-width: 1024px) {

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

  .btn .btn-text, a.btn .btn-text {
    line-height: 1.5;
  }
}
/* btn-sm */
.btn.btn-sm,
    a.btn.btn-sm {
  height: 3.5rem;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn.btn-sm .btn-text, a.btn.btn-sm .btn-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* btn-default */
.btn-default:hover .btn-img, a.btn-default:hover .btn-img {
  opacity: 0.7;
}
/* btn-primary */
.btn-primary,
    a.btn-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2F80E9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 128 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #355CE2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(47 128 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.btn-primary:visited,
    a.btn-primary:visited {
  color: rgb(255 255 255 );
}
.btn-primary:hover,
    a.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(47 128 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
/* btn-primary */
.btn-secondary,
    a.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(38 50 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.btn-secondary:visited,
    a.btn-secondary:visited {
  color: rgb(255 255 255 );
}
.btn-secondary:hover,
    a.btn-secondary:hover {
  background-color: rgb(100 116 139 / 0.95);
  --tw-shadow-color: rgb(38 50 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
/* btn-linear-slate */
.btn-linear-primary,
    a.btn-linear-primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.btn-linear-primary:visited,
    a.btn-linear-primary:visited {
  color: rgb(47 128 233 );
}
.btn-linear-primary:hover,
    a.btn-linear-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(47 128 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.btn-linear-primary svg, a.btn-linear-primary svg {
  fill: #2F80E9;
}
.btn-linear-primary:hover svg, a.btn-linear-primary:hover svg {
  fill: #fff;
}
/* btn-linear-slate */
.btn-linear-slate,
    a.btn-linear-slate {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.btn-linear-slate:visited,
    a.btn-linear-slate:visited {
  color: rgb(71 85 105 );
}
.btn-linear-slate:hover,
    a.btn-linear-slate:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.btn-linear-slate:hover .btn-img, a.btn-linear-slate:hover .btn-img {
  opacity: 0.7;
}
/* link-icon */
.link-icon {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.link-icon:visited {
  color: rgb(71 85 105 );
}
.link-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.link-icon img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link-icon img {
  transition-duration: 500ms;
}
.link-icon:hover img {
  opacity: 0.8;
}
/*
        ******************************** list-stats ********************************
     */
.list-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .list-stats {
    gap: 2.5rem;
  }
}
.list-stats li {
  position: relative;
}
.list-stats li {
  display: flex;
}
.list-stats li {
  flex-direction: column;
}
.list-stats li {
  gap: 0.5rem;
}
.list-stats li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.list-stats li {
  padding-right: 1rem;
}
.list-stats li:before {
  position: absolute;
}
.list-stats li:before {
  top: 0px;
}
.list-stats li:before {
  right: 0px;
}
.list-stats li:before {
  height: 100%;
}
.list-stats li:before {
  width: 6px;
}
.list-stats li:before {
  border-radius: 0.5rem;
}
.list-stats li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.list-stats li:before {
  --tw-content: '';
  content: var(--tw-content);
}
.list-stats li .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.list-stats li .item-value {
  display: flex;
}
.list-stats li .item-value {
  flex-direction: row;
}
.list-stats li .item-value {
  align-items: center;
}
.list-stats li .item-value {
  gap: 0.5rem;
}
.list-stats li .item-value {
  font-size: 1.5rem;
  line-height: 2rem;
}
.list-stats li .item-value {
  font-weight: 800;
}
.list-stats li .item-value {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.list-stats li .item-unit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.list-stats li .item-unit {
  font-weight: 400;
}
.list-stats li .item-unit {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
/*
        ******************************** list-steps ********************************
     */
.list-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .list-steps {
    gap: 2.5rem;
  }
}
.list-steps:before {
  position: absolute;
}
.list-steps:before {
  top: 0px;
}
.list-steps:before {
  right: 2rem;
}
.list-steps:before {
  z-index: -10;
}
.list-steps:before {
  height: 90%;
}
.list-steps:before {
  width: 0.25rem;
}
.list-steps:before {
  border-right-width: 1px;
}
.list-steps:before {
  border-style: dashed;
}
.list-steps:before {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.list-steps:before {
  --tw-content: '';
  content: var(--tw-content);
}
.list-steps li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.list-steps li .step-icon {
  height: 4rem;
}
.list-steps li .step-icon {
  width: 4rem;
}
.list-steps li .step-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.list-steps li .step-text {
  flex: 1 1 0%;
}
.list-steps li .step-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.list-steps li .step-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.list-steps li .step-title {
  font-weight: 700;
}
.list-steps li .step-title {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.list-steps li .step-description {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
/*
        ******************************** bg-gradient ********************************
     */
.bg-gradient-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #355CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 92 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2F80E9 var(--tw-gradient-to-position);
}
/*
        ******************************** text-gradient ********************************
     */
.text-gradient-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #355CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 92 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2F80E9 var(--tw-gradient-to-position);
  background-clip: text;
  color: transparent;
}
/*
        ******************************** table ********************************
     */
.table-container {
  overflow-x: auto;
  white-space: nowrap;
}
.table {
  width: 100%;
}
.table th:first-child,
    .table tr td:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.table th:last-child,
    .table tr td:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.table th,
    .table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.table th {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: right;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table td {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.table tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.table td a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.table td a:visited {
  color: rgb(47 128 233 );
}
.table td a:hover {
  --tw-text-opacity: 1;
  color: rgb(38 50 98 / var(--tw-text-opacity));
}
.table td .actions {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .table td .actions {
    gap: 0.75rem;
  }
}
.table td .actions a,
        .table td .actions button {
  display: flex;
}
.table td .actions a,
        .table td .actions button {
  flex-wrap: nowrap;
}
.table td .actions a,
        .table td .actions button {
  align-items: center;
}
.table td .actions a,
        .table td .actions button {
  justify-content: center;
}
.table td .actions a,
        .table td .actions button {
  gap: 0.25rem;
}
.table td .actions a,
        .table td .actions button {
  border-radius: 0.75rem;
}
.table td .actions a,
        .table td .actions button {
  border-width: 2px;
}
.table td .actions a,
        .table td .actions button {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.table td .actions a,
        .table td .actions button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table td .actions a,
        .table td .actions button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.table td .actions a,
        .table td .actions button {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.table td .actions a:hover,
        .table td .actions button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
}
.table td .actions a:hover,
        .table td .actions button:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .table td .actions .icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.table td .actions .title {
  text-wrap: nowrap;
}
.table.table-view tr td:first-child {
  width: 200px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table.table-view tr td:last-child {
  font-weight: 700;
}
/*
        ******************************** form ********************************
    */
input,
    textarea,
    select,
    button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.form-input {
  position: relative;
  margin-bottom: 1rem;
}
.form-input-group {
  margin-bottom: 1rem;
}
.form-input-group .form-input {
  margin-bottom: 0px;
}
.form-input-group .form-input {
  display: flex;
}
.form-input-group .form-input {
  align-items: center;
}
.form-input-group > .input-description {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.form-control,
    .form-select {
  display: block;
  height: 3.5rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.form-control:focus,
    .form-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.form-control,
    .form-select{
        direction: rtl !important;
    }
.form-input.has-append .append {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-width: 2px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-input.has-append .form-control {
  flex: 1 1 0%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-input .icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.form-input textarea.form-control+.icon {
  top: 0.75rem;
  margin-top: 0px;
}
.form-control:focus+.icon {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.form-input.has-icon .form-control {
  padding-right: 3rem;
}
textarea.form-control {
  min-height: 150px;
  padding-top: 0.75rem;
}
.form-action {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  border-style: dashed;
  border-top-color: rgb(38 50 98 / 0.2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .form-action {
    flex-direction: row;
    align-items: center;
  }
}
.form-action .btn {
  min-width: 200px;
}
.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
        direction: rtl !important;
}
input.form-control.d-ltr {
  text-align: left;
}
.form-control.d-ltr{
        direction: ltr !important;
    }
.form-control.d-ltr::placeholder {
  text-align: right;
}
input.ltr {
  text-align: left;
}
.form-control.input-sm {
  max-width: 100px;
}
/* form-select */
.form-select {
  min-width: 150px;
  appearance: none;
  background-size: 14px;
  background-position: left 1rem center;
  background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
/* form-checkbox - form-radio */
.form-checkbox {
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  appearance: none;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.form-radio {
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.form-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(53 92 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 233 / var(--tw-bg-opacity));
  background-size: 18px;
  background-position: center;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-radio:checked {
  --tw-border-opacity: 1;
  border-color: rgb(53 92 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 233 / var(--tw-bg-opacity));
  background-size: 18px;
  background-position: center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-input-checkbox,
    .form-input-radio {
  display: flex;
  align-items: center;
}
.form-input-checkbox label,
    .form-input-radio label {
  margin-bottom: 0px;
  cursor: pointer;
}
/* label */
label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.form-input-checkbox label,
    .form-input-radio label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* form-input has-btn */
.form-input.has-btn .form-control {
  padding-left: 10rem;
}
.form-input.has-btn .btn {
  position: absolute;
}
.form-input.has-btn .btn {
  top: 0px;
}
.form-input.has-btn .btn {
  bottom: 0px;
}
.form-input.has-btn .btn {
  left: 0.5rem;
}
.form-input.has-btn .btn {
  margin-top: auto;
  margin-bottom: auto;
}
.form-input.has-btn .btn {
  height: 2.25rem;
}
.form-input.has-btn .btn {
  border-radius: 0.5rem;
}
.form-input.has-btn .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form-input.has-btn .btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .form-input.has-btn .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* input-select-items */
/* input-error */
.input-error {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
/*
        ******************************** alert ********************************
     */
.alert {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  min-height: 4rem;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --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);
}
@media (min-width: 1024px) {

  .alert {
    flex-direction: row;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.alert .icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.alert .text {
  display: flex;
}
.alert .text {
  flex-direction: row;
}
.alert .text {
  align-items: center;
}
.alert .text {
  gap: 0.75rem;
}
.alert .actions {
  margin-right: auto;
}
.alert .actions a {
  display: flex;
}
.alert .actions a {
  flex-direction: row;
}
.alert .actions a {
  align-items: center;
}
.alert .actions a {
  gap: 0.5rem;
}
.alert .actions a {
  border-radius: 0.5rem;
}
.alert .actions a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.alert .actions a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.alert .actions a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.alert .actions a .title {
  line-height: 1.5 !important;
}
.alert-success {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  background-color: rgb(22 163 74 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.alert-success .actions a {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.alert-success .actions a {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.alert-success .actions a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.alert-success .actions a:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.alert-danger {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  background-color: rgb(220 38 38 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.alert-danger .actions a {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.alert-danger .actions a {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.alert-danger .actions a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.alert-danger .actions a:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.alert-info {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  background-color: rgb(37 99 235 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.alert-info .actions a {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.alert-info .actions a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.alert-info .actions a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.alert-info .actions a:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.alert-warning {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
  background-color: rgb(234 88 12 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.alert-warning .actions a {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.alert-warning .actions a {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.alert-warning .actions a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.alert-warning .actions a:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
/*
        ******************************** badge ********************************
     */
.badge {
  display: inline-block;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.badge-success {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.badge-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.badge-info {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.badge-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
/*
        ******************************** pagination ********************************
     */
input.pagination {
  text-align: left;
}
.pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
        direction: ltr;
}
@media (min-width: 1024px) {

  .pagination {
    margin-top: 5rem;
    justify-content: center;
  }
}
.pagination > a, .pagination > span {
  display: inline-flex;
}
.pagination > a, .pagination > span {
  height: 3rem;
}
.pagination > a, .pagination > span {
  align-items: center;
}
.pagination > a, .pagination > span {
  justify-content: center;
}
.pagination > a, .pagination > span {
  gap: 0.5rem;
}
.pagination > a, .pagination > span {
  border-radius: 0.5rem;
}
.pagination > a, .pagination > span {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pagination > a, .pagination > span {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination a {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.pagination a {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.pagination a:visited {
  color: rgb(100 116 139 );
}
.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.pagination a:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.pagination .pages,
        .pagination .last {
  display: none;
}
@media (min-width: 1024px) {

  .pagination .pages,
        .pagination .last {
    display: inline-flex;
  }
}
.pagination .pages {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.pagination .current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .extend {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
/*
        ******************************** carousel-images ********************************
     */
.carousel-images-wrapper {
  position: relative;
}
.carousel-images-wrapper .carousel-nav {
  position: absolute;
}
.carousel-images-wrapper .carousel-nav {
  top: 0px;
}
.carousel-images-wrapper .carousel-nav {
  bottom: 0px;
}
.carousel-images-wrapper .carousel-nav {
  z-index: 10;
}
.carousel-images-wrapper .carousel-nav {
  margin-top: auto;
  margin-bottom: auto;
}
.carousel-images-wrapper .carousel-nav {
  height: 2rem;
}
.carousel-images-wrapper .carousel-nav {
  width: 2rem;
}
.carousel-images-wrapper .carousel-nav.left {
  left: -1.25rem;
}
.carousel-images-wrapper .carousel-nav.right {
  right: -1.25rem;
}
.carousel-images-wrapper .swiper-button-disabled {
  opacity: 0.7;
}
.carousel-images {
  position: relative;
  width: 100%;
}
.carousel-images .item-image {
  height: 5rem;
}
.carousel-images .item-image {
  width: 6rem;
}
.carousel-images .item-image {
  border-radius: 0.5rem;
}
.carousel-images .item-image {
  object-fit: cover;
}
.carousel-images .item-image {
  object-position: center;
}
/*
        ******************************** timer ********************************
     */
input.timer {
  text-align: left;
}
.timer {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  text-align: center;
        direction: ltr;
}
.timer .item{

        }
.timer .number {
  margin-bottom: 0.5rem;
}
.timer .number {
  display: flex;
}
.timer .number {
  height: 2.5rem;
}
.timer .number {
  width: 2.25rem;
}
.timer .number {
  align-items: center;
}
.timer .number {
  justify-content: center;
}
.timer .number {
  border-radius: 0.5rem;
}
.timer .number {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.timer .label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.timer .label {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.timer .divider {
  padding-top: 0.75rem;
}
/*
        ******************************** tabs ********************************
     */
.tabs{

    }
/* tabs-titles */
.tabs .tabs-titles-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {

  .tabs .tabs-titles-wrapper {
    overflow: hidden;
  }
}
.tabs .tabs-titles {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {

  .tabs .tabs-titles {
    gap: 2rem;
  }
}
.tabs .tabs-titles li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tabs .tabs-titles li > a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tabs .tabs-titles li > a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tabs .tabs-titles li > a {
  font-weight: 600;
}
.tabs .tabs-titles li > a {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.tabs .tabs-titles li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.tabs .tabs-titles li.active > a {
  border-bottom-width: 6px;
}
.tabs .tabs-titles li.active > a {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
}
.tabs .tabs-titles li.active > a {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
/* tabs-contents */
.tabs .tabs-contents {
  padding-top: 2rem;
}
/*
        ******************************** box-items ********************************
     */
.box-items .box-top {
  margin-bottom: 1.25rem;
}
.box-items .box-top {
  display: flex;
}
.box-items .box-top {
  flex-direction: row;
}
.box-items .box-top {
  align-items: center;
}
.box-items .box-top {
  gap: 0.5rem;
}
.box-items .box-top {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.box-items .box-top {
  font-weight: 700;
}
.box-items .box-content {
  border-radius: 0.75rem;
}
.box-items .box-content {
  border-width: 1px;
}
.box-items .box-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.box-items .box-content {
  padding: 1.25rem;
}
.box-items ul {
  display: flex;
}
.box-items ul {
  flex-direction: column;
}
.box-items ul {
  gap: 1rem;
}
.box-items li {
  display: flex;
}
.box-items li {
  flex-direction: row;
}
.box-items li {
  align-items: center;
}
.box-items li {
  gap: 0.5rem;
}
.box-items.green .box-top {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.box-items.green .box-content {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.box-items.green .box-content {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.box-items.green li:before {
  height: 2rem;
}
.box-items.green li:before {
  width: 2rem;
}
.box-items.green li:before {
  flex-shrink: 0;
}
.box-items.green li:before {
  background-image: url('../img/icons/ic_tick_circle_green.svg');
}
.box-items.green li:before {
  background-size: contain;
}
.box-items.green li:before {
  background-repeat: no-repeat;
}
.box-items.green li:before {
  --tw-content: '';
  content: var(--tw-content);
}
.box-items.blue .box-top {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.box-items.blue .box-content {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.box-items.blue .box-content {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.box-items.blue li:before {
  height: 2rem;
}
.box-items.blue li:before {
  width: 2rem;
}
.box-items.blue li:before {
  flex-shrink: 0;
}
.box-items.blue li:before {
  background-image: url('../img/icons/ic_tick_circle_blue.svg');
}
.box-items.blue li:before {
  background-size: contain;
}
.box-items.blue li:before {
  background-repeat: no-repeat;
}
.box-items.blue li:before {
  --tw-content: '';
  content: var(--tw-content);
}
.list-data {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {

  .list-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.list-data li {
  display: flex;
}
.list-data li {
  flex-direction: row;
}
.list-data li {
  align-items: center;
}
.list-data li {
  gap: 0.25rem;
}
.list-data li .title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.list-data li .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.list-data li .title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.list-data li .value {
  font-weight: 600;
}
.list-data li .value {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.list-data li:before {
  height: 2rem;
}
.list-data li:before {
  width: 2rem;
}
.list-data li:before {
  flex-shrink: 0;
}
.list-data li:before {
  background-image: url('../img/icons/ic_tick_circle_gray.svg');
}
.list-data li:before {
  background-size: contain;
}
.list-data li:before {
  background-repeat: no-repeat;
}
.list-data li:before {
  --tw-content: '';
  content: var(--tw-content);
}
.list-users {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {

  .list-users {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.list-users li {
  display: flex;
}
.list-users li {
  flex-direction: row;
}
.list-users li {
  align-items: center;
}
.list-users li {
  gap: 0.5rem;
}
.list-users .avatar {
  display: flex;
}
.list-users .avatar {
  height: 5rem;
}
.list-users .avatar {
  width: 5rem;
}
.list-users .avatar {
  align-items: center;
}
.list-users .avatar {
  justify-content: center;
}
.list-users .avatar {
  border-radius: 9999px;
}
.list-users .avatar {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.list-users .avatar {
  padding: 0.25rem;
}
.list-users .avatar img {
  height: 100%;
}
.list-users .avatar img {
  width: 100%;
}
.list-users .avatar img {
  object-fit: cover;
}
.list-users .avatar img {
  object-position: center;
}
.list-users .title {
  margin-bottom: 0.25rem;
}
.list-users .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-users .title {
  font-weight: 600;
}
.list-users .description {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
/*
        ******************************** accordion-list ********************************
     */
.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.accordion-list .accordion-item {
  border-radius: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.accordion-list .accordion-button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  cursor: pointer;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.accordion-list .accordion-button .accordion-icon {
  display: flex;
}
.accordion-list .accordion-button .accordion-icon {
  transform-origin: center;
}
.accordion-list .accordion-button .accordion-icon {
  align-items: center;
}
.accordion-list .accordion-button .accordion-icon {
  justify-content: center;
}
.accordion-list .accordion-button .accordion-icon {
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion-list .accordion-button .accordion-icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion-list .accordion-button .accordion-icon {
  transition-duration: 500ms;
}
.accordion-list .accordion-button .accordion-title {
  display: flex;
}
.accordion-list .accordion-button .accordion-title {
  flex-direction: row;
}
.accordion-list .accordion-button .accordion-title {
  align-items: center;
}
.accordion-list .accordion-button .accordion-title {
  gap: 0.5rem;
}
.accordion-list .accordion-button .step-circle {
  display: flex;
}
.accordion-list .accordion-button .step-circle {
  height: 2.5rem;
}
.accordion-list .accordion-button .step-circle {
  width: 2.5rem;
}
.accordion-list .accordion-button .step-circle {
  flex-shrink: 0;
}
.accordion-list .accordion-button .step-circle {
  align-items: center;
}
.accordion-list .accordion-button .step-circle {
  justify-content: center;
}
.accordion-list .accordion-button .step-circle {
  border-radius: 9999px;
}
.accordion-list .accordion-button .step-circle {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.accordion-list .accordion-button .step-circle {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.accordion-list .accordion-button .step-circle {
  display: flex;
}
.accordion-list .accordion-button .step-circle {
  align-items: center;
}
.accordion-list .accordion-button .step-circle {
  justify-content: center;
}
.accordion-list .accordion-button .step-circle {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.accordion-list .accordion-button .step-circle {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion-list .accordion-button .step-circle {
  transition-duration: 500ms;
}
.accordion-list .accordion-content {
  display: none;
  border-radius: 0.5rem;
  padding: 1.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
/* active state */
.accordion-list .accordion-item.active .accordion-button {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.accordion-list .accordion-item.active .accordion-button {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.accordion-list .accordion-item.active .accordion-icon {
  --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));
}
.accordion-list .accordion-item.active .accordion-content {
  display: block;
}
.accordion-list .accordion-item.active .step-circle {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
/*
        ******************************** box-comment ********************************
     */
@media (min-width: 1024px) {

  .box.box-comment {
    padding: 3rem;
  }
}
.box.box-comment .box-author {
  margin-bottom: 2.5rem;
}
.box.box-comment .box-author {
  display: flex;
}
.box.box-comment .box-author {
  flex-direction: row;
}
.box.box-comment .box-author {
  align-items: center;
}
.box.box-comment .box-author {
  justify-content: space-between;
}
.box.box-comment .box-author {
  gap: 0.5rem;
}
.box.box-comment .author,
        .box.box-comment .date {
  display: flex;
}
.box.box-comment .author,
        .box.box-comment .date {
  flex-direction: row;
}
.box.box-comment .author,
        .box.box-comment .date {
  align-items: center;
}
.box.box-comment .author,
        .box.box-comment .date {
  gap: 0.5rem;
}
.box.box-comment .avatar {
  display: flex;
}
.box.box-comment .avatar {
  height: 4rem;
}
.box.box-comment .avatar {
  width: 4rem;
}
.box.box-comment .avatar {
  align-items: center;
}
.box.box-comment .avatar {
  justify-content: center;
}
.box.box-comment .avatar {
  border-radius: 9999px;
}
.box.box-comment .avatar {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.box.box-comment .date {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.box.box-comment .box-text {
  line-height: 2rem;
}
.box.box-comment .box-text {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.box.box-comment .box-reply {
  margin-right: 3rem;
}
.box.box-comment .box-reply {
  margin-top: 2.5rem;
}
.box.box-comment .box-reply {
  border-radius: 0.5rem;
}
.box.box-comment .box-reply {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.box.box-comment .box-reply {
  padding: 2rem;
}
@media (min-width: 1024px) {

  .box.box-comment .box-reply {
    margin-right: 8rem;
  }
}
.box.box-comment .box-reply .name {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.box.box-comment .box-reply .box-author {
  margin-bottom: 1.5rem;
}
/*
        ******************************** dropdown-menu ********************************
     */
.dropdown {
  position: relative;
}
.dropdown > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .dropdown > a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.dropdown > a .icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.dropdown .dropdown-menu {
  visibility: hidden;
  top: 100%;
  right: 0px;
  z-index: 10;
  width: 100%;
  min-width: 16rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 0;
  --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);
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .dropdown .dropdown-menu {
    width: auto;
  }
}
.dropdown .dropdown-menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.dropdown .dropdown-menu a:visited {
  color: rgb(100 116 139 );
}
@media (min-width: 1024px) {

  .dropdown .dropdown-menu a {
    justify-content: flex-start;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.dropdown .dropdown-menu a:hover {
  background-color: rgb(241 245 249 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px){
        .dropdown.hover:hover > a {
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
  }

        .dropdown.hover:hover > a::after,
        .dropdown.hover:hover > a .icon {
    --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));
  }

        .dropdown .dropdown-menu {
    visibility: hidden;
    top: 100%;
    right: 0px;
    z-index: 10;
    width: 100%;
    min-width: 16rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0;
    --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);
    --tw-shadow-color: rgb(71 85 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

        @media (min-width: 1024px) {

    .dropdown .dropdown-menu {
      width: auto;
    }
  }

        .dropdown.hover .dropdown-menu {
    position: absolute;
  }

        .dropdown.hover:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
    }
@media (max-width: 767px) {
        .dropdown.active > a {
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
  }
        .dropdown.active > a::after,
        .dropdown.active > a .icon {
    --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));
  }
        .dropdown.active .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
  }
        .dropdown .dropdown-menu {
    position: relative;
    display: none;
  }
    }
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-5 {
  right: -1.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-16 {
  top: -4rem;
}
.-top-5 {
  top: -1.25rem;
}
.left-0 {
  left: 0px;
}
.left-48 {
  left: 12rem;
}
.right-0 {
  right: 0px;
}
.right-7 {
  right: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-52 {
  top: 13rem;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-52 {
  height: 13rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-full {
  height: 100%;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-16 {
  width: 4rem;
}
.w-8 {
  width: 2rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-full {
  width: 100%;
}
.min-w-48 {
  min-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.-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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-16 {
  gap: 4rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-slate-200 {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}
.to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-right {
  object-position: right;
}
.p-10 {
  padding: 2.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.text-center {
  text-align: center;
}
.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-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;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.leading-8 {
  line-height: 2rem;
}
.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-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(38 50 98 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.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-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);
}
.shadow-primary\/15 {
  --tw-shadow-color: rgb(47 128 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  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);
}
.ltr{
        direction: ltr;
    }
/*
    ******************************** section ********************************
 */
.section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {

  .section {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
/*
    ******************************** section-title ********************************
 */
.section-title {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .section-title {
    margin-bottom: 6rem;
  }
}
.section-title:after {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.section-title:after {
  --tw-gradient-from: #355CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 92 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.section-title:after {
  --tw-gradient-to: #2F80E9 var(--tw-gradient-to-position);
}
.section-title:after {
  position: absolute;
}
.section-title:after {
  left: 0px;
}
.section-title:after {
  right: 0px;
}
.section-title:after {
  bottom: 0px;
}
.section-title:after {
  margin-left: auto;
  margin-right: auto;
}
.section-title:after {
  height: 0.5rem;
}
.section-title:after {
  width: 5rem;
}
.section-title:after {
  border-radius: 0.75rem;
}
.section-title:after {
  --tw-content: '';
  content: var(--tw-content);
}
.section-title .sub-title {
  margin-bottom: 2rem;
}
.section-title .sub-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.section-title .sub-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-title .sub-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.section-title .title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.section-title .title {
  line-height: 175% !important;
}
.section-title .title {
  --tw-text-opacity: 1;
  color: rgb(38 50 98 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-title .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.section-title .description {
  margin-top: 1.25rem;
}
.section-title .description {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.section-title .description {
  line-height: 2rem;
}
.section-title .description {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .section-title .description {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .section-title .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.section-title.right {
  margin-bottom: 2rem;
  text-align: right;
}
@media (min-width: 1024px) {

  .section-title.right {
    margin-bottom: 4rem;
  }
}
.section-title.right:after {
  left: auto;
}
/*
    ******************************** section-content ********************************
 */
.section-content {
  position: relative;
  z-index: 10;
}
/*
    ******************************** row-text-image ********************************
 */
.row-text-image {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .row-text-image {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {

  .row-text-image {
    gap: 4rem;
  }
}
.row-text-image.col-reverse {
  display: flex;
}
.row-text-image.col-reverse {
  flex-direction: column !important;
}
@media (min-width: 1024px) {

  .row-text-image.col-reverse {
    flex-direction: row !important;
  }
}
.row-text-image .col-text {
  flex: 1 1 0%;
}
.row-text-image .col-image {
  flex: 1 1 0%;
}
.row-text-image .col-image .img-main {
  max-width: 100%;
}
/*
    ******************************** header ********************************
 */
#header {
  position: relative;
  padding-top: 1rem;
}
#header:before {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #355CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 92 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2F80E9 var(--tw-gradient-to-position);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 6px;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
}
#header.index {
  overflow-x: hidden;
}
#header.index:after {
  position: absolute;
  top: -10rem;
  left: -10rem;
  z-index: -10;
  height: 100%;
  width: 50%;
  --tw-content: '';
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #355CE2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 92 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2F80E9 var(--tw-gradient-to-position);
  border-radius: 9999px;
  opacity: .08;
  --tw-blur: blur(64px);
  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);
}
/*
    header-nav
 */
#header-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header-nav .container {
  position: relative;
}
@media (min-width: 1024px) {

  #header-nav .container {
    display: flex;
  }
}
@media (min-width: 1024px) {

  #header-nav .container {
    align-items: center;
  }
}
@media (min-width: 1024px) {

  #header-nav .container {
    justify-content: space-between;
  }
}
#header-nav .nav-logo {
  display: flex;
}
#header-nav .nav-logo {
  width: 100%;
}
#header-nav .nav-logo {
  flex-direction: row;
}
#header-nav .nav-logo {
  align-items: center;
}
#header-nav .nav-logo {
  justify-content: space-between;
}
@media (min-width: 1024px) {

  #header-nav .nav-logo {
    width: 25%;
  }
}
#header-nav .nav-logo .img-logo {
  max-width: 10rem;
}
#header-nav .nav-logo .img-logo {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  #header-nav .nav-logo .img-logo {
    max-width: 12rem;
  }
}
#header-nav .nav-content {
  width: 96%;
   z-index: 9999 !important; 
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    width: 75%;
  }
}
#header-nav .nav-content {
  display: none;
}
#header-nav .nav-content {
  flex-direction: column;
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    display: flex !important;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    align-items: center;
  }
}
#header-nav .nav-content {
  position: absolute;
}
#header-nav .nav-content {
  top: 125%;
}
#header-nav .nav-content {
  left: 0px;
}
#header-nav .nav-content {
  right: 0px;
}
#header-nav .nav-content {
  z-index: 10;
}
#header-nav .nav-content {
  margin-left: auto;
  margin-right: auto;
}
#header-nav .nav-content {
  border-radius: 1rem;
}
#header-nav .nav-content {
  border-width: 1px;
}
#header-nav .nav-content {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
#header-nav .nav-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#header-nav .nav-content {
  padding: 2rem;
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    position: static;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    border-style: none;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    padding: 0px;
  }
}
#header-nav .nav-content {
  text-align: center;
}
#header-nav .nav-content {
  --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);
}
#header-nav .nav-content {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 1024px) {

  #header-nav .nav-content {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
/* nav-content */
#header-nav .nav-menu {
  margin-bottom: 2rem;
}
#header-nav .nav-menu {
  display: flex;
}
#header-nav .nav-menu {
  flex-direction: column;
}
#header-nav .nav-menu {
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    align-items: center;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    justify-content: center;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-menu {
    gap: 2.5rem;
  }
}
#header-nav .nav-menu > li > a {
  display: inline-block;
}
#header-nav .nav-menu > li > a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#header-nav .nav-menu > li > a {
  font-weight: 500;
}
#header-nav .nav-menu > li > a {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
#header-nav .nav-menu > li > a:visited {
  color: rgb(51 65 85 );
}
#header-nav .nav-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
#header-nav .nav-meta {
  display: flex;
}
#header-nav .nav-meta {
  flex-direction: column;
}
#header-nav .nav-meta {
  justify-content: flex-end;
}
#header-nav .nav-meta {
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  #header-nav .nav-meta {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-meta {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  #header-nav .nav-meta {
    align-items: center;
  }
}
#header-nav .nav-meta .btn {
  min-width: 9rem;
}
/* link-navigation */
#header-nav .link-navigation {
  display: flex;
}
#header-nav .link-navigation {
  height: 2.5rem;
}
#header-nav .link-navigation {
  width: 2.5rem;
}
#header-nav .link-navigation {
  align-items: center;
}
#header-nav .link-navigation {
  justify-content: center;
}
@media (min-width: 1024px) {

  #header-nav .link-navigation {
    display: none;
  }
}
#header-nav .link-navigation {
  border-radius: 0.5rem;
}
#header-nav .link-navigation {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
#header-nav .link-navigation:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
#header-nav .link-navigation.active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
/* header-nav-sticky */
.sticky-nav.navbar-fixed {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: -10rem;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: rgb(255 255 255 / 0.5);
  --tw-backdrop-blur: blur(40px);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.sticky-nav.show {
  visibility: visible !important;
  top: 0px;
  opacity: 1 !important;
  --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);
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.sticky-nav.show .img-logo {
  max-width: 9rem !important;
}
/*
    header-main
 */
#header-main {
  padding-top: 2.5rem;
}
/*
    ******************************** box-feature ********************************
 */
.box-feature .box-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.box-feature .box-title {
  font-weight: 700;
}
.box-feature .box-title {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.box-feature .box-title {
  transition-duration: 500ms;
}
.box-feature:hover .box-title {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.box-feature .box-description {
  margin-top: 0.75rem;
}
.box-feature .box-description {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-feature .box-description {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.box-feature .box-description {
  transition-duration: 500ms;
}
.box-feature:hover .box-description {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.box-feature:hover .box-icon {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 233 / var(--tw-border-opacity));
}
.box-feature .box-icon svg {
  fill: #64748b;
}
.box-feature .box-icon svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.box-feature .box-icon svg {
  transition-duration: 500ms;
}
.box-feature:hover .box-icon svg {
  fill: #2F80E9;
}
.circle-icon-wrapper {
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding: 0.25rem;
}
@media (min-width: 1024px) {

  .circle-icon-wrapper {
    height: 6rem;
    width: 6rem;
  }
}
.circle-icon-wrapper {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.circle-icon-wrapper .box-icon-bg {
  display: inline-flex;
}
.circle-icon-wrapper .box-icon-bg {
  height: 100%;
}
.circle-icon-wrapper .box-icon-bg {
  width: 100%;
}
.circle-icon-wrapper .box-icon-bg {
  align-items: center;
}
.circle-icon-wrapper .box-icon-bg {
  justify-content: center;
}
.circle-icon-wrapper .box-icon-bg {
  border-radius: 9999px;
}
.circle-icon-wrapper .box-icon-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.box-feature-1 {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .box-feature-1 {
    flex-direction: row;
    align-items: center;
  }
}
.box-feature-1 .box-text {
  flex: 1 1 0%;
}
.box-feature-2 {
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --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);
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 1024px) {

  .box-feature-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.box-feature-2:after {
  position: absolute;
}
.box-feature-2:after {
  left: 0px;
}
.box-feature-2:after {
  right: 0px;
}
.box-feature-2:after {
  bottom: -0.5rem;
}
.box-feature-2:after {
  margin-left: auto;
  margin-right: auto;
}
.box-feature-2:after {
  height: 0.5rem;
}
.box-feature-2:after {
  width: 10rem;
}
.box-feature-2:after {
  border-bottom-left-radius: 0.5rem;
}
.box-feature-2:after {
  border-bottom-right-radius: 0.5rem;
}
.box-feature-2:after {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.box-feature-2:after {
  --tw-content: '';
  content: var(--tw-content);
}
.box-feature-2:after {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.box-feature-2:after {
  transition-duration: 500ms;
}
.box-feature-2:hover.box-feature-2:after {
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 233 / var(--tw-bg-opacity));
}
.box-feature-2 .box-icon{

    }
.box-feature-2 .box-title {
  margin-top: 0.75rem;
}
.box-feature-2 .box-title {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {

  .box-feature-2 .box-title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .box-feature-2 .box-title {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .box-feature-2 .box-description {
    min-height: 5rem;
  }
}
/*
    ******************************** section-plans ********************************
 */
.box {
  position: relative;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --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);
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.box-plan .box-title {
  margin-bottom: 1.25rem;
}
.box-plan .box-title {
  display: flex;
}
.box-plan .box-title {
  align-items: flex-start;
}
.box-plan .box-title {
  gap: 0.5rem;
}
.box-plan .box-title {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.box-plan .box-title:visited {
  color: rgb(47 128 233 );
}
.box-plan .box-title:hover {
  --tw-text-opacity: 1;
  color: rgb(79 155 255 / var(--tw-text-opacity));
}
.box-plan .box-title img {
  position: relative;
}
.box-plan .box-title img {
  top: -0.25rem;
}
.box-plan .box-title .title {
  display: block;
}
.box-plan .box-title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-plan .box-title .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.box-plan .box-title .title {
  font-weight: 700;
}
.box-plan .box-details-hr {
  margin-bottom: 2.5rem;
}
.box-plan .box-details-hr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-plan .box-details-hr {
  border-radius: 0.75rem;
}
.box-plan .box-details-hr {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.box-plan .box-details-hr {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.box-plan .box-details-hr {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.box-plan .box-details-hr {
  padding-top: 1rem;
}
.box-plan .box-details-hr li:first-child .item-value {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.box-plan .box-details-hr li:first-child .item-value .unit {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
.box-plan .box-details-hr li:last-child .item-value {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.box-plan .box-details-hr li:last-child .item-value .unit {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.box-plan .box-plan-grantee {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.box-plan .box-plan-grantee {
  display: flex;
}
.box-plan .box-plan-grantee {
  flex-direction: row;
}
.box-plan .box-plan-grantee {
  align-items: center;
}
.box-plan .box-plan-grantee {
  gap: 0.5rem;
}
.box-plan .box-plan-grantee {
  border-radius: 0.5rem;
}
.box-plan .box-plan-grantee {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.box-plan .box-plan-grantee {
  padding: 0.5rem;
}
.box-plan .box-plan-grantee {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .box-plan .box-plan-grantee {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.box-plan .box-plan-budgets {
  display: grid;
}
.box-plan .box-plan-budgets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-plan .box-plan-budgets {
  gap: 1rem;
}
.box-plan .box-plan-budgets li {
  display: flex;
}
.box-plan .box-plan-budgets li {
  flex-direction: row;
}
.box-plan .box-plan-budgets li {
  gap: 0.5rem;
}
.box-plan .box-plan-budgets .item-title {
  margin-bottom: 0.25rem;
}
.box-plan .box-plan-budgets .item-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.box-plan .box-plan-budgets .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-plan .box-plan-budgets .item-value {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.box-plan .box-plan-budgets .item-value {
  font-weight: 800;
}
.box-plan .box-plan-budgets .item-value .unit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.box-plan .box-plan-budgets .item-value .unit {
  font-weight: 400;
}
.box-plan .box-plan-budgets .item-value .unit {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-plan .progressbar {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.box-plan .btn {
  width: 100%;
}
.progressbar {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.progressbar .progressbar-line {
  position: absolute;
}
.progressbar .progressbar-line {
  top: 0px;
}
.progressbar .progressbar-line {
  bottom: 0px;
}
.progressbar .progressbar-line {
  right: 0.25rem;
}
.progressbar .progressbar-line {
  margin-top: auto;
  margin-bottom: auto;
}
.progressbar .progressbar-line {
  height: 0.75rem;
}
.progressbar .progressbar-line {
  border-radius: 0.5rem;
}
.progressbar .progressbar-line {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.progressbar .progressbar-line {
  --tw-gradient-from: #2F80E9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 128 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.progressbar .progressbar-line {
  --tw-gradient-to: #2AE1C2 var(--tw-gradient-to-position);
}
.progressbar .progressbar-icon {
  position: absolute;
}
.progressbar .progressbar-icon {
  top: 0px;
}
.progressbar .progressbar-icon {
  bottom: 0px;
}
.progressbar .progressbar-icon {
  margin-top: auto;
  margin-bottom: auto;
}
.progressbar .progressbar-icon {
  display: flex;
}
.progressbar .progressbar-icon {
  height: 2.5rem;
}
.progressbar .progressbar-icon {
  width: 2.5rem;
}
.progressbar .progressbar-icon {
  align-items: center;
}
.progressbar .progressbar-icon {
  justify-content: space-between;
}
.progressbar .progressbar-icon {
  border-radius: 9999px;
}
.progressbar .progressbar-icon {
  border-width: 4px;
}
.progressbar .progressbar-icon {
  --tw-border-opacity: 1;
  border-color: rgb(42 225 194 / var(--tw-border-opacity));
}
.progressbar .progressbar-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.progressbar .progressbar-icon img {
  margin-left: auto;
  margin-right: auto;
}
.progressbar .progressbar-icon img {
  display: block;
}
.box-details-2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.box-details-2 li {
  display: flex;
}
.box-details-2 li {
  flex-direction: row;
}
.box-details-2 li {
  justify-content: space-between;
}
.box-details-2 li {
  border-bottom-width: 1px;
}
.box-details-2 li {
  border-style: dashed;
}
.box-details-2 li {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.box-details-2 li {
  padding-bottom: 0.75rem;
}
.box-details-2 li:last-child {
  border-style: none;
}
.box-details-2 li .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-details-2 li .item-value {
  font-weight: 700;
}
/*
    ******************************** section-projects ********************************
 */
.box-project .box-link {
  position: absolute;
}
.box-project .box-link {
  top: 0px;
}
.box-project .box-link {
  left: 0px;
}
.box-project .box-link {
  z-index: 20;
}
.box-project .box-link {
  height: 100%;
}
.box-project .box-link {
  width: 100%;
}
.box-project .box-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.box-project .box-image-wrapper:before {
  position: absolute;
}
.box-project .box-image-wrapper:before {
  bottom: 0px;
}
.box-project .box-image-wrapper:before {
  left: 0px;
}
.box-project .box-image-wrapper:before {
  z-index: 20;
}
.box-project .box-image-wrapper:before {
  height: 100%;
}
.box-project .box-image-wrapper:before {
  width: 100%;
}
.box-project .box-image-wrapper:before {
  border-bottom-left-radius: 0.5rem;
}
.box-project .box-image-wrapper:before {
  border-bottom-right-radius: 0.5rem;
}
.box-project .box-image-wrapper:before {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.box-project .box-image-wrapper:before {
  --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);
}
.box-project .box-image-wrapper:before {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.box-project .box-image-wrapper:before {
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
}
.box-project .box-image-wrapper:before {
  --tw-content: '';
  content: var(--tw-content);
}
.box-project .box-image-wrapper .box-title {
  position: absolute;
}
.box-project .box-image-wrapper .box-title {
  bottom: 1.25rem;
}
.box-project .box-image-wrapper .box-title {
  z-index: 30;
}
.box-project .box-image-wrapper .box-title {
  width: 100%;
}
.box-project .box-image-wrapper .box-title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.box-project .box-image-wrapper .box-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.box-project .box-image-wrapper .box-title {
  font-weight: 700;
}
.box-project .box-image-wrapper .box-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.box-project .box-image-wrapper .box-image {
  height: 12rem;
}
.box-project .box-image-wrapper .box-image {
  width: 100%;
}
.box-project .box-image-wrapper .box-image {
  border-radius: 0.5rem;
}
.box-project .box-image-wrapper .box-image {
  object-fit: cover;
}
@media (min-width: 1024px) {

  .box-project .box-image-wrapper .box-image {
    height: 16rem;
  }
}
.box-project.disable .box-image-wrapper:after {
  position: absolute;
}
.box-project.disable .box-image-wrapper:after {
  left: 0px;
}
.box-project.disable .box-image-wrapper:after {
  top: 0px;
}
.box-project.disable .box-image-wrapper:after {
  z-index: 10;
}
.box-project.disable .box-image-wrapper:after {
  height: 100%;
}
.box-project.disable .box-image-wrapper:after {
  width: 100%;
}
.box-project.disable .box-image-wrapper:after {
  border-radius: 0.5rem;
}
.box-project.disable .box-image-wrapper:after {
  background-color: rgb(226 232 240 / 0.75);
}
.box-project.disable .box-image-wrapper:after {
  --tw-content: '';
  content: var(--tw-content);
}
/* box-label */
.box-labels {
  position: absolute;
  top: 1.25rem;
  left: -0.5rem;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.box-label {
  position: relative;
  display: inline-flex;
  min-width: 8rem;
  align-items: center;
  gap: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.box-label img {
  height: 1.5rem;
}
.box-label img {
  width: 1.5rem;
}
.box-label img {
  object-fit: contain;
}
.box-label:after {
  position: absolute;
}
.box-label:after {
  top: 100%;
}
.box-label:after {
  left: 0px;
}
.box-label:after {
  bottom: 0px;
}
.box-label:after {
  height: 0px;
}
.box-label:after {
  width: 0px;
}
.box-label:after {
  border-top-width: 10px;
}
.box-label:after {
  border-left-width: 10px;
}
.box-label:after {
  border-left-color: transparent;
}
.box-label:after {
  --tw-content: '';
  content: var(--tw-content);
}
.box-label.label-red {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.box-label.label-red {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.box-label.label-red {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.box-label.label-red {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.box-label.label-red:after {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.box-label.label-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.box-label.label-orange {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.box-label.label-orange {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.box-label.label-orange {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.box-label.label-orange:after {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.box-label.label-green {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.box-label.label-green {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.box-label.label-green {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.box-label.label-green {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.box-label.label-green:after {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
}
/* label-circle */
.label-circle {
  position: absolute;
  z-index: 20;
  display: flex;
  height: 9rem;
  width: 9rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.label-circle .title {
  margin-bottom: 0.5rem;
}
.label-circle .title {
  border-bottom-width: 1px;
}
.label-circle .title {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.label-circle .title {
  padding-bottom: 0.5rem;
}
.label-circle .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.label-circle .description {
  font-weight: 800;
}
.label-circle.label-finish {
  top: 1.25rem;
}
.label-circle.label-finish {
  left: 1.25rem;
}
.label-circle.label-finish {
  --tw-rotate: -12deg;
  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));
}
.label-circle.label-finish {
  background-image: url('../img/img-circle-gray.svg');
}
.label-circle.label-finish {
  background-size: contain;
}
.label-circle.label-finish {
  background-repeat: no-repeat;
}
.label-circle.label-discount {
  top: 1.25rem;
}
.label-circle.label-discount {
  right: 1.25rem;
}
.label-circle.label-discount {
  --tw-rotate: 12deg;
  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));
}
.label-circle.label-discount {
  background-image: url('../img/img-circle-red.svg');
}
.label-circle.label-discount {
  background-size: contain;
}
.label-circle.label-discount {
  background-repeat: no-repeat;
}
.label-circle.label-discount .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* box-details-hr */
.box-details-hr {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.box-details-hr .item-detail {
  display: flex;
}
.box-details-hr .item-detail {
  flex-direction: column;
}
.box-details-hr .item-detail {
  gap: 0.5rem;
}
.box-details-hr .item-detail {
  border-left-width: 1px;
}
.box-details-hr .item-detail {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.box-details-hr .item-detail {
  text-align: center;
}
.box-details-hr .item-detail:last-child {
  border-style: none;
}
.box-details-hr .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-details-hr .item-value {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.box-details-hr .item-value {
  font-weight: 800;
}
.box-details-hr .item-value {
  display: flex;
}
.box-details-hr .item-value {
  flex-direction: row;
}
.box-details-hr .item-value {
  align-items: center;
}
.box-details-hr .item-value {
  justify-content: center;
}
.box-details-hr .item-value {
  gap: 0.25rem;
}
.box-details-hr .unit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.box-details-hr .unit {
  font-weight: 400;
}
.box-details-hr .unit {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.box-details-hr.no-border .item-detail {
  border-style: none;
}
.box-project .box-details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .box-project .box-details {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
/* box-details */
.box-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.box-details li {
  display: flex;
}
.box-details li {
  flex-direction: row;
}
.box-details li {
  align-items: center;
}
.box-details li {
  gap: 0.5rem;
}
/*
    ******************************** section-logo ********************************
 */
#carousel-logo {
  text-align: center;
}
#carousel-logo img {
  margin-left: auto;
  margin-right: auto;
  height: 7rem;
  width: 10rem;
  object-fit: contain;
  object-position: center;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#carousel-logo img:hover {
  --tw-grayscale: grayscale(0);
  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);
}
/*
    ******************************** footer ********************************
 */
#footer {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {

  #footer {
    margin-top: 5rem;
  }
}
#footer-top {
  position: relative;
  top: -2.5rem;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --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);
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 1024px) {

  #footer-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
#footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 1024px) {

  #footer-top {
    flex-direction: row;
    text-align: right;
  }
}
#footer-top .box-icon-text {
  display: flex;
}
#footer-top .box-icon-text {
  flex-direction: column;
}
#footer-top .box-icon-text {
  align-items: center;
}
#footer-top .box-icon-text {
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  #footer-top .box-icon-text {
    flex-direction: row;
  }
}
#footer-top .box-icon-text .box-icon {
  height: 6rem;
}
#footer-top .box-icon-text .box-icon {
  width: 6rem;
}
@media (min-width: 1024px) {

  #footer-top .box-icon-text .box-icon {
    height: 8rem;
  }
}
@media (min-width: 1024px) {

  #footer-top .box-icon-text .box-icon {
    width: 8rem;
  }
}
#footer-top .box-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
#footer-top .box-title {
  --tw-text-opacity: 1;
  color: rgb(38 50 98 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  #footer-top .box-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#footer-top .box-description {
  margin-top: 1.25rem;
}
#footer-top .box-description {
  max-width: 32rem;
}
#footer-top .box-description {
  line-height: 2rem;
}
#footer-main {
  display: grid;
  min-height: 20rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {

  #footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}
.box-footer .box-title {
  margin-bottom: 2rem;
}
.box-footer .box-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.box-footer .box-title {
  font-weight: 800;
}
.box-footer .box-title {
  --tw-text-opacity: 1;
  color: rgb(38 50 98 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .box-footer .box-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#box-footer-about .box-text {
  line-height: 2rem;
}
.list-contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.list-contact li {
  display: flex;
}
.list-contact li {
  flex-direction: row;
}
.list-contact li {
  gap: 0.5rem;
}
.list-contact .item-title {
  margin-bottom: 0.25rem;
}
.list-contact .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.list-contact .item-value {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-contact .item-value {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.list-contact .item-value a {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.list-contact .item-value a:visited {
  color: rgb(71 85 105 );
}
.list-contact .item-value a:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.list-trust-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.list-trust-logo img {
  margin-left: auto;
  margin-right: auto;
}
.list-trust-logo img {
  display: block;
}
.list-social-links {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.list-social-links a {
  opacity: 0.8;
}
.list-social-links a:hover {
  opacity: 1;
}
#footer-bottom {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  #footer-bottom {
    margin-top: 2.5rem;
    flex-direction: row;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#footer-bottom {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
#footer-bottom .footer-copyright {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.list-footer-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .list-footer-links {
    flex-direction: row;
    gap: 2rem;
    text-align: right;
  }
}
.list-footer-links a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-footer-links a:visited {
  color: rgb(71 85 105 );
}
.list-footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 233 / var(--tw-text-opacity));
}
/*
    ******************************** page ********************************
 */
#header-page {
  margin-top: 1rem;
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  --tw-gradient-from: #2F80E9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 128 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #355CE2 var(--tw-gradient-to-position);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  #header-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#header-page .container {
  display: flex;
}
#header-page .container {
  min-height: 10rem;
}
#header-page .container {
  flex-direction: column;
}
#header-page .container {
  align-items: center;
}
#header-page .container {
  justify-content: center;
}
#header-page .container {
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  #header-page .container {
    gap: 2rem;
  }
}
#header-page .page-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  #header-page .page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#header-page .page-description {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
#section-page-content {
  min-height: 24rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  #section-page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page-text {
  font-size: 1.125rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
/*
    ******************************** page-plan ********************************
 */
.list-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.list-features li {
  display: flex;
}
.list-features li {
  flex-direction: column;
}
.list-features li {
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  .list-features li {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  .list-features li {
    align-items: center;
  }
}
.list-features .circle-icon-wrapper {
  height: 4rem;
}
.list-features .circle-icon-wrapper {
  width: 4rem;
}
.list-features .item-title {
  margin-bottom: 0.5rem;
}
.list-features .item-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.list-features .item-value {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-features .item-value {
  font-weight: 700;
}
.list-features .item-value {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

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

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

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

  .lg\:top-auto {
    top: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:min-w-80 {
    min-width: 20rem;
  }

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

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

  .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\:items-center {
    align-items: center;
  }

  .lg\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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




