@charset "UTF-8";
/*
** Tailwind directives for each of Tailwind’s layers to main CSS file
*/
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  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 */
}
html {
  scroll-behavior: smooth;
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 16px !important;
}
.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.-me-4 {
  margin-inline-end: -32px !important;
}
.-ms-3 {
  margin-inline-start: -24px !important;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-0\.5 {
  margin-top: -4px;
}
.-mt-10 {
  margin-top: -80px !important;
}
.-mt-5 {
  margin-top: -40px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 8px !important;
}
.mb-10 {
  margin-bottom: 80px !important;
}
.mb-2 {
  margin-bottom: 16px !important;
}
.mb-3 {
  margin-bottom: 24px !important;
}
.mb-4 {
  margin-bottom: 32px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-6 {
  margin-bottom: 48px !important;
}
.mb-8 {
  margin-bottom: 64px !important;
}
.me-1 {
  margin-inline-end: 8px !important;
}
.me-3 {
  margin-inline-end: 24px !important;
}
.ms-1 {
  margin-inline-start: 8px !important;
}
.ms-12 {
  margin-inline-start: 96px !important;
}
.ms-2 {
  margin-inline-start: 16px !important;
}
.mt-1 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 80px !important;
}
.mt-12 {
  margin-top: 96px !important;
}
.mt-15 {
  margin-top: 120px !important;
}
.mt-2 {
  margin-top: 16px !important;
}
.mt-3 {
  margin-top: 24px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-7 {
  margin-top: 56px !important;
}
.mt-8 {
  margin-top: 64px !important;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.w-auto {
  width: auto;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.items-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.border-0 {
  border-width: 0px;
}
.bg-scroll {
  background-attachment: scroll;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 16px !important;
}
.p-3 {
  padding: 24px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-2 {
  padding-bottom: 16px !important;
}
.pb-3 {
  padding-bottom: 24px !important;
}
.pb-4 {
  padding-bottom: 32px !important;
}
.pe-0 {
  padding-inline-end: 0px;
}
.pe-3 {
  padding-inline-end: 24px !important;
}
.pe-4 {
  padding-inline-end: 32px !important;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 32px !important;
}
.ps-0 {
  padding-inline-start: 0px;
}
.ps-1 {
  padding-inline-start: 8px !important;
}
.ps-4 {
  padding-inline-start: 32px !important;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 80px !important;
}
.pt-2 {
  padding-top: 16px !important;
}
.pt-3 {
  padding-top: 24px !important;
}
.pt-4 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 320px !important;
}
.pt-5 {
  padding-top: 40px !important;
}
.pt-6 {
  padding-top: 48px !important;
}
.pt-8 {
  padding-top: 64px !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.overline {
  text-decoration-line: overline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
** RTL Mixins including margin, pading, position, border and border radius
** See documentation https://www.npmjs.com/package/rtl-sass
*/
/*
** An easy way to use Google's Material Design color palette on your project.
** See documentation https://www.npmjs.com/package/sass-material-colors
*/
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
/*
** Variables, Functions and Mixins
*/
/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
/* Text color palette */
/* Divider color palette */
/* Background color palette */
/* 
** Custom property dark and ligth mode
*/
/* 
** Custom property for rtl
*/
/* Custom shadows */
/* Global Splide Pagination */
/** spacing funcation
** Sample 1: margin-left: spacing(5);
** Sample 2: @include margin-left(spacing(5));
**/
/* See full documentation at:
** https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
*/
.use-text-title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  .use-text-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  .use-text-title {
    font-size: 28px;
    line-height: 44px;
  }
}
.use-text-title2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: var(--font-bold);
}

@media (max-width: 959px) {
  .use-text-title2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 599px) {
  .use-text-title2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.use-text-subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  .use-text-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  .use-text-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.use-text-subtitle2 {
  font-weight: var(--font-regular);
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 959px) {
  .use-text-subtitle2 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 599px) {
  .use-text-subtitle2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.use-text-paragraph {
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
}

.use-text-caption {
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 599px) {
  .use-text-caption {
    font-size: 14px;
    line-height: 22px;
  }
}
.use-text-title-primary {
  font-size: 48px;
  line-height: 62px;
  text-transform: "capitalize";
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.theme--dark .use-text-title-primary {
  color: rgb(var(--v-theme-primarylight));
}

.theme--light .use-text-title-primary {
  color: rgb(var(--v-theme-primarydark));
}

.use-text-title-secondary {
  font-size: 48px;
  line-height: 62px;
  text-transform: "capitalize";
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.theme--dark .use-text-title-secondary {
  color: rgb(var(--v-theme-secondarylight));
}

.theme--light .use-text-title-secondary {
  color: rgb(var(--v-theme-secondarydark));
}

.theme--dark .use-text-primary {
  color: rgb(var(--v-theme-primarylight));
}

.theme--light .use-text-primary {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .use-text-secondary {
  color: rgb(var(--v-theme-secondarylight));
}

.theme--light .use-text-secondary {
  color: rgb(var(--v-theme-secondarydark));
}

.use-text-bold {
  font-weight: var(--font-bold) !important;
}

.use-text-medium {
  font-weight: var(--font-medium) !important;
}

.use-text-regular {
  font-weight: var(--font-regular) !important;
}

.use-text-primary-color {
  color: rgb(var(--v-theme-primary));
}

.use-text-secondary-color {
  color: rgb(var(--v-theme-secondary));
}

.use-text-accent-color {
  color: rgb(var(--v-theme-accent));
}
.slick-dots {display:none;}
.use-text-grd-primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-double-light,
.theme--light #cv-about .use-text-grd-double-custom,
.theme--light #avatar-about .use-text-grd-double-custom {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-double-main,
.theme--dark #cv-about .use-text-grd-double-custom,
.theme--dark #avatar-about .use-text-grd-double-custom {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-triple-light,
.theme--light #hero-banner .use-text-grd-triple-custom,
.theme--dark #portfolio-detail .use-text-grd-triple-custom,
.theme--light .service-style .use-text-grd-triple-custom,
.theme--light #company-about .use-text-grd-triple-custom,
.theme--light #cv-pricing .use-text-grd-triple-custom,
.theme--light #nft2-trending .use-text-grd-triple-custom,
.theme--dark #nft2-banner-slider .use-theme--grd-text,
.theme--light #nft-trending .use-text-grd-triple-custom,
.theme--dark #nft-banner-slider .use-theme--grd-text,
.theme--light #fintech-feature .use-text-grd-triple-custom,
.theme--dark #fintech-banner-slider .use-theme--grd-text,
.theme--light #wallet-feature .use-text-grd-triple-custom,
.theme--dark #wallet-banner-slider .use-theme--grd-text,
.theme--light #blockchain-feature .use-text-grd-triple-custom,
.theme--dark #blockchain-banner-slider .use-theme--grd-text,
.theme--light #ai-community .use-text-grd-triple-custom,
.theme--light #ai-feature .use-text-grd-triple-custom,
.theme--dark #ai-banner-slider .use-theme--grd-text {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-triple-main,
.theme--dark #company-about .use-text-grd-triple-custom,
.theme--dark #cv-pricing .use-text-grd-triple-custom,
.theme--dark #nft2-trending .use-text-grd-triple-custom,
.theme--light #nft2-banner-slider .use-theme--grd-text,
.theme--dark #nft-trending .use-text-grd-triple-custom,
.theme--light #nft-banner-slider .use-theme--grd-text,
.theme--dark #fintech-feature .use-text-grd-triple-custom,
.theme--light #fintech-banner-slider .use-theme--grd-text,
.theme--dark #wallet-feature .use-text-grd-triple-custom,
.theme--light #wallet-banner-slider .use-theme--grd-text,
.theme--dark #blockchain-feature .use-text-grd-triple-custom,
.theme--light #blockchain-banner-slider .use-theme--grd-text,
.theme--dark #ai-feature .use-text-grd-triple-custom,
.theme--light #ai-banner-slider .use-theme--grd-text {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-triple-dark,
.theme--dark #hero-banner .use-text-grd-triple-custom,
.theme--light #portfolio-detail .use-text-grd-triple-custom,
.theme--dark .service-style .use-text-grd-triple-custom,
.theme--dark #ai-community .use-text-grd-triple-custom {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme--dark .use-text-grd-triple-auto {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme--light .use-text-grd-triple-auto {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-success {
  background-image: linear-gradient(153deg, #84ff95 0%, #006064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-error {
  background-image: linear-gradient(153deg, #ffbaba 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-pending {
  background-image: linear-gradient(153deg, #ffea84 0%, #ff9000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-text-grd-disabled {
  background-image: linear-gradient(153deg, #ffea84 0%, #ff9000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-bg-primary-main {
  background-color: rgb(var(--v-theme-primary));
  color: #fff;
}

.use-bg-primary-light {
  background-color: rgb(var(--v-theme-primarylight));
  color: rgb(var(--v-theme-primarydark));
}

.use-bg-primary-dark {
  background-color: rgb(var(--v-theme-primarydark));
  color: #fff;
}

.use-bg-secondary-main {
  background-color: rgb(var(--v-theme-secondary));
  color: #fff;
}

.use-bg-secondary-light {
  background-color: rgb(var(--v-theme-secondarylight));
  color: rgb(var(--v-theme-secondarydark));
}

.use-bg-secondary-dark {
  background-color: rgb(var(--v-theme-secondarydark));
  color: #fff;
}

.use-bg-accent-main {
  background-color: rgb(var(--v-theme-accent));
  color: #fff;
}

.use-bg-accent-light {
  background-color: rgb(var(--v-theme-accentlight));
  color: rgb(var(--v-theme-accentdark));
}

.use-bg-accent-dark {
  background-color: rgb(var(--v-theme-accentdark));
  color: #fff;
}

.use-bg-accent2-main {
  background-color: #00bcd4;
  color: #fff;
}

.use-bg-accent2-light {
  background-color: #b2ebf2;
  color: #006064;
}

.use-bg-accent2-dark {
  background-color: #00838f;
  color: #fff;
}

@media (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .show-lg-down {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .show-md-down {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .show-sm-down {
    display: none !important;
  }
}
@media (max-width: 1535px) {
  .show-xl-up {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .show-lg-up {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .show-md-up {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .show-sm-up {
    display: none !important;
  }
}
.show-lg {
  display: none !important;
}

@media (min-width: 1536px) and (max-width: 1279px) {
  .show-lg {
    display: block !important;
  }
}
.show-md {
  display: none !important;
}

@media (min-width: 1280px) and (max-width: 959px) {
  .show-md {
    display: block !important;
  }
}
.show-sm {
  display: none !important;
}

@media (min-width: 960px) and (max-width: 599px) {
  .show-sm {
    display: block !important;
  }
}
.v-locale--is-rtl .use-rtl-flip {
  transform: scale(-1);
}

.page-fadeUp-transition-enter {
  opacity: 0;
}

.page-fadeUp-transition-enter-active {
  opacity: 1;
  transition: opacity 400ms, transform 400ms;
}

.page-fadeUp-transition-exit {
  opacity: 1;
}

/*
** theme color var
*/
.cyber-var {
  --v-theme-anchor-base: 0, 229, 255;
  --v-theme-primarylight: 209, 196, 233;
  --v-theme-primary: 101, 31, 255;
  --v-theme-primarydark: 49, 27, 146;
  --v-theme-secondarylight: 132, 255, 255;
  --v-theme-secondary: 0, 229, 255;
  --v-theme-secondarydark: 0, 96, 100;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 255, 64, 129;
  --v-theme-accentdark: 216, 27, 96;
}

.cyber-var .v-theme--light,
.cyber-var .v-theme--dark {
  --v-theme-anchor-base: 0, 229, 255;
  --v-theme-primarylight: 209, 196, 233;
  --v-theme-primary: 101, 31, 255;
  --v-theme-primarydark: 49, 27, 146;
  --v-theme-secondarylight: 132, 255, 255;
  --v-theme-secondary: 0, 229, 255;
  --v-theme-secondarydark: 0, 96, 100;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 255, 64, 129;
  --v-theme-accentdark: 216, 27, 96;
}

.cartoon-var {
  --v-theme-anchor-base: 255, 214, 0;
  --v-theme-primarylight: 209, 196, 233;
  --v-theme-primary: 101, 31, 255;
  --v-theme-primarydark: 49, 27, 146;
  --v-theme-secondarylight: 255, 255, 141;
  --v-theme-secondary: 255, 214, 0;
  --v-theme-secondarydark: 245, 127, 23;
  --v-theme-accentlight: 178, 223, 219;
  --v-theme-accent: 29, 233, 182;
  --v-theme-accentdark: 0, 105, 92;
}

.cartoon-var .v-theme--light,
.cartoon-var .v-theme--dark {
  --v-theme-anchor-base: 255, 214, 0;
  --v-theme-primarylight: 209, 196, 233;
  --v-theme-primary: 101, 31, 255;
  --v-theme-primarydark: 49, 27, 146;
  --v-theme-secondarylight: 255, 255, 141;
  --v-theme-secondary: 255, 214, 0;
  --v-theme-secondarydark: 245, 127, 23;
  --v-theme-accentlight: 178, 223, 219;
  --v-theme-accent: 29, 233, 182;
  --v-theme-accentdark: 0, 105, 92;
}

.future-var {
  --v-theme-anchor-base: 29, 233, 182;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 170, 0, 255;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 178, 223, 219;
  --v-theme-secondary: 29, 233, 182;
  --v-theme-secondarydark: 0, 105, 92;
  --v-theme-accentlight: 255, 205, 210;
  --v-theme-accent: 255, 82, 82;
  --v-theme-accentdark: 183, 28, 28;
}

.future-var .v-theme--light {
  --v-theme-anchor-base: 170, 0, 255;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 170, 0, 255;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 178, 223, 219;
  --v-theme-secondary: 29, 233, 182;
  --v-theme-secondarydark: 0, 105, 92;
  --v-theme-accentlight: 255, 205, 210;
  --v-theme-accent: 255, 82, 82;
  --v-theme-accentdark: 183, 28, 28;
}

.future-var .v-theme--dark {
  --v-theme-anchor-base: 29, 233, 182;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 170, 0, 255;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 178, 223, 219;
  --v-theme-secondary: 29, 233, 182;
  --v-theme-secondarydark: 0, 105, 92;
  --v-theme-accentlight: 255, 205, 210;
  --v-theme-accent: 255, 82, 82;
  --v-theme-accentdark: 183, 28, 28;
}

.violeta-var {
  --v-theme-anchor-base: 139, 195, 74;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 156, 39, 176;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 220, 237, 200;
  --v-theme-secondary: 139, 195, 74;
  --v-theme-secondarydark: 85, 139, 47;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 193, 7;
  --v-theme-accentdark: 255, 111, 0;
}

.violeta-var .v-theme--light,
.violeta-var .v-theme--dark {
  --v-theme-anchor-base: 139, 195, 74;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 156, 39, 176;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 220, 237, 200;
  --v-theme-secondary: 139, 195, 74;
  --v-theme-secondarydark: 85, 139, 47;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 193, 7;
  --v-theme-accentdark: 255, 111, 0;
}

.coinz-var {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 156, 39, 176;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 209, 196, 233;
  --v-theme-accent: 103, 58, 183;
  --v-theme-accentdark: 69, 39, 160;
}

.coinz-var .v-theme--light,
.coinz-var .v-theme--dark {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 225, 190, 231;
  --v-theme-primary: 156, 39, 176;
  --v-theme-primarydark: 106, 27, 154;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 209, 196, 233;
  --v-theme-accent: 103, 58, 183;
  --v-theme-accentdark: 69, 39, 160;
}

.rose-var {
  --v-theme-anchor-base: 255, 152, 0;
  --v-theme-primarylight: 248, 187, 208;
  --v-theme-primary: 233, 30, 99;
  --v-theme-primarydark: 173, 20, 87;
  --v-theme-secondarylight: 255, 224, 178;
  --v-theme-secondary: 255, 152, 0;
  --v-theme-secondarydark: 230, 81, 0;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 96, 100;
}

.rose-var .v-theme--light,
.rose-var .v-theme--dark {
  --v-theme-anchor-base: 255, 152, 0;
  --v-theme-primarylight: 248, 187, 208;
  --v-theme-primary: 233, 30, 99;
  --v-theme-primarydark: 173, 20, 87;
  --v-theme-secondarylight: 255, 224, 178;
  --v-theme-secondary: 255, 152, 0;
  --v-theme-secondarydark: 230, 81, 0;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 96, 100;
}

.vampire-var {
  --v-theme-anchor-base: 96, 125, 139;
  --v-theme-primarylight: 255, 235, 238;
  --v-theme-primary: 244, 67, 54;
  --v-theme-primarydark: 229, 57, 53;
  --v-theme-secondarylight: 236, 239, 241;
  --v-theme-secondary: 96, 125, 139;
  --v-theme-secondarydark: 69, 90, 100;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.vampire-var .v-theme--light,
.vampire-var .v-theme--dark {
  --v-theme-anchor-base: 96, 125, 139;
  --v-theme-primarylight: 255, 235, 238;
  --v-theme-primary: 244, 67, 54;
  --v-theme-primarydark: 229, 57, 53;
  --v-theme-secondarylight: 236, 239, 241;
  --v-theme-secondary: 96, 125, 139;
  --v-theme-secondarydark: 69, 90, 100;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.emperor-var {
  --v-theme-anchor-base: 255, 171, 0;
  --v-theme-primarylight: 255, 138, 128;
  --v-theme-primary: 255, 23, 68;
  --v-theme-primarydark: 183, 28, 28;
  --v-theme-secondarylight: 255, 229, 127;
  --v-theme-secondary: 255, 171, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 200, 230, 201;
  --v-theme-accent: 0, 230, 118;
  --v-theme-accentdark: 46, 125, 50;
}

.emperor-var .v-theme--light,
.emperor-var .v-theme--dark {
  --v-theme-anchor-base: 255, 171, 0;
  --v-theme-primarylight: 255, 138, 128;
  --v-theme-primary: 255, 23, 68;
  --v-theme-primarydark: 183, 28, 28;
  --v-theme-secondarylight: 255, 229, 127;
  --v-theme-secondary: 255, 171, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 200, 230, 201;
  --v-theme-accent: 0, 230, 118;
  --v-theme-accentdark: 46, 125, 50;
}

.sunrise-var {
  --v-theme-anchor: 255, 193, 7;
  --v-theme-primarylight: 187, 222, 251;
  --v-theme-primary: 33, 150, 243;
  --v-theme-primarydark: 21, 101, 192;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 193, 7;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 206, 147, 216;
  --v-theme-accent: 170, 0, 255;
  --v-theme-accentdark: 74, 20, 140;
}

.sunrise-var .v-theme--light,
.sunrise-var .v-theme--dark {
  --v-theme-anchor: 255, 193, 7;
  --v-theme-primarylight: 187, 222, 251;
  --v-theme-primary: 33, 150, 243;
  --v-theme-primarydark: 21, 101, 192;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 193, 7;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 206, 147, 216;
  --v-theme-accent: 170, 0, 255;
  --v-theme-accentdark: 74, 20, 140;
}

.cloud-var {
  --v-theme-anchor-base: 255, 152, 0;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 255, 224, 178;
  --v-theme-secondary: 255, 152, 0;
  --v-theme-secondarydark: 230, 81, 0;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.cloud-var .v-theme--light,
.cloud-var .v-theme--dark {
  --v-theme-anchor-base: 255, 152, 0;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 255, 224, 178;
  --v-theme-secondary: 255, 152, 0;
  --v-theme-secondarydark: 230, 81, 0;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.smart-var {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 178, 235, 242;
  --v-theme-primary: 0, 188, 212;
  --v-theme-primarydark: 0, 131, 143;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.smart-var .v-theme--light,
.smart-var .v-theme--dark {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 178, 235, 242;
  --v-theme-primary: 0, 188, 212;
  --v-theme-primarydark: 0, 131, 143;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.fresh-var {
  --v-theme-anchor-base: 76, 175, 80;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 200, 230, 201;
  --v-theme-secondary: 76, 175, 80;
  --v-theme-secondarydark: 27, 94, 32;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.fresh-var .v-theme--light,
.fresh-var .v-theme--dark {
  --v-theme-anchor-base: 76, 175, 80;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 200, 230, 201;
  --v-theme-secondary: 76, 175, 80;
  --v-theme-secondarydark: 27, 94, 32;
  --v-theme-accentlight: 248, 187, 208;
  --v-theme-accent: 233, 30, 99;
  --v-theme-accentdark: 173, 20, 87;
}

.mint-var {
  --v-theme-anchor-base: 76, 175, 80;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 200, 230, 201;
  --v-theme-secondary: 76, 175, 80;
  --v-theme-secondarydark: 46, 125, 50;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 131, 143;
}

.mint-var .v-theme--light,
.mint-var .v-theme--dark {
  --v-theme-anchor-base: 76, 175, 80;
  --v-theme-primarylight: 179, 229, 252;
  --v-theme-primary: 3, 169, 244;
  --v-theme-primarydark: 1, 87, 155;
  --v-theme-secondarylight: 200, 230, 201;
  --v-theme-secondary: 76, 175, 80;
  --v-theme-secondarydark: 46, 125, 50;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 131, 143;
}

.queen-var {
  --v-theme-anchor-base: 240, 98, 146;
  --v-theme-primarylight: 224, 247, 250;
  --v-theme-primary: 0, 188, 212;
  --v-theme-primarydark: 0, 96, 100;
  --v-theme-secondarylight: 252, 228, 236;
  --v-theme-secondary: 240, 98, 146;
  --v-theme-secondarydark: 173, 20, 87;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.queen-var .v-theme--light,
.queen-var .v-theme--dark {
  --v-theme-anchor-base: 240, 98, 146;
  --v-theme-primarylight: 224, 247, 250;
  --v-theme-primary: 0, 188, 212;
  --v-theme-primarydark: 0, 96, 100;
  --v-theme-secondarylight: 252, 228, 236;
  --v-theme-secondary: 240, 98, 146;
  --v-theme-secondarydark: 173, 20, 87;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.oceanBlue-var {
  --v-theme-anchor-base: 0, 188, 212;
  --v-theme-primarylight: 187, 222, 251;
  --v-theme-primary: 33, 150, 243;
  --v-theme-primarydark: 13, 71, 161;
  --v-theme-secondarylight: 178, 235, 242;
  --v-theme-secondary: 0, 188, 212;
  --v-theme-secondarydark: 0, 96, 100;
  --v-theme-accentlight: 237, 231, 246;
  --v-theme-accent: 101, 31, 255;
  --v-theme-accentdark: 69, 39, 160;
}

.oceanBlue-var .v-theme--light,
.oceanBlue-var .v-theme--dark {
  --v-theme-anchor-base: 0, 188, 212;
  --v-theme-primarylight: 187, 222, 251;
  --v-theme-primary: 33, 150, 243;
  --v-theme-primarydark: 13, 71, 161;
  --v-theme-secondarylight: 178, 235, 242;
  --v-theme-secondary: 0, 188, 212;
  --v-theme-secondarydark: 0, 96, 100;
  --v-theme-accentlight: 237, 231, 246;
  --v-theme-accent: 101, 31, 255;
  --v-theme-accentdark: 69, 39, 160;
}

.deepBlue-var {
  --v-theme-anchor-base: 3, 169, 244;
  --v-theme-primarylight: 232, 234, 246;
  --v-theme-primary: 63, 81, 181;
  --v-theme-primarydark: 40, 53, 147;
  --v-theme-secondarylight: 225, 245, 254;
  --v-theme-secondary: 3, 169, 244;
  --v-theme-secondarydark: 2, 119, 189;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.deepBlue-var .v-theme--light,
.deepBlue-var .v-theme--dark {
  --v-theme-anchor-base: 3, 169, 244;
  --v-theme-primarylight: 232, 234, 246;
  --v-theme-primary: 63, 81, 181;
  --v-theme-primarydark: 40, 53, 147;
  --v-theme-secondarylight: 225, 245, 254;
  --v-theme-secondary: 3, 169, 244;
  --v-theme-secondarydark: 2, 119, 189;
  --v-theme-accentlight: 197, 202, 233;
  --v-theme-accent: 48, 79, 254;
  --v-theme-accentdark: 26, 35, 126;
}

.leaf-var {
  --v-theme-anchor-base: 96, 125, 139;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 27, 94, 32;
  --v-theme-secondarylight: 207, 216, 220;
  --v-theme-secondary: 96, 125, 139;
  --v-theme-secondarydark: 55, 71, 79;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 96, 100;
}

.leaf-var .v-theme--light,
.leaf-var .v-theme--dark {
  --v-theme-anchor-base: 96, 125, 139;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 27, 94, 32;
  --v-theme-secondarylight: 207, 216, 220;
  --v-theme-secondary: 96, 125, 139;
  --v-theme-secondarydark: 55, 71, 79;
  --v-theme-accentlight: 178, 235, 242;
  --v-theme-accent: 0, 188, 212;
  --v-theme-accentdark: 0, 96, 100;
}

.money-var {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 46, 125, 50;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 187, 222, 251;
  --v-theme-accent: 33, 150, 243;
  --v-theme-accentdark: 13, 71, 161;
}

.money-var .v-theme--light,
.money-var .v-theme--dark {
  --v-theme-anchor-base: 255, 160, 0;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 46, 125, 50;
  --v-theme-secondarylight: 255, 236, 179;
  --v-theme-secondary: 255, 160, 0;
  --v-theme-secondarydark: 255, 111, 0;
  --v-theme-accentlight: 187, 222, 251;
  --v-theme-accent: 33, 150, 243;
  --v-theme-accentdark: 13, 71, 161;
}

.botani-var {
  --v-theme-anchor: 76, 175, 80;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 46, 125, 50;
  --v-theme-secondarylight: 252, 228, 236;
  --v-theme-secondary: 240, 98, 146;
  --v-theme-secondarydark: 173, 20, 87;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 160, 0;
  --v-theme-accentdark: 255, 111, 0;
}

.botani-var .v-theme--light,
.botani-var .v-theme--dark {
  --v-theme-anchor: 76, 175, 80;
  --v-theme-primarylight: 200, 230, 201;
  --v-theme-primary: 76, 175, 80;
  --v-theme-primarydark: 46, 125, 50;
  --v-theme-secondarylight: 252, 228, 236;
  --v-theme-secondary: 240, 98, 146;
  --v-theme-secondarydark: 173, 20, 87;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 160, 0;
  --v-theme-accentdark: 255, 111, 0;
}

.sport-var {
  --v-theme-anchor-base: 213, 0, 249;
  --v-theme-primarylight: 204, 255, 144;
  --v-theme-primary: 85, 187, 19;
  --v-theme-primarydark: 51, 105, 30;
  --v-theme-secondarylight: 206, 147, 216;
  --v-theme-secondary: 213, 0, 249;
  --v-theme-secondarydark: 106, 27, 154;
  --v-theme-accentlight: 132, 255, 255;
  --v-theme-accent: 0, 229, 255;
  --v-theme-accentdark: 0, 96, 100;
}

.sport-var .v-theme--light,
.sport-var .v-theme--dark {
  --v-theme-anchor-base: 213, 0, 249;
  --v-theme-primarylight: 204, 255, 144;
  --v-theme-primary: 85, 187, 19;
  --v-theme-primarydark: 51, 105, 30;
  --v-theme-secondarylight: 206, 147, 216;
  --v-theme-secondary: 213, 0, 249;
  --v-theme-secondarydark: 106, 27, 154;
  --v-theme-accentlight: 132, 255, 255;
  --v-theme-accent: 0, 229, 255;
  --v-theme-accentdark: 0, 96, 100;
}

.kingdom-var {
  --v-theme-anchor-base: 244, 67, 54;
  --v-theme-primarylight: 255, 209, 128;
  --v-theme-primary: 255, 109, 0;
  --v-theme-primarydark: 230, 81, 0;
  --v-theme-secondarylight: 255, 235, 238;
  --v-theme-secondary: 244, 67, 54;
  --v-theme-secondarydark: 229, 57, 53;
  --v-theme-accentlight: 239, 235, 233;
  --v-theme-accent: 141, 110, 99;
  --v-theme-accentdark: 78, 52, 46;
}

.kingdom-var .v-theme--light,
.kingdom-var .v-theme--dark {
  --v-theme-anchor-base: 244, 67, 54;
  --v-theme-primarylight: 255, 209, 128;
  --v-theme-primary: 255, 109, 0;
  --v-theme-primarydark: 230, 81, 0;
  --v-theme-secondarylight: 255, 235, 238;
  --v-theme-secondary: 244, 67, 54;
  --v-theme-secondarydark: 229, 57, 53;
  --v-theme-accentlight: 239, 235, 233;
  --v-theme-accent: 141, 110, 99;
  --v-theme-accentdark: 78, 52, 46;
}

.vintage-var {
  --v-theme-anchor-base: 0, 150, 136;
  --v-theme-primarylight: 255, 241, 118;
  --v-theme-primary: 249, 168, 37;
  --v-theme-primarydark: 245, 127, 23;
  --v-theme-secondarylight: 178, 223, 219;
  --v-theme-secondary: 0, 150, 136;
  --v-theme-secondarydark: 0, 77, 64;
  --v-theme-accentlight: 215, 204, 200;
  --v-theme-accent: 141, 110, 99;
  --v-theme-accentdark: 78, 52, 46;
}

.vintage-var .v-theme--light,
.vintage-var .v-theme--dark {
  --v-theme-anchor-base: 0, 150, 136;
  --v-theme-primarylight: 255, 241, 118;
  --v-theme-primary: 249, 168, 37;
  --v-theme-primarydark: 245, 127, 23;
  --v-theme-secondarylight: 178, 223, 219;
  --v-theme-secondary: 0, 150, 136;
  --v-theme-secondarydark: 0, 77, 64;
  --v-theme-accentlight: 215, 204, 200;
  --v-theme-accent: 141, 110, 99;
  --v-theme-accentdark: 78, 52, 46;
}

.brown-var {
  --v-theme-anchor-base: 121, 72, 72;
  --v-theme-primarylight: 215, 204, 200;
  --v-theme-primary: 121, 85, 72;
  --v-theme-primarydark: 78, 52, 46;
  --v-theme-secondarylight: 204, 176, 176;
  --v-theme-secondary: 121, 72, 72;
  --v-theme-secondarydark: 62, 39, 35;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 193, 7;
  --v-theme-accentdark: 255, 111, 0;
}

.brown-var .v-theme--light,
.brown-var .v-theme--dark {
  --v-theme-anchor-base: 121, 72, 72;
  --v-theme-primarylight: 215, 204, 200;
  --v-theme-primary: 121, 85, 72;
  --v-theme-primarydark: 78, 52, 46;
  --v-theme-secondarylight: 204, 176, 176;
  --v-theme-secondary: 121, 72, 72;
  --v-theme-secondarydark: 62, 39, 35;
  --v-theme-accentlight: 255, 236, 179;
  --v-theme-accent: 255, 193, 7;
  --v-theme-accentdark: 255, 111, 0;
}

.cake-var {
  --v-theme-anchor-base: 244, 67, 54;
  --v-theme-primarylight: 215, 204, 200;
  --v-theme-primary: 121, 85, 72;
  --v-theme-primarydark: 78, 52, 46;
  --v-theme-secondarylight: 239, 154, 154;
  --v-theme-secondary: 244, 67, 54;
  --v-theme-secondarydark: 183, 28, 28;
  --v-theme-accentlight: 197, 225, 165;
  --v-theme-accent: 104, 159, 56;
  --v-theme-accentdark: 51, 105, 30;
}

.cake-var .v-theme--light,
.cake-var .v-theme--dark {
  --v-theme-anchor-base: 244, 67, 54;
  --v-theme-primarylight: 215, 204, 200;
  --v-theme-primary: 121, 85, 72;
  --v-theme-primarydark: 78, 52, 46;
  --v-theme-secondarylight: 239, 154, 154;
  --v-theme-secondary: 244, 67, 54;
  --v-theme-secondarydark: 183, 28, 28;
  --v-theme-accentlight: 197, 225, 165;
  --v-theme-accent: 104, 159, 56;
  --v-theme-accentdark: 51, 105, 30;
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0) {
  html {
    font-size: 16px;
  }
}
a {
  color: rgb(var(--v-theme-primary));
}

.toast:not(.show) {
  display: inherit;
}

.toast:not(.show) button {
  background: none;
}

.m-application h1,
.m-application h2,
.m-application h3,
.m-application h4,
.m-application h5,
.m-application h6 {
  margin: 0;
}

.m-application a:hover {
  text-decoration: none;
  color: rgb(var(--v-theme-primary));
}

.m-application figure {
  margin: 0;
}

.m-application .btn {
  font-weight: var(--font-medium);
}

.m-application .btn:not(.btn-flat):not(.btn-icon):not(.btn-outlined):hover {
  color: #fff;
}

.m-application .btn:not(.btn-flat):not(.btn-icon):not(.btn-outlined):focus {
  box-shadow: none;
}

.m-application .btn:not(.btn-flat):not(.btn-icon):not(.btn-outlined):active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.m-application .btn-icon:focus {
  background-color: transparent;
}

.m-application .btn-floating {
  background: none;
}

.m-application nav {
  box-shadow: none;
  background: none;
  width: auto;
  color: inherit;
}

.m-application nav i {
  height: auto;
  line-height: normal;
}

.m-application nav ul a:hover {
  background: none;
}

.m-application nav .sidenav-trigger {
  height: 36px;
}

.m-application--is-rtl {
  text-align: right;
}

.m-application .m-content {
  font-family: "Montserrat", sans-serif;
  padding: 0 !important;
}

.m-application .m-content button,
.m-application .m-content input,
.m-application .m-content optgroup,
.m-application .m-content select,
.m-application .m-content textarea {
  font-family: "Montserrat", sans-serif;
}

.m-application .m-application--wrap a {
  color: rgb(var(--v-theme-primary));
}

.m-application .btn.btn-large {
  font-size: 0.9375rem;
}

.m-application .btn {
  font-weight: 600;
}

.m-application label {
  font-size: 1rem;
  color: var(--con-2);
}

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

.m-application .row.spacing2 {
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 1280px) {
  .m-application .row.spacing2-lg-up {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .m-application .row.spacing2-md-up {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 600px) {
  .m-application .row.spacing2-sm-up {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 1279px) {
  .m-application .row.spacing2-lg-down {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 959px) {
  .m-application .row.spacing2-md-down {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 599px) {
  .m-application .row.spacing2-sm-down {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.m-application .row.spacing4 {
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 1280px) {
  .m-application .row.spacing4-lg-up {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 960px) {
  .m-application .row.spacing4-md-up {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 600px) {
  .m-application .row.spacing4-sm-up {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 1279px) {
  .m-application .row.spacing4-lg-down {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 959px) {
  .m-application .row.spacing4-md-down {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 599px) {
  .m-application .row.spacing4-sm-down {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.m-application .row.spacing6 {
  margin-left: -24px;
  margin-right: -24px;
}

@media (min-width: 1280px) {
  .m-application .row.spacing6-lg-up {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 960px) {
  .m-application .row.spacing6-md-up {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 600px) {
  .m-application .row.spacing6-sm-up {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 1279px) {
  .m-application .row.spacing6-lg-down {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 959px) {
  .m-application .row.spacing6-md-down {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 599px) {
  .m-application .row.spacing6-sm-down {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.m-application .row.spacing8 {
  margin-left: -32px;
  margin-right: -32px;
}

@media (min-width: 1280px) {
  .m-application .row.spacing8-lg-up {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (min-width: 960px) {
  .m-application .row.spacing8-md-up {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (min-width: 600px) {
  .m-application .row.spacing8-sm-up {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 1279px) {
  .m-application .row.spacing8-lg-down {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 959px) {
  .m-application .row.spacing8-md-down {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 599px) {
  .m-application .row.spacing8-sm-down {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.m-application .row.row-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 1280px) {
  .m-application .row.row-reverse-lg-up {
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .m-application .row.row-reverse-md-up {
    flex-direction: row-reverse;
  }
}
@media (min-width: 600px) {
  .m-application .row.row-reverse-sm-up {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1279px) {
  .m-application .row.row-reverse-lg-down {
    flex-direction: row-reverse;
  }
}
@media (max-width: 959px) {
  .m-application .row.row-reverse-md-down {
    flex-direction: row-reverse;
  }
}
@media (max-width: 599px) {
  .m-application .row.row-reverse-sm-down {
    flex-direction: row-reverse;
  }
}
.m-application .row.column {
  flex-direction: column;
}

@media (min-width: 1280px) {
  .m-application .row.column-lg-up {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .m-application .row.column-md-up {
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .m-application .row.column-sm-up {
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .m-application .row.column-lg-down {
    flex-direction: column;
  }
}
@media (max-width: 959px) {
  .m-application .row.column-md-down {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .m-application .row.column-sm-down {
    flex-direction: column;
  }
}
.m-application .row.column-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 1280px) {
  .m-application .row.column-reverse-lg-up {
    flex-direction: column-reverse;
  }
}
@media (min-width: 960px) {
  .m-application .row.column-reverse-md-up {
    flex-direction: column-reverse;
  }
}
@media (min-width: 600px) {
  .m-application .row.column-reverse-sm-up {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1279px) {
  .m-application .row.column-reverse-lg-down {
    flex-direction: column-reverse;
  }
}
@media (max-width: 959px) {
  .m-application .row.column-reverse-md-down {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) {
  .m-application .row.column-reverse-sm-down {
    flex-direction: column-reverse;
  }
}
.m-application :focus {
  outline: none;
}

.m-application .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.m-application .card-content {
  font-size: 0.875rem;
}

.m-application .carousel {
  height: auto;
  overflow: visible;
}

.m-application .modal {
  border-radius: 12px;
  max-height: 480px;
}

@media (max-width: 599px) {
  .m-application .modal {
    width: 98%;
  }
}
.m-application .overlay {
  z-index: 90 !important;
}

.m-application .slick-slide:focus {
  outline: none;
}

.m-application .slick-dots {
  padding-left: 0;
  bottom: -40px;
  position: relative;
}

.m-application .slick-dots li {
  margin: 0 3px;
}

.m-application .slick-dots li button:before {
  border-radius: 50%;
  color: transparent !important;
  width: 10px;
  height: 10px;
  border: 2px solid rgb(var(--v-theme-primary));
  opacity: 0.5;
  transition: all 0.3s ease;
}

.m-application .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  opacity: 1;
  top: -5px;
  left: -5px;
  background: rgb(var(--v-theme-primary)) !important;
}

.m-application .accordion-content.active .collapsible-header > .arrow {
  transform: rotate(180deg);
}

.m-application .collapsible-header > i {
  line-height: 32px;
  transition: all 0.3s ease;
  transform-origin: center;
  height: 28px;
  width: 28px;
}

.m-application .collapsible-header h6 {
  margin: 0;
  flex: 1;
}

.m-application .collapsible-body {
  padding: 0 1rem;
}

.m-application.theme--dark .card {
  background: #0a0a0a;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 49px 9px;
}

.m-application.theme--light .card {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.m-content {
  flex: 1 1 auto;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}

/* Content Overider */
#main-wrap .container {
  padding: 0 16px;
  max-width: 1280px;
  width: 100%;
}

@media (min-width: 600px) {
  #main-wrap .container {
    padding: 0 24px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container {
    padding: 0 32px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.fixed-width {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.fixed-width {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.fixed-width {
    max-width: 1280px;
  }
  #main-wrap .container.fixed-width--lg-up {
    max-width: 1280px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.fixed-width--md-up {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.fixed-width--md-up {
    max-width: 1280px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.fixed-width--sm-up {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.fixed-width--sm-up {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.fixed-width--sm-up {
    max-width: 1280px;
  }
}
@media (max-width: 600px) {
  #main-wrap .container.fixed-width--lg-down {
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  #main-wrap .container.fixed-width--lg-down {
    max-width: 960px;
  }
}
@media (max-width: 600px) {
  #main-wrap .container.fixed-width--md-down {
    max-width: 600px;
  }
}
#main-wrap .container.max-lg {
  max-width: 1280px;
}

@media (min-width: 1536px) {
  #main-wrap .container.max-lg--xl-up {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.max-lg--lg-up {
    max-width: 1280px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.max-lg--md-up {
    max-width: 1280px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.max-lg--sm-up {
    max-width: 1280px;
  }
}
@media (max-width: 1535px) {
  #main-wrap .container.max-lg--xl-down {
    max-width: 1280px;
  }
}
@media (max-width: 1279px) {
  #main-wrap .container.max-lg--lg-down {
    max-width: 1280px;
  }
}
@media (max-width: 959px) {
  #main-wrap .container.max-lg--md-down {
    max-width: 1280px;
  }
}
@media (max-width: 599px) {
  #main-wrap .container.max-lg--sm-down {
    max-width: 1280px;
  }
}
#main-wrap .container.max-md {
  max-width: 960px;
}

@media (min-width: 1536px) {
  #main-wrap .container.max-md--xl-up {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.max-md--lg-up {
    max-width: 960px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.max-md--md-up {
    max-width: 960px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.max-md--sm-up {
    max-width: 960px;
  }
}
@media (max-width: 1535px) {
  #main-wrap .container.max-md--xl-down {
    max-width: 960px;
  }
}
@media (max-width: 1279px) {
  #main-wrap .container.max-md--lg-down {
    max-width: 960px;
  }
}
@media (max-width: 959px) {
  #main-wrap .container.max-md--md-down {
    max-width: 960px;
  }
}
@media (max-width: 599px) {
  #main-wrap .container.max-md--sm-down {
    max-width: 960px;
  }
}
#main-wrap .container.max-sm {
  max-width: 600px;
}

@media (min-width: 1536px) {
  #main-wrap .container.max-sm--xl-up {
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.max-sm--lg-up {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.max-sm--md-up {
    max-width: 600px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.max-sm--sm-up {
    max-width: 600px;
  }
}
@media (max-width: 1535px) {
  #main-wrap .container.max-sm--xl-down {
    max-width: 600px;
  }
}
@media (max-width: 1279px) {
  #main-wrap .container.max-sm--lg-down {
    max-width: 600px;
  }
}
@media (max-width: 959px) {
  #main-wrap .container.max-sm--md-down {
    max-width: 600px;
  }
}
@media (max-width: 599px) {
  #main-wrap .container.max-sm--sm-down {
    max-width: 600px;
  }
}
#main-wrap .container.max-xs {
  max-width: 444px;
}

@media (min-width: 1536px) {
  #main-wrap .container.max-xs--xl-up {
    max-width: 444px;
  }
}
@media (min-width: 1280px) {
  #main-wrap .container.max-xs--lg-up {
    max-width: 444px;
  }
}
@media (min-width: 960px) {
  #main-wrap .container.max-xs--md-up {
    max-width: 444px;
  }
}
@media (min-width: 600px) {
  #main-wrap .container.max-xs--sm-up {
    max-width: 444px;
  }
}
@media (max-width: 1535px) {
  #main-wrap .container.max-xs--xl-down {
    max-width: 444px;
  }
}
@media (max-width: 1279px) {
  #main-wrap .container.max-xs--lg-down {
    max-width: 444px;
  }
}
@media (max-width: 959px) {
  #main-wrap .container.max-xs--md-down {
    max-width: 444px;
  }
}
@media (max-width: 599px) {
  #main-wrap .container.max-xs--sm-down {
    max-width: 444px;
  }
}
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: rgb(var(--v-theme-primary)) !important;
  padding: 0;
}

select.select {
  display: none;
}

.theme--light .dropdown-content li > a,
.theme--light .dropdown-content li > span {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .dropdown-content li > a,
.theme--dark .dropdown-content li > span {
  color: #fff;
}

/* Theme overider */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #651fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.cyber {
  --font-light: 200;
  --font-regular: 400;
  --font-medium: 600;
  --font-bold: 800;
}

.cyber strong {
  font-weight: var(--font-medium);
}

.theme--light .cyber .dropdown-content {
  background-color: #fff;
}

.theme--dark .cyber .dropdown-content {
  background-color: #0a0a0a;
}

.cyber .input-field {
  border-radius: 8px;
}

.cyber .input-field .select-wrapper input {
  padding: 4px 12px 4px 12px;
}

.cyber .input-field > label {
  padding: 4px 16px;
}

.cyber .input-field > label:not(.label-icon).active {
  transform: translateY(0px) scale(0.8);
}

.cyber .input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label {
  transform: translateY(0px) scale(0.8);
}

.cyber .input-field input,
.cyber .input-field textarea {
  border: none !important;
  box-shadow: none !important;
  padding: 20px 12px 0px 12px;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.cyber .input-field textarea {
  min-height: 150px;
}

.cyber .input-field.light {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.cyber .input-field.light label {
  color: rgba(255, 255, 255, 0.7);
}

.cyber .input-field.light input,
.cyber .input-field.light textarea {
  color: #fff;
}

.cyber .input-field.dark {
  background: transparent;
  border: 1px solid;
}

.theme--light .cyber .input-field.dark {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .cyber .input-field.dark {
  color: #fff;
}

.theme--light .cyber .input-field.dark {
  border-color: rgba(0, 0, 0, 0.2);
}

.theme--dark .cyber .input-field.dark {
  border-color: rgba(255, 255, 255, 0.25);
}

.theme--light .cyber .input-field.dark label {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .cyber .input-field.dark label {
  color: rgba(255, 255, 255, 0.7);
}

.theme--light .cyber .input-field.dark input,
.theme--light .cyber .input-field.dark textarea {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .cyber .input-field.dark input,
.theme--dark .cyber .input-field.dark textarea {
  color: #fff;
}

.cyber .modal {
  border-radius: 12px;
}

.cyber .accordion .collapsible {
  box-shadow: none;
  border: none;
}

.cyber .accordion .collapsible-header {
  border: none;
}

.cyber .tabs {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
  width: auto;
}

@media (min-width: 600px) {
  .cyber .tabs {
    display: flex;
    justify-content: center;
  }
}
.cyber .tabs a {
  color: #000;
}

.cyber .tabs a:hover {
  color: #000;
}

.cyber .tabs a:focus {
  color: #000;
  border-radius: 40px;
}

.theme--light .cyber .tabs a:focus {
  background-color: rgb(var(--v-theme-secondarylight));
}

.theme--dark .cyber .tabs a:focus {
  background-color: rgba(0, 0, 0, 0.24);
}

.cyber .tabs a.active {
  color: #fff;
}

.cyber .tabs .indicator {
  height: 90%;
  border-radius: 40px;
  overflow: hidden;
  background: #000;
  bottom: 5%;
  margin-left: 2px;
  margin-right: 2px;
}

.cyber .btn,
.cyber .btn-flat {
  letter-spacing: 0.3px;
  border-radius: 36px;
  box-shadow: none;
}

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100%;
}

.btn {
  background: none;
  position: relative;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  border: none;
  font-weight: var(--font-bold);
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn:before {
  border-radius: 6px;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: currentColor;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn:hover:before {
  opacity: 0.06;
}

.btn:not(.btn-small):not(.btn-large) {
  padding: 8px 24px;
  font-size: 14px;
  min-height: 36px;
  line-height: 24px;
  height: auto;
}

[dir="ltr"] .btn i.right {
  margin-left: 4px;
}

[dir="rtl"] .btn i.right {
  margin-right: 4px;
}

[dir="ltr"] .btn i.left {
  margin-right: 4px;
}

[dir="rtl"] .btn i.left {
  margin-left: 4px;
}

.btn.block {
  width: 100%;
}

.theme--light .btn-default {
  background-color: #f5f5f5;
}

.theme--dark .btn-default {
  background-color: #212121;
}

.btn.primary {
  background-color: rgb(var(--v-theme-primary));
}

.btn.primary-light {
  background-color: rgb(var(--v-theme-primarylight));
  color: rgb(var(--v-theme-primarydark)) !important;
}

.btn.secondary {
  background-color: rgb(var(--v-theme-secondary));
  color: #000;
}

.btn.secondary:not(.btn-outlined):hover {
  color: #000 !important;
}

.btn.secondary-light {
  background-color: rgb(var(--v-theme-secondarylight));
  color: rgb(var(--v-theme-secondarydark)) !important;
}

.btn.black {
  background-color: #000;
}

.btn.black .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.btn.white {
  background-color: #fff;
  color: #000;
}

.theme--light .btn.black-white {
  color: #fff;
}

.theme--dark .btn.black-white {
  color: #000;
}

.theme--light .btn.black-white {
  background-color: #000;
}

.theme--dark .btn.black-white {
  background-color: #fff;
}

.btn-flat {
  font-weight: var(--font-medium);
}

[dir="ltr"] .btn-flat i.right {
  margin-left: 4px;
}

[dir="rtl"] .btn-flat i.right {
  margin-right: 4px;
}

[dir="ltr"] .btn-flat i.left {
  margin-right: 4px;
}

[dir="rtl"] .btn-flat i.left {
  margin-left: 4px;
}

.btn-flat.primary-text,
.theme--light .blog-style .btn-flat.use-theme--color-custom {
  color: rgb(var(--v-theme-primary));
}

.btn-flat.secondary-text,
.theme--dark .blog-style .btn-flat.use-theme--color-custom {
  color: rgb(var(--v-theme-secondary));
}

.btn-flat.secondary-text:hover,
.theme--dark .blog-style .btn-flat.use-theme--color-custom:hover {
  color: rgb(var(--v-theme-secondary));
}

.btn-flat.accent-text {
  color: rgb(var(--v-theme-accent));
}

.btn-flat.accent-text:hover {
  color: rgb(var(--v-theme-accent));
}

.btn-flat:hover {
  background: none;
}

.btn-icon {
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  border: none;
  font-weight: var(--font-bold);
  border-radius: 50% !important;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  padding: 0 !important;
  width: 36px;
  height: 36px;
}

.btn-icon:before {
  border-radius: 6px;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: currentColor;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn-icon:hover:before {
  opacity: 0.06;
}

.btn-icon:not(.btn-small):not(.btn-large) {
  padding: 8px 24px;
  font-size: 14px;
  min-height: 36px;
  line-height: 24px;
  height: auto;
}

.theme--light .btn-icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .btn-icon {
  color: rgba(255, 255, 255, 0.7);
}

.btn-icon i {
  line-height: 36px;
}

.btn-icon:before {
  border-radius: 50%;
}

.btn-icon.invert {
  color: #fff;
}

.btn-outlined {
  position: relative;
  background-color: transparent !important;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  border: 1px solid;
  font-weight: var(--font-bold);
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
}

.btn-outlined:before {
  border-radius: 6px;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: currentColor;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn-outlined:hover:before {
  opacity: 0.06;
}

.btn-outlined:not(.btn-small):not(.btn-large) {
  padding: 8px 24px;
  font-size: 14px;
  min-height: 36px;
  line-height: 24px;
  height: auto;
}

.theme--light .btn-outlined {
  border-color: rgba(0, 0, 0, 0.87);
}

.theme--dark .btn-outlined {
  border-color: #fff;
}

.theme--light .btn-outlined.primary {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .btn-outlined.primary {
  color: rgb(var(--v-theme-primarylight));
}

.theme--light .btn-outlined.primary {
  border-color: rgb(var(--v-theme-primary));
}

.theme--dark .btn-outlined.primary {
  border-color: rgb(var(--v-theme-primarylight));
}

.btn-outlined.primary .waves-ripple {
  background: rgb(var(--v-theme-primarylight));
}

.theme--light .btn-outlined.secondary {
  color: rgb(var(--v-theme-secondarydark));
}

.theme--dark .btn-outlined.secondary {
  color: rgb(var(--v-theme-secondary));
}

.theme--light .btn-outlined.secondary {
  border-color: rgb(var(--v-theme-secondarydark));
}

.theme--dark .btn-outlined.secondary {
  border-color: rgb(var(--v-theme-secondary));
}

.btn-outlined.secondary .waves-ripple {
  background: rgba(var(--v-theme-secondarylight), 0.4);
}

.btn-outlined.white {
  color: #fff;
  border-color: #fff;
}

.btn-outlined.black {
  color: #000;
  border-color: #000;
}

.theme--light .btn-outlined.black-white {
  color: #000;
}

.theme--dark .btn-outlined.black-white {
  color: #fff;
}

.theme--light .btn-outlined.black-white {
  border-color: #000;
}

.theme--dark .btn-outlined.black-white {
  border-color: #fff;
}

.btn-floating.primary {
  background: rgb(var(--v-theme-primary)) !important;
}

.btn-floating.secondary {
  background: rgb(var(--v-theme-secondary)) !important;
}

.btn:before {
  border-radius: 6px;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: currentColor;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.btn:hover:before {
  opacity: 0.06;
}

.icon.primary {
  color: rgb(var(--v-theme-primary)) !important;
}

.icon.secondary {
  color: rgb(var(--v-theme-secondary)) !important;
}

.collection .collection-item {
  background: none;
}

.collection-item.no-hover:hover {
  background: none;
}

.theme--light .collection a.collection-item {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .collection a.collection-item {
  color: #fff;
}

.collection .collection-item.avatar:not(.circle-clipper) > .round,
.collection .collection-item.avatar :not(.circle-clipper) > .round,
.collection .collection-item.avatar:not(.circle-clipper) > .square,
.collection .collection-item.avatar :not(.circle-clipper) > .square {
  position: absolute;
  width: 52px;
  height: 52px;
  overflow: hidden;
  left: 12px;
  top: 12px;
  display: inline-block;
  vertical-align: middle;
}

.theme--light .collection .collection-item.active {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .collection .collection-item.active {
  color: rgb(var(--v-theme-primarylight));
}

.round {
  border-radius: 8px;
}

.collapsible {
  box-shadow: none;
  border: none;
}

.m-application .display-4 {
  font-size: 6rem !important;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.015625em !important;
}

.m-application .display-3 {
  font-size: 3.75rem !important;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.0083333333em !important;
}

.m-application .display-2 {
  font-size: 3rem !important;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal !important;
}

.m-application .display-1 {
  font-size: 2.125rem !important;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.0073529412em !important;
}

.m-application .headline {
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal !important;
}

.m-application .title {
  font-size: 1.25rem !important;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em !important;
}

.m-application .subtitle-1 {
  font-size: 1rem !important;
  font-weight: 400;
  letter-spacing: 0.009375em !important;
  line-height: 1.75rem;
}

.m-application .subtitle-2 {
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: 0.0071428571em !important;
  line-height: 1.375rem;
}

.m-application .body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  letter-spacing: 0.0178571429em !important;
  line-height: 1.25rem;
}

.m-application .body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  letter-spacing: 0.03125em !important;
  line-height: 1.5rem;
}

.m-application .caption {
  font-size: 0.75rem !important;
  font-weight: 400;
  letter-spacing: 0.0333333333em !important;
  line-height: 1.25rem;
}

.m-application .overline {
  font-size: 0.625rem !important;
  font-weight: 400;
  letter-spacing: 0.1666666667em !important;
  line-height: 1rem;
  text-transform: uppercase;
}

.m-application p {
  margin-bottom: 16px;
}

.avatar-img {
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.avatar-img img {
  width: 100%;
}

.theme--light .avatar-img.icon {
  background-color: #bdbdbd;
}

.theme--dark .avatar-img.icon {
  background-color: #757575;
}

.theme--light .avatar-img.icon {
  color: #fff;
}

.theme--dark .avatar-img.icon {
  color: #121212;
}

.avatar-img.small {
  width: 24px;
  height: 24px;
}

.avatar-img.big {
  width: 56px;
  height: 56px;
}

.avatar-img.bigger {
  width: 92px;
  height: 92px;
}

.dropdown-content {
  border-radius: 8px;
}

.select-outlined .select-wrapper input.select-dropdown {
  border: 1px solid var(--div-2);
  border-radius: 4px;
  box-sizing: border-box;
}

[dir="ltr"] .select-outlined .select-wrapper input.select-dropdown {
  padding-left: 8px;
}

[dir="rtl"] .select-outlined .select-wrapper input.select-dropdown {
  padding-right: 8px;
}

.input-field input:-internal-autofill-selected {
  background-color: transparent !important;
  box-shadow: #266798 0px 0px 0px 100px inset !important;
  -webkit-text-fill-color: white;
  caret-color: white;
  border-radius: inherit;
}

.input-field.primary input:not([type]):focus:not([readonly]),
.input-field.primary input[type="text"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="password"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="email"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="url"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="time"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="date"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="tel"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="number"]:not(.browser-default):focus:not([readonly]),
.input-field.primary input[type="search"]:not(.browser-default):focus:not([readonly]),
.input-field.primary textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-color: rgb(var(--v-theme-primary));
  box-shadow: 0 1px 0 0 rgb(var(--v-theme-primary));
}

.input-field.primary input:not([type]):focus:not([readonly]) + label,
.input-field.primary input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.primary textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgb(var(--v-theme-primary));
}

.input-field.secondary input:not([type]):focus:not([readonly]),
.input-field.secondary input[type="text"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="password"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="email"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="url"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="time"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="date"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="tel"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="number"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary input[type="search"]:not(.browser-default):focus:not([readonly]),
.input-field.secondary textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-color: rgb(var(--v-theme-secondary));
  box-shadow: 0 1px 0 0 rgb(var(--v-theme-secondary));
}

.input-field.secondary input:not([type]):focus:not([readonly]) + label,
.input-field.secondary input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.input-field.secondary textarea.materialize-textarea:focus:not([readonly]) + label {
  color: rgb(var(--v-theme-secondary));
}

.input-field .prefix {
  width: auto;
}

[dir="ltr"] .input-field .prefix {
  left: 0;
}

[dir="rtl"] .input-field .prefix {
  right: 0;
}

.input-field .suffix {
  position: absolute;
  transition: color 0.2s;
  top: 0.5rem;
}

[dir="ltr"] .input-field .suffix {
  right: 0;
}

[dir="rtl"] .input-field .suffix {
  left: 0;
}

[type="checkbox"].filled-in.primary:checked + span:not(.lever):after {
  border: 2px solid rgb(var(--v-theme-primary));
  background-color: rgb(var(--v-theme-primary));
}

[type="checkbox"].filled-in.secondary:checked + span:not(.lever):after {
  border: 2px solid rgb(var(--v-theme-secondary));
  background-color: rgb(var(--v-theme-secondary));
}

[dir="rtl"] .m-application [type="checkbox"].filled-in:checked + span:not(.lever):before {
  transform: rotateZ(30deg) scaleX(-1);
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.theme--light .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.24);
}

.toast .toast-action {
  color: #fff;
}

[dir="ltr"] .toast .toast-action {
  margin-right: -12px;
}

[dir="rtl"] .toast .toast-action {
  margin-left: -12px;
}

.modal.bottom-sheet {
  max-height: 90%;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.theme--light .modal-content {
  background-color: #fff;
}

.theme--dark .modal-content {
  background-color: #0a0a0a;
}

@media (max-width: 959px) {
  .scroll-tablet {
    overflow-x: auto;
    overflow-y: visible;
    flex-wrap: nowrap;
  }
}
.material-tooltip {
  right: auto;
}

@media only screen and (min-width: 600px) {
  .m-application .text-sm-left {
    text-align: left !important;
  }

  .m-application .text-sm-right {
    text-align: right !important;
  }

  .m-application .text-sm-center {
    text-align: center !important;
  }

  .m-application .text-sm-justify {
    text-align: justify !important;
  }

  .m-application .text-sm-start {
    text-align: start !important;
  }

  .m-application .text-sm-end {
    text-align: end !important;
  }
}
@media (min-width: 960px) {
  .m-application .text-md-left {
    text-align: left !important;
  }

  .m-application .text-md-right {
    text-align: right !important;
  }

  .m-application .text-md-center {
    text-align: center !important;
  }

  .m-application .text-md-justify {
    text-align: justify !important;
  }

  .m-application .text-md-start {
    text-align: start !important;
  }

  .m-application .text-md-end {
    text-align: end !important;
  }
}
@media (min-width: 1264px) {
  .m-application .text-lg-left {
    text-align: left !important;
  }

  .m-application .text-lg-right {
    text-align: right !important;
  }

  .m-application .text-lg-center {
    text-align: center !important;
  }

  .m-application .text-lg-justify {
    text-align: justify !important;
  }

  .m-application .text-lg-start {
    text-align: start !important;
  }

  .m-application .text-lg-end {
    text-align: end !important;
  }
}
@media (min-width: 1904px) {
  .m-application .text-xl-left {
    text-align: left !important;
  }

  .m-application .text-xl-right {
    text-align: right !important;
  }

  .m-application .text-xl-center {
    text-align: center !important;
  }

  .m-application .text-xl-justify {
    text-align: justify !important;
  }

  .m-application .text-xl-start {
    text-align: start !important;
  }

  .m-application .text-xl-end {
    text-align: end !important;
  }
}
@media (min-width: 576px) {
  [class*="row-cols-sm-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="col-sm-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="order-sm-"] {
    order: 1;
  }

  [class*="offset-sm-"] {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  [class*="row-cols-md-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="col-md-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="order-md-"] {
    order: 1;
  }

  [class*="offset-md-"] {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  [class*="row-cols-lg-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="col-lg-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="order-lg-"] {
    order: 1;
  }

  [class*="offset-lg-"] {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  [class*="row-cols-xl-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="col-xl-"] {
    flex: inherit;
    max-width: inherit;
  }

  [class*="order-xl-"] {
    order: 1;
  }

  [class*="offset-xl-"] {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-first {
    order: -1;
  }

  .order-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1264px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1904px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*
** Components and Pages
*/
.logo-main {
  font-weight: var(--font-bold);
  display: flex;
}

.theme--light .logo-main {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .logo-main {
  color: #fff;
}

.logo-main.landscape {
  align-items: center;
  position: relative;
}

[dir="ltr"] .logo-main.landscape img {
  margin-right: 8px;
}

[dir="rtl"] .logo-main.landscape img {
  margin-left: 8px;
}

.logo-main.portrait {
  display: block;
  margin: 0 auto 8px;
}

.logo-main.portrait img {
  margin: 0 auto 8px;
  display: block;
}

.logo-main.small {
  font-size: 16px;
}

.logo-main.small img {
  max-width: 34px;
  max-height: 34px;
}

[dir="ltr"] .logo-main.small img {
  margin-right: 4px;
}

[dir="rtl"] .logo-main.small img {
  margin-left: 4px;
}

.logo-main.medium {
  font-size: 24px;
}

.logo-main.medium img {
  max-width: 48px;
}

@media (max-width: 599px) {
  .logo-main.medium img {
    max-width: 32px;
    max-height: 32px;
  }
}
.logo-main.large {
  font-size: 32px;
}

.logo-main.large img {
  max-width: 64px;
  max-height: 64px;
}

.logo-group .root {
  display: flex;
}

@media (min-width: 960px) {
  .logo-group .root {
    justify-content: center;
  }
}
@media (max-width: 959px) {
  .logo-group .root {
    padding: 0;
    overflow: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.logo-group .root figure {
  vertical-align: middle;
  border-radius: 12px;
  border: 1px solid rgb(var(--v-theme-primary));
  padding: 8px;
  margin: 16px;
  min-width: 100px;
  display: block;
  flex-grow: 0;
}

@media (min-width: 1280px) {
  .logo-group .root figure {
    height: 100px;
    max-width: 100px;
  }
}
.logo-group .root figure img {
  display: block;
  width: 100%;
}

[dir="ltr"] .left-title {
  text-align: left;
}

[dir="rtl"] .left-title {
  text-align: right;
}

@media (max-width: 959px) {
  .left-title.center-mobile {
    text-align: center;
  }
}
[dir="ltr"] .right-title {
  text-align: right;
}

[dir="rtl"] .right-title {
  text-align: left;
}

@media (max-width: 959px) {
  .right-title.center-mobile {
    text-align: center;
  }
}
.center-title {
  text-align: center;
}

.title-main {
  display: block;
  position: relative;
  margin-bottom: 80px;
}

.title-main h3 {
  font-weight: var(--font-bold);
  font-size: 46px;
  line-height: 1.167;
  text-transform: capitalize;
}

.theme--light .title-main h3 {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .title-main h3 {
  color: #fff;
}

@media (max-width: 1279px) {
  .title-main h3 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 599px) {
  .title-main h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.title-main:after {
  content: "";
  width: 70px;
  height: 12px;
  bottom: -32px;
  border-radius: 12px;
  position: absolute;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.title-main:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  position: absolute;
  bottom: -32px;
}

.theme--light .title-main strong {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .title-main strong {
  color: #fff;
}

[dir="ltr"] .title-main.left-title:before {
  left: 0;
}

[dir="rtl"] .title-main.left-title:before {
  right: 0;
}

[dir="ltr"] .title-main.left-title:after {
  left: 20px;
}

[dir="rtl"] .title-main.left-title:after {
  right: 20px;
}

@media (max-width: 959px) {
  .title-main.left-title.center-mobile:before {
    left: 50%;
    margin-left: -43px;
  }

  .title-main.left-title.center-mobile:after {
    left: 50%;
    margin-left: -23px;
  }
}
.title-main.right-title:before {
  right: 0px;
}

.title-main.right-title:after {
  right: 20px;
}

@media (max-width: 959px) {
  .title-main.right-title.center-mobile:before {
    left: 50%;
    margin-left: -43px;
  }

  .title-main.right-title.center-mobile:after {
    left: 50%;
    margin-left: -23px;
  }
}
.title-main.center-title:before {
  left: 50%;
  margin-left: -43px;
}

.title-main.center-title:after {
  left: 50%;
  margin-left: -23px;
}

.title-main.dark h3 {
  color: #fff;
}

.title-secondary {
  display: block;
  position: relative;
  margin: 32px 0px 32px 0px;
  text-transform: capitalize;
}

@media (max-width: 959px) {
  .title-secondary {
    margin: 0px 0px 32px 0px;
  }
}
.title-secondary.primary {
  color: rgb(var(--v-theme-primary));
}

.theme--light .title-secondary.primary {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark .title-secondary.primary {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--light .title-secondary.primary {
  -webkit-background-clip: text;
}

.theme--dark .title-secondary.primary {
  -webkit-background-clip: text;
}

.theme--light .title-secondary.primary {
  -webkit-text-fill-color: transparent;
}

.theme--dark .title-secondary.primary {
  -webkit-text-fill-color: transparent;
}

.theme--light .title-secondary.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark .title-secondary.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.title-secondary.secondary {
  color: rgb(var(--v-theme-secondary));
}

.theme--light .title-secondary.secondary {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark .title-secondary.secondary {
  background: linear-gradient(148deg, #fff 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--light .title-secondary.secondary {
  -webkit-background-clip: text;
}

.theme--dark .title-secondary.secondary {
  -webkit-background-clip: text;
}

.theme--light .title-secondary.secondary {
  -webkit-text-fill-color: transparent;
}

.theme--dark .title-secondary.secondary {
  -webkit-text-fill-color: transparent;
}

.theme--light .title-secondary.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark .title-secondary.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.title-secondary.accent {
  color: rgb(var(--v-theme-accent));
}

.theme--light .title-secondary.accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accentdark)) 0%, rgb(var(--v-theme-accent)) 100%);
}

.theme--dark .title-secondary.accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accentlight)) 0%, rgb(var(--v-theme-accent)) 100%);
}

.theme--light .title-secondary.accent {
  -webkit-background-clip: text;
}

.theme--dark .title-secondary.accent {
  -webkit-background-clip: text;
}

.theme--light .title-secondary.accent {
  -webkit-text-fill-color: transparent;
}

.theme--dark .title-secondary.accent {
  -webkit-text-fill-color: transparent;
}

.theme--light .title-secondary.accent:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-accentdark)) 0%, rgb(var(--v-theme-accent)) 100%);
}

.theme--dark .title-secondary.accent:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-accentlight)) 0%, rgb(var(--v-theme-accent)) 100%);
}

.title-secondary h4 {
  font-size: 32px;
  font-weight: var(--font-medium);
}

@media (max-width: 599px) {
  .title-secondary h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
.title-secondary:after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
}

@media (min-width: 960px) {
  [dir="ltr"] .title-secondary.left-title {
    padding-left: 32px;
  }

  [dir="rtl"] .title-secondary.left-title {
    padding-right: 32px;
  }
}
.title-secondary.left-title:after {
  top: 12px;
}

[dir="ltr"] .title-secondary.left-title:after {
  left: 0;
}

[dir="rtl"] .title-secondary.left-title:after {
  right: 0;
}

@media (max-width: 959px) {
  .title-secondary.left-title.center-mobile:after {
    left: 50%;
    margin-left: -8px;
    top: auto;
    bottom: -25px;
  }
}
@media (min-width: 960px) {
  [dir="ltr"] .title-secondary.right-title {
    padding-right: 32px;
  }

  [dir="rtl"] .title-secondary.right-title {
    padding-left: 32px;
  }
}
.title-secondary.right-title:after {
  top: 12px;
}

[dir="ltr"] .title-secondary.right-title:after {
  right: 0;
}

[dir="rtl"] .title-secondary.right-title:after {
  left: 0;
}

@media (max-width: 959px) {
  .title-secondary.right-title.center-mobile:after {
    left: 50%;
    right: auto;
    top: auto;
    margin-left: -8px;
    bottom: -25px;
  }
}
.title-secondary.center-title {
  margin-bottom: 48px;
}

.title-secondary.center-title:after {
  left: 50%;
  margin-left: -8px;
  bottom: -35px;
}

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

.parallax-title h3 {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 600px) {
  .parallax-title h3 {
    padding: 0px 24px 0px 24px;
  }
}
.parallax-title .deco-title {
  position: absolute;
  width: 100%;
  font-weight: var(--font-bold);
  top: -100px;
  left: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 200px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1279px) {
  .parallax-title .deco-title {
    font-size: 160px;
    top: 0px;
  }
}
@media (max-width: 959px) {
  .parallax-title .deco-title {
    font-size: 120px;
  }
}
@media (max-width: 599px) {
  .parallax-title .deco-title {
    top: 0;
    font-size: 60px;
  }
}
.parallax-title .deco-title.static {
  opacity: 0.4;
  top: -10px;
}

@media (max-width: 599px) {
  .parallax-title .deco-title.static {
    top: 20px;
  }
}
#news-carousel-wrap .root {
  position: relative;
  z-index: 56;
}

#news-carousel-wrap .root > p {
  padding: 0px 16px 0px 16px;
}

#news-carousel-wrap .carousel {
  margin: 40px auto 0;
}

#news-carousel-wrap .carousel .slick-dots {
  bottom: -20px;
}

#news-carousel-wrap .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #news-carousel-wrap .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #news-carousel-wrap .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#news-carousel-wrap .carousel .slick-dots li.slick-active {
  width: 40px;
}

#news-carousel-wrap .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#news-carousel-wrap .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#news-carousel-wrap .carousel .slick-dots li button:before {
  display: none;
}

@media (min-width: 1280px) {
  #news-carousel-wrap .carousel .slick-dots {
    bottom: 0;
  }
}
#news-carousel-wrap .item {
  padding: 40px 8px 40px 8px;
  max-width: 300px;
}

@media (max-width: 1279px) {
  #news-carousel-wrap .item {
    padding-bottom: 0;
  }
}
.arrow-btn .btn-standard {
  color: #000 !important;
  border-radius: 12px;
  font-weight: var(--font-bold);
  position: relative;
  text-transform: capitalize;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

[dir="ltr"] .arrow-btn .btn-standard {
  text-align: left;
}

[dir="rtl"] .arrow-btn .btn-standard {
  text-align: right;
}

.arrow-btn .btn-standard i.material-icon {
  font-size: 40px;
}

[dir="ltr"] .arrow-btn .btn-standard i.material-icon {
  margin-left: 8px;
}

[dir="rtl"] .arrow-btn .btn-standard i.material-icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application .arrow-btn .btn-standard i.material-icon {
  transform: scaleX(-1);
}

@media (min-width: 600px) {
  .arrow-btn .btn-standard {
    padding: 24px;
    font-size: 20px;
    height: auto;
    margin-bottom: 24px;
  }
}
.arrow-btn .primary {
  background: linear-gradient(120deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 70%);
}

.arrow-btn .secondary {
  background: linear-gradient(120deg, rgb(var(--v-theme-secondary)) 0%, #fff 100%);
}

.arrow-btn .accent {
  background: linear-gradient(120deg, rgb(var(--v-theme-secondary)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.arrow-btn .btn-large {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 32px !important;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  height: auto !important;
  text-wrap: initial;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.arrow-btn .btn-large h2 {
  color: #fff;
  font-weight: var(--font-bold);
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

[dir="ltr"] .arrow-btn .btn-large h2 {
  text-align: left;
}

[dir="rtl"] .arrow-btn .btn-large h2 {
  text-align: right;
}

@media (max-width: 1279px) {
  .arrow-btn .btn-large h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.arrow-btn .btn-large img {
  position: absolute;
  bottom: 0;
  max-width: none;
}

[dir="ltr"] .arrow-btn .btn-large img {
  right: -200px;
}

[dir="rtl"] .arrow-btn .btn-large img {
  left: -200px;
}

.arrow-btn .btn-large .icon {
  position: absolute;
  font-size: 160px;
  opacity: 0.2;
  color: #000;
}

[dir="ltr"] .arrow-btn .btn-large .icon {
  right: -20px;
}

[dir="rtl"] .arrow-btn .btn-large .icon {
  left: -20px;
}

[dir="rtl"] .m-application .arrow-btn .btn-large .icon {
  transform: scaleX(-1);
}

.arrow-btn .deco {
  position: absolute;
  filter: blur(20px);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  bottom: 30%;
  transform: scale(2);
}

[dir="ltr"] .arrow-btn .deco {
  left: 50%;
}

[dir="rtl"] .arrow-btn .deco {
  right: 50%;
}

.arrow-btn .deco span {
  position: absolute;
  border-radius: 50%;
  top: -300px;
}

[dir="ltr"] .arrow-btn .deco span {
  left: 100px;
}

[dir="rtl"] .arrow-btn .deco span {
  right: 100px;
}

.arrow-btn .deco span:nth-of-type(1) {
  top: 80px;
  width: 230px;
  height: 115px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  transform: rotate(-20deg);
}

[dir="ltr"] .arrow-btn .deco span:nth-of-type(1) {
  left: -50px;
}

[dir="rtl"] .arrow-btn .deco span:nth-of-type(1) {
  right: -50px;
}

.arrow-btn .deco span:nth-of-type(2) {
  top: -40px;
  width: 178px;
  height: 176px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  transform: rotate(-120deg);
}

[dir="ltr"] .arrow-btn .deco span:nth-of-type(2) {
  left: 60px;
}

[dir="rtl"] .arrow-btn .deco span:nth-of-type(2) {
  right: 60px;
}

.arrow-btn .deco span:nth-of-type(3) {
  top: -10px;
  width: 240px;
  height: 137px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  transform: rotate(-35deg);
}

[dir="ltr"] .arrow-btn .deco span:nth-of-type(3) {
  left: 40px;
}

[dir="rtl"] .arrow-btn .deco span:nth-of-type(3) {
  right: 40px;
}

.arrow-btn.full-height {
  height: 100% !important;
}

.arrow-btn.full-height a {
  height: 100% !important;
}

.icon3d .icon-wrap {
  display: inline-block;
  margin: 0 auto;
  perspective: 100px;
  position: relative;
}

.icon3d .icon-wrap i {
  display: block;
  transform-style: preserve-3d;
  transform: rotate3d(3, -5, 3, 33deg);
}

.icon3d .overlay-3d {
  position: absolute;
  color: #fff;
  filter: blur(20px);
  top: 2px;
  opacity: 0.3;
}

[dir="rtl"] .icon3d .overlay-3d {
  left: auto;
}

[dir="ltr"] .icon3d .overlay-3d {
  left: 2px;
}

[dir="rtl"] .icon3d .overlay-3d {
  right: 2px;
}

[dir="ltr"] .icon3d .overlay-3d {
  right: auto;
}

.icon3d .emboss1 {
  position: absolute;
  opacity: 1;
  text-shadow: 0 0 3px #000;
  filter: blur(1px);
  top: 1px;
}

[dir="rtl"] .icon3d .emboss1 {
  left: auto;
}

[dir="ltr"] .icon3d .emboss1 {
  left: 3px;
}

[dir="rtl"] .icon3d .emboss1 {
  right: 3px;
}

[dir="ltr"] .icon3d .emboss1 {
  right: auto;
}

.icon3d .emboss2 {
  position: absolute;
  opacity: 0.7;
  filter: blur(1px);
  top: 2px;
}

[dir="rtl"] .icon3d .emboss2 {
  left: auto;
}

[dir="ltr"] .icon3d .emboss2 {
  left: 4px;
}

[dir="rtl"] .icon3d .emboss2 {
  right: 4px;
}

[dir="ltr"] .icon3d .emboss2 {
  right: auto;
}

.icon3d .emboss3 {
  position: absolute;
  opacity: 1;
  filter: blur(1px);
  top: 1px;
}

[dir="rtl"] .icon3d .emboss3 {
  left: auto;
}

[dir="ltr"] .icon3d .emboss3 {
  left: 2px;
}

[dir="rtl"] .icon3d .emboss3 {
  right: 2px;
}

[dir="ltr"] .icon3d .emboss3 {
  right: auto;
}

.theme--light .icon3d .emboss3 {
  color: rgba(0, 0, 0, 0.05);
}

.theme--dark .icon3d .emboss3 {
  color: rgba(255, 255, 255, 0.3);
}

.icon3d .emboss3:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon3d .shadow-3d {
  position: absolute;
  color: #000;
  filter: blur(8px);
  top: 15px;
  opacity: 0.05;
}

[dir="rtl"] .icon3d .shadow-3d {
  left: auto;
}

[dir="ltr"] .icon3d .shadow-3d {
  left: 15px;
}

[dir="rtl"] .icon3d .shadow-3d {
  right: 15px;
}

[dir="ltr"] .icon3d .shadow-3d {
  right: auto;
}

.theme--light .icon3d .front-3d {
  color: rgba(0, 0, 0, 0.05);
}

.theme--dark .icon3d .front-3d {
  color: rgba(255, 255, 255, 0.3);
}

.icon3d .front-3d:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon3d .primary-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-primarylight)) 30%, rgb(var(--v-theme-primary)) 80%, rgb(var(--v-theme-primarydark)) 100%);
}

.icon3d .primary-icon3d .emboss2 {
  color: rgb(var(--v-theme-primary));
}

.icon3d .primary-icon3d .emboss1 {
  color: rgb(var(--v-theme-primarydark));
}

.icon3d .primary-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-primarylight)) 30%, rgb(var(--v-theme-primary)) 80%, rgb(var(--v-theme-primarydark)) 100%);
}

.icon3d .secondary-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-secondarylight)) 30%, rgb(var(--v-theme-secondary)) 80%, rgb(var(--v-theme-secondarydark)) 100%);
}

.icon3d .secondary-icon3d .emboss2 {
  color: rgb(var(--v-theme-secondary));
}

.icon3d .secondary-icon3d .emboss1 {
  color: rgb(var(--v-theme-secondarydark));
}

.icon3d .secondary-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-secondarylight)) 30%, rgb(var(--v-theme-secondary)) 80%, rgb(var(--v-theme-secondarydark)) 100%);
}

.icon3d .accent-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 30%, rgb(var(--v-theme-accent)) 80%, rgb(var(--v-theme-accentdark)) 100%);
}

.icon3d .accent-icon3d .emboss2 {
  color: rgb(var(--v-theme-accent));
}

.icon3d .accent-icon3d .emboss1 {
  color: rgb(var(--v-theme-accentdark));
}

.icon3d .accent-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 30%, rgb(var(--v-theme-accent)) 80%, rgb(var(--v-theme-accentdark)) 100%);
}

.icon3d .primary-double-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 30%, rgb(var(--v-theme-accent)) 50%, rgb(var(--v-theme-primary)) 80%);
}

.icon3d .primary-double-icon3d .emboss2 {
  color: rgb(var(--v-theme-accent));
}

.icon3d .primary-double-icon3d .emboss1 {
  color: rgb(var(--v-theme-accentdark));
}

.icon3d .primary-double-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 30%, rgb(var(--v-theme-accent)) 50%, rgb(var(--v-theme-primary)) 80%);
}

.icon3d .secondary-double-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-secondary)) 40%, rgb(var(--v-theme-primary)) 80%, rgb(var(--v-theme-primarydark)) 100%);
}

.icon3d .secondary-double-icon3d .emboss2 {
  color: rgb(var(--v-theme-secondary));
}

.icon3d .secondary-double-icon3d .emboss1 {
  color: rgb(var(--v-theme-primarydark));
}

.icon3d .secondary-double-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-secondary)) 40%, rgb(var(--v-theme-primary)) 80%, rgb(var(--v-theme-primarydark)) 100%);
}

.icon3d .accent-double-icon3d .emboss3:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 20%, rgb(var(--v-theme-accent)) 40%, rgb(var(--v-theme-secondarydark)) 70%, rgb(var(--v-theme-secondary)) 90%);
}

.icon3d .accent-double-icon3d .emboss2 {
  color: rgb(var(--v-theme-accent));
}

.icon3d .accent-double-icon3d .emboss1 {
  color: rgb(var(--v-theme-accentdark));
}

.icon3d .accent-double-icon3d:before {
  background-image: linear-gradient(-120deg, rgb(var(--v-theme-accentlight)) 20%, rgb(var(--v-theme-accent)) 40%, rgb(var(--v-theme-secondarydark)) 70%, rgb(var(--v-theme-secondary)) 90%);
}

.icon3d .red-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #ffcdd2 30%, #f44336 80%, #b71c1c 100%);
}

.icon3d .red-icon3d .emboss2 {
  color: #f44336;
}

.icon3d .red-icon3d .emboss1 {
  color: #b71c1c;
}

.icon3d .red-icon3d:before {
  background-image: linear-gradient(90deg, #ffcdd2 30%, #f44336 80%, #b71c1c 100%);
}

.icon3d .pink-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #f8bbd0 30%, #e91e63 80%, #880e4f 100%);
}

.icon3d .pink-icon3d .emboss2 {
  color: #e91e63;
}

.icon3d .pink-icon3d .emboss1 {
  color: #880e4f;
}

.icon3d .pink-icon3d:before {
  background-image: linear-gradient(90deg, #f8bbd0 30%, #e91e63 80%, #880e4f 100%);
}

.icon3d .purple-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #e1bee7 30%, #9c27b0 80%, #4a148c 100%);
}

.icon3d .purple-icon3d .emboss2 {
  color: #9c27b0;
}

.icon3d .purple-icon3d .emboss1 {
  color: #4a148c;
}

.icon3d .purple-icon3d:before {
  background-image: linear-gradient(90deg, #e1bee7 30%, #9c27b0 80%, #4a148c 100%);
}

.icon3d .deep-purple-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #d1c4e9 30%, #673ab7 80%, #311b92 100%);
}

.icon3d .deep-purple-icon3d .emboss2 {
  color: #673ab7;
}

.icon3d .deep-purple-icon3d .emboss1 {
  color: #311b92;
}

.icon3d .deep-purple-icon3d:before {
  background-image: linear-gradient(90deg, #d1c4e9 30%, #673ab7 80%, #311b92 100%);
}

.icon3d .indigo-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #c5cae9 30%, #3f51b5 80%, #1a237e 100%);
}

.icon3d .indigo-icon3d .emboss2 {
  color: #3f51b5;
}

.icon3d .indigo-icon3d .emboss1 {
  color: #1a237e;
}

.icon3d .indigo-icon3d:before {
  background-image: linear-gradient(90deg, #c5cae9 30%, #3f51b5 80%, #1a237e 100%);
}

.icon3d .blue-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #bbdefb 30%, #2196f3 80%, #0d47a1 100%);
}

.icon3d .blue-icon3d .emboss2 {
  color: #2196f3;
}

.icon3d .blue-icon3d .emboss1 {
  color: #0d47a1;
}

.icon3d .blue-icon3d:before {
  background-image: linear-gradient(90deg, #bbdefb 30%, #2196f3 80%, #0d47a1 100%);
}

.icon3d .light-blue-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #b3e5fc 30%, #03a9f4 80%, #01579b 100%);
}

.icon3d .light-blue-icon3d .emboss2 {
  color: #03a9f4;
}

.icon3d .light-blue-icon3d .emboss1 {
  color: #01579b;
}

.icon3d .light-blue-icon3d:before {
  background-image: linear-gradient(90deg, #b3e5fc 30%, #03a9f4 80%, #01579b 100%);
}

.icon3d .cyan-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #b2ebf2 30%, #00bcd4 80%, #006064 100%);
}

.icon3d .cyan-icon3d .emboss2 {
  color: #00bcd4;
}

.icon3d .cyan-icon3d .emboss1 {
  color: #006064;
}

.icon3d .cyan-icon3d:before {
  background-image: linear-gradient(90deg, #b2ebf2 30%, #00bcd4 80%, #006064 100%);
}

.icon3d .teal-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #b2dfdb 30%, #009688 80%, #004d40 100%);
}

.icon3d .teal-icon3d .emboss2 {
  color: #009688;
}

.icon3d .teal-icon3d .emboss1 {
  color: #004d40;
}

.icon3d .teal-icon3d:before {
  background-image: linear-gradient(90deg, #b2dfdb 30%, #009688 80%, #004d40 100%);
}

.icon3d .green-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #c8e6c9 30%, #4caf50 80%, #1b5e20 100%);
}

.icon3d .green-icon3d .emboss2 {
  color: #4caf50;
}

.icon3d .green-icon3d .emboss1 {
  color: #1b5e20;
}

.icon3d .green-icon3d:before {
  background-image: linear-gradient(90deg, #c8e6c9 30%, #4caf50 80%, #1b5e20 100%);
}

.icon3d .light-green-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #dcedc8 30%, #8bc34a 80%, #33691e 100%);
}

.icon3d .light-green-icon3d .emboss2 {
  color: #8bc34a;
}

.icon3d .light-green-icon3d .emboss1 {
  color: #33691e;
}

.icon3d .light-green-icon3d:before {
  background-image: linear-gradient(90deg, #dcedc8 30%, #8bc34a 80%, #33691e 100%);
}

.icon3d .lime-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #f0f4c3 30%, #cddc39 80%, #827717 100%);
}

.icon3d .lime-icon3d .emboss2 {
  color: #cddc39;
}

.icon3d .lime-icon3d .emboss1 {
  color: #827717;
}

.icon3d .lime-icon3d:before {
  background-image: linear-gradient(90deg, #f0f4c3 30%, #cddc39 80%, #827717 100%);
}

.icon3d .yellow-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #fff9c4 30%, #ffeb3b 80%, #f57f17 100%);
}

.icon3d .yellow-icon3d .emboss2 {
  color: #ffeb3b;
}

.icon3d .yellow-icon3d .emboss1 {
  color: #f57f17;
}

.icon3d .yellow-icon3d:before {
  background-image: linear-gradient(90deg, #fff9c4 30%, #ffeb3b 80%, #f57f17 100%);
}

.icon3d .amber-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #ffecb3 30%, #ffc107 80%, #ff6f00 100%);
}

.icon3d .amber-icon3d .emboss2 {
  color: #ffc107;
}

.icon3d .amber-icon3d .emboss1 {
  color: #ff6f00;
}

.icon3d .amber-icon3d:before {
  background-image: linear-gradient(90deg, #ffecb3 30%, #ffc107 80%, #ff6f00 100%);
}

.icon3d .orange-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #ffe0b2 30%, #ff9800 80%, #e65100 100%);
}

.icon3d .orange-icon3d .emboss2 {
  color: #ff9800;
}

.icon3d .orange-icon3d .emboss1 {
  color: #e65100;
}

.icon3d .orange-icon3d:before {
  background-image: linear-gradient(90deg, #ffe0b2 30%, #ff9800 80%, #e65100 100%);
}

.icon3d .deep-orange-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #ffccbc 30%, #ff5722 80%, #bf360c 100%);
}

.icon3d .deep-orange-icon3d .emboss2 {
  color: #ff5722;
}

.icon3d .deep-orange-icon3d .emboss1 {
  color: #bf360c;
}

.icon3d .deep-orange-icon3d:before {
  background-image: linear-gradient(90deg, #ffccbc 30%, #ff5722 80%, #bf360c 100%);
}

.icon3d .brown-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #d7ccc8 30%, #795548 80%, #3e2723 100%);
}

.icon3d .brown-icon3d .emboss2 {
  color: #795548;
}

.icon3d .brown-icon3d .emboss1 {
  color: #3e2723;
}

.icon3d .brown-icon3d:before {
  background-image: linear-gradient(90deg, #d7ccc8 30%, #795548 80%, #3e2723 100%);
}

.icon3d .grey-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #f5f5f5 30%, #9e9e9e 80%, #212121 100%);
}

.icon3d .grey-icon3d .emboss2 {
  color: #9e9e9e;
}

.icon3d .grey-icon3d .emboss1 {
  color: #212121;
}

.icon3d .grey-icon3d:before {
  background-image: linear-gradient(90deg, #f5f5f5 30%, #9e9e9e 80%, #212121 100%);
}

.icon3d .blue-grey-icon3d .emboss3:before {
  background-image: linear-gradient(90deg, #cfd8dc 30%, #607d8b 80%, #263238 100%);
}

.icon3d .blue-grey-icon3d .emboss2 {
  color: #607d8b;
}

.icon3d .blue-grey-icon3d .emboss1 {
  color: #263238;
}

.icon3d .blue-grey-icon3d:before {
  background-image: linear-gradient(90deg, #cfd8dc 30%, #607d8b 80%, #263238 100%);
}

#blur-gradient-artwork .primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#blur-gradient-artwork .primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#blur-gradient-artwork .secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#blur-gradient-artwork .secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#blur-gradient-artwork .accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

#blur-gradient-artwork .double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

#blur-gradient-artwork .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#blur-gradient-artwork .double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

#blur-gradient-artwork .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#blur-gradient-artwork .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

#blur-gradient-artwork .triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

#blur-gradient-artwork .fogs {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0px;
  left: 0px;
  filter: blur(100px);
  padding: 120px 0px 40px 0px;
}

.theme--light #blur-gradient-artwork .fogs {
  opacity: 0.35;
}

.theme--dark #blur-gradient-artwork .fogs {
  opacity: 0.75;
}

#blur-gradient-artwork .fogs .fog {
  position: absolute;
  width: 60%;
  height: 100%;
}

#blur-gradient-artwork .fogs .fog > div > div {
  position: absolute;
}

#blur-gradient-artwork .fogs .start {
  bottom: 0px;
  overflow: hidden;
  left: 0;
}

#blur-gradient-artwork .fogs .start .ctx {
  transform: translateX(-80px);
}

#blur-gradient-artwork .fogs .end {
  bottom: 0px;
  overflow: hidden;
  right: 0;
}

#blur-gradient-artwork .fogs .end .ctx {
  transform: translateX(80px);
}

.clay-artworks .clay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.clay-artworks .mask {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.clay-artworks .mask img {
  width: 100%;
}

.clay-artworks .mask:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.clay-artworks .primary-dark:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.clay-artworks .primary-light:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.clay-artworks .secondary-dark:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.clay-artworks .secondary-light:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.clay-artworks .accent:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.clay-artworks .double-light:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.clay-artworks .double-main:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.clay-artworks .double-dark:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.clay-artworks .double-primary:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-accent)) -20%, rgb(var(--v-theme-primary)) 80%);
}

.clay-artworks .double-secondary:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondary)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.clay-artworks .double-accent:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.clay-artworks .triple-light:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.clay-artworks .triple-main:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.clay-artworks .triple-dark:after {
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.desktop-app-artworks .root {
  perspective: 1000px;
  display: block;
  position: relative;
  top: -30px;
}

@media (min-width: 600px) {
  .desktop-app-artworks .root {
    top: -50px;
    left: 60px;
  }
}
.desktop-app-artworks .desktop {
  position: relative;
  transform: rotateY(42deg) rotateX(45deg) rotateZ(-20deg);
  border-radius: 20px;
  background: linear-gradient(0deg, rgb(var(--v-theme-secondary)) -20%, rgb(var(--v-theme-secondarylight)) -10%, rgb(var(--v-theme-primarydark)) 50%, rgb(var(--v-theme-primary)) 55%, rgb(var(--v-theme-accentlight)) 80%, rgb(var(--v-theme-secondary)) 120%);
  width: 600px;
  height: 388px;
}

@media (max-width: 599px) {
  .desktop-app-artworks .desktop {
    width: 300px;
    height: 194px;
  }
}
.desktop-app-artworks .screen {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  left: 8px;
  top: -4px;
  width: 590px;
  height: 390px;
}

@media (max-width: 599px) {
  .desktop-app-artworks .screen {
    width: 295px;
    height: 195px;
  }
}
.desktop-app-artworks .screen img {
  width: 100%;
}

.desktop-app-artworks .reflect {
  position: absolute;
  bottom: -110%;
  left: 30%;
  transform: rotateY(40deg) rotateX(-15deg) rotateZ(0deg) scale(1.1, -1.1);
}

.theme--light .desktop-app-artworks .reflect {
  opacity: 0.2;
}

.theme--dark .desktop-app-artworks .reflect {
  opacity: 0.8;
}

[dir="rtl"] .desktop-app-artworks .reflect {
  display: none;
}

[dir="ltr"] .desktop-app-artworks .reflect {
  display: block;
}

.desktop-app-artworks .reflect:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 110%;
  bottom: 0px;
  left: -20px;
  z-index: 1;
}

.theme--light .desktop-app-artworks .reflect:before {
  background: linear-gradient(190deg, #fff 90%, rgba(0, 0, 0, 0) 120%);
}

.theme--dark .desktop-app-artworks .reflect:before {
  background: linear-gradient(190deg, rgb(var(--v-theme-primarydark)) 90%, rgba(0, 0, 0, 0) 120%);
}

.desktop-app-artworks .reflect:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 110%;
  bottom: 0;
  left: -20px;
  z-index: 1;
  opacity: 0.5;
}

.theme--light .desktop-app-artworks .reflect:after {
  background: linear-gradient(260deg, #fff 90%, rgba(0, 0, 0, 0) 160%);
}

.theme--dark .desktop-app-artworks .reflect:after {
  background: linear-gradient(190deg, #000 90%, rgba(0, 0, 0, 0) 160%);
}

.desktop-app-artworks .widget {
  transform: rotateY(42deg) rotateX(45deg) rotateZ(-21deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .desktop-app-artworks .widget {
    display: none;
  }
}
.desktop-app-artworks .widget span {
  z-index: 2;
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.25);
}

.desktop-app-artworks .widget span img {
  width: 100%;
}

.desktop-app-artworks .top {
  width: 225px;
  height: 120px;
  top: -30px;
  left: 50px;
}

.desktop-app-artworks .left {
  width: 130px;
  height: 90px;
  bottom: 30px;
  left: -30px;
}

.desktop-app-artworks .right {
  width: 220px;
  height: 100px;
  bottom: -20px;
  right: -40px;
}

.line-deco-artwork .line {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 500px;
  bottom: 0;
  overflow: hidden;
}

.line-deco-artwork .string-deco {
  width: 100%;
  position: absolute;
}

.line-deco-artwork .string-deco span {
  position: absolute;
  width: 100%;
  height: 100%;
}

.line-deco-artwork .string1 {
  height: 635px;
  mask-image: url("../images/decoration/string1.svg");
  -webkit-mask-image: url("../images/decoration/string1.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: 300px;
  left: 0px;
}

.theme--light .line-deco-artwork .string1 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark .line-deco-artwork .string1 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.line-deco-artwork .string2 {
  z-index: 1;
  height: 700px;
  mask-image: url("../images/decoration/string2.svg");
  -webkit-mask-image: url("../images/decoration/string2.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: 400px;
  left: 0;
}

.theme--light .line-deco-artwork .string2 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.theme--dark .line-deco-artwork .string2 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.line-deco-artwork .string3 {
  z-index: 1;
  height: 700px;
  mask-image: url("../images/decoration/string2.svg");
  -webkit-mask-image: url("../images/decoration/string2.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: 240px;
  left: 0px;
}

.theme--light .line-deco-artwork .string3 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.theme--dark .line-deco-artwork .string3 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.mobile-app-artwork .root {
  perspective: 1000px;
  display: block;
  position: relative;
}

.mobile-app-artwork .phone {
  width: 300px;
  height: 520px;
  position: relative;
}

.mobile-app-artwork .screen {
  width: 300px;
  height: 520px;

  overflow: hidden;
  position: relative;
  left: -8px;
  top: -8px;
}

.mobile-app-artwork .screen img {
  width: 100%;
}

.mobile-app-artwork .reflect {
  position: absolute;
  bottom: -109%;
  left: -64%;
  transform: rotateY(-42deg) rotateX(27deg) rotateZ(-2deg) scale(1.1, -1.1);
}

[dir="rtl"] .mobile-app-artwork .reflect {
  display: none;
}

[dir="ltr"] .mobile-app-artwork .reflect {
  display: block;
}

.theme--light .mobile-app-artwork .reflect {
  opacity: 0.2;
}

.theme--dark .mobile-app-artwork .reflect {
  opacity: 0.8;
}

.mobile-app-artwork .reflect:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 110%;
  bottom: -20px;
  left: -20px;
  z-index: 1;
}

.theme--light .mobile-app-artwork .reflect:before {
  background: linear-gradient(to bottom, #fff 85%, rgba(0, 0, 0, 0) 110%);
}

.theme--dark .mobile-app-artwork .reflect:before {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarydark)) 85%, rgba(0, 0, 0, 0) 110%);
}

.mobile-app-artwork .reflect:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 110%;
  bottom: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0.5;
}

.theme--light .mobile-app-artwork .reflect:after {
  background: linear-gradient(to bottom, #fff 85%, rgba(0, 0, 0, 0) 130%);
}

.theme--dark .mobile-app-artwork .reflect:after {
  background: linear-gradient(to bottom, #000 85%, rgba(0, 0, 0, 0) 130%);
}

.mobile-app-artwork .widget {
  transform: rotateY(-42deg) rotateX(27deg) rotateZ(-2deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobile-app-artwork .widget span {
  z-index: 2;
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  boxshadow: 0 10px 20px 5px rgba(0, 0, 0, 0.25);
}

.mobile-app-artwork .widget span img {
  width: 100%;
}

.mobile-app-artwork .top {
  width: 220px;
  height: 85px;
  top: -35px;
  left: -190px;
}

.mobile-app-artwork .left {
  width: 160px;
  height: 80px;
  bottom: 20px;
  left: -40px;
}

@media (min-width: 600px) {
  .mobile-app-artwork .left {
    left: -80px;
  }
}
.mobile-app-artwork .right {
  width: 195px;
  height: 100px;
  top: 250px;
  right: -90px;
}

.person-artwork .person {
  text-align: center;
  position: relative;
  max-width: 538px;
  min-width: 250px;
  height: 530px;
  top: -40px;
}

@media (max-width: 959px) {
  .person-artwork .person {
    height: 440px;
  }
}
@media (max-width: 599px) {
  .person-artwork .person {
    width: 100%;
    height: 400px;
    text-align: center;
  }
}
@media (max-width: 959px) {
  .person-artwork .outlined {
    display: none;
  }
}
.person-artwork .background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.person-artwork .background > div {
  position: absolute;
}

.person-artwork .background svg {
  position: absolute;
  width: 257px;
  height: 217px;
}

.person-artwork .background .secondary {
  transform: scale(0.5) rotate(165deg);
  top: 105px;
}

[dir="ltr"] .person-artwork .background .secondary {
  left: 200px;
}

[dir="rtl"] .person-artwork .background .secondary {
  right: 200px;
}

.person-artwork .background .secondary .filled {
  top: -1px;
  left: -5px;
  fill: rgb(var(--v-theme-secondary));
}

.person-artwork .background .secondary .outlined {
  top: 20px;
  left: 15px;
  stroke: rgb(var(--v-theme-secondary));
  fill: none;
}

.person-artwork .background .primary {
  bottom: 100px;
}

[dir="ltr"] .person-artwork .background .primary {
  right: -90px;
}

[dir="rtl"] .person-artwork .background .primary {
  left: -90px;
}

.person-artwork .background .primary .filled {
  bottom: 0px;
  right: 20px;
  transform: scale(1.2);
  fill: rgb(var(--v-theme-primary));
}

.person-artwork .background .primary .outlined {
  bottom: 20px;
  right: 80px;
  transform: scale(1.8);
  stroke: rgb(var(--v-theme-primary));
  fill: none;
}

.person-artwork .photo {
  margin: 0 auto;
}

.person-artwork .photo img {
  max-width: 300px;
  filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.2));
}

@media (max-width: 959px) {
  .person-artwork .photo img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.person-artwork .icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {
  .person-artwork .icons {
    display: none;
  }
}
.person-artwork .icons .secondary {
  position: absolute;
  font-size: 56px;
  left: 0px;
  top: 20px;
}

@media (min-width: 960px) {
  .person-artwork .icons .secondary {
    left: 30px;
  }
}
.person-artwork .icons .secondary > div {
  position: relative;
  z-index: 1;
  top: -20px;
  left: -20px;
}

.person-artwork .icons .secondary:after {
  content: "";
  top: -3px;
  left: -2px;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgb(var(--v-theme-secondarylight));
}

.person-artwork .icons .secondary:before {
  content: "";
  width: 60px;
  height: 60px;
  top: -10px;
  left: -2px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-secondary));
}

.person-artwork .icons .accent {
  position: absolute;
  font-size: 64px;
  right: -40px;
  top: 140px;
}

.person-artwork .icons .accent > div {
  position: relative;
  z-index: 1;
  top: -20px;
  left: -20px;
}

.person-artwork .icons .accent:after {
  content: "";
  top: -3px;
  left: -2px;
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgb(var(--v-theme-accentlight));
}

.person-artwork .icons .accent:before {
  content: "";
  width: 77px;
  height: 77px;
  top: -8px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-accentlight));
}

.person-artwork .screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media (max-width: 1279px) {
  .person-artwork .screen {
    display: none;
  }
}
.person-artwork .screen span {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
}

.theme--dark .person-artwork .screen span {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .person-artwork .screen span {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.person-artwork .screen span img {
  width: 100%;
}

.person-artwork .top {
  width: 158px;
  height: 40px;
  top: 40;
  right: -80px;
}

.person-artwork .center {
  width: 86px;
  height: 74px;
  top: 200px;
  left: -100px;
}

.person-artwork .bottom {
  width: 122px;
  height: 106px;
  bottom: 160px;
  right: -160px;
}

.person-artwork .app-ui {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0px;
  text-align: center;
}

@media (max-width: 599px) {
  .person-artwork .app-ui {
    bottom: 100px;
  }
}
.person-artwork .resume {
  border-radius: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(110deg, rgb(var(--v-theme-accentlight)) 0%, rgb(var(--v-theme-secondarylight)) 20%, #fff 40%, #fff 60%, rgb(var(--v-theme-primarylight)) 90%);
  padding: 8px;
  color: #000;
  bottom: -60px;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 599px) {
  .person-artwork .resume {
    display: none;
  }
}
.person-artwork .resume span {
  color: rgba(0, 0, 0, 0.54);
}

.person-artwork .resume h3 {
  font-size: 18px;
  display: block;
  font-weight: var(--font-medium);
}

.person-artwork .resume h3 strong {
  font-weight: var(--font-medium);
  font-size: 26px;
}

.person-artwork .resume h3 i {
  color: #30a80f;
}

.person-artwork .counter {
  border-radius: 60px;
  display: flex;
  z-index: 1;
  position: relative;
  padding: 16px;
  background: #000;
  color: #fff;
  width: 100%;
}

@media (min-width: 600px) {
  .person-artwork .counter {
    left: -90px;
    width: 475px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .person-artwork .counter {
    left: -140px;
  }
}
.person-artwork .counter .divider {
  margin: 0px 16px 0px 16px;
  border-color: #fff;
  opacity: 0.12;
}

.person-artwork .asset {
  font-size: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 599px) {
  .person-artwork .asset {
    font-size: 14px;
  }
}
.person-artwork .asset span {
  display: flex;
}

.person-artwork .asset span img {
  margin-right: 8px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}

@media (max-width: 599px) {
  .person-artwork .asset span img {
    width: 20px;
    height: 20px;
  }
}
.person-artwork .asset strong {
  display: block;
  font-weight: var(--font-medium);
}

.sharing-artwork .sharing {
  position: relative;
  width: 100%;
  height: 600px;
  max-width: 650px;
}

.sharing-artwork .sharing > div {
  position: absolute;
}

.sharing-artwork .liquid {
  -webkit-mask-image: url(../images/decoration/deco-liquid.svg);
  mask-image: url(../images/decoration/deco-liquid.svg);
  width: 273px;
  height: 228px;
}

.sharing-artwork .person {
  overflow: hidden;
  position: absolute;
}

.sharing-artwork .person img {
  height: 100%;
}

.sharing-artwork .big {
  top: 80px;
  left: 60px;
  max-width: 250px;
  height: 300px;
  width: 100%;
}

.sharing-artwork .big .liquid {
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.sharing-artwork .big .person {
  bottom: 0;
  left: 20px;
  width: 250px;
  border-radius: 250px;
  height: 300px;
}

.sharing-artwork .medium {
  bottom: 20px;
  right: 20px;
  max-width: 200px;
  height: 200px;
  width: 100%;
}

.sharing-artwork .medium .liquid {
  bottom: 0px;
  right: 0px;
  transform: scale(-0.9, 0.9) rotate(-30deg);
  position: absolute;
}

.sharing-artwork .medium .person {
  width: 200px;
  height: 200px;
  bottom: 10px;
  left: -35px;
  border-radius: 200px;
}

.sharing-artwork .small1 {
  top: 170px;
  right: 70px;
}

@media (max-width: 1279px) {
  .sharing-artwork .small1 {
    display: none;
  }
}
.sharing-artwork .small1 .oval-deco {
  position: relative;
}

.sharing-artwork .small1 .oval-deco:before {
  content: "";
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  border: 1px solid rgb(var(--v-theme-primarylight));
  top: -12px;
  right: -2px;
}

.sharing-artwork .small1 .avatar {
  width: 120px;
  height: 120px;
}

.sharing-artwork .small2 {
  bottom: 30px;
  left: 140px;
}

@media (max-width: 599px) {
  .sharing-artwork .small2 {
    display: none;
  }
}
.sharing-artwork .small2 .oval-deco {
  position: relative;
}

.sharing-artwork .small2 .oval-deco:before {
  content: "";
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  border: 1px solid rgb(var(--v-theme-secondary));
  top: -12px;
  left: -12px;
}

.sharing-artwork .small2 .avatar {
  width: 120px;
  height: 120px;
}

.sharing-artwork .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sharing-artwork .bg-primary {
  background: rgb(var(--v-theme-primary));
}

.sharing-artwork .bg-secondary {
  background: rgb(var(--v-theme-secondarylight));
}

.sharing-artwork .shadow {
  height: 100%;
  width: 50%;
  display: block;
  position: relative;
  top: 0;
  left: 30%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(20px);
}

.sharing-artwork .counter {
  background: #424242;
  padding: 8px 24px 8px 8px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  position: absolute;
  bottom: 0;
}

.sharing-artwork .counter.large {
  transform: scale(1);
  left: -10px;
}

.sharing-artwork .counter.small {
  transform: scale(0.8);
  left: 10px;
  bottom: -30px;
}

.sharing-artwork .counter.mini {
  width: 230%;
  transform: scale(0.6);
  transform-origin: left;
  left: -20px;
  bottom: -30px;
}

.sharing-artwork .counter.mini .ammount p {
  font-size: 14px;
}

.sharing-artwork .counter .icon {
  background: rgb(var(--v-theme-secondary));
  margin-right: 8px;
  width: 60px;
  height: 60px;
}

.sharing-artwork .counter .icon :deep(i) {
  color: #424242;
}

.sharing-artwork .avatar {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.sharing-artwork .avatar img {
  width: 100%;
  height: 100%;
}

.sharing-artwork .ammount {
  color: #fff;
  font-size: 22px;
}

.sharing-artwork .ammount div {
  display: flex;
  align-items: center;
}

.sharing-artwork .ammount .logo {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sharing-artwork .ammount .logo img {
  width: 100%;
  height: 100%;
}

.sharing-artwork .ammount p {
  margin-bottom: 0;
  font-size: 18px;
}

.sharing-artwork .ammount p i {
  margin-right: 4px;
}

.sharing-artwork .ammount p strong {
  font-weight: var(--font-medium);
}

.sharing-artwork .arrow {
  position: absolute;
}

[dir="rtl"] .sharing-artwork .arrow {
  display: none;
}

[dir="ltr"] .sharing-artwork .arrow {
  display: block;
}

.sharing-artwork .arrow svg {
  width: 300px;
  height: 320px;
}

.sharing-artwork .arrow .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 48px;
  border: 5px solid;
  text-align: center;
  position: absolute;
}

.theme--light .sharing-artwork .arrow .icon {
  border-color: #fff;
}

.theme--dark .sharing-artwork .arrow .icon {
  border-color: #0a0a0a;
}

.sharing-artwork .arrow .icon > div {
  position: relative;
  top: -30px;
}

.sharing-artwork .arrow.primary {
  right: 0px;
  top: 100px;
  transform: scale(0.9);
}

.sharing-artwork .arrow.primary svg {
  stroke: rgb(var(--v-theme-primary));
}

.sharing-artwork .arrow.primary .icon {
  left: 100px;
  top: -15px;
  background: rgb(var(--v-theme-primary));
}

@media (max-width: 959px) {
  .sharing-artwork .arrow.primary {
    display: none;
  }
}
.sharing-artwork .arrow.secondary {
  left: -80px;
  bottom: 30px;
  transform: scale(0.6);
}

.sharing-artwork .arrow.secondary svg {
  transform: scaleY(-1) rotate(235deg);
  stroke: rgb(var(--v-theme-secondary));
}

.sharing-artwork .arrow.secondary .icon {
  left: -10px;
  top: 80px;
  background: rgb(var(--v-theme-secondary));
}

@media (max-width: 959px) {
  .sharing-artwork .arrow.secondary {
    display: none;
  }
}
.sharing-artwork .arrow.accent {
  left: 190px;
  bottom: 100px;
  transform: scale(0.3);
}

@media (max-width: 1279px) {
  .sharing-artwork .arrow.accent {
    display: none;
  }
}
.sharing-artwork .arrow.accent svg {
  stroke: rgb(var(--v-theme-accent));
  transform: scaleY(1.2) rotate(245deg);
}

.sharing-artwork .arrow.accent .icon {
  left: 10px;
  top: 40px;
  transform: scale(1.5);
  background: rgb(var(--v-theme-accent));
}

.video-banner-artwork .root {
  perspective: 1000px;
  display: block;
  text-align: center;
}

.video-banner-artwork .play-btn {
  position: absolute;
  color: #fff;
  width: 70px;
  height: 70px;
  z-index: 2;
  left: calc(50% - 35px);
  box-shadow: 0 0 15px -2px rgb(var(--v-theme-secondarylight));
  padding: 0;
  line-height: 70px;
}

.video-banner-artwork .play-btn i {
  font-size: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
}

.video-banner-artwork .video-art {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
  transform: rotateY(0) rotateX(35deg) rotateZ(0deg);
  height: 300px;
}

.theme--light .video-banner-artwork .video-art {
  background-color: #fff;
}

.theme--dark .video-banner-artwork .video-art {
  background-color: #0a0a0a;
}

@media (max-width: 599px) {
  .video-banner-artwork .video-art {
    height: 200px;
    transform: scale(0.9) rotateY(0) rotateX(35deg) rotateZ(0deg);
  }

  .video-banner-artwork .video-art:before,
  .video-banner-artwork .video-art:after {
    display: none;
  }
}
.video-banner-artwork .video-art:before {
  content: "";
  position: absolute;
  border-radius: 12px;
  top: 0;
  left: -5px;
  width: 600px;
  height: 320px;
  border: 1px solid rgb(var(--v-theme-primary));
}

.video-banner-artwork .video-art:after {
  content: "";
  position: absolute;
  border-radius: 12px;
  top: 5px;
  right: -5px;
  width: 600px;
  height: 320px;
  border: 1px solid rgb(var(--v-theme-primary));
}

.video-banner-artwork .video-art span {
  z-index: 2;
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.25);
}

.video-banner-artwork .video-art span img {
  width: 100%;
}

.video-banner-artwork .cover-video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  height: 99%;
}

.video-banner-artwork .cover-video img {
  margin: 0 auto;
  width: 100%;
}

.video-banner-artwork .top-left {
  top: 20px;
  left: -50px;
  width: 135px;
  height: 95px;
}

@media (max-width: 599px) {
  .video-banner-artwork .top-left {
    left: 10px;
    top: 180px;
  }
}
.video-banner-artwork .top-right {
  top: 90px;
  right: 40px;
  width: 120px;
  height: 70px;
}

@media (max-width: 599px) {
  .video-banner-artwork .top-right {
    right: 10px;
    top: 230px;
  }
}
.video-banner-artwork .bottom-left {
  bottom: -60px;
  left: -60px;
  width: 128px;
  height: 120px;
}

@media (max-width: 599px) {
  .video-banner-artwork .bottom-left {
    left: 100px;
    bottom: -70px;
  }
}
.video-banner-artwork .bottom-right {
  bottom: -30px;
  right: -20px;
  width: 350px;
  height: 70px;
}

@media (max-width: 599px) {
  .video-banner-artwork .bottom-right {
    right: 20px;
    bottom: -150px;
    width: 280px;
    height: 60px;
  }
}
.popover {
  width: 200px;
}

.theme--light .popover {
  background-color: #fff;
}

.theme--dark .popover {
  background-color: #0a0a0a;
}

.switch-toggle {
  margin-top: 0;
}

#menu_blank {
  height: 0;
}

@media (max-width: 599px) {
  .start-mobile {
    margin: 0px 16px 0px 16px;
  }
}
.header {
  box-shadow: none;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

.theme--light .header {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .header {
  color: #fff;
}

#main-wrap .header .container {
  padding: 0;
}

.header .sidenav-trigger {
  margin: 0;
}

.header.fixed {
  position: fixed;
  top: 0;
}

.header.fixed:not(.open-drawer) {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light .header.fixed:not(.open-drawer) {
  background: rgba(255, 255, 255, 0.8);
}

.theme--dark .header.fixed:not(.open-drawer) {
  background: rgba(10, 10, 10, 0.8);
}

.theme--light .header.fixed:not(.open-drawer) {
  box-shadow: 0px 1px 36px -16px rgb(var(--v-theme-primary));
}

.theme--dark .header.fixed:not(.open-drawer) {
  box-shadow: 0px 1px 36px -16px #000;
}

.theme--light .header.fixed {
  background-color: #fff;
}

.theme--dark .header.fixed {
  background-color: #0a0a0a;
}

.header.fixed .header-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 599px) {
  [dir="ltr"] .header.fixed .header-content {
    padding-right: 4px;
  }

  [dir="rtl"] .header.fixed .header-content {
    padding-left: 4px;
  }
}
.header.fixed .vertical-divider {
  min-height: 24px;
}

.header.fixed .logo img {
  height: 32px;
  width: 32px;
}

.header.fixed nav {
  padding: 0;
}

.theme--light .header.open-drawer {
  background-color: #fff;
}

.theme--dark .header.open-drawer {
  background-color: #0a0a0a;
}

.header.open-drawer .mega-menu-root {
  height: 100% !important;
}

.header .search {
  position: relative;
  display: flex;
  max-width: 600px;
  align-items: center;
}

[dir="ltr"] .header .search {
  margin-left: 16px;
}

[dir="rtl"] .header .search {
  margin-right: 16px;
}

@media (max-width: 599px) {
  .header .search {
    margin: 0px 16px 16px 16px;
  }
}
@media (min-width: 600px) {
  .header .search {
    flex: 1;
  }
}
.header .search.short {
  width: 250px;
}

.header .search .input-field {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border: none;
  border-radius: 20px;
}

[dir="ltr"] .header .search .input-field {
  padding-right: 16px;
}

[dir="rtl"] .header .search .input-field {
  padding-left: 16px;
}

.theme--light .header .search .input-field {
  background-color: #fff;
}

.theme--dark .header .search .input-field {
  background-color: #0a0a0a;
}

[dir="ltr"] .header .search .input-field {
  padding-left: 40px;
}

[dir="rtl"] .header .search .input-field {
  padding-right: 40px;
}

.header .search .input-field input {
  height: auto;
  padding: 8px 0px 8px 0px;
  line-height: normal;
  max-height: none;
  display: block;
  margin: 4px;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 599px) {
  .header .search .input-field input {
    padding: 4px 0;
  }
}
.header .search-icon {
  position: absolute;
  font-size: 24px;
  top: 10px;
}

[dir="ltr"] .header .search-icon {
  left: 8px;
}

[dir="rtl"] .header .search-icon {
  right: 8px;
}

.theme--light .header .search-icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .header .search-icon {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 599px) {
  .header .search-icon {
    top: 6px;
  }
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

@media (max-width: 599px) {
  [dir="ltr"] .header-content {
    padding-right: 4px;
  }

  [dir="rtl"] .header-content {
    padding-left: 4px;
  }
}
.header-content nav {
  transition: all 0.3s ease;
  align-items: center;
  margin: 3px 0;
  display: flex;
}

@media (min-width: 600px) {
  .header-content nav {
    padding: 8px;
  }
}
.header-content nav .user-menu {
  margin: 0;
}

.header-content nav .menu-setting {
  position: relative;
  margin: 0;
}

.header-content nav .menu-setting a {
  padding: 4px 8px 4px 8px;
  display: block;
}

@media (min-width: 600px) {
  .header-content nav > * {
    margin: 0 8px;
  }
}
.header-content .collection-header {
  text-transform: capitalize;
  font-size: 0.875rem;
}

.theme--light .header-content .collection-header {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .header-content .collection-header {
  color: rgba(255, 255, 255, 0.7);
}

.header-content .collection,
.header-content .collection-item,
.header-content .collection-header {
  border: none !important;
}

@media (max-width: 599px) {
  .header-content .logo {
    flex: 1;
  }
}
.header-content .logo a {
  text-decoration: none;
}

.header-content .logo img {
  transition: all 0.3s ease;
  height: 48px;
  width: 48px;
}

@media (min-width: 600px) and (max-width: 1279px) {
  .header-content .logo {
    flex: 1;
  }
}
.header-content .dropdown-content {
  padding: 4px;
  overflow: visible !important;
}

.theme--dark .header-content .dropdown-content {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .header-content .dropdown-content {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.header-content .dropdown-content li {
  border-radius: 20px;
  height: auto;
  min-height: 0;
}

.header-content .dropdown-content li a.menu-list {
  text-transform: capitalize;
  font-size: 14px;
}

.theme--light .header-content .dropdown-content li a.menu-list.current {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark .header-content .dropdown-content li a.menu-list.current {
  background: rgb(var(--v-theme-primarydark));
}

.theme--light .header-content .dropdown-content li a.menu-list.current {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .header-content .dropdown-content li a.menu-list.current {
  color: rgb(var(--v-theme-primarylight));
}

.header-content .dropdown-content li a.menu-list i {
  margin: 0;
}

.header-content .dropdown-content .child-menu {
  left: -100%;
}

[dir="rtl"] .m-application .header-content .dropdown-content .child-menu {
  right: 100%;
}

nav.nav-menu {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 10;
}

nav.nav-menu .btn-icon.hamburger {
  padding: 0;
  line-height: 52px;
  align-items: center;
  display: flex;
  margin: 0;
  justify-content: center;
  transform: scale(-1);
}

.theme--light nav.nav-menu .hamburger-inner,
.theme--light nav.nav-menu .hamburger-inner::before,
.theme--light nav.nav-menu .hamburger-inner::after {
  background-color: rgba(0, 0, 0, 0.87);
}

.theme--dark nav.nav-menu .hamburger-inner,
.theme--dark nav.nav-menu .hamburger-inner::before,
.theme--dark nav.nav-menu .hamburger-inner::after {
  background-color: rgba(255, 255, 255, 0.7);
}

nav.nav-menu .scrollactive-nav {
  list-style: none;
  display: flex;
}

[dir="ltr"] nav.nav-menu .scrollactive-nav {
  padding-left: 12px;
}

[dir="rtl"] nav.nav-menu .scrollactive-nav {
  padding-right: 12px;
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li {
  position: relative;
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0;
  left: calc(50% - 15px);
  bottom: 0px;
  top: auto;
  position: absolute;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}

.theme--light nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:before {
  background: rgb(var(--v-theme-primary));
}

.theme--dark nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:after {
  content: "";
  height: 7px;
  border-radius: 8px;
  width: 7px;
  margin: 0 auto;
  left: calc(50% - 6px);
  bottom: 0px;
  opacity: 0;
  top: auto;
  border: none;
  position: absolute;
  transform-origin: center left;
  transition: all 0.3s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}

.theme--light nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:after {
  background: rgb(var(--v-theme-primary));
}

.theme--dark nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li .btn:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li:hover {
  transition: all 0.3s ease-out;
}

.theme--light nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li:hover .btn {
  color: rgb(var(--v-theme-primary));
}

.theme--dark nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li:hover .btn {
  color: rgb(var(--v-theme-primarylight));
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li:hover .btn:after {
  width: 20px;
  left: calc(50% - 3px);
  opacity: 1;
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li:hover .btn:before {
  opacity: 1;
  transform: scale(1);
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li.current .btn:before {
  transform: scale(1);
  opacity: 1;
}

nav.nav-menu .scrollactive-nav ul:not(.dropdown-content) > li.current .btn:after {
  width: 20px;
  left: calc(50% - 3px);
  opacity: 1;
}

nav.nav-menu .scrollactive-nav i.right.icon {
  line-height: inherit;
}

[dir="ltr"] nav.nav-menu .scrollactive-nav i.right.icon {
  margin-left: 0;
}

[dir="rtl"] nav.nav-menu .scrollactive-nav i.right.icon {
  margin-right: 0;
}

nav.nav-menu .scrollactive-nav .multi-menu {
  flex: 1;
}

nav.nav-menu .scrollactive-nav .multi-menu .btn {
  font-size: 13px;
  margin: 0px 4px 0px 4px;
  padding: 4px;
}

nav.nav-menu .scrollactive-nav .btn {
  font-size: 16px;
  font-weight: var(--font-medium);
  margin: 8px 12px 0px 12px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  height: auto;
  line-height: 12px;
}

.theme--light nav.nav-menu .scrollactive-nav .btn {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark nav.nav-menu .scrollactive-nav .btn {
  color: #fff;
}

@media (max-width: 1279px) {
  nav.nav-menu {
    justify-content: space-between;
  }
}
.lang-menu .flag {
  margin: 0;
}

.lang-menu .flag i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("../images/flag-logo.png") no-repeat transparent;
  background-size: 16px auto;
}

[dir="ltr"] .lang-menu .flag i {
  margin-left: 16px;
}

[dir="rtl"] .lang-menu .flag i {
  margin-right: 16px;
}

[dir="ltr"] .lang-menu .flag i {
  margin-right: 5px;
}

[dir="rtl"] .lang-menu .flag i {
  margin-left: 5px;
}

.lang-menu .flag i.ar {
  background-position: 0 3px;
}

.lang-menu .flag i.zh {
  background-position: 0 -12px;
}

.lang-menu .flag i.en {
  background-position: 0 -28px;
}

.lang-menu .flag i.de {
  background-position: 0 -44px;
}

.lang-menu .flag i.id {
  background-position: 0 -62px;
}

.lang-menu .flag i.pt {
  background-position: 0 -79px;
}

.collection .collection-item.avatar :not(.circle-clipper) > .circle.flag {
  width: auto;
  height: auto;
  overflow: visible;
}

.lang-opt {
  display: block;
  padding: 0 !important;
}

.theme--light .lang-opt {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .lang-opt {
  color: #fff;
}

.lang-list {
  min-height: 0 !important;
}

.vertical-divider {
  border-left: 1px solid;
  height: 24px;
}

.theme--light .vertical-divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .vertical-divider {
  border-color: rgba(255, 255, 255, 0.24);
}

.setting .icon {
  transition: all 0.3s ease;
  display: block;
  font-size: 24px;
}

.theme--light .setting .icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .setting .icon {
  color: rgba(255, 255, 255, 0.7);
}

.setting .active {
  transform: rotate(30deg);
}

.setting .dropdown-content {
  width: 240px !important;
  border-radius: 12px;
}

[dir="ltr"] .setting .dropdown-content {
  right: 8px !important;
  left: auto !important;
}

[dir="rtl"] .setting .dropdown-content {
  left: 8px !important;
  right: auto !important;
}

.mode-menu,
.lang-menu {
  text-transform: capitalize;
}

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

.flex-menu label {
  text-transform: capitalize;
}

.mobile-menu {
  padding: 8px 0px 8px 0px;
}

[dir="ltr"] .mobile-menu {
  margin-right: 8px;
}

[dir="rtl"] .mobile-menu {
  margin-left: 8px;
}

.mobile-menu:focus {
  background-color: transparent;
}

.theme--light .mobile-menu .bar {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark .mobile-menu .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light .mobile-menu .bar:after,
.theme--light .mobile-menu .bar:before {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark .mobile-menu .bar:after,
.theme--dark .mobile-menu .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.menu-list {
  text-transform: capitalize;
}

/* Top Multi Lv Menu */
.submenu-hover {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  background: none;
}

.parent-hover {
  position: relative;
}

.parent-hover:hover > .submenu-hover {
  display: block;
}

.rounded-menu {
  border-radius: 10px;
}

/* Top Mega Menu */
.mega-menu-root {
  transform: scaleX(1) scaleY(1) !important;
}

.mega-menu-root.dropdown-content {
  position: absolute;
  overflow: visible;
  z-index: 9;
  padding: 0;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.mega-menu-root.dropdown-content .mega-menu {
  padding-top: 96px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light .mega-menu-root.dropdown-content .mega-menu {
  background: rgba(255, 255, 255, 0.8);
}

.theme--dark .mega-menu-root.dropdown-content .mega-menu {
  background: rgba(10, 10, 10, 0.8);
}

.mega-menu-root.dropdown-content li a {
  padding: 4px 16px 4px 16px;
  margin: 4px 0;
}

.multi-menu-root > li {
  position: relative;
}

.multi-menu-root .dropdown-content {
  width: 200px !important;
}

.mega-menu {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  overflow: auto;
}

.mega-menu li {
  margin-bottom: 4px;
}

.thumb-menu {
  width: 200px;
  height: 78px;
  border-radius: 8px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-link {
  flex-direction: column;
  margin-bottom: 32px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  text-align: center;
}

.theme--light .thumb-link {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .thumb-link {
  color: #fff;
}

.thumb-link figure {
  margin: 0px 0px 8px 0px;
}

.theme--light .thumb-link:hover {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .thumb-link:hover {
  color: rgb(var(--v-theme-secondary));
}

.title-mega {
  text-transform: uppercase;
  font-weight: var(--font-bold);
  font-size: 11px;
  padding: 0px 16px 0px 16px;
  margin-bottom: 8px;
}

.theme--light .title-mega {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .title-mega {
  color: rgb(var(--v-theme-primarylight));
}

.main-menu,
.multi-menu {
  flex: 1;
}

.main-menu .btn,
.multi-menu .btn {
  text-transform: capitalize;
}

[dir="rtl"] .m-application .main-menu .arrow-icon,
[dir="rtl"] .m-application .multi-menu .arrow-icon {
  transform: scaleX(-1);
}

.main-menu .btn {
  margin: 0px 8px 0px 8px;
  padding: 8px;
}
footer .main-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
footer .main-menu li {
  width: max-content;
}
@media (min-width: 576px) {
  footer .main-menu {
    flex-direction: row;
  }
}
/* Hamburger Menu */
#main_menu.paper-nav {
  width: 100%;
  position: fixed;
  z-index: 20;
  height: 100%;
  display: none;
}

.theme--light #main_menu.paper-nav {
  background-color: #fff;
}

.theme--dark #main_menu.paper-nav {
  background-color: #0a0a0a;
}

#main_menu.paper-nav .full-nav {
  z-index: 90;
  min-width: 300px;
}

@media (max-width: 599px) {
  #main_menu.paper-nav .full-nav {
    width: 100% !important;
  }
}
#main_menu.paper-nav .full-nav .menu {
  padding: 16px 40px 16px 40px;
  margin-top: 96px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  list-style: none;
}

#main_menu.paper-nav .full-nav .menu li {
  text-align: center;
}

#main_menu.paper-nav .full-nav .menu li .btn-flat {
  font-size: 24px;
  padding: 20px 32px 20px 32px;
  overflow: visible;
  height: auto;
}

.theme--light #main_menu.paper-nav .full-nav .menu li .btn-flat {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #main_menu.paper-nav .full-nav .menu li .btn-flat {
  color: #fff;
}

#main_menu.paper-nav .full-nav .menu li .btn-flat:before {
  content: "";
  position: absolute;
  top: 8px;
  opacity: 0.2;
  background: rgb(var(--v-theme-primary));
  height: 75%;
  width: 0;
  border-radius: 36px;
  transition: all 0.2s cubic-bezier(0, 0, 0.14, 0.97);
}

#main_menu.paper-nav .full-nav .menu li .btn-flat:hover {
  color: rgb(var(--v-theme-secondary));
  background: none;
}

#main_menu.paper-nav .full-nav .menu li .btn-flat:hover:before {
  width: 100%;
  left: 0;
}

#main_menu.paper-nav .full-nav .menu.menu-open a {
  animation-name: slide-right;
  animation-timing-function: ease;
}

#main_menu.paper-nav .full-nav .divider-sidebar {
  background: rgba(255, 255, 255, 0.2);
  margin: 24px 0px 24px 0px;
}

.sidenav.mobile-nav {
  width: 260px;
  padding: 80px 16px 80px 16px;
  z-index: 999;
}

.theme--light .sidenav.mobile-nav {
  background-color: #fff;
}

.theme--dark .sidenav.mobile-nav {
  background-color: #0a0a0a;
}

@media (max-width: 599px) {
  .sidenav.mobile-nav {
    width: 100% !important;
  }
}
.sidenav.mobile-nav .collection {
  border: none;
}

.sidenav.mobile-nav .collection-item {
  background: none !important;
  border: none;
  padding: 0;
}

.sidenav.mobile-nav .collection-item.active > .collapsible-header i.material-icons {
  transform: rotate(180deg);
  color: rgb(var(--v-theme-primary));
}

.sidenav.mobile-nav .collection-item a {
  font-weight: var(--font-regular);
  line-height: 24px;
  height: auto;
  padding: 16px;
  display: block;
}

.theme--light .sidenav.mobile-nav .collection-item a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .sidenav.mobile-nav .collection-item a {
  color: #fff;
}

.sidenav.mobile-nav .collapsible-body {
  background: none;
  padding: 0;
}

.sidenav.mobile-nav .collapsible-header {
  display: block;
  padding: 0;
}

.sidenav.mobile-nav .collapsible-header i.material-icons {
  margin: 0;
}

.sidenav.mobile-nav ul.expandable {
  border: none;
}

.sidenav.mobile-nav .menu-list {
  font-size: 14px;
  text-transform: capitalize !important;
}

.sidenav.mobile-nav .side-multilv {
  padding-top: 8px;
}

[dir="ltr"] .sidenav.mobile-nav .has-child {
  padding-left: 0;
}

[dir="rtl"] .sidenav.mobile-nav .has-child {
  padding-right: 0;
}

.sidenav.mobile-nav .has-grand-child {
  padding: 0;
}

[dir="ltr"] .sidenav.mobile-nav .has-grand-child > div {
  margin-left: 0;
}

[dir="rtl"] .sidenav.mobile-nav .has-grand-child > div {
  margin-right: 0;
}

.sidenav.mobile-nav .group-child {
  padding-bottom: 16px;
}

[dir="ltr"] .sidenav.mobile-nav .group-child .collapsible-body {
  padding-left: 12px;
}

[dir="rtl"] .sidenav.mobile-nav .group-child .collapsible-body {
  padding-right: 12px;
}

[dir="ltr"] .sidenav.mobile-nav .side-group .collection-item {
  padding-left: 16px;
}

[dir="rtl"] .sidenav.mobile-nav .side-group .collection-item {
  padding-right: 16px;
}

.sidenav.mobile-nav .side-group .collection-item a {
  padding: 8px;
}

.sidenav.mobile-nav .side-group .collapsible-header {
  padding: 0;
}

[dir="ltr"] .sidenav.mobile-nav .side-group i.material-icons {
  margin-left: -8px;
}

[dir="rtl"] .sidenav.mobile-nav .side-group i.material-icons {
  margin-right: -8px;
}

[dir="ltr"] .sidenav.mobile-nav .side-group-link {
  padding-left: 8px;
}

[dir="rtl"] .sidenav.mobile-nav .side-group-link {
  padding-right: 8px;
}

[dir="ltr"] .sidenav.mobile-nav .collection-header {
  padding-left: 8px;
}

[dir="rtl"] .sidenav.mobile-nav .collection-header {
  padding-right: 8px;
}

.sidenav.mobile-nav .title-mega {
  text-transform: uppercase;
  font-weight: var(--font-bold);
  font-size: 11px;
}

.theme--light .sidenav.mobile-nav .current {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark .sidenav.mobile-nav .current {
  background: rgb(var(--v-theme-primarydark));
}

.theme--light .sidenav.mobile-nav .current {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .sidenav.mobile-nav .current {
  color: rgb(var(--v-theme-primarylight));
}

#ai-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #ai-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #ai-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #ai-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #ai-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#ai-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #ai-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #ai-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #ai-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #ai-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#ai-banner-slider .banner-wrap {
  position: relative;
  display: block;
}

#ai-banner-slider .banner-wrap .slick-slide * {
  direction: ltr;
}

#ai-banner-slider .banner-wrap .carousel-banner .slick-list {
  overflow: visible;
}

@media (max-width: 599px) {
  #ai-banner-slider .banner-wrap .carousel-banner {
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 959px) {
  #ai-banner-slider .banner-wrap .slick-dots {
    bottom: 20px;
  }
}
#ai-banner-slider .banner-wrap .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #ai-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #ai-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#ai-banner-slider .banner-wrap .slick-dots li.slick-active {
  width: 40px;
}

#ai-banner-slider .banner-wrap .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#ai-banner-slider .banner-wrap .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#ai-banner-slider .banner-wrap .slick-dots li button:before {
  display: none;
}

#ai-banner-slider .slide {
  position: relative;
}

@media (min-width: 960px) {
  #ai-banner-slider .slide {
    height: 560px;
    padding-top: 64px;
  }
}
@media (max-width: 959px) {
  #ai-banner-slider .slide {
    text-align: center;
    padding: 120px 0px 40px 0px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .slide {
    text-align: center;
    padding-bottom: 0;
  }
}
#ai-banner-slider .slide .img img {
  position: relative;
  z-index: 5;
}

@media (max-width: 959px) {
  #ai-banner-slider .slide .img img {
    margin-top: 24px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .slide .img img {
    margin-top: 0;
  }
}
#ai-banner-slider .slide.cur .deco {
  transform: translateX(0px) scale(1);
  opacity: 0.15;
}

@media (min-width: 960px) {
  #ai-banner-slider .slide.center-content {
    padding-top: 0;
  }
}
#ai-banner-slider .slide.center-content .btn-area {
  justify-content: center;
}

#ai-banner-slider .deco-banner {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 1200px;
  height: 500px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #ai-banner-slider .deco-banner {
    left: 100px;
  }

  [dir="rtl"] #ai-banner-slider .deco-banner {
    right: 100px;
  }
}
#ai-banner-slider .parallax-scene {
  top: 0;
  transform-origin: top;
  width: 100%;
  position: absolute;
  z-index: 6;
}

[dir="ltr"] #ai-banner-slider .parallax-scene {
  left: 70%;
}

[dir="rtl"] #ai-banner-slider .parallax-scene {
  right: 70%;
}

#ai-banner-slider .parallax-scene.right-scene {
  right: 0;
}

#ai-banner-slider .parallax-scene.left-scene {
  left: 0;
}

#ai-banner-slider .parallax-scene span {
  display: block;
  position: relative;
}

#ai-banner-slider .parallax-scene span img {
  width: 100%;
}

@media (max-width: 959px) {
  #ai-banner-slider .parallax-scene {
    display: none;
  }
}
#ai-banner-slider .hexa {
  top: 60px;
  width: 100px;
}

[dir="ltr"] #ai-banner-slider .hexa {
  left: 150px;
}

[dir="rtl"] #ai-banner-slider .hexa {
  right: 150px;
}

#ai-banner-slider .diamond {
  top: 0px;
  width: 250px;
}

[dir="ltr"] #ai-banner-slider .diamond {
  left: -150px;
}

[dir="rtl"] #ai-banner-slider .diamond {
  right: -150px;
}

#ai-banner-slider .egg {
  top: 170px;
  width: 300px;
}

[dir="ltr"] #ai-banner-slider .egg {
  left: 160px;
}

[dir="rtl"] #ai-banner-slider .egg {
  right: 160px;
}

#ai-banner-slider .nail {
  top: 210px;
  width: 210px;
}

[dir="ltr"] #ai-banner-slider .nail {
  left: -140px;
}

[dir="rtl"] #ai-banner-slider .nail {
  right: -140px;
}

#ai-banner-slider .gem {
  top: 0px;
  width: 140px;
}

[dir="ltr"] #ai-banner-slider .gem {
  left: 350px;
}

[dir="rtl"] #ai-banner-slider .gem {
  right: 350px;
}

#ai-banner-slider .bar {
  top: 0px;
  width: 250px;
}

[dir="ltr"] #ai-banner-slider .bar {
  left: 40px;
}

[dir="rtl"] #ai-banner-slider .bar {
  right: 40px;
}

#ai-banner-slider .pyramid {
  top: 200px;
  width: 400px;
}

[dir="ltr"] #ai-banner-slider .pyramid {
  left: 250px;
}

[dir="rtl"] #ai-banner-slider .pyramid {
  right: 250px;
}

#ai-banner-slider .shield {
  top: 290px;
  width: 180px;
}

[dir="ltr"] #ai-banner-slider .shield {
  left: -10px;
}

[dir="rtl"] #ai-banner-slider .shield {
  right: -10px;
}

#ai-banner-slider .duo {
  top: 620px;
  width: 1000px;
}

[dir="ltr"] #ai-banner-slider .duo {
  left: -780px;
}

[dir="rtl"] #ai-banner-slider .duo {
  right: -780px;
}

#ai-banner-slider .hexa-ring {
  top: 120px;
  width: 150px;
}

[dir="ltr"] #ai-banner-slider .hexa-ring {
  left: -780px;
}

[dir="rtl"] #ai-banner-slider .hexa-ring {
  right: -780px;
}

#ai-banner-slider .pearl {
  top: 500px;
  width: 150px;
}

[dir="ltr"] #ai-banner-slider .pearl {
  left: -370px;
}

[dir="rtl"] #ai-banner-slider .pearl {
  right: -370px;
}

#ai-banner-slider .h-banner.img {
  text-align: center;
}

#ai-banner-slider .h-banner.img img {
  margin: 0;
  position: absolute;
  bottom: -80px;
  width: 90%;
  left: 5%;
}

@media (max-width: 1279px) {
  #ai-banner-slider .h-banner.img img {
    bottom: -180px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .h-banner.img img {
    display: none;
  }
}
#ai-banner-slider .background-banner.img {
  position: absolute;
  top: 20;
}

[dir="rtl"] #ai-banner-slider .background-banner.img {
  left: -600px;
}

[dir="ltr"] #ai-banner-slider .background-banner.img {
  left: auto;
}

[dir="rtl"] #ai-banner-slider .background-banner.img {
  right: auto;
}

[dir="ltr"] #ai-banner-slider .background-banner.img {
  right: -600px;
}

@media (min-width: 1280px) {
  [dir="rtl"] #ai-banner-slider .background-banner.img {
    left: -500px;
  }

  [dir="ltr"] #ai-banner-slider .background-banner.img {
    left: auto;
  }

  [dir="rtl"] #ai-banner-slider .background-banner.img {
    right: auto;
  }

  [dir="ltr"] #ai-banner-slider .background-banner.img {
    right: -500px;
  }
}
#ai-banner-slider .background-banner.img img {
  height: 400px;
}

@media (max-width: 959px) {
  #ai-banner-slider .background-banner.img img {
    height: 270px;
    width: 1300px;
    top: 90px;
    opacity: 0.5;
  }

  [dir="ltr"] #ai-banner-slider .background-banner.img img {
    left: 60px;
  }

  [dir="rtl"] #ai-banner-slider .background-banner.img img {
    right: 60px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .background-banner.img img {
    top: 150px;
    opacity: 0.25;
  }
}
#ai-banner-slider .slide-nav-group {
  position: relative;
}

@media (max-width: 1279px) {
  #ai-banner-slider .slide-nav-group .container {
    padding: 0 !important;
  }
}
#ai-banner-slider .slider-deco .slide {
  height: 950px;
}

#ai-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 959px) {
  #ai-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
  }
}
#ai-banner-slider .text {
  position: relative;
  z-index: 10;
}

#ai-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#ai-banner-slider .text h5 {
  margin-bottom: 32px;
}

#ai-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 959px) {
  #ai-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .btn-area {
    align-items: center;
  }

  #ai-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#ai-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #ai-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #ai-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #ai-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
  #ai-banner-slider .btn-area a {
    margin: 4px;
  }
}
#ai-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #ai-banner-slider .btn-area a img {
    width: 100%;
  }
}
#ai-banner-slider .slide-nav {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
}

.theme--light #ai-banner-slider .slide-nav {
  background: rgba(255, 255, 255, 0.7);
}

.theme--dark #ai-banner-slider .slide-nav {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#ai-banner-slider .slide-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.theme--light #ai-banner-slider .slide-nav:before {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #ai-banner-slider .slide-nav:before {
  background: rgba(0, 0, 0, 0.3);
}

#ai-banner-slider .slide-nav a {
  line-height: normal;
  padding: 8px 24px 4px;
  text-transform: none;
  height: auto;
  border: 1px solid transparent;
  font-weight: var(--font-regular);
  border-radius: 60px;
  font-size: 14px;
}

.theme--light #ai-banner-slider .slide-nav a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #ai-banner-slider .slide-nav a {
  color: #fff;
}

#ai-banner-slider .slide-nav a strong {
  text-transform: capitalize;
  font-size: 28px;
  display: block;
  font-weight: var(--font-medium);
  transition: all 0.3s ease-out;
  position: relative;
}

[dir="ltr"] #ai-banner-slider .slide-nav a strong {
  margin-left: -2px;
}

[dir="rtl"] #ai-banner-slider .slide-nav a strong {
  margin-right: -2px;
}

#ai-banner-slider .slide-nav a strong:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}

.theme--light #ai-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark #ai-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

[dir="ltr"] #ai-banner-slider .slide-nav a strong:before {
  left: 4px;
}

[dir="rtl"] #ai-banner-slider .slide-nav a strong:before {
  right: 4px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #ai-banner-slider .slide-nav a strong:before {
    left: 6px;
  }

  [dir="rtl"] #ai-banner-slider .slide-nav a strong:before {
    right: 6px;
  }
}
#ai-banner-slider .slide-nav a:hover {
  transition: all 0.3s ease-out;
}

.theme--light #ai-banner-slider .slide-nav a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.theme--dark #ai-banner-slider .slide-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

#ai-banner-slider .slide-nav a:hover strong {
  color: rgb(var(--v-theme-primary));
}

#ai-banner-slider .slide-nav a.active strong {
  color: rgb(var(--v-theme-primary));
}

.theme--light #ai-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark #ai-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--light #ai-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--dark #ai-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--light #ai-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

.theme--dark #ai-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #ai-banner-slider .slide-nav a.active strong {
  padding-left: 24px;
}

[dir="rtl"] #ai-banner-slider .slide-nav a.active strong {
  padding-right: 24px;
}

#ai-banner-slider .slide-nav a.active strong:before {
  opacity: 1;
  transform: scale(1);
}

#ai-banner-slider .divider {
  margin: auto 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  flex: 1 1 0px;
}

.theme--light #ai-banner-slider .divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark #ai-banner-slider .divider {
  border-color: rgba(255, 255, 255, 0.24);
}

#ai-about .order-lg-5 {
  position: relative;
  z-index: 1;
}

#ai-about .video-popup {
  max-width: none;
}

@media (min-width: 600px) {
  #ai-about .video-popup {
    width: 690px;
  }
}
#ai-about .video-popup iframe {
  width: 100%;
}

#ai-about .headline {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#ai-about .headline h4 {
  font-size: 20px;
  font-weight: var(--font-bold);
}

#ai-about .main-feature {
  position: relative;
  display: block;
}

#ai-about .video {
  overflow: hidden;
  position: relative;
  margin: 48px 0px 16px 0px;
  border-radius: 12px;
}

@media (max-width: 1279px) {
  #ai-about .video {
    max-width: 400px;
  }
}
@media (max-width: 959px) {
  #ai-about .video {
    margin-left: auto;
    margin-right: auto;
  }
}
#ai-about .video figure {
  margin: 0;
  background: #000;
}

#ai-about .video figure img {
  opacity: 0.62;
  min-height: 100%;
  width: 100%;
  isplay: block;
}

#ai-about .feature-wrap {
  position: relative;
  padding: 0px 24px 0px 24px;
}

#ai-about .play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.theme--light #ai-about .play-btn {
  background-color: #fff;
}

.theme--dark #ai-about .play-btn {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light #ai-about .play-btn {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

[dir="ltr"] #ai-about .play-btn {
  left: 50%;
}

[dir="rtl"] #ai-about .play-btn {
  right: 50%;
}

#ai-about .play-btn i {
  display: block;
  line-height: normal;
}

[dir="ltr"] #ai-about .play-btn i {
  padding-left: 10px;
}

[dir="rtl"] #ai-about .play-btn i {
  padding-right: 10px;
}

#ai-about .play-btn i:before {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

#ai-about .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #ai-about .close-btn {
  right: 4px;
}

[dir="rtl"] #ai-about .close-btn {
  left: 4px;
}

#ai-about .counter {
  margin-top: 40px;
}

@media (min-width: 1280px) {
  #ai-about .counter {
    justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  #ai-about .counter {
    display: flex;
  }
}
@media (min-width: 960px) {
  [dir="ltr"] #ai-about .counter {
    padding-right: 64px;
  }

  [dir="rtl"] #ai-about .counter {
    padding-left: 64px;
  }
}
@media (max-width: 959px) {
  #ai-about .counter > div {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #ai-about .counter > div {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #ai-about .counter > div {
    width: 50%;
  }
}
@media (min-width: 960px) {
  #ai-about .lower {
    margin-top: 120px;
  }
  #ai-about .higher {
    margin-top: -24px;
  }
}
#ai-about .paper {
  position: relative;
  height: 220px;
  overflow: visible;
  margin: 8px 0px 8px 0px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: none;
  width: 100%;
  border-radius: 12px;
}

.theme--light #ai-about .paper {
  background: rgba(255, 255, 255, 0.8);
}

.theme--dark #ai-about .paper {
  background: rgba(10, 10, 10, 0.8);
}

@media (min-width: 960px) {
  #ai-about .paper {
    margin: 80px 32px 80px 0px;
    width: 174px;
  }
}
@media (max-width: 959px) {
  #ai-about .paper {
    margin: 8px;
    height: auto;
  }
}
@media (max-width: 599px) {
  #ai-about .paper {
    margin: 4px;
    flex: 1;
  }
}
#ai-about .paper .icon {
  font-size: 140px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  top: -100px;
}

@media (max-width: 959px) {
  #ai-about .paper .icon {
    top: -60px;
    font-size: 100px;
  }
}
#ai-about .paper h4 {
  font-weight: var(--font-medium);
}

@media (max-width: 959px) {
  #ai-about .paper h4 {
    font-size: 22px;
  }
}
#ai-about .paper p {
  font-size: 18px;
}

@media (max-width: 959px) {
  #ai-about .paper p {
    font-size: 14px;
  }
}
#ai-about .glow {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding: 96px 24px 8px 24px;
}

#ai-about .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 100%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: 0;
}

#ai-about .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#ai-about .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#ai-about .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

#ai-about .glow.light-blue-bg:before {
  background: #03a9f4;
}

.liquid-parallax .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .liquid-parallax .parallax-wrap {
    display: none;
  }
}
.liquid-parallax .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
  filter: blur(20px);
}

.theme--light .liquid-parallax .inner-parallax {
  opacity: 0.25;
}

.theme--dark .liquid-parallax .inner-parallax {
  opacity: 0.5;
}

.liquid-parallax .inner-parallax .parallax-figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.liquid-parallax .inner-parallax .parallax-figure img {
  height: auto;
  margin: 0;
  width: auto;
  display: block;
}

.liquid-parallax .inner-parallax .parallax-figure > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.liquid-parallax .left {
  top: 300px;
  left: -100px;
}

.liquid-parallax .left img {
  transform: rotate(70deg) scale(1.5);
  transform-origin: center center;
}

.liquid-parallax .right {
  top: -200px;
  right: -500px;
}

.liquid-parallax .right img {
  transform: rotate(30deg) scale(-1.5);
  transform-origin: center center;
}

.liquid-parallax .top {
  top: 500px;
  right: -400px;
}

.liquid-parallax .top img {
  transform: rotate(-280deg) scale(1.5);
  transform-origin: center center;
}

.liquid-parallax .bottom {
  top: 1000px;
  left: -150px;
}

.liquid-parallax .bottom img {
  transform: rotate(100deg) scale(1.5);
  transform-origin: center center;
}

#ai-feature .root {
  position: relative;
}

#ai-feature .root .btn {
  width: 160px;
}

#ai-feature .item {
  position: relative;
  min-height: 320px;
  margin-bottom: 80px;
}

#ai-feature .item .desc {
  position: relative;
  z-index: 60;
}

@media (max-width: 959px) {
  #ai-feature .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #ai-feature .item {
    text-align: center;
  }
}
#ai-feature .item h6 {
  margin-bottom: 32px;
}

#ai-feature .item.last {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  #ai-feature .item.last {
    margin-bottom: 0;
  }
}
#ai-feature .illustration {
  position: relative;
}

#ai-feature .illustration figure {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 599px) {
  #ai-feature .illustration figure {
    margin: 0 auto;
  }

  #ai-feature .illustration figure img {
    width: 100%;
  }
}
#ai-feature .illustration figure img {
  margin: 0 auto;
  max-width: 400px;
  max-height: 500px;
}

#ai-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #ai-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #ai-step .item {
    display: flex;
    margin: 24px 0px 24px 0px;
  }
}
#ai-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #ai-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #ai-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #ai-step .icon {
    margin-right: 40px;
  }
}
#ai-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#ai-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #ai-step .icon .left {
  left: -60px;
}

[dir="rtl"] #ai-step .icon .left {
  right: -60px;
}

#ai-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #ai-step .icon .right {
  right: -80px;
}

[dir="rtl"] #ai-step .icon .right {
  left: -80px;
}

#ai-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #ai-step .icon .center {
  left: -60px;
}

[dir="rtl"] #ai-step .icon .center {
  right: -60px;
}

#ai-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#ai-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #ai-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #ai-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #ai-step .glow {
    padding-right: 80px;
  }
}
#ai-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #ai-step .glow:before {
  left: 10%;
}

[dir="rtl"] #ai-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #ai-step .glow:before {
    display: none;
  }
}
#ai-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#ai-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#ai-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

@media (min-width: 600px) {
  #ai-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#ai-step .step h6 {
  font-weight: var(--font-bold);
}

#ai-step .step .item {
  opacity: 1;
}

#ai-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  border: none;
}

[dir="ltr"] #ai-step .divider {
  right: 40px;
}

[dir="rtl"] #ai-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #ai-step .divider {
    display: none;
  }
}
#ai-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#ai-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#ai-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#ai-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#ai-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #ai-step .divider:after {
  left: 40px;
}

[dir="rtl"] #ai-step .divider:after {
  right: 40px;
}

#ai-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #ai-step .divider:before {
  left: 20px;
}

[dir="rtl"] #ai-step .divider:before {
  right: 20px;
}

.theme--light #ai-research .use-theme--btn-color {
  color: rgb(var(--v-theme-primary));
}

.theme--dark #ai-research .use-theme--btn-color {
  color: rgb(var(--v-theme-secondary));
}

#ai-research .root {
  position: relative;
}

@media (min-width: 1280px) {
  #ai-research .root {
    padding-bottom: 160px;
  }
}
#ai-research .carousel-header {
  position: relative;
  z-index: 10;
}

@media (min-width: 960px) {
  #ai-research .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #ai-research .carousel-header > div {
    max-width: 33%;
  }

  #ai-research .carousel-header > p {
    flex: 1;
  }

  [dir="ltr"] #ai-research .carousel-header > p {
    margin-left: 24px;
  }

  [dir="rtl"] #ai-research .carousel-header > p {
    margin-right: 24px;
  }
}
@media (max-width: 959px) {
  #ai-research .carousel-header {
    text-align: center;
    margin-bottom: 40px;
  }
}
#ai-research .view-all {
  padding: 6px 24px;
}

.theme--light #ai-research .view-all {
  color: rgb(var(--v-theme-primary));
}

.theme--dark #ai-research .view-all {
  color: rgb(var(--v-theme-secondarylight));
}

@media (min-width: 1280px) {
  [dir="ltr"] #ai-research .view-all {
    margin-right: 160px;
  }

  [dir="rtl"] #ai-research .view-all {
    margin-left: 160px;
  }
}
#ai-research .view-all .icon {
  line-height: 0;
  position: relative;
  top: 7px;
}

[dir="ltr"] #ai-research .view-all .icon {
  margin-left: 8px;
}

[dir="rtl"] #ai-research .view-all .icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application #ai-research .view-all .icon {
  transform: scaleX(-1);
}

@media (min-width: 600px) {
  #ai-research .view-all .icon {
    font-size: 24px;
  }
}
#ai-research .floating-artwork {
  position: absolute;
  width: 100%;
  top: 160px;
}

[dir="ltr"] #ai-research .floating-artwork {
  left: -120px;
}

[dir="rtl"] #ai-research .floating-artwork {
  right: -120px;
}

@media (min-width: 960px) {
  [dir="ltr"] #ai-research .floating-artwork .artwork {
    margin-right: 40px;
  }

  [dir="rtl"] #ai-research .floating-artwork .artwork {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #ai-research .floating-artwork .artwork {
    float: right;
  }

  [dir="rtl"] #ai-research .floating-artwork .artwork {
    float: left;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #ai-research .floating-artwork .artwork {
    margin-right: -40px;
  }

  [dir="rtl"] #ai-research .floating-artwork .artwork {
    margin-left: -40px;
  }
}
@media (max-width: 959px) {
  #ai-research .props {
    display: none !important;
  }
}
#ai-research .props > div {
  width: 350px;
  height: 2px;
}

#ai-research .props:focus {
  outline: none;
}

#ai-research .carousel {
  position: relative;
  z-index: 5;
}

@media (min-width: 960px) {
  #ai-research .carousel {
    margin-bottom: -20px;
  }
}
#ai-research .item {
  padding: 0px 12px 0px 12px;
}

#ai-research .item > div {
  width: 320px;
}

#ai-research .item:focus {
  outline: none;
}

#ai-research .link {
  padding: 0;
}

#ai-research .link span {
  text-transform: none;
  font-weight: var(--font-regular);
}

#ai-research .nav {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  width: 48px;
  z-index: 10;
  height: 48px;
  padding: 0;
  min-width: 0;
  border: none;
  box-shadow: none;
}

.theme--light #ai-research .nav {
  background: #fff;
}

.theme--dark #ai-research .nav {
  background: #0a0a0a;
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light #ai-research .nav {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

[dir="rtl"] #ai-research .nav {
  transform: scale(-1.6);
}

[dir="ltr"] #ai-research .nav {
  transform: scale(1.6);
}

.theme--light #ai-research .nav:hover {
  background-color: #fff;
}

.theme--dark #ai-research .nav:hover {
  background-color: #0a0a0a;
}

#ai-research .nav[disabled] {
  opacity: 0.5;
}

#ai-research .nav i {
  font-size: 24px;
}

.theme--light #ai-research .nav i {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #ai-research .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  #ai-research .nav {
    display: none;
  }
}
[dir="ltr"] #ai-research .prev {
  left: 0;
}

[dir="rtl"] #ai-research .prev {
  right: 0;
}

[dir="ltr"] #ai-research .next {
  right: 0;
}

[dir="rtl"] #ai-research .next {
  left: 0;
}

@media (max-width: 959px) {
  .ai-slider-art .deco {
    display: none;
  }
}
.ai-slider-art .deco img {
  z-index: 5;
  position: relative;
  width: 100%;
}

.ai-slider-art .figure {
  width: 550px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  direction: ltr;
}

.ai-slider-art .faded {
  opacity: 0.25;
  filter: blur(10px);
}

@media (max-width: 959px) {
  #ai-community .root.container {
    padding: 0 !important;
  }
}
#ai-community .circle-group {
  position: relative;
  width: 100%;
  margin-top: 32px;
}

@media (min-width: 1280px) {
  #ai-community .circle-group {
    min-height: 700px;
  }
}
@media (max-width: 1279px) {
  #ai-community .circle-group {
    display: flex;
    overflow: auto;
  }
}
#ai-community .circle {
  position: relative;
  text-align: center;
}

@media (min-width: 1280px) {
  #ai-community .circle {
    position: absolute;
  }
}
@media (max-width: 1279px) {
  #ai-community .circle {
    padding: 32px;
    width: 275px;
    height: 275px;
    top: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 599px) {
  #ai-community .circle {
    padding: 10px;
    width: 179px;
    height: 179px;
  }
}
@media (max-width: 1279px) {
  #ai-community .circle h6 {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  #ai-community .circle h6 {
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  #ai-community .circle i {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 959px) {
  #ai-community .circle i {
    font-size: 60px;
    line-height: 60px;
  }
}
#ai-community .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

@media (max-width: 1279px) {
  #ai-community .circle svg {
    display: none;
  }
}
#ai-community .paper {
  font-weight: var(--font-bold);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
  transform: scale(1);
}

#ai-community .paper:hover {
  transform: scale(1.1);
}

@media (min-width: 1280px) {
  #ai-community .large {
    padding: 40px;
    width: 344px;
    height: 344px;
  }
  #ai-community .large h6 {
    font-size: 24px;
  }
  #ai-community .large i {
    font-size: 120px;
    line-height: 120px;
  }
  #ai-community .medium {
    padding: 32px;
    width: 275px;
    height: 275px;
  }
  #ai-community .medium h6 {
    font-size: 18px;
  }
  #ai-community .medium i {
    font-size: 90px;
    line-height: 90px;
  }
  #ai-community .small {
    padding: 20px;
    width: 179px;
    height: 179px;
  }
  #ai-community .small h6 {
    font-size: 14px;
  }
  #ai-community .small i {
    font-size: 60px;
    line-height: 60px;
  }
}
#ai-community .fill-primary .paper {
  color: rgb(var(--v-theme-primary));
}

#ai-community .fill-primary i:before {
  background: linear-gradient(120deg, rgb(var(--v-theme-primarylight)), rgb(var(--v-theme-primary)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme--light #ai-community .fill-primary svg {
  fill: rgb(var(--v-theme-primarylight));
}

.theme--dark #ai-community .fill-primary svg {
  fill: rgb(var(--v-theme-primary));
}

@media (max-width: 1279px) {
  #ai-community .fill-primary a {
    box-shadow: 0 0 0 1px rgb(var(--v-theme-primary));
  }
}
#ai-community .fill-secondary .paper {
  color: rgb(var(--v-theme-secondary));
}

#ai-community .fill-secondary i:before {
  background: linear-gradient(120deg, rgb(var(--v-theme-secondarylight)), rgb(var(--v-theme-secondary)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme--light #ai-community .fill-secondary svg {
  fill: rgb(var(--v-theme-secondarylight));
}

.theme--dark #ai-community .fill-secondary svg {
  fill: rgb(var(--v-theme-secondary));
}

@media (max-width: 1279px) {
  #ai-community .fill-secondary a {
    box-shadow: 0 0 0 1px rgb(var(--v-theme-secondary));
  }
}
#ai-community .fill-accent .paper {
  color: rgb(var(--v-theme-accent));
}

#ai-community .fill-accent i:before {
  background: linear-gradient(120deg, rgb(var(--v-theme-accentlight)), rgb(var(--v-theme-accent)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme--light #ai-community .fill-accent svg {
  fill: rgb(var(--v-theme-accentlight));
}

.theme--dark #ai-community .fill-accent svg {
  fill: rgb(var(--v-theme-accent));
}

@media (max-width: 1279px) {
  #ai-community .fill-accent a {
    box-shadow: 0 0 0 1px rgb(var(--v-theme-accent));
  }
}
#ai-faq .root {
  position: relative;
}

#ai-faq .root .container {
  position: relative;
  z-index: 3;
}

#ai-faq .parallax {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

#ai-faq .illustration {
  position: relative;
  margin: 24px;
}

#ai-faq .illustration img {
  display: block;
}

@media (min-width: 1280px) {
  #ai-faq .illustration img {
    width: 440px;
    margin-top: -140px;
  }

  [dir="ltr"] #ai-faq .illustration img {
    margin-left: -100px;
  }

  [dir="rtl"] #ai-faq .illustration img {
    margin-right: -100px;
  }

  [dir="ltr"] #ai-faq .illustration img {
    margin-left: -20px;
  }

  [dir="rtl"] #ai-faq .illustration img {
    margin-right: -20px;
  }
}
#ai-faq .text {
  position: relative;
  z-index: 2;
}

#ai-faq .accordion {
  position: relative;
}

#ai-faq .item {
  margin-bottom: 24px;
}

#ai-faq .paper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

#ai-faq .paper:not(.active) .collapsible-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light #ai-faq .paper:not(.active) .collapsible-header {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #ai-faq .paper:not(.active) .collapsible-header {
  background: rgba(10, 10, 10, 0.75);
}

#ai-faq .heading {
  display: block;
  font-weight: var(--font-medium);
  padding: 8px 16px 8px 0px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 599px) {
  #ai-faq .heading {
    font-size: 16px;
  }
}
#ai-faq .content i.material-icons {
  margin-top: 8px;
}

#ai-faq .active .collapsible-header {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

#ai-faq .active i.material-icons {
  color: #fff;
  transform: rotate(180deg);
}

#ai-faq .detail {
  background: rgb(var(--v-theme-primary));
  color: #fff;
  border-radius: 0 0 12px 12px;
}

#ai-faq .detail p {
  font-size: 18px;
}

@media (max-width: 599px) {
  #ai-faq .detail p {
    font-size: 16px;
  }
}
#ai-call-action .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #ai-call-action .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #ai-call-action .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #ai-call-action .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #ai-call-action .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #ai-call-action .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#ai-call-action .action {
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 60px;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-primarylight)) 80%);
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 40px;
}

@media (min-width: 960px) {
  #ai-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  #ai-call-action .action {
    margin-top: 120px;
  }
}
#ai-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #ai-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #ai-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #ai-call-action .action:before {
    display: none;
  }
}
#ai-call-action .wrap {
  border-radius: 60px;
  padding-top: 40px;
  padding-bottom: 8px;
}

@media (min-width: 600px) {
  #ai-call-action .wrap {
    background: url("../images/ai/community-full.png") no-repeat transparent;
    background-size: 100% auto;
    padding-bottom: 80px;
  }

  [dir="rtl"] #ai-call-action .wrap {
    background-position: center 0%;
  }

  [dir="ltr"] #ai-call-action .wrap {
    background-position: center 120%;
  }
}
@media (min-width: 1280px) {
  #ai-call-action .wrap {
    padding-bottom: 160px;
  }
}
#ai-call-action .btn-area {
  margin: 40px 0px 40px 0px;
  justify-content: center;
  position: relative;
}

@media (max-width: 599px) {
  #ai-call-action .btn-area {
    justify-content: space-around;
  }
}
@media (min-width: 600px) {
  #ai-call-action .btn-area {
    display: flex;
  }
}
#ai-call-action .btn-area a,
#ai-call-action .btn-area button {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #ai-call-action .btn-area a,
  [dir="ltr"] #ai-call-action .btn-area button {
    margin-right: 16px;
  }

  [dir="rtl"] #ai-call-action .btn-area a,
  [dir="rtl"] #ai-call-action .btn-area button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #ai-call-action .btn-area a,
  #ai-call-action .btn-area button {
    margin: 4px;
    width: 100%;
  }
}
#ai-call-action .btn-area a img,
#ai-call-action .btn-area button img {
  width: 160px;
}

@media (max-width: 599px) {
  #ai-call-action .btn-area a img,
  #ai-call-action .btn-area button img {
    width: 100%;
  }
}
#blockchain-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #blockchain-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #blockchain-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #blockchain-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#blockchain-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #blockchain-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #blockchain-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #blockchain-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#blockchain-banner-slider .banner-wrap {
  position: relative;
  display: block;
}

#blockchain-banner-slider .banner-wrap .slick-slide * {
  direction: ltr;
}

#blockchain-banner-slider .banner-wrap .carousel-banner .slick-list {
  overflow: visible;
}

@media (max-width: 599px) {
  #blockchain-banner-slider .banner-wrap .carousel-banner {
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 959px) {
  #blockchain-banner-slider .banner-wrap .slick-dots {
    bottom: 16px;
  }
}
#blockchain-banner-slider .banner-wrap .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #blockchain-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #blockchain-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#blockchain-banner-slider .banner-wrap .slick-dots li.slick-active {
  width: 40px;
}

#blockchain-banner-slider .banner-wrap .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#blockchain-banner-slider .banner-wrap .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#blockchain-banner-slider .banner-wrap .slick-dots li button:before {
  display: none;
}

#blockchain-banner-slider .slide {
  position: relative;
}

@media (min-width: 960px) {
  #blockchain-banner-slider .slide {
    height: 560px;
    padding-top: 64px;
  }
}
@media (max-width: 959px) {
  #blockchain-banner-slider .slide {
    text-align: center;
    padding: 120px 0px 40px 0px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .slide {
    text-align: center;
    padding-bottom: 0;
  }
}
#blockchain-banner-slider .slide .img img {
  position: relative;
  z-index: 5;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .slide .img img {
    margin-top: 24px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .slide .img img {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  #blockchain-banner-slider .slide.center-content {
    padding-top: 0;
  }
}
#blockchain-banner-slider .slide.center-content .btn-area {
  justify-content: center;
}

#blockchain-banner-slider .deco-banner {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 1200px;
  height: 500px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #blockchain-banner-slider .deco-banner {
    left: 100px;
  }

  [dir="rtl"] #blockchain-banner-slider .deco-banner {
    right: 100px;
  }
}
#blockchain-banner-slider .parallax-scene {
  top: 0;
  transform-origin: top;
  width: 100%;
  position: absolute;
  z-index: 6;
}

[dir="ltr"] #blockchain-banner-slider .parallax-scene {
  left: 70%;
}

[dir="rtl"] #blockchain-banner-slider .parallax-scene {
  right: 70%;
}

@media (min-width: 1536px) {
  [dir="ltr"] #blockchain-banner-slider .parallax-scene {
    left: 90%;
  }

  [dir="rtl"] #blockchain-banner-slider .parallax-scene {
    right: 90%;
  }
}
#blockchain-banner-slider .parallax-scene.right-scene {
  right: 0;
}

#blockchain-banner-slider .parallax-scene.left-scene {
  left: 0;
}

#blockchain-banner-slider .parallax-scene span {
  display: block;
  position: relative;
}

#blockchain-banner-slider .parallax-scene span img {
  width: 100%;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .parallax-scene {
    display: none;
  }
}
#blockchain-banner-slider .hexa {
  top: 60px;
  width: 160px;
}

[dir="ltr"] #blockchain-banner-slider .hexa {
  left: -130px;
}

[dir="rtl"] #blockchain-banner-slider .hexa {
  right: -130px;
}

#blockchain-banner-slider .cube {
  top: 230px;
  width: 100px;
}

[dir="ltr"] #blockchain-banner-slider .cube {
  left: 40px;
}

[dir="rtl"] #blockchain-banner-slider .cube {
  right: 40px;
}

#blockchain-banner-slider .cube-blur {
  top: 350px;
  width: 200px;
}

[dir="ltr"] #blockchain-banner-slider .cube-blur {
  left: 30px;
}

[dir="rtl"] #blockchain-banner-slider .cube-blur {
  right: 30px;
}

#blockchain-banner-slider .accent-blur {
  top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 1;
  background: rgb(var(--v-theme-accent));
}

[dir="ltr"] #blockchain-banner-slider .accent-blur {
  left: 140px;
}

[dir="rtl"] #blockchain-banner-slider .accent-blur {
  right: 140px;
}

#blockchain-banner-slider .pyramid {
  top: 60px;
  width: 140px;
}

[dir="ltr"] #blockchain-banner-slider .pyramid {
  left: 120px;
}

[dir="rtl"] #blockchain-banner-slider .pyramid {
  right: 120px;
}

#blockchain-banner-slider .box {
  top: 270px;
  width: 120px;
}

[dir="ltr"] #blockchain-banner-slider .box {
  left: 130px;
}

[dir="rtl"] #blockchain-banner-slider .box {
  right: 130px;
}

#blockchain-banner-slider .round {
  top: 350px;
  width: 140px;
}

[dir="ltr"] #blockchain-banner-slider .round {
  left: 270px;
}

[dir="rtl"] #blockchain-banner-slider .round {
  right: 270px;
}

#blockchain-banner-slider .primary-blur {
  top: 350px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  filter: blur(15px);
  background: rgb(var(--v-theme-primary));
}

[dir="ltr"] #blockchain-banner-slider .primary-blur {
  left: 70px;
}

[dir="rtl"] #blockchain-banner-slider .primary-blur {
  right: 70px;
}

#blockchain-banner-slider .hexa2 {
  top: 80px;
  width: 140px;
}

[dir="ltr"] #blockchain-banner-slider .hexa2 {
  left: -800px;
}

[dir="rtl"] #blockchain-banner-slider .hexa2 {
  right: -800px;
}

#blockchain-banner-slider .pyramid-blur {
  top: -130px;
  width: 150px;
  filter: blur(5px);
}

[dir="ltr"] #blockchain-banner-slider .pyramid-blur {
  left: 160px;
}

[dir="rtl"] #blockchain-banner-slider .pyramid-blur {
  right: 160px;
}

#blockchain-banner-slider .tube {
  top: 60px;
  width: 150px;
}

[dir="ltr"] #blockchain-banner-slider .tube {
  left: 50px;
}

[dir="rtl"] #blockchain-banner-slider .tube {
  right: 50px;
}

#blockchain-banner-slider .round2 {
  top: 190px;
  width: 220px;
}

[dir="ltr"] #blockchain-banner-slider .round2 {
  left: 90px;
}

[dir="rtl"] #blockchain-banner-slider .round2 {
  right: 90px;
}

#blockchain-banner-slider .h-banner.img {
  text-align: center;
}

#blockchain-banner-slider .h-banner.img img {
  margin: 0;
  position: absolute;
  bottom: -300px;
  width: 90%;
  left: 5%;
}

@media (max-width: 1279px) {
  #blockchain-banner-slider .h-banner.img img {
    bottom: -300px;
  }
}
@media (max-width: 959px) {
  #blockchain-banner-slider .h-banner.img img {
    max-width: none;
    bottom: -200px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .h-banner.img img {
    bottom: -50px;
  }
}
#blockchain-banner-slider .background-banner.img {
  position: absolute;
  top: -140px;
}

[dir="rtl"] #blockchain-banner-slider .background-banner.img {
  left: -440px;
}

[dir="ltr"] #blockchain-banner-slider .background-banner.img {
  left: auto;
}

[dir="rtl"] #blockchain-banner-slider .background-banner.img {
  right: auto;
}

[dir="ltr"] #blockchain-banner-slider .background-banner.img {
  right: -440px;
}

#blockchain-banner-slider .background-banner.img img {
  height: 750px;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .background-banner.img img {
    top: -200px;
    opacity: 0.25;
  }
}
#blockchain-banner-slider .slide-nav-group {
  position: relative;
}

@media (max-width: 1279px) {
  #blockchain-banner-slider .slide-nav-group .container {
    padding: 0 !important;
  }
}
#blockchain-banner-slider .slider-deco .slide {
  height: 950px;
}

#blockchain-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
  }
}
#blockchain-banner-slider .text {
  position: relative;
  z-index: 10;
}

#blockchain-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#blockchain-banner-slider .text h5 {
  margin-bottom: 32px;
}

#blockchain-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 959px) {
  #blockchain-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .btn-area {
    align-items: center;
  }

  #blockchain-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#blockchain-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #blockchain-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #blockchain-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #blockchain-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
  #blockchain-banner-slider .btn-area a {
    margin: 4px;
  }
}
#blockchain-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #blockchain-banner-slider .btn-area a img {
    width: 100%;
  }
}
#blockchain-banner-slider .slide-nav {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
}

.theme--light #blockchain-banner-slider .slide-nav {
  background: rgba(255, 255, 255, 0.7);
}

.theme--dark #blockchain-banner-slider .slide-nav {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#blockchain-banner-slider .slide-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.theme--light #blockchain-banner-slider .slide-nav:before {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #blockchain-banner-slider .slide-nav:before {
  background: rgba(0, 0, 0, 0.3);
}

#blockchain-banner-slider .slide-nav a {
  line-height: normal;
  padding: 8px 24px 4px;
  text-transform: none;
  height: auto;
  border: 1px solid transparent;
  font-weight: var(--font-regular);
  border-radius: 60px;
  font-size: 14px;
}

.theme--light #blockchain-banner-slider .slide-nav a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #blockchain-banner-slider .slide-nav a {
  color: #fff;
}

#blockchain-banner-slider .slide-nav a strong {
  text-transform: capitalize;
  font-size: 28px;
  display: block;
  font-weight: var(--font-medium);
  transition: all 0.3s ease-out;
  position: relative;
}

[dir="ltr"] #blockchain-banner-slider .slide-nav a strong {
  margin-left: -2px;
}

[dir="rtl"] #blockchain-banner-slider .slide-nav a strong {
  margin-right: -2px;
}

#blockchain-banner-slider .slide-nav a strong:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}

.theme--light #blockchain-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark #blockchain-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

[dir="ltr"] #blockchain-banner-slider .slide-nav a strong:before {
  left: 4px;
}

[dir="rtl"] #blockchain-banner-slider .slide-nav a strong:before {
  right: 4px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #blockchain-banner-slider .slide-nav a strong:before {
    left: 6px;
  }

  [dir="rtl"] #blockchain-banner-slider .slide-nav a strong:before {
    right: 6px;
  }
}
#blockchain-banner-slider .slide-nav a:hover {
  transition: all 0.3s ease-out;
}

.theme--light #blockchain-banner-slider .slide-nav a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.theme--dark #blockchain-banner-slider .slide-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

#blockchain-banner-slider .slide-nav a:hover strong {
  color: rgb(var(--v-theme-primary));
}

#blockchain-banner-slider .slide-nav a.active strong {
  color: rgb(var(--v-theme-primary));
}

.theme--light #blockchain-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark #blockchain-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--light #blockchain-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--dark #blockchain-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--light #blockchain-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

.theme--dark #blockchain-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #blockchain-banner-slider .slide-nav a.active strong {
  padding-left: 24px;
}

[dir="rtl"] #blockchain-banner-slider .slide-nav a.active strong {
  padding-right: 24px;
}

#blockchain-banner-slider .slide-nav a.active strong:before {
  opacity: 1;
  transform: scale(1);
}

#blockchain-banner-slider .divider {
  margin: auto 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  flex: 1 1 0px;
}

.theme--light #blockchain-banner-slider .divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark #blockchain-banner-slider .divider {
  border-color: rgba(255, 255, 255, 0.24);
}

#blockchain-about .order-lg-5 {
  position: relative;
  z-index: 1;
}

#blockchain-about .video-popup {
  max-width: none;
}

@media (min-width: 600px) {
  #blockchain-about .video-popup {
    width: 690px;
  }
}
#blockchain-about .video-popup iframe {
  width: 100%;
}

#blockchain-about .headline {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#blockchain-about .headline h4 {
  font-size: 20px;
  font-weight: var(--font-bold);
}

#blockchain-about .main-feature {
  position: relative;
  display: block;
}

#blockchain-about .video {
  overflow: hidden;
  position: relative;
  margin: 48px 0px 16px 0px;
  border-radius: 12px;
  height: 360px;
}

@media (max-width: 1279px) {
  #blockchain-about .video {
    max-width: 400px;
    height: 250px;
  }
}
@media (max-width: 959px) {
  #blockchain-about .video {
    margin-left: auto;
    margin-right: auto;
  }
}
#blockchain-about .video figure {
  margin: 0;
  background: #000;
}

#blockchain-about .video figure img {
  opacity: 0.62;
  min-height: 100%;
  width: 100%;
  display: block;
}

#blockchain-about .feature-wrap {
  position: relative;
  padding: 0px 24px 0px 24px;
}

#blockchain-about .play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.theme--light #blockchain-about .play-btn {
  background-color: #fff;
}

.theme--dark #blockchain-about .play-btn {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light #blockchain-about .play-btn {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

[dir="ltr"] #blockchain-about .play-btn {
  left: 50%;
}

[dir="rtl"] #blockchain-about .play-btn {
  right: 50%;
}

#blockchain-about .play-btn i {
  display: block;
  line-height: normal;
}

[dir="ltr"] #blockchain-about .play-btn i {
  padding-left: 10px;
}

[dir="rtl"] #blockchain-about .play-btn i {
  padding-right: 10px;
}

#blockchain-about .play-btn i:before {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

#blockchain-about .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #blockchain-about .close-btn {
  right: 4px;
}

[dir="rtl"] #blockchain-about .close-btn {
  left: 4px;
}

#blockchain-about .counter {
  margin-top: 80px;
}

@media (min-width: 1280px) {
  #blockchain-about .counter {
    justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  #blockchain-about .counter {
    display: flex;
  }
}
@media (min-width: 960px) {
  #blockchain-about .counter {
    margin-top: 40px;
  }

  [dir="ltr"] #blockchain-about .counter {
    padding-right: 64px;
  }

  [dir="rtl"] #blockchain-about .counter {
    padding-left: 64px;
  }
}
@media (max-width: 959px) {
  #blockchain-about .counter > div {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #blockchain-about .counter > div {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #blockchain-about .counter > div {
    width: 50%;
  }
}
@media (min-width: 960px) {
  #blockchain-about .lower {
    margin-top: 120px;
  }
  #blockchain-about .higher {
    margin-top: -24px;
  }
}
#blockchain-about .paper {
  position: relative;
  height: 220px;
  overflow: visible;
  margin: 8px 0px 8px 0px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: none;
  width: 100%;
  border-radius: 12px;
}

.theme--light #blockchain-about .paper {
  background: rgba(255, 255, 255, 0.8);
}

.theme--dark #blockchain-about .paper {
  background: rgba(10, 10, 10, 0.8);
}

@media (min-width: 960px) {
  #blockchain-about .paper {
    margin: 80px 32px 80px 0px;
    width: 174px;
  }
}
@media (max-width: 959px) {
  #blockchain-about .paper {
    margin: 8px;
    height: auto;
  }
}
@media (max-width: 599px) {
  #blockchain-about .paper {
    margin: 4px;
    flex: 1;
  }
}
#blockchain-about .paper .icon {
  font-size: 140px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  top: -100px;
}

@media (max-width: 959px) {
  #blockchain-about .paper .icon {
    top: -60px;
    font-size: 100px;
  }
}
#blockchain-about .paper h4 {
  font-weight: var(--font-medium);
}

@media (max-width: 959px) {
  #blockchain-about .paper h4 {
    font-size: 22px;
  }
}
#blockchain-about .paper p {
  font-size: 18px;
}

@media (max-width: 959px) {
  #blockchain-about .paper p {
    font-size: 14px;
  }
}
#blockchain-about .glow {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding: 96px 24px 8px 24px;
}

#blockchain-about .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 100%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: 0;
}

#blockchain-about .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#blockchain-about .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#blockchain-about .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

#blockchain-about .glow.light-blue-bg:before {
  background: #03a9f4;
}

.stone-parallax .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .stone-parallax .parallax-wrap {
    display: none;
  }
}
.stone-parallax .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
  filter: blur(5px);
}

.theme--light .stone-parallax .inner-parallax {
  opacity: 0.25;
}

.theme--dark .stone-parallax .inner-parallax {
  opacity: 0.5;
}

.stone-parallax .inner-parallax .parallax-figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.stone-parallax .inner-parallax .parallax-figure img {
  height: auto;
  margin: 0;
  width: auto;
  display: block;
}

.stone-parallax .inner-parallax .parallax-figure > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.stone-parallax .left {
  top: 480px;
  left: -130px;
}

.stone-parallax .left img {
  transform: rotate(70deg) scale(1);
  transform-origin: center center;
}

.stone-parallax .right {
  top: 100px;
  right: -600px;
}

.stone-parallax .right img {
  transform: rotate(-30deg) scale(1);
  transform-origin: center center;
}

.stone-parallax .top {
  top: 400px;
  right: -500px;
}

.stone-parallax .top img {
  width: 300px;
  transform: rotate(-20deg) scaleX(-1);
  transform-origin: center center;
}

.stone-parallax .bottom {
  top: 1700px;
  left: -250px;
}

.stone-parallax .bottom img {
  width: 300px;
  transform: rotate(30deg) scaleX(-1);
  transform-origin: center center;
}

#blockchain-feature .root {
  position: relative;
}

#blockchain-feature .root .btn {
  width: 160px;
}

#blockchain-feature .item {
  position: relative;
  min-height: 320px;
  margin-bottom: 80px;
}

#blockchain-feature .item .desc {
  position: relative;
  z-index: 60;
}

@media (max-width: 959px) {
  #blockchain-feature .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #blockchain-feature .item {
    text-align: center;
  }
}
#blockchain-feature .item h6 {
  margin-bottom: 32px;
}

#blockchain-feature .item.last {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  #blockchain-feature .item.last {
    margin-bottom: 0;
  }
}
#blockchain-feature .illustration {
  position: relative;
}

#blockchain-feature .illustration figure {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 599px) {
  #blockchain-feature .illustration figure {
    margin: 0 auto;
  }

  #blockchain-feature .illustration figure img {
    width: 100%;
  }
}
#blockchain-feature .illustration figure img {
  margin: 0 auto;
  max-width: 400px;
  max-height: 500px;
}

#blockchain-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #blockchain-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #blockchain-step .item {
    display: flex;
    margin: 24px 0px 24px 0px;
  }
}
#blockchain-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #blockchain-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #blockchain-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #blockchain-step .icon {
    margin-right: 40px;
  }
}
#blockchain-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#blockchain-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #blockchain-step .icon .left {
  left: -60px;
}

[dir="rtl"] #blockchain-step .icon .left {
  right: -60px;
}

#blockchain-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #blockchain-step .icon .right {
  right: -80px;
}

[dir="rtl"] #blockchain-step .icon .right {
  left: -80px;
}

#blockchain-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #blockchain-step .icon .center {
  left: -60px;
}

[dir="rtl"] #blockchain-step .icon .center {
  right: -60px;
}

#blockchain-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#blockchain-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #blockchain-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #blockchain-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #blockchain-step .glow {
    padding-right: 80px;
  }
}
#blockchain-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #blockchain-step .glow:before {
  left: 10%;
}

[dir="rtl"] #blockchain-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #blockchain-step .glow:before {
    display: none;
  }
}
#blockchain-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#blockchain-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#blockchain-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

@media (min-width: 600px) {
  #blockchain-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#blockchain-step .step h6 {
  font-weight: var(--font-bold);
}

#blockchain-step .step .item {
  opacity: 1;
}

#blockchain-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  border: none;
}

[dir="ltr"] #blockchain-step .divider {
  right: 40px;
}

[dir="rtl"] #blockchain-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #blockchain-step .divider {
    display: none;
  }
}
#blockchain-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#blockchain-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#blockchain-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#blockchain-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#blockchain-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #blockchain-step .divider:after {
  left: 40px;
}

[dir="rtl"] #blockchain-step .divider:after {
  right: 40px;
}

#blockchain-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #blockchain-step .divider:before {
  left: 20px;
}

[dir="rtl"] #blockchain-step .divider:before {
  right: 20px;
}

.theme--light #blockchain-projects .use-theme--btn-color {
  color: rgb(var(--v-theme-primary));
}

.theme--dark #blockchain-projects .use-theme--btn-color {
  color: rgb(var(--v-theme-secondary));
}

#blockchain-projects .root {
  position: relative;
  overflow: hidden;
}

@media (min-width: 600px) {
  #blockchain-projects .root {
    padding: 40px 0px 40px 0px;
  }
}
#blockchain-projects .carousel-header {
  position: relative;
  z-index: 10;
}

@media (min-width: 960px) {
  #blockchain-projects .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #blockchain-projects .carousel-header > div {
    max-width: 33%;
  }

  #blockchain-projects .carousel-header > p {
    flex: 1;
  }

  [dir="ltr"] #blockchain-projects .carousel-header > p {
    margin-left: 24px;
  }

  [dir="rtl"] #blockchain-projects .carousel-header > p {
    margin-right: 24px;
  }
}
@media (max-width: 959px) {
  #blockchain-projects .carousel-header {
    text-align: center;
    margin-bottom: 40px;
  }
}
#blockchain-projects .view-all {
  padding: 6px 24px;
}

.theme--light #blockchain-projects .view-all {
  color: rgb(var(--v-theme-primary));
}

.theme--dark #blockchain-projects .view-all {
  color: rgb(var(--v-theme-secondarylight));
}

@media (min-width: 1280px) {
  [dir="ltr"] #blockchain-projects .view-all {
    margin-right: 160px;
  }

  [dir="rtl"] #blockchain-projects .view-all {
    margin-left: 160px;
  }
}
#blockchain-projects .view-all .icon {
  line-height: 0;
  position: relative;
  top: 7px;
}

[dir="ltr"] #blockchain-projects .view-all .icon {
  margin-left: 8px;
}

[dir="rtl"] #blockchain-projects .view-all .icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application #blockchain-projects .view-all .icon {
  transform: scaleX(-1);
}

@media (min-width: 600px) {
  #blockchain-projects .view-all .icon {
    font-size: 24px;
  }
}
#blockchain-projects .floating-artwork {
  position: absolute;
  width: 100%;
  top: 320px;
  direction: ltr;
}

[dir="ltr"] #blockchain-projects .floating-artwork {
  left: -50px;
}

[dir="rtl"] #blockchain-projects .floating-artwork {
  right: -50px;
}

@media (min-width: 960px) {
  [dir="ltr"] #blockchain-projects .floating-artwork .artwork {
    margin-right: 40px;
  }

  [dir="rtl"] #blockchain-projects .floating-artwork .artwork {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #blockchain-projects .floating-artwork .artwork {
    float: right;
  }

  [dir="rtl"] #blockchain-projects .floating-artwork .artwork {
    float: left;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #blockchain-projects .floating-artwork .artwork {
    margin-right: -40px;
  }

  [dir="rtl"] #blockchain-projects .floating-artwork .artwork {
    margin-left: -40px;
  }
}
@media (max-width: 959px) {
  #blockchain-projects .props {
    display: none !important;
  }
}
#blockchain-projects .props > div {
  width: 350px;
  height: 2px;
}

#blockchain-projects .props:focus {
  outline: none;
}

#blockchain-projects .carousel {
  position: relative;
  z-index: 5;
}

@media (min-width: 960px) {
  #blockchain-projects .carousel {
    margin-bottom: -20px;
  }
}
#blockchain-projects .carousel .slick-dots {
  bottom: -8px;
}

@media (max-width: 599px) {
  #blockchain-projects .carousel .slick-dots {
    bottom: 0;
  }
}
#blockchain-projects .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #blockchain-projects .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #blockchain-projects .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#blockchain-projects .carousel .slick-dots li.slick-active {
  width: 40px;
}

#blockchain-projects .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#blockchain-projects .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#blockchain-projects .carousel .slick-dots li button:before {
  display: none;
}

#blockchain-projects .item {
  padding: 0px 12px 0px 12px;
}

#blockchain-projects .item > div {
  width: 320px;
}

#blockchain-projects .item:focus {
  outline: none;
}

#blockchain-projects .link {
  padding: 0;
}

#blockchain-projects .link span {
  text-transform: none;
  font-weight: var(--font-regular);
}

#blockchain-projects .nav {
  position: absolute;
  top: 50%;
  border-radius: 8px;
  width: 48px;
  z-index: 10;
  height: 100px;
  padding: 0;
  min-width: 0;
  background: rgb(var(--v-theme-primary));
  border: none;
  box-shadow: none;
}

.theme--dark #blockchain-projects .nav {
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light #blockchain-projects .nav {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

[dir="rtl"] #blockchain-projects .nav {
  transform: scale(-1.6);
}

[dir="ltr"] #blockchain-projects .nav {
  transform: scale(1.6);
}

.theme--light #blockchain-projects .nav:hover {
  background-color: #fff;
}

.theme--dark #blockchain-projects .nav:hover {
  background-color: #0a0a0a;
}

#blockchain-projects .nav[disabled] {
  opacity: 0.5;
}

#blockchain-projects .nav i {
  font-size: 24px;
}

.theme--light #blockchain-projects .nav i {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #blockchain-projects .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  #blockchain-projects .nav {
    display: none;
  }
}
[dir="ltr"] #blockchain-projects .prev {
  left: 0;
}

[dir="rtl"] #blockchain-projects .prev {
  right: 0;
}

[dir="ltr"] #blockchain-projects .next {
  right: 0;
}

[dir="rtl"] #blockchain-projects .next {
  left: 0;
}

@media (max-width: 959px) {
  .blockchain-slider-art .deco {
    display: none;
  }
}
.blockchain-slider-art .deco img {
  z-index: 5;
  position: relative;
  width: 100%;
}

@media (max-width: 1279px) {
  .blockchain-slider-art .deco img {
    width: 70%;
  }
}
.blockchain-slider-art .figure {
  width: 400px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  direction: ltr;
}

.blockchain-slider-art .faded {
  opacity: 0.25;
  filter: blur(10px);
}

#blockchain-event-list .root {
  position: relative;
  z-index: 12;
}

#blockchain-event-list .root:before {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 2;
}

.theme--light #blockchain-event-list .root:before {
  background: #fff;
}

.theme--dark #blockchain-event-list .root:before {
  background: #000;
}

#blockchain-event-list .root:after {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 2;
}

.theme--light #blockchain-event-list .root:after {
  background: #fff;
}

.theme--dark #blockchain-event-list .root:after {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#blockchain-event-list .background {
  direction: ltr;
  border-radius: 60px 60px 0 0;
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px 0px;
}

.theme--light #blockchain-event-list .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarylight)) 10%, #fff 40%, #fff 70%, rgb(var(--v-theme-secondarylight)) 100%);
}

.theme--dark #blockchain-event-list .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarydark)) 10%, rgb(var(--v-theme-secondarydark)) 40%, rgb(var(--v-theme-secondarydark)) 70%, rgb(var(--v-theme-secondary)) 100%);
}

@media (min-width: 960px) {
  #blockchain-event-list .background {
    padding: 80px 0px 160px 0px;
  }
}
#blockchain-event-list .background:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.theme--light #blockchain-event-list .background:before {
  background-color: #fff;
}

.theme--dark #blockchain-event-list .background:before {
  background-color: #0a0a0a;
}

.theme--light #blockchain-event-list .background:before {
  opacity: 0.2;
}

.theme--dark #blockchain-event-list .background:before {
  opacity: 0.6;
}

#blockchain-event-list .container {
  position: relative;
  z-index: 1;
}

#blockchain-event-list .bg-gradient {
  filter: blur(50px);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

#blockchain-event-list .bg-gradient span {
  position: absolute;
}

#blockchain-event-list .oval-right {
  width: 1025px;
  height: 2136px;
  top: 100px;
  opacity: 0.3;
  background: linear-gradient(172deg, rgb(var(--v-theme-primary)) 16%, #000 56%, rgb(var(--v-theme-accent)) 98%);
}

[dir="ltr"] #blockchain-event-list .oval-right {
  right: 400px;
}

[dir="rtl"] #blockchain-event-list .oval-right {
  left: 400px;
}

#blockchain-event-list .oval-top {
  width: 1612px;
  height: 1612px;
  top: -100px;
  opacity: 0.85;
  background: linear-gradient(144deg, rgb(var(--v-theme-accent)) 0%, #fff 100%);
}

[dir="ltr"] #blockchain-event-list .oval-top {
  left: -400px;
}

[dir="rtl"] #blockchain-event-list .oval-top {
  right: -400px;
}

#blockchain-event-list .oval-bottom {
  width: 1312px;
  height: 1312px;
  top: -600px;
  left: 0;
  opacity: 0.3;
  background: rgb(var(--v-theme-primarydark));
}

#blockchain-event-list .grid {
  text-align: center;
}

@media (min-width: 1280px) {
  #blockchain-event-list .grid {
    margin: 0px 24px 0px 24px;
  }
}
@media (max-width: 959px) {
  #blockchain-event-list .grid {
    margin-bottom: 80px;
  }
}
#blockchain-event-list .timeline {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 960px) {
  #blockchain-event-list .timeline {
    margin-top: 120px;
  }
}
#blockchain-event-list .timeline .row:after {
  display: none;
}

#blockchain-event-list .timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

[dir="ltr"] #blockchain-event-list .timeline ul {
  padding-left: 24px;
}

[dir="rtl"] #blockchain-event-list .timeline ul {
  padding-right: 24px;
}

@media (max-width: 599px) {
  #blockchain-event-list .timeline ul {
    padding: 0 !important;
  }
}
#blockchain-event-list .timeline ul li strong {
  font-weight: var(--font-medium);
}

#blockchain-event-list .text {
  position: relative;
  display: block;
}

@media (max-width: 959px) {
  #blockchain-event-list .text p {
    margin-bottom: 0;
  }
}
#blockchain-event-list .text:after {
  border: 6px solid;
}

.theme--light #blockchain-event-list .text:after {
  border-color: #fff;
}

.theme--dark #blockchain-event-list .text:after {
  border-color: rgb(var(--v-theme-primarydark));
}

@media (max-width: 1279px) {
  #blockchain-event-list .text:after {
    display: none;
  }
}
@media (max-width: 959px) {
  #blockchain-event-list .text {
    margin-bottom: 0;
    font-size: 18px;
  }

  #blockchain-event-list .text:after {
    display: none;
  }
}
@media (max-width: 599px) {
  #blockchain-event-list .text {
    margin: 0;
  }
}
#blockchain-event-list .item {
  margin: 0px 24px 0px 24px;
}

#blockchain-event-list .item h2 {
  font-size: 96px;
  text-transform: uppercase;
  font-weight: var(--font-bold);
  margin-bottom: -30px;
}

@media (max-width: 1279px) {
  #blockchain-event-list .item h2 {
    font-size: 72px;
  }
}
@media (max-width: 959px) {
  #blockchain-event-list .item h2 {
    font-size: 56px;
  }
}
#blockchain-event-list .item h3 {
  font-weight: var(--font-bold);
  font-size: 64px;
}

@media (max-width: 1279px) {
  #blockchain-event-list .item h3 {
    font-size: 48px;
  }
}
@media (max-width: 959px) {
  #blockchain-event-list .item h3 {
    font-size: 36px;
    margin-top: 16px;
  }
}
#blockchain-event-list .item p {
  margin: 32px 0px 32px 0px;
  font-size: 18px;
}

@media (max-width: 959px) {
  #blockchain-event-list .item {
    text-align: center;
  }
}
#blockchain-event-list .left-side li {
  margin-bottom: 88px;
}

[dir="ltr"] #blockchain-event-list .left-side li {
  text-align: right;
}

[dir="rtl"] #blockchain-event-list .left-side li {
  text-align: left;
}

.theme--light #blockchain-event-list .left-side li h2 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primary)) 10%, transparent 80%);
}

.theme--dark #blockchain-event-list .left-side li h2 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarylight)) 10%, transparent 80%);
}

.theme--light #blockchain-event-list .left-side li h2 {
  -webkit-background-clip: text;
}

.theme--dark #blockchain-event-list .left-side li h2 {
  -webkit-background-clip: text;
}

.theme--light #blockchain-event-list .left-side li h2 {
  -webkit-text-fill-color: transparent;
}

.theme--dark #blockchain-event-list .left-side li h2 {
  -webkit-text-fill-color: transparent;
}

@media (max-width: 959px) {
  #blockchain-event-list .left-side li {
    margin-bottom: 80px;
  }
}
#blockchain-event-list .left-side li .item {
  justify-content: flex-end;
}

#blockchain-event-list .left-side .text:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  background: rgb(var(--v-theme-primarylight));
}

[dir="ltr"] #blockchain-event-list .left-side .text:after {
  right: -102px;
}

[dir="rtl"] #blockchain-event-list .left-side .text:after {
  left: -102px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #blockchain-event-list .left-side .text:after {
    right: -150px;
  }

  [dir="rtl"] #blockchain-event-list .left-side .text:after {
    left: -150px;
  }
}
.theme--light #blockchain-event-list .right-side li h2 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondary)) 10%, transparent 80%);
}

.theme--dark #blockchain-event-list .right-side li h2 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, transparent 80%);
}

.theme--light #blockchain-event-list .right-side li h2 {
  -webkit-background-clip: text;
}

.theme--dark #blockchain-event-list .right-side li h2 {
  -webkit-background-clip: text;
}

.theme--light #blockchain-event-list .right-side li h2 {
  -webkit-text-fill-color: transparent;
}

.theme--dark #blockchain-event-list .right-side li h2 {
  -webkit-text-fill-color: transparent;
}

@media (min-width: 960px) {
  #blockchain-event-list .right-side li {
    margin-top: 88px;
  }
}
@media (max-width: 959px) {
  #blockchain-event-list .right-side li {
    margin-bottom: 80px;
  }
}
#blockchain-event-list .right-side .text:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 84px;
  background: rgb(var(--v-theme-secondarylight));
}

[dir="ltr"] #blockchain-event-list .right-side .text:after {
  left: -90px;
}

[dir="rtl"] #blockchain-event-list .right-side .text:after {
  right: -90px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #blockchain-event-list .right-side .text:after {
    left: -145px;
  }

  [dir="rtl"] #blockchain-event-list .right-side .text:after {
    right: -145px;
  }
}
#blockchain-event-list .solid-divider {
  position: absolute;
  left: calc(50% + 3px);
  top: 140px;
  width: 6px;
  height: calc(100% - 180px);
  border-radius: 6px;
}

.theme--light #blockchain-event-list .solid-divider {
  opacity: 0.05;
}

.theme--dark #blockchain-event-list .solid-divider {
  opacity: 0.2;
}

.theme--light #blockchain-event-list .solid-divider {
  background-color: #000;
}

.theme--dark #blockchain-event-list .solid-divider {
  background-color: #fff;
}

@media (max-width: 959px) {
  #blockchain-event-list .solid-divider {
    display: none;
  }
}
#blockchain-event-list .year-title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 80px;
}

@media (max-width: 1279px) {
  #blockchain-event-list .year-title {
    display: none;
  }
}
#blockchain-event-list .dashed-divider {
  position: absolute;
  left: calc(50% + 4px);
  top: 50%;
  width: 4px;
  height: 63%;
  border-radius: 2px;
}

.theme--light #blockchain-event-list .dashed-divider {
  opacity: 0.05;
}

.theme--dark #blockchain-event-list .dashed-divider {
  opacity: 0.2;
}

.theme--light #blockchain-event-list .dashed-divider {
  background-color: #000;
}

.theme--dark #blockchain-event-list .dashed-divider {
  background-color: #fff;
}

@media (max-width: 959px) {
  #blockchain-event-list .dashed-divider {
    display: none;
  }
}
#blockchain-event-list .dashed-divider:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: -23%;
  width: 2px;
  height: 20%;
  border-radius: 2px;
}

.theme--light #blockchain-event-list .dashed-divider:before {
  background-color: #000;
}

.theme--dark #blockchain-event-list .dashed-divider:before {
  background-color: #fff;
}

#blockchain-event-list .dashed-divider:after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: 103%;
  width: 6px;
  height: 60%;
  border-radius: 6px;
}

.theme--light #blockchain-event-list .dashed-divider:after {
  background-color: #000;
}

.theme--dark #blockchain-event-list .dashed-divider:after {
  background-color: #fff;
}

#blockchain-event-slider {
  /* Position the "next button" to the right */
}

#blockchain-event-slider .container {
  overflow: hidden;
}

#blockchain-event-slider .root {
  position: relative;
  z-index: 12;
  width: 100%;
  color: #000;
  border-radius: 60px;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 960px) {
  #blockchain-event-slider .root {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  #blockchain-event-slider .root {
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  #blockchain-event-slider .root {
    padding: 16px;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  #blockchain-event-slider .root > div {
    padding: 0;
  }
}
#blockchain-event-slider .root .anim-dots {
  display: none;
}

#blockchain-event-slider .root:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  left: 5px;
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

@media (max-width: 599px) {
  #blockchain-event-slider .root:before {
    display: none;
  }
}
#blockchain-event-slider .title-event {
  color: rgb(var(--v-theme-secondarydark));
  text-transform: capitalize;
  font-weight: var(--font-bold);
  font-size: 122px;
  line-height: 80px;
  position: relative;
}

@media (min-width: 960px) {
  #blockchain-event-slider .title-event {
    position: absolute;
    top: 40px;
  }

  [dir="ltr"] #blockchain-event-slider .title-event {
    left: 40px;
  }

  [dir="rtl"] #blockchain-event-slider .title-event {
    right: 40px;
  }
}
@media (max-width: 1279px) {
  #blockchain-event-slider .title-event {
    font-size: 100px;
    display: inline-block;
  }
}
@media (max-width: 959px) {
  #blockchain-event-slider .title-event {
    font-size: 40px;
    line-height: 56px;
  }

  [dir="ltr"] #blockchain-event-slider .title-event {
    padding-left: 40px;
  }

  [dir="rtl"] #blockchain-event-slider .title-event {
    padding-right: 40px;
  }
}
@media (max-width: 599px) {
  #blockchain-event-slider .title-event {
    display: block;
    text-align: center;
    padding: 16px;
  }

  [dir="ltr"] #blockchain-event-slider .title-event {
    padding-left: 0;
  }

  [dir="rtl"] #blockchain-event-slider .title-event {
    padding-right: 0;
  }
}
#blockchain-event-slider .title-event span {
  display: inline-block;
}

@media (min-width: 960px) {
  #blockchain-event-slider .title-event span {
    font-size: 62px;
    display: block;
  }
}
#blockchain-event-slider .desc {
  max-height: 130px;
  min-height: 100px;
  overflow: hidden;
  padding: 8px 0px 8px 0px;
  margin-top: 16px;
}

@media (max-width: 599px) {
  #blockchain-event-slider .desc {
    display: none;
  }
}
#blockchain-event-slider .inner-bg {
  padding: 48px 24px 0px 24px;
}

#blockchain-event-slider .inner-bg .row {
  z-index: 2;
  position: relative;
}

@media (max-width: 599px) {
  #blockchain-event-slider .inner-bg {
    padding: 0;
  }
}
#blockchain-event-slider .slider-wrap {
  position: relative;
  z-index: 1;
}

#blockchain-event-slider .slider-wrap .prev {
  left: calc(50% + 40px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 36px;
  top: auto;
  position: absolute;
  display: block;
  border-radius: 50%;
  text-align: center;
  text-indent: 1px;
  background: #000;
  color: #fff;
  z-index: 10;
  transition: opacity 0.3s ease;
}

#blockchain-event-slider .slider-wrap .prev:hover {
  opacity: 0.6;
}

@media (max-width: 599px) {
  #blockchain-event-slider .slider-wrap .prev {
    bottom: 25px;
  }
}
#blockchain-event-slider .slider-wrap .next {
  left: calc(50% + 90px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 36px;
  top: auto;
  position: absolute;
  display: block;
  border-radius: 50%;
  text-align: center;
  text-indent: 1px;
  background: #000;
  color: #fff;
  z-index: 10;
  transition: opacity 0.3s ease;
}

#blockchain-event-slider .slider-wrap .next:hover {
  opacity: 0.6;
}

@media (max-width: 599px) {
  #blockchain-event-slider .slider-wrap .next {
    bottom: 25px;
  }
}
#blockchain-event-slider .slider-wrap .anim-slider {
  z-index: 1;
}

#blockchain-event-slider .slider-wrap > div {
  overflow: visible;
  height: 560px;
}

@media (max-width: 959px) {
  #blockchain-event-slider .slider-wrap > div {
    height: 460px;
  }
}
#blockchain-event-slider .slider-wrap > div > a {
  z-index: 11;
  background: none !important;
  position: absolute;
  transition: all 0.3s ease;
  top: 40%;
}

@media (max-width: 599px) {
  #blockchain-event-slider .slider-wrap > div > a {
    display: none;
  }
}
#blockchain-event-slider .item {
  display: flex;
  padding: 0;
  height: 560px;
}

@media (min-width: 960px) {
  #blockchain-event-slider .item {
    overflow: visible !important;
  }
}
@media (max-width: 959px) {
  #blockchain-event-slider .item {
    height: 460px;
  }
}
#blockchain-event-slider .item:before {
  display: none;
}

#blockchain-event-slider .item .text {
  flex: 1;
  padding: 16px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 960px) {
  #blockchain-event-slider .item .text {
    padding-top: 220px;
  }
}
#blockchain-event-slider .item .text h1 {
  font-size: 52px;
  font-weight: var(--font-bold);
  margin-bottom: 8px;
  width: 100%;
}

@media (min-width: 1280px) {
  #blockchain-event-slider .item .text h1 {
    line-height: 60px;
  }
}
@media (max-width: 1279px) {
  #blockchain-event-slider .item .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  #blockchain-event-slider .item .text h1 {
    font-size: 26px;
  }
}
#blockchain-event-slider .item .text h1 span {
  display: block;
  font-size: 18px;
  font-weight: var(--font-medium);
}

#blockchain-event-slider .item:before {
  display: none;
}

#blockchain-event-slider .anim-arrows {
  bottom: -12px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

#blockchain-event-slider .anim-arrows .container {
  position: relative;
}

#blockchain-event-slider .anim-arrows-prev,
#blockchain-event-slider .anim-arrows-next {
  position: absolute;
  z-index: 1000;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 599px) {
  #blockchain-event-slider .anim-arrows-prev,
  #blockchain-event-slider .anim-arrows-next {
    display: none;
  }
}
#blockchain-event-slider .anim-arrows-prev i,
#blockchain-event-slider .anim-arrows-next i {
  font-size: 40px;
}

.theme--light #blockchain-event-slider .anim-arrows-prev i,
.theme--light #blockchain-event-slider .anim-arrows-next i {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #blockchain-event-slider .anim-arrows-prev i,
.theme--dark #blockchain-event-slider .anim-arrows-next i {
  color: rgba(255, 255, 255, 0.7);
}

#blockchain-event-slider .anim-arrows-next {
  right: 0;
}

#blockchain-event-slider .anim-arrows-prev {
  left: 0;
}

#blockchain-event-slider .btn-area {
  overflow: hidden;
  z-index: 10;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 959px) {
  [dir="ltr"] #blockchain-event-slider .btn-area {
    margin-left: 24px;
  }

  [dir="rtl"] #blockchain-event-slider .btn-area {
    margin-right: 24px;
  }
}
@media (min-width: 600px) {
  [dir="ltr"] #blockchain-event-slider .btn-area {
    padding-left: 40px;
  }

  [dir="rtl"] #blockchain-event-slider .btn-area {
    padding-right: 40px;
  }
}
@media (max-width: 599px) {
  #blockchain-event-slider .btn-area {
    margin-top: 6px;
  }

  [dir="ltr"] #blockchain-event-slider .btn-area {
    margin-left: 16px;
  }

  [dir="rtl"] #blockchain-event-slider .btn-area {
    margin-right: 16px;
  }

  [dir="ltr"] #blockchain-event-slider .btn-area {
    text-align: left;
  }

  [dir="rtl"] #blockchain-event-slider .btn-area {
    text-align: right;
  }
}
#blockchain-event-slider .image {
  text-align: center;
}

@media (max-width: 599px) {
  #blockchain-event-slider .image {
    width: 100%;
  }
}
#blockchain-event-slider .image figure {
  overflow: hidden;
  height: 260px;
  margin: 0 auto;
  border-radius: 20px;
}

@media (min-width: 600px) {
  #blockchain-event-slider .image figure {
    height: 300px;
    border-radius: 60px;
  }
}
@media (min-width: 960px) {
  #blockchain-event-slider .image figure {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  #blockchain-event-slider .image figure {
    width: 640px;
  }
}
#blockchain-event-slider .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#blockchain-call-action .action {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-primarylight)) 80%);
  margin-top: 40px;
}

@media (min-width: 600px) {
  #blockchain-call-action .action {
    margin-top: 120px;
  }
}
@media (min-width: 960px) {
  #blockchain-call-action .action {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1280px) {
  #blockchain-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 959px) {
  #blockchain-call-action .action {
    text-align: center;
  }
}
@media (max-width: 599px) {
  #blockchain-call-action .action {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#blockchain-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #blockchain-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #blockchain-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #blockchain-call-action .action:before {
    display: none;
  }
}
#blockchain-call-action .wrap {
  border-radius: 60px;
  padding: 40px 16px 0px 16px;
}

@media (min-width: 600px) {
  #blockchain-call-action .wrap {
    padding: 40px 0px 0px 40px;
  }
}
#blockchain-call-action .wrap img {
  width: 100%;
}

#blockchain-call-action .btn-area {
  margin: 40px 0px 40px 0px;
  position: relative;
}

@media (max-width: 599px) {
  #blockchain-call-action .btn-area {
    justify-content: space-around;
  }
}
#blockchain-call-action .btn-area a,
#blockchain-call-action .btn-area button {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #blockchain-call-action .btn-area a,
  [dir="ltr"] #blockchain-call-action .btn-area button {
    margin-right: 16px;
  }

  [dir="rtl"] #blockchain-call-action .btn-area a,
  [dir="rtl"] #blockchain-call-action .btn-area button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #blockchain-call-action .btn-area a,
  #blockchain-call-action .btn-area button {
    margin: 4px;
    width: 100%;
  }
}
#blockchain-call-action .btn-area a img,
#blockchain-call-action .btn-area button img {
  width: 160px;
}

@media (max-width: 599px) {
  #blockchain-call-action .btn-area a img,
  #blockchain-call-action .btn-area button img {
    width: 100%;
  }
}
#wallet-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #wallet-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #wallet-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #wallet-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #wallet-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#wallet-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #wallet-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #wallet-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #wallet-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #wallet-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#wallet-banner-slider .banner-wrap {
  position: relative;
  display: block;
}

@media (max-width: 599px) {
  #wallet-banner-slider .banner-wrap {
    /*overflow: hidden;*/
  }
  .container-wrap #home {
    height: 90vh;
  }
}
#wallet-banner-slider .banner-wrap .slick-slide * {
  direction: ltr;
}

@media (max-width: 599px) {
  #wallet-banner-slider .banner-wrap .carousel-banner {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
  }
  .parallax-logo {display:none;}
}
#wallet-banner-slider .banner-wrap .carousel-banner .slick-list {
  overflow: visible;
}

#wallet-banner-slider .banner-wrap .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #wallet-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #wallet-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#wallet-banner-slider .banner-wrap .slick-dots li.slick-active {
  width: 40px;
}

#wallet-banner-slider .banner-wrap .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#wallet-banner-slider .banner-wrap .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#wallet-banner-slider .banner-wrap .slick-dots li button:before {
  display: none;
}

@media (max-width: 959px) {
  #wallet-banner-slider .banner-wrap .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .banner-wrap .slick-dots {
    bottom: -30px;
  }
}
#wallet-banner-slider .slide {
  position: relative;
}

@media (min-width: 960px) {
  #wallet-banner-slider .slide {
    height: 650px;
    padding-top: 64px;
  }
}
@media (max-width: 959px) {
  #wallet-banner-slider .slide {
    text-align: center;
    padding: 120px 0px 40px 0px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .slide {
    text-align: center;
    padding-bottom: 0;
  }
}
#wallet-banner-slider .slide .img .cover {
  position: relative;
  z-index: 5;
}

@media (max-width: 959px) {
  #wallet-banner-slider .slide .img .cover {
    margin-top: -80px;
  }
}
#wallet-banner-slider .slide.center-content {
  padding-top: 64px;
  overflow: visible !important;
}

#wallet-banner-slider .deco-banner {
  position: relative;
  z-index: 10;
}

@media (max-width: 959px) {
  #wallet-banner-slider .deco-banner .desktop-app-artworks .root {
    top: 0;
  }
}
#wallet-banner-slider .art-scene {
  position: absolute;
}

@media (max-width: 959px) {
  #wallet-banner-slider .art-scene {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #wallet-banner-slider .art-scene .person-artwork .person {
    top: 40px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .art-scene .person-artwork .person {
    top: 0px;
  }
}
#wallet-banner-slider .h-banner.img {
  text-align: center;
}

@media (max-width: 599px) {
  #wallet-banner-slider .h-banner.img.img img {
    max-width: none;
  }
}
#wallet-banner-slider .h-banner.img .background-banner {
  transform: scale(0.8);
  bottom: -260px;
  top: auto;
}

[dir="ltr"] #wallet-banner-slider .h-banner.img .background-banner {
  right: auto;
}

[dir="rtl"] #wallet-banner-slider .h-banner.img .background-banner {
  left: auto;
}

[dir="ltr"] #wallet-banner-slider .h-banner.img .background-banner {
  left: auto;
}

[dir="rtl"] #wallet-banner-slider .h-banner.img .background-banner {
  right: auto;
}

@media (max-width: 959px) {
  #wallet-banner-slider .h-banner.img .background-banner {
    bottom: -330px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .h-banner.img .background-banner {
    display: none;
  }
}
#wallet-banner-slider .background-banner.img {
  position: absolute;
  top: -120px;
  width: 1100px;
  height: 650px;
  overflow: hidden;
}

[dir="ltr"] #wallet-banner-slider .background-banner.img {
  right: -480px;
}

[dir="rtl"] #wallet-banner-slider .background-banner.img {
  left: -480px;
}

@media (max-width: 959px) {
  #wallet-banner-slider .background-banner.img {
    opacity: 0.5;
  }
}
#wallet-banner-slider .background-banner.img #youtube-liquid-bg > div {
  width: 100%;
  height: 100%;
  position: relative;
}

#wallet-banner-slider .background-banner.img iframe {
  height: 100% !important;
  width: 100% !important;
  margin-top: -80px;
}

#wallet-banner-slider .cover {
  height: 100%;
  width: 100%;
  margin-top: -80px;
  position: absolute;
  left: 1px;
}

#wallet-banner-slider .video {
  height: 100%;
}

#wallet-banner-slider .video > div {
  height: 100% !important;
  padding: 16px;
}

#wallet-banner-slider .deco-line {
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  z-index: 7;
}

#wallet-banner-slider .deco-line svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 959px) {
  #wallet-banner-slider .deco-line {
    display: none;
  }
}
#wallet-banner-slider .deco-line .primary {
  top: 0;
  stroke: rgb(var(--v-theme-primary));
}

[dir="ltr"] #wallet-banner-slider .deco-line .primary {
  left: 0;
}

[dir="rtl"] #wallet-banner-slider .deco-line .primary {
  right: 0;
}

#wallet-banner-slider .deco-line .secondary {
  top: -10px;
  stroke: rgb(var(--v-theme-secondary));
}

[dir="ltr"] #wallet-banner-slider .deco-line .secondary {
  left: 10px;
}

[dir="rtl"] #wallet-banner-slider .deco-line .secondary {
  right: 10px;
}

#wallet-banner-slider .deco-mask {
  height: 90%;
  position: absolute;
  top: 0;
  width: 1100px;
  z-index: 6;
}

[dir="ltr"] #wallet-banner-slider .deco-mask {
  left: 0;
}

[dir="rtl"] #wallet-banner-slider .deco-mask {
  right: 0;
}

#wallet-banner-slider .deco-mask svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

[dir="ltr"] #wallet-banner-slider .deco-mask svg {
  left: 0;
}

[dir="rtl"] #wallet-banner-slider .deco-mask svg {
  right: 0;
}

#wallet-banner-slider .deco-mask:before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.theme--light #wallet-banner-slider .deco-mask:before {
  background: #fff;
}

.theme--dark #wallet-banner-slider .deco-mask:before {
  background: #000;
}

[dir="ltr"] #wallet-banner-slider .deco-mask:before {
  left: 0;
}

[dir="rtl"] #wallet-banner-slider .deco-mask:before {
  right: 0;
}

.theme--light #wallet-banner-slider .deco-mask .main {
  fill: #fff;
}

.theme--dark #wallet-banner-slider .deco-mask .main {
  fill: rgb(var(--v-theme-primarydark));
}

.theme--light #wallet-banner-slider .deco-mask .darken {
  fill: #fff;
}

.theme--dark #wallet-banner-slider .deco-mask .darken {
  fill: rgba(0, 0, 0, 0.5);
}

#wallet-banner-slider .slide-nav-group {
  position: relative;
}

#wallet-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 959px) {
  #wallet-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
  }
}
#wallet-banner-slider .text {
  position: relative;
  z-index: 11;
}

#wallet-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#wallet-banner-slider .text h5 {
  margin-bottom: 32px;
}

#wallet-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 959px) {
  #wallet-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .btn-area {
    align-items: center;
  }

  #wallet-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#wallet-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #wallet-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #wallet-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #wallet-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
#wallet-banner-slider .btn-area a {
  margin-right: 16px;
}

@media (max-width: 599px) {
  #wallet-banner-slider .btn-area a {
    margin: 4px;
  }
}
#wallet-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #wallet-banner-slider .btn-area a img {
    width: 100%;
  }
}
#wallet-banner-slider .slide-nav {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
}

.theme--light #wallet-banner-slider .slide-nav {
  background: rgba(255, 255, 255, 0.7);
}

.theme--dark #wallet-banner-slider .slide-nav {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#wallet-banner-slider .slide-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.theme--light #wallet-banner-slider .slide-nav:before {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #wallet-banner-slider .slide-nav:before {
  background: rgba(0, 0, 0, 0.3);
}

#wallet-banner-slider .slide-nav a {
  line-height: normal;
  padding: 8px 24px 4px;
  text-transform: none;
  height: auto;
  border: 1px solid transparent;
  font-weight: var(--font-regular);
  border-radius: 60px;
  font-size: 14px;
}

.theme--light #wallet-banner-slider .slide-nav a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #wallet-banner-slider .slide-nav a {
  color: #fff;
}

#wallet-banner-slider .slide-nav a strong {
  text-transform: capitalize;
  font-size: 28px;
  display: block;
  font-weight: var(--font-medium);
  transition: all 0.3s ease-out;
  position: relative;
}

[dir="ltr"] #wallet-banner-slider .slide-nav a strong {
  margin-left: -2px;
}

[dir="rtl"] #wallet-banner-slider .slide-nav a strong {
  margin-right: -2px;
}

#wallet-banner-slider .slide-nav a strong:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}

.theme--light #wallet-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark #wallet-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

[dir="ltr"] #wallet-banner-slider .slide-nav a strong:before {
  left: 4px;
}

[dir="rtl"] #wallet-banner-slider .slide-nav a strong:before {
  right: 4px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #wallet-banner-slider .slide-nav a strong:before {
    left: 6px;
  }

  [dir="rtl"] #wallet-banner-slider .slide-nav a strong:before {
    right: 6px;
  }
}
#wallet-banner-slider .slide-nav a:hover {
  transition: all 0.3s ease-out;
}

.theme--light #wallet-banner-slider .slide-nav a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.theme--dark #wallet-banner-slider .slide-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

#wallet-banner-slider .slide-nav a:hover strong {
  color: rgb(var(--v-theme-secondary));
}

#wallet-banner-slider .slide-nav a.active strong {
  color: rgb(var(--v-theme-primary));
}

.theme--light #wallet-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--dark #wallet-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.theme--light #wallet-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--dark #wallet-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--light #wallet-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

.theme--dark #wallet-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #wallet-banner-slider .slide-nav a.active strong {
  padding-left: 24px;
}

[dir="rtl"] #wallet-banner-slider .slide-nav a.active strong {
  padding-right: 24px;
}

#wallet-banner-slider .slide-nav a.active strong:before {
  opacity: 1;
  transform: scale(1);
}

#wallet-banner-slider .divider {
  margin: auto 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  flex: 1 1 0px;
}

.theme--light #wallet-banner-slider .divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark #wallet-banner-slider .divider {
  border-color: rgba(255, 255, 255, 0.24);
}

#wallet-banner-slider .video-popup {
  max-width: none;
}

@media (min-width: 600px) {
  #wallet-banner-slider .video-popup {
    width: 690px;
  }
}
#wallet-banner-slider .video-popup iframe {
  width: 100%;
}

#wallet-banner-slider .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #wallet-banner-slider .close-btn {
  right: 4px;
}

[dir="rtl"] #wallet-banner-slider .close-btn {
  left: 4px;
}

#wallet-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #wallet-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #wallet-step .item {
    display: flex;
    margin: 8px 0px 8px 0px;
  }
}
#wallet-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #wallet-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #wallet-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #wallet-step .icon {
    margin-right: 40px;
  }
}
#wallet-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#wallet-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #wallet-step .icon .left {
  left: -60px;
}

[dir="rtl"] #wallet-step .icon .left {
  right: -60px;
}

#wallet-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #wallet-step .icon .right {
  right: -80px;
}

[dir="rtl"] #wallet-step .icon .right {
  left: -80px;
}

#wallet-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #wallet-step .icon .center {
  left: -60px;
}

[dir="rtl"] #wallet-step .icon .center {
  right: -60px;
}

#wallet-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#wallet-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #wallet-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #wallet-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #wallet-step .glow {
    padding-right: 80px;
  }
}
#wallet-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #wallet-step .glow:before {
  left: 10%;
}

[dir="rtl"] #wallet-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #wallet-step .glow:before {
    display: none;
  }
}
#wallet-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#wallet-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#wallet-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

#wallet-step .step {
  margin-top: 40px;
}

@media (min-width: 600px) {
  #wallet-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#wallet-step .step h6 {
  font-weight: var(--font-bold);
}

#wallet-step .step .item {
  opacity: 1;
}

#wallet-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  border: none;
}

[dir="ltr"] #wallet-step .divider {
  right: 40px;
}

[dir="rtl"] #wallet-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #wallet-step .divider {
    display: none;
  }
}
#wallet-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#wallet-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#wallet-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#wallet-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#wallet-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #wallet-step .divider:after {
  left: 40px;
}

[dir="rtl"] #wallet-step .divider:after {
  right: 40px;
}

#wallet-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #wallet-step .divider:before {
  left: 20px;
}

[dir="rtl"] #wallet-step .divider:before {
  right: 20px;
}

#wallet-chart-price .root {
  position: relative;
  z-index: 4;
}

@media (min-width: 600px) {
  #wallet-chart-price .root {
    padding: 0px 24px 0px 24px;
  }
}
@media (max-width: 959px) {
  #wallet-chart-price .root {
    text-align: center;
  }
}
#wallet-chart-price .down {
  color: #ff7272;
}

#wallet-chart-price .up {
  color: #00c708;
}

#wallet-chart-price .stay {
  color: #b2b2b2;
}

#wallet-chart-price .chart-wrap {
  padding: 0;
  padding: 24px 0px 24px 0px;
}

@media (min-width: 1280px) {
  #wallet-chart-price .chart-wrap {
    padding: 0px 48px 0px 48px;
  }
}
#wallet-chart-price .chart-wrap li {
  margin-bottom: 14px;
  list-style: none;
}

@media (min-width: 600px) {
  #wallet-chart-price .chart-wrap li {
    display: flex;
    align-items: center;
  }
}
#wallet-chart-price .chart-wrap li h5 {
  font-weight: var(--font-bold);
}

#wallet-chart-price .coin {
  display: flex;
  align-items: center;
  width: 150px;
  padding-top: 8px;
}

@media (max-width: 599px) {
  [dir="ltr"] #wallet-chart-price .coin {
    float: left;
  }

  [dir="rtl"] #wallet-chart-price .coin {
    float: right;
  }
}
#wallet-chart-price .coin h5 {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 599px) {
  #wallet-chart-price .coin h5 {
    font-size: 16px;
  }
}
[dir="ltr"] #wallet-chart-price .coin .logo {
  margin-right: 16px;
}

[dir="rtl"] #wallet-chart-price .coin .logo {
  margin-left: 16px;
}

@media (max-width: 599px) {
  #wallet-chart-price .coin .logo {
    width: 20px !important;
    height: 20px !important;
    min-width: 0 !important;
  }

  [dir="ltr"] #wallet-chart-price .coin .logo {
    margin-right: 8px;
  }

  [dir="rtl"] #wallet-chart-price .coin .logo {
    margin-left: 8px;
  }
}
#wallet-chart-price .coin .logo img {
  width: 100%;
  height: 100%;
}

#wallet-chart-price .price {
  margin-top: 8px;
  font-weight: var(--font-medium);
  white-space: nowrap;
}

[dir="ltr"] #wallet-chart-price .price {
  text-align: left;
}

[dir="rtl"] #wallet-chart-price .price {
  text-align: right;
}

@media (min-width: 600px) {
  #wallet-chart-price .price {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #wallet-chart-price .price {
    text-align: right;
  }

  [dir="rtl"] #wallet-chart-price .price {
    text-align: left;
  }
}
#wallet-chart-price .price h6 {
  font-size: 18px;
}

#wallet-chart-price .price i {
  font-style: normal;
}

#wallet-chart-price .progress-chart {
  flex: 1;
}

#wallet-chart-price .progress-chart canvas {
  max-height: 60px;
  width: 100% !important;
}

#wallet-chart-price .btn {
  padding: 16px 48px 16px 48px;
}

#wallet-feature .root {
  position: relative;
}

#wallet-feature .parallax-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#wallet-feature .item {
  position: relative;
  min-height: 320px;
}

#wallet-feature .item .desc {
  position: relative;
  z-index: 60;
}

@media (max-width: 959px) {
  #wallet-feature .item .desc {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #wallet-feature .item {
    padding-top: 40px;
  }
}
@media (min-width: 960px) {
  #wallet-feature .item {
    padding-bottom: 80px;
  }
}
#wallet-feature .item h6 {
  margin-bottom: 32px;
}

#wallet-feature .item.last {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  #wallet-feature .item.last {
    margin-bottom: 0;
    padding-bottom: 104px;
  }
  #wallet-feature .item.last .illustration {
    top: 0;
  }
}
#wallet-feature .illustration {
  position: relative;
}

@media (max-width: 599px) {
  #wallet-feature .illustration {
    top: -40px;
    position: relative;
  }
}
@media (min-width: 960px) {
  #wallet-feature .mobile-art {
    top: -200px;
    position: absolute;
  }

  [dir="ltr"] #wallet-feature .mobile-art {
    right: 100px;
  }

  [dir="rtl"] #wallet-feature .mobile-art {
    left: 100px;
  }
}
@media (max-width: 959px) {
  #wallet-feature .mobile-art {
    transform: scale(0.8);
    width: 250px;
    margin: 0 auto;
    margin-bottom: -20px;
  }
}
#wallet-feature .share-art {
  position: relative;
}

@media (min-width: 600px) and (max-width: 959px) {
  #wallet-feature .share-art {
    width: 600px;
    top: -40px;
  }

  [dir="ltr"] #wallet-feature .share-art {
    left: -20px;
  }

  [dir="rtl"] #wallet-feature .share-art {
    right: -20px;
  }
}
#wallet-feature .parallax-logo {
  height: 600px;
  position: relative;
  background: url(../images/wallet/cur_logo.jpg) no-repeat transparent center center;
  background-attachment: fixed;
  background-size: cover;
}

#wallet-feature .parallax-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.theme--light #wallet-feature .parallax-logo:before {
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0) 50%, #fff 100%);
}

.theme--dark #wallet-feature .parallax-logo:before {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarydark)) 10%, rgba(0, 0, 0, 0) 50%, rgb(var(--v-theme-primarydark)) 100%);
}

#wallet-feature .parallax-logo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
}

.theme--light #wallet-feature .parallax-logo:after {
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0) 50%, #fff 100%);
}

.theme--dark #wallet-feature .parallax-logo:after {
  background: linear-gradient(to bottom, #000 10%, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.clay-parallax .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .clay-parallax .parallax-wrap {
    display: none;
  }
}
.clay-parallax .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
}

.theme--light .clay-parallax .inner-parallax {
  opacity: 0.5;
}

.theme--dark .clay-parallax .inner-parallax {
  opacity: 1;
}

.clay-parallax .inner-parallax .parallax-figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.clay-parallax .inner-parallax .parallax-figure img {
  height: auto;
  margin: 0;
  display: block;
}

.clay-parallax .inner-parallax .parallax-figure > div {
  display: block;
  position: absolute;
}

.clay-parallax .obj {
  position: relative;
}

.clay-parallax .small {
  filter: blur(5px) drop-shadow(20px -25px 10px rgba(0, 0, 0, 0.3));
}

.clay-parallax .left {
  top: 70px;
  left: -250px;
}

.clay-parallax .left .big {
  width: 400px;
  left: 0;
  height: 400px;
}

.clay-parallax .left .small {
  width: 123px;
  height: 160px;
  top: 240px;
  left: 200px;
}

.clay-parallax .top {
  top: 700px;
  right: -400px;
}

.clay-parallax .top .big {
  width: 314px;
  height: 314px;
  left: 100px;
}

.clay-parallax .top .small {
  width: 123px;
  height: 160px;
  top: 100px;
  left: 80px;
}

.clay-parallax .bottom {
  top: 1500px;
  left: -140px;
}

.clay-parallax .bottom .big {
  width: 400px;
  left: -140px;
  height: 400px;
}

.clay-parallax .bottom .small {
  width: 123px;
  height: 160px;
  top: 280px;
  left: 190px;
}

.clay-parallax .end {
  top: -700px;
  right: -410px;
}

.clay-parallax .end .big {
  width: 314px;
  height: 314px;
  left: 100px;
}

.clay-parallax .end .small {
  width: 123px;
  height: 160px;
  top: 250px;
  left: 80px;
}

.clay-parallax .start {
  top: -150px;
  left: -530px;
}

.clay-parallax .start .big {
  width: 300px;
  top: -100px;
  left: 350px;
  height: 300px;
  transform: rotate(-45deg);
}

.clay-parallax .start .small {
  width: 123px;
  height: 160px;
  top: 200px;
  left: 590px;
  transform: rotate(-60deg);
}

@media (max-width: 1279px) {
  #main-wrap #wallet-benefit .container {
    padding: 0;
  }
}
#wallet-benefit .deco-wrap {
  position: relative;
}

#wallet-benefit .deco {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  #wallet-benefit .deco {
    display: none;
  }
}
#wallet-benefit .deco > div {
  position: absolute;
}

#wallet-benefit .orbit {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wallet-benefit .inner {
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

#wallet-benefit .inner svg {
  fill: none;
}

#wallet-benefit .line-round {
  position: absolute;
  transform-origin: top center;
  width: 270px;
  height: 90px;
}

#wallet-benefit .line-round-big {
  position: absolute;
  transform-origin: top center;
  width: 500px;
  height: 150px;
}

@media (max-width: 1279px) {
  #wallet-benefit .line-round-big {
    display: none;
  }
}
#wallet-benefit .border-primary {
  top: 0;
  border: 1px solid rgba(var(--v-theme-primary), 0.4);
}

[dir="rtl"] #wallet-benefit .border-primary {
  display: none;
}

[dir="ltr"] #wallet-benefit .border-primary {
  display: flex;
  right: -120px;
}

[dir="rtl"] #wallet-benefit .border-primary {
  left: -120px;
}

#wallet-benefit .border-primary .line-round {
  stroke: rgb(var(--v-theme-primary));
  top: 45px;
  transform: rotate(-50deg);
}

[dir="ltr"] #wallet-benefit .border-primary .line-round {
  left: 0;
}

[dir="rtl"] #wallet-benefit .border-primary .line-round {
  right: 0;
}

#wallet-benefit .border-primary .line-round-big {
  stroke: rgb(var(--v-theme-secondary));
  bottom: -40px;
  transform: rotate(25deg);
}

[dir="ltr"] #wallet-benefit .border-primary .line-round-big {
  left: 90px;
}

[dir="rtl"] #wallet-benefit .border-primary .line-round-big {
  right: 90px;
}

#wallet-benefit .border-secondary {
  top: 0;
  border: 1px solid rgba(var(--v-theme-secondary), 0.4);
}

[dir="rtl"] #wallet-benefit .border-secondary {
  display: none;
}

[dir="ltr"] #wallet-benefit .border-secondary {
  display: flex;
  left: -120px;
}

[dir="rtl"] #wallet-benefit .border-secondary {
  right: -120px;
}

#wallet-benefit .border-secondary .line-round {
  stroke: rgb(var(--v-theme-secondary));
  top: 45px;
  transform: rotate(20deg);
}

[dir="ltr"] #wallet-benefit .border-secondary .line-round {
  right: 0;
}

[dir="rtl"] #wallet-benefit .border-secondary .line-round {
  left: 0;
}

#wallet-benefit .border-secondary .line-round-big {
  stroke: rgb(var(--v-theme-primary));
  bottom: -20px;
  transform: rotate(-1deg);
}

[dir="ltr"] #wallet-benefit .border-secondary .line-round-big {
  right: 0;
}

[dir="rtl"] #wallet-benefit .border-secondary .line-round-big {
  left: 0;
}

#wallet-benefit .root {
  position: relative;
  overflow: hidden;
}

@media (min-width: 600px) {
  #wallet-benefit .root {
    padding-top: 40px;
  }
}
@media (min-width: 960px) {
  #wallet-benefit .root {
    padding-bottom: 160px;
  }
}
#wallet-benefit .person {
  position: relative;
  display: flex;
  justify-content: center;
}

#wallet-benefit .background {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

@media (max-width: 599px) {
  #wallet-benefit .background {
    width: 180px;
    height: 180px;
  }
}
#wallet-benefit .background span {
  background: #000;
  opacity: 0.3;
  filter: blur(20px);
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
}

[dir="ltr"] #wallet-benefit .background span {
  left: 20%;
}

[dir="rtl"] #wallet-benefit .background span {
  right: 20%;
}

#wallet-benefit .background.bg-primary {
  background: rgb(var(--v-theme-primary));
  right: 2px;
}

#wallet-benefit .background.bg-secondary {
  background: rgb(var(--v-theme-secondary));
  left: 2px;
}

#wallet-benefit .img {
  border-radius: 250px;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: relative;
}

@media (min-width: 600px) {
  #wallet-benefit .img {
    width: 250px;
    max-height: 300px;
  }
}
@media (max-width: 599px) {
  #wallet-benefit .img {
    height: 200px;
    border-radius: 200px;
  }
}
#wallet-benefit .img img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

#wallet-benefit .list {
  padding: 0px 16px 0px 16px;
}

@media (max-width: 599px) {
  #wallet-benefit .list {
    text-align: center !important;
  }
}
#wallet-benefit .list li {
  list-style: none;
  margin-bottom: 40px;
}

#wallet-benefit .list li h6 {
  font-weight: var(--font-medium);
  font-size: 18px;
}

@media (min-width: 1280px) {
  #wallet-benefit .list li h6 {
    font-size: 24px;
  }
}
#wallet-benefit .list li > div {
  font-size: 36px;
}

#wallet-security .root {
  position: relative;
}

#wallet-security .root:before {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
}

.theme--light #wallet-security .root:before {
  background: #fff;
}

.theme--dark #wallet-security .root:before {
  background: rgb(var(--v-theme-primarydark));
}

#wallet-security .root:after {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  opacity: 0.5;
  z-index: 1;
}

.theme--light #wallet-security .root:after {
  background: #fff;
}

.theme--dark #wallet-security .root:after {
  background: #000;
}

#wallet-security .background {
  direction: ltr;
  border-radius: 60px 60px 0 0;
  position: relative;
  padding: 80px 0px 80px 0px;
  overflow: hidden;
}

.theme--light #wallet-security .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarylight)) 10%, #fff 40%, #fff 70%, rgb(var(--v-theme-secondarylight)) 100%);
}

.theme--dark #wallet-security .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarydark)) 10%, rgb(var(--v-theme-secondarydark)) 40%, rgb(var(--v-theme-secondarydark)) 70%, rgb(var(--v-theme-secondary)) 100%);
}

@media (min-width: 600px) {
  #wallet-security .background {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
#wallet-security .background:before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.theme--light #wallet-security .background:before {
  background-color: #fff;
}

.theme--dark #wallet-security .background:before {
  background-color: #0a0a0a;
}

.theme--light #wallet-security .background:before {
  opacity: 0.2;
}

.theme--dark #wallet-security .background:before {
  opacity: 0.6;
}

#wallet-security .container {
  position: relative;
  z-index: 1;
}

#wallet-security .bg-gradient {
  filter: blur(50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#wallet-security .bg-gradient span {
  position: absolute;
}

#wallet-security .oval-right {
  width: 1025px;
  height: 2136px;
  top: 100px;
  right: 400px;
  z-index: 1;
  opacity: 0.3;
  background: linear-gradient(172deg, rgb(var(--v-theme-accent)) 20%, rgba(255, 255, 255, 0.1) 90%);
}

#wallet-security .oval-top {
  width: 1612px;
  height: 1612px;
  top: -100px;
  left: -400px;
  opacity: 0.5;
}

.theme--light #wallet-security .oval-top {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark #wallet-security .oval-top {
  background: rgb(var(--v-theme-primarydark));
}

#wallet-security .oval-bottom {
  width: 1312px;
  height: 1312px;
  top: -600px;
  left: 0px;
  opacity: 0.3;
  background: rgb(var(--v-theme-primarydark));
}

#wallet-security .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

#wallet-security .bg-primary {
  background: rgb(var(--v-theme-primary));
}

#wallet-security .bg-secondary {
  background: rgb(var(--v-theme-secondary));
}

#wallet-security .illustration {
  margin-bottom: 40px;
  display: flex;
}

#wallet-security .illustration.left-side {
  justify-content: flex-end;
}

@media (max-width: 959px) {
  #wallet-security .illustration {
    transform: scale(0.75);
    transform-origin: center center;
    margin-bottom: -30px;
    margin-top: -40px;
  }
}
@media (max-width: 599px) {
  #wallet-security .illustration {
    margin-bottom: 0px;
    margin-top: -20px;
    justify-content: center !important;
  }
}
#wallet-security .icon {
  width: auto;
  height: auto;
  position: relative;
  top: 8px;
}

@media (min-width: 600px) {
  #wallet-security .list {
    margin-top: 80px;
  }
}
#wallet-security .list ul {
  padding: 0;
  margin-top: 24px;
}

#wallet-security .list ul li {
  margin-bottom: 24px;
  list-style: none;
  font-size: 24px;
}

@media (max-width: 959px) {
  #wallet-security .list ul li {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
#wallet-security .list ul li .material-icons {
  border-radius: 50%;
  padding: 6px;
  font-size: 24px;
  width: 36px;
  height: 36px;
}

@media (max-width: 959px) {
  #wallet-security .list ul li .material-icons {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
}
#wallet-security .list h3 {
  margin-bottom: 8px;
}

@media (max-width: 599px) {
  #wallet-security .list-wrap {
    display: flex;
    justify-content: center;
  }
}
#wallet-security .list-primary .material-icons {
  background: rgb(var(--v-theme-primarylight));
  color: rgb(var(--v-theme-primary));
  margin-right: 24px;
}

@media (max-width: 599px) {
  [dir="ltr"] #wallet-security .list-primary .material-icons {
    margin-right: 16px;
  }

  [dir="rtl"] #wallet-security .list-primary .material-icons {
    margin-left: 16px;
  }
}
@media (min-width: 600px) {
  [dir="ltr"] #wallet-security .list-secondary li {
    text-align: right;
  }

  [dir="rtl"] #wallet-security .list-secondary li {
    text-align: left;
  }
}
#wallet-security .list-secondary .material-icons {
  background: rgb(var(--v-theme-secondarylight));
  color: rgb(var(--v-theme-secondarydark));
}

@media (min-width: 600px) {
  [dir="ltr"] #wallet-security .list-secondary .material-icons {
    margin-left: 24px;
  }

  [dir="rtl"] #wallet-security .list-secondary .material-icons {
    margin-right: 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #wallet-security .list-secondary .material-icons {
    float: left;
  }

  [dir="rtl"] #wallet-security .list-secondary .material-icons {
    float: right;
  }

  [dir="ltr"] #wallet-security .list-secondary .material-icons {
    margin-right: 16px;
  }

  [dir="rtl"] #wallet-security .list-secondary .material-icons {
    margin-left: 16px;
  }
}
#wallet-security .liquid {
  mask-image: url(../images/decoration/deco-liquid-fill.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/decoration/deco-liquid-fill.svg);
  -webkit-mask-repeat: no-repeat;
  width: 258px;
  height: 218px;
}

#wallet-security .leaf {
  mask-image: url(../images/decoration/deco-leaf-fill.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/decoration/deco-leaf-fill.svg);
  -webkit-mask-repeat: no-repeat;
  width: 273px;
  height: 282px;
}

#wallet-security .photo {
  overflow: hidden;
  width: 258px;
  border-radius: 258px;
  display: block;
  z-index: 1;
  position: relative;
  height: 320px;
}

#wallet-security .photo img {
  height: 100%;
  min-wwidth: 100%;
}

#wallet-security .shadow {
  height: 100%;
  width: 50%;
  display: block;
  position: relative;
  top: 0;
  left: 30%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(20px);
}

#wallet-security .obj {
  position: relative;
}

#wallet-security .obj .deco {
  bottom: 0;
  left: 0;
  position: absolute;
}

#wallet-security .icon3D {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wallet-security .icon3D > div {
  position: absolute;
}

#wallet-security .icon3D .big {
  font-size: 120px;
}

#wallet-security .icon3D .medium {
  font-size: 80px;
}

#wallet-security .icon3D .small {
  font-size: 40px;
}

#wallet-counter .root {
  position: relative;
  padding-bottom: 40px;
}

#wallet-testimonials .root {
  position: relative;
}

@media (min-width: 1280px) {
  #wallet-testimonials .root {
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #wallet-testimonials .slider-wrap {
    margin: 0px;
  }
}
#wallet-testimonials .carousel-testi {
  position: relative;
}

@media (min-width: 600px) {
  #wallet-testimonials .carousel-testi {
    padding: 0px 64px 0px 64px;
  }
}
@media (max-width: 599px) {
  #wallet-testimonials .carousel-testi {
    margin-top: 40px;
  }
  #wallet-testimonials .carousel-testi .slick-dots {
    bottom: -40px;
  }
}
#wallet-testimonials .carousel-testi .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #wallet-testimonials .carousel-testi .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #wallet-testimonials .carousel-testi .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#wallet-testimonials .carousel-testi .slick-dots li.slick-active {
  width: 40px;
}

#wallet-testimonials .carousel-testi .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#wallet-testimonials .carousel-testi .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#wallet-testimonials .carousel-testi .slick-dots li button:before {
  display: none;
}

#wallet-testimonials .item {
  padding: 8px;
}

@media (min-width: 600px) {
  #wallet-testimonials .item {
    padding: 56px 8px 0px 8px;
  }
}
#wallet-testimonials .item:focus {
  outline: none;
}

#wallet-testimonials .nav.btn {
  position: absolute;
  top: 48%;
  width: 60px;
  height: 100px;
  padding: 0px;
  min-width: 0px;
  background: rgb(var(--v-theme-primarydark));
}

[dir="rtl"] .m-application #wallet-testimonials .nav.btn {
  transform: scaleX(-1);
}

@media (max-width: 599px) {
  #wallet-testimonials .nav.btn {
    display: none;
  }
}
#wallet-testimonials .nav.btn i {
  font-size: 48px;
  color: #fff;
}

#wallet-testimonials .prev {
  border-radius: 0 10px 10px 0;
}

[dir="ltr"] #wallet-testimonials .prev {
  left: 0;
}

[dir="rtl"] #wallet-testimonials .prev {
  right: 0;
}

#wallet-testimonials .next {
  border-radius: 10px 0 0 10px;
}

[dir="ltr"] #wallet-testimonials .next {
  right: 0;
}

[dir="rtl"] #wallet-testimonials .next {
  left: 0;
}

#wallet-call-action .action {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 600px) and (max-width: 1279px) {
  #wallet-call-action .action {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media (min-width: 960px) {
  #wallet-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 599px) {
  #wallet-call-action .action {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#wallet-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #wallet-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #wallet-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #wallet-call-action .action:before {
    display: none;
  }
}
#wallet-call-action .wrap {
  border-radius: 60px;
  padding: 40px 16px 16px 16px;
}

#wallet-call-action .btn-area {
  margin: 40px 0px 40px 0px;
  position: relative;
  display: flex;
}

@media (max-width: 959px) {
  #wallet-call-action .btn-area {
    margin: 16px 0px 16px 0px;
  }
}
@media (max-width: 599px) {
  #wallet-call-action .btn-area {
    justify-content: center;
  }
}
#wallet-call-action .btn-area a {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #wallet-call-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #wallet-call-action .btn-area a {
    margin-left: 16px;
  }

  #wallet-call-action .btn-area a img {
    width: 160px;
  }
}
@media (max-width: 599px) {
  #wallet-call-action .btn-area a {
    margin: 4px;
    min-width: 0;
    max-width: 150px;
  }

  #wallet-call-action .btn-area a img {
    width: 100%;
  }
}
#wallet-call-action .phone {
  border-radius: 20px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  padding: 3px;
  position: absolute;
  transform: rotate(-5deg);
  transform-origin: center;
  overflow: hidden;
  width: 200px;
  height: 376px;
  top: -40px;
}

@media (max-width: 959px) {
  [dir="ltr"] #wallet-call-action .phone {
    left: 0;
  }

  [dir="rtl"] #wallet-call-action .phone {
    right: 0;
  }
}
#wallet-call-action .phone > div {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(var(--v-theme-primarydark));
  position: relative;
}

#wallet-call-action .phone > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

#wallet-call-action .phone > div span {
  position: relative;
  z-index: 1;
}

#fintech-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #fintech-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #fintech-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #fintech-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #fintech-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#fintech-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #fintech-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #fintech-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #fintech-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #fintech-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#fintech-banner-slider .banner-wrap {
  position: relative;
  display: block;
}

@media (max-width: 599px) {
  #fintech-banner-slider .banner-wrap {
    overflow: hidden;
  }
}
#fintech-banner-slider .banner-wrap .slick-slide * {
  direction: ltr;
}

@media (max-width: 599px) {
  #fintech-banner-slider .banner-wrap .carousel-banner {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
  }
}
#fintech-banner-slider .banner-wrap .carousel-banner .slick-list {
  overflow: visible;
}

#fintech-banner-slider .banner-wrap .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #fintech-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #fintech-banner-slider .banner-wrap .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#fintech-banner-slider .banner-wrap .slick-dots li.slick-active {
  width: 40px;
}

#fintech-banner-slider .banner-wrap .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#fintech-banner-slider .banner-wrap .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#fintech-banner-slider .banner-wrap .slick-dots li button:before {
  display: none;
}

@media (max-width: 959px) {
  #fintech-banner-slider .banner-wrap .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .banner-wrap .slick-dots {
    bottom: -30px;
  }
}
#fintech-banner-slider .slide {
  position: relative;
}

@media (min-width: 960px) {
  #fintech-banner-slider .slide {
    height: 700px;
    padding-top: 64px;
  }
}
@media (max-width: 959px) {
  #fintech-banner-slider .slide {
    text-align: center;
    padding: 120px 0px 40px 0px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .slide {
    text-align: center;
    padding-bottom: 0;
  }
}
#fintech-banner-slider .slide .img .cover {
  position: relative;
  z-index: 5;
}

@media (max-width: 959px) {
  #fintech-banner-slider .slide .img .cover {
    margin-top: -80px;
  }
}
#fintech-banner-slider .slide.center-content {
  padding-top: 64px;
  overflow: visible !important;
}

#fintech-banner-slider .deco-banner {
  position: relative;
  z-index: 10;
}

@media (max-width: 959px) {
  #fintech-banner-slider .deco-banner {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
#fintech-banner-slider .art-scene {
  position: absolute;
}

@media (max-width: 959px) {
  #fintech-banner-slider .art-scene {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#fintech-banner-slider .h-banner.img {
  text-align: center;
}

@media (max-width: 599px) {
  #fintech-banner-slider .h-banner.img.img img {
    max-width: none;
  }
}
#fintech-banner-slider .h-banner.img .background-banner {
  transform: scale(0.8);
  bottom: -260px;
  top: auto;
}

[dir="ltr"] #fintech-banner-slider .h-banner.img .background-banner {
  right: auto;
}

[dir="rtl"] #fintech-banner-slider .h-banner.img .background-banner {
  left: auto;
}

[dir="ltr"] #fintech-banner-slider .h-banner.img .background-banner {
  left: auto;
}

[dir="rtl"] #fintech-banner-slider .h-banner.img .background-banner {
  right: auto;
}

@media (max-width: 959px) {
  #fintech-banner-slider .h-banner.img .background-banner {
    bottom: -330px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .h-banner.img .background-banner {
    display: none;
  }
}
#fintech-banner-slider .background-banner {
  position: absolute;
  top: -120px;
  width: 1100px;
  height: 650px;
  overflow: hidden;
}

[dir="ltr"] #fintech-banner-slider .background-banner {
  right: -480px;
}

[dir="rtl"] #fintech-banner-slider .background-banner {
  left: -480px;
}

@media (max-width: 959px) {
  #fintech-banner-slider .background-banner {
    opacity: 0.5;
  }
}
#fintech-banner-slider .background-banner #youtube-liquid-bg > div {
  width: 100%;
  height: 100%;
  position: relative;
}

#fintech-banner-slider .background-banner iframe {
  height: 100% !important;
  width: 100% !important;
  margin-top: -80px;
}

#fintech-banner-slider .cover {
  height: 100%;
  width: 100%;
  margin-top: -80px;
  position: absolute;
  left: 1px;
}

#fintech-banner-slider .video {
  height: 100%;
}

#fintech-banner-slider .video > div {
  height: 100% !important;
  padding: 16px;
}

#fintech-banner-slider .deco-line {
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  z-index: 7;
}

#fintech-banner-slider .deco-line svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 959px) {
  #fintech-banner-slider .deco-line {
    display: none;
  }
}
#fintech-banner-slider .deco-line .primary {
  top: 0;
  stroke: rgb(var(--v-theme-primary));
}

[dir="ltr"] #fintech-banner-slider .deco-line .primary {
  left: 0;
}

[dir="rtl"] #fintech-banner-slider .deco-line .primary {
  right: 0;
}

#fintech-banner-slider .deco-line .secondary {
  top: -10px;
  stroke: rgb(var(--v-theme-secondary));
}

[dir="ltr"] #fintech-banner-slider .deco-line .secondary {
  left: 10px;
}

[dir="rtl"] #fintech-banner-slider .deco-line .secondary {
  right: 10px;
}

#fintech-banner-slider .deco-mask {
  height: 90%;
  position: absolute;
  top: 0;
  width: 1100px;
  z-index: 6;
}

[dir="ltr"] #fintech-banner-slider .deco-mask {
  left: 0;
}

[dir="rtl"] #fintech-banner-slider .deco-mask {
  right: 0;
}

#fintech-banner-slider .deco-mask svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

[dir="ltr"] #fintech-banner-slider .deco-mask svg {
  left: 0;
}

[dir="rtl"] #fintech-banner-slider .deco-mask svg {
  right: 0;
}

#fintech-banner-slider .deco-mask:before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.theme--light #fintech-banner-slider .deco-mask:before {
  background: #fff;
}

.theme--dark #fintech-banner-slider .deco-mask:before {
  background: #000;
}

[dir="ltr"] #fintech-banner-slider .deco-mask:before {
  left: 0;
}

[dir="rtl"] #fintech-banner-slider .deco-mask:before {
  right: 0;
}

.theme--light #fintech-banner-slider .deco-mask .main {
  fill: #fff;
}

.theme--dark #fintech-banner-slider .deco-mask .main {
  fill: rgb(var(--v-theme-primarydark));
}

.theme--light #fintech-banner-slider .deco-mask .darken {
  fill: #fff;
}

.theme--dark #fintech-banner-slider .deco-mask .darken {
  fill: rgba(0, 0, 0, 0.5);
}

#fintech-banner-slider .slide-nav-group {
  position: relative;
}

#fintech-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 959px) {
  #fintech-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
  }
}
#fintech-banner-slider .text {
  position: relative;
  z-index: 11;
}

#fintech-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#fintech-banner-slider .text h5 {
  margin-bottom: 32px;
}

#fintech-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 959px) {
  #fintech-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .btn-area {
    align-items: center;
  }

  #fintech-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#fintech-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #fintech-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #fintech-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
#fintech-banner-slider .btn-area a {
  margin-right: 16px;
}

@media (max-width: 599px) {
  #fintech-banner-slider .btn-area a {
    margin: 4px;
  }
}
#fintech-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #fintech-banner-slider .btn-area a img {
    width: 100%;
  }
}
#fintech-banner-slider .slide-nav {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
}

.theme--light #fintech-banner-slider .slide-nav {
  background: rgba(255, 255, 255, 0.7);
}

.theme--dark #fintech-banner-slider .slide-nav {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#fintech-banner-slider .slide-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.theme--light #fintech-banner-slider .slide-nav:before {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #fintech-banner-slider .slide-nav:before {
  background: rgba(0, 0, 0, 0.3);
}

#fintech-banner-slider .slide-nav a {
  line-height: normal;
  padding: 8px 24px 4px;
  text-transform: none;
  height: auto;
  border: 1px solid transparent;
  font-weight: var(--font-regular);
  border-radius: 60px;
  font-size: 14px;
}

.theme--light #fintech-banner-slider .slide-nav a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #fintech-banner-slider .slide-nav a {
  color: #fff;
}

#fintech-banner-slider .slide-nav a strong {
  text-transform: capitalize;
  font-size: 28px;
  display: block;
  font-weight: var(--font-medium);
  transition: all 0.3s ease-out;
  position: relative;
}

[dir="ltr"] #fintech-banner-slider .slide-nav a strong {
  margin-left: -2px;
}

[dir="rtl"] #fintech-banner-slider .slide-nav a strong {
  margin-right: -2px;
}

#fintech-banner-slider .slide-nav a strong:before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}

.theme--light #fintech-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark #fintech-banner-slider .slide-nav a strong:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

[dir="ltr"] #fintech-banner-slider .slide-nav a strong:before {
  left: 4px;
}

[dir="rtl"] #fintech-banner-slider .slide-nav a strong:before {
  right: 4px;
}

@media (max-width: 1279px) {
  [dir="ltr"] #fintech-banner-slider .slide-nav a strong:before {
    left: 6px;
  }

  [dir="rtl"] #fintech-banner-slider .slide-nav a strong:before {
    right: 6px;
  }
}
#fintech-banner-slider .slide-nav a:hover {
  transition: all 0.3s ease-out;
}

.theme--light #fintech-banner-slider .slide-nav a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.theme--dark #fintech-banner-slider .slide-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

#fintech-banner-slider .slide-nav a:hover strong {
  color: rgb(var(--v-theme-secondary));
}

#fintech-banner-slider .slide-nav a.active strong {
  color: rgb(var(--v-theme-primary));
}

.theme--light #fintech-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--dark #fintech-banner-slider .slide-nav a.active strong {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--light #fintech-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--dark #fintech-banner-slider .slide-nav a.active strong {
  -webkit-background-clip: text;
}

.theme--light #fintech-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

.theme--dark #fintech-banner-slider .slide-nav a.active strong {
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #fintech-banner-slider .slide-nav a.active strong {
  padding-left: 24px;
}

[dir="rtl"] #fintech-banner-slider .slide-nav a.active strong {
  padding-right: 24px;
}

#fintech-banner-slider .slide-nav a.active strong:before {
  opacity: 1;
  transform: scale(1);
}

#fintech-banner-slider .divider {
  margin: auto 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  max-width: 0;
  width: 0;
  vertical-align: text-bottom;
  flex: 1 1 0px;
}

.theme--light #fintech-banner-slider .divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark #fintech-banner-slider .divider {
  border-color: rgba(255, 255, 255, 0.24);
}

#fintech-banner-slider .video-popup {
  max-width: none;
}

@media (min-width: 600px) {
  #fintech-banner-slider .video-popup {
    width: 690px;
  }
}
#fintech-banner-slider .video-popup iframe {
  width: 100%;
}

#fintech-banner-slider .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #fintech-banner-slider .close-btn {
  right: 4px;
}

[dir="rtl"] #fintech-banner-slider .close-btn {
  left: 4px;
}

#fintech-banner-slider .video-art {
  position: relative;
}

#fintech-banner-slider .mobile-art {
  position: absolute;
}

@media (min-width: 960px) {
  #fintech-banner-slider .mobile-art {
    top: -80px;
  }

  [dir="ltr"] #fintech-banner-slider .mobile-art {
    left: 40px;
  }

  [dir="rtl"] #fintech-banner-slider .mobile-art {
    right: 40px;
  }
}
@media (max-width: 959px) {
  #fintech-banner-slider .sharing-art {
    width: 600px;
    margin-top: -80px;
  }
}
@media (max-width: 599px) {
  #fintech-banner-slider .sharing-art {
    width: 300px;
  }
}
#fintech-banner-slider .additional-art {
  position: absolute;
  bottom: -300px;
}

#fintech-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #fintech-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #fintech-step .item {
    display: flex;
    margin: 8px 0px 8px 0px;
  }
}
#fintech-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #fintech-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #fintech-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #fintech-step .icon {
    margin-right: 40px;
  }
}
#fintech-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#fintech-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #fintech-step .icon .left {
  left: -60px;
}

[dir="rtl"] #fintech-step .icon .left {
  right: -60px;
}

#fintech-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #fintech-step .icon .right {
  right: -80px;
}

[dir="rtl"] #fintech-step .icon .right {
  left: -80px;
}

#fintech-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #fintech-step .icon .center {
  left: -60px;
}

[dir="rtl"] #fintech-step .icon .center {
  right: -60px;
}

#fintech-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#fintech-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #fintech-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #fintech-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #fintech-step .glow {
    padding-right: 80px;
  }
}
#fintech-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #fintech-step .glow:before {
  left: 10%;
}

[dir="rtl"] #fintech-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #fintech-step .glow:before {
    display: none;
  }
}
#fintech-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#fintech-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#fintech-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

#fintech-step .step {
  margin-top: 40px;
}

@media (min-width: 600px) {
  #fintech-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#fintech-step .step h6 {
  font-weight: var(--font-bold);
}

#fintech-step .step .item {
  opacity: 1;
}

#fintech-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  border: none;
}

[dir="ltr"] #fintech-step .divider {
  right: 40px;
}

[dir="rtl"] #fintech-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #fintech-step .divider {
    display: none;
  }
}
#fintech-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#fintech-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#fintech-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#fintech-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#fintech-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #fintech-step .divider:after {
  left: 40px;
}

[dir="rtl"] #fintech-step .divider:after {
  right: 40px;
}

#fintech-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #fintech-step .divider:before {
  left: 20px;
}

[dir="rtl"] #fintech-step .divider:before {
  right: 20px;
}

#fintech-chart-price .root {
  color: #fff;
  padding: 80px 0px 80px 0px;
  z-index: 4;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(-2deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#fintech-chart-price .root .container {
  position: relative;
}

@media (min-width: 600px) {
  #fintech-chart-price .root {
    padding: 120px 24px 120px 24px;
  }
}
@media (max-width: 959px) {
  #fintech-chart-price .root {
    text-align: center;
  }
}
@media (max-width: 599px) {
  #fintech-chart-price .root {
    border-radius: 30px 30px 0 0;
  }
}
#fintech-chart-price .root:before {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 60px 60px 0 0;
}

.theme--light #fintech-chart-price .root:before {
  background: #fff;
}

.theme--dark #fintech-chart-price .root:before {
  background: rgb(var(--v-theme-primarydark));
}

@media (max-width: 599px) {
  #fintech-chart-price .root:before {
    border-radius: 30px 30px 0 0;
  }
}
#fintech-chart-price .root:after {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 60px 60px 0 0;
}

.theme--light #fintech-chart-price .root:after {
  background: #fff;
}

.theme--dark #fintech-chart-price .root:after {
  background: #000;
}

@media (max-width: 599px) {
  #fintech-chart-price .root:after {
    border-radius: 30px 30px 0 0;
  }
}
#fintech-chart-price .down {
  color: #ff7272;
}

#fintech-chart-price .up {
  color: #00c708;
}

#fintech-chart-price .stay {
  color: #b2b2b2;
}

#fintech-chart-price .chart-wrap {
  padding: 0;
}

@media (min-width: 1280px) {
  #fintech-chart-price .chart-wrap {
    padding: 0px 48px 0px 48px;
  }
}
#fintech-chart-price .chart-wrap li {
  margin-bottom: 24px;
  list-style: none;
}

@media (min-width: 600px) {
  #fintech-chart-price .chart-wrap li {
    display: flex;
    align-items: center;
  }
}
#fintech-chart-price .chart-wrap li h5 {
  font-weight: var(--font-bold);
}

#fintech-chart-price .coin {
  display: flex;
  align-items: center;
  width: 150px;
  padding-top: 8px;
}

@media (max-width: 599px) {
  [dir="ltr"] #fintech-chart-price .coin {
    float: left;
  }

  [dir="rtl"] #fintech-chart-price .coin {
    float: right;
  }
}
#fintech-chart-price .coin h5 {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 599px) {
  #fintech-chart-price .coin h5 {
    font-size: 16px;
  }
}
[dir="ltr"] #fintech-chart-price .coin .logo {
  margin-right: 16px;
}

[dir="rtl"] #fintech-chart-price .coin .logo {
  margin-left: 16px;
}

@media (max-width: 599px) {
  #fintech-chart-price .coin .logo {
    width: 20px !important;
    height: 20px !important;
    min-width: 0 !important;
  }

  [dir="ltr"] #fintech-chart-price .coin .logo {
    margin-right: 8px;
  }

  [dir="rtl"] #fintech-chart-price .coin .logo {
    margin-left: 8px;
  }
}
#fintech-chart-price .coin .logo img {
  width: 100%;
  height: 100%;
}

#fintech-chart-price .price {
  margin-top: 8px;
  font-weight: var(--font-medium);
  white-space: nowrap;
}

[dir="ltr"] #fintech-chart-price .price {
  text-align: left;
}

[dir="rtl"] #fintech-chart-price .price {
  text-align: right;
}

@media (min-width: 600px) {
  #fintech-chart-price .price {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #fintech-chart-price .price {
    text-align: right;
  }

  [dir="rtl"] #fintech-chart-price .price {
    text-align: left;
  }
}
#fintech-chart-price .price h6 {
  font-size: 18px;
}

#fintech-chart-price .price i {
  font-style: normal;
}

#fintech-chart-price .progress-chart {
  flex: 1;
}

#fintech-chart-price .progress-chart canvas {
  max-height: 60px;
  width: 100% !important;
}

#fintech-chart-price .btn {
  padding: 16px 48px 16px 48px;
}

#fintech-feature .root {
  position: relative;
}

#fintech-feature .parallax-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#fintech-feature .item {
  position: relative;
  min-height: 320px;
}

#fintech-feature .item .desc {
  position: relative;
  z-index: 60;
}

@media (max-width: 599px) {
  #fintech-feature .item .desc {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #fintech-feature .item {
    padding-top: 40px;
  }
}
@media (min-width: 960px) {
  #fintech-feature .item {
    padding-bottom: 80px;
  }
}
#fintech-feature .item h6 {
  margin-bottom: 32px;
}

#fintech-feature .item.last {
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  #fintech-feature .item.last {
    margin-bottom: 0;
  }
  #fintech-feature .item.last .illustration {
    top: 0;
  }
}
#fintech-feature .illustration {
  position: relative;
}

@media (max-width: 599px) {
  #fintech-feature .person-art {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #fintech-feature .person-art {
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  #fintech-feature .person-art {
    position: absolute;
    top: -100px;
  }

  [dir="ltr"] #fintech-feature .person-art {
    left: 100px;
  }

  [dir="rtl"] #fintech-feature .person-art {
    right: 100px;
  }
}
#fintech-feature .person-art :deep(.person) {
  margin-bottom: -80px;
}

@media (max-width: 599px) {
  #fintech-feature .video-art {
    padding-bottom: 120px;
  }
}
#fintech-feature .app-art {
  position: relative;
  top: 30px;
  padding-bottom: 80px;
}

@media (max-width: 959px) {
  #fintech-feature .app-art {
    margin-top: 40px;
    padding-bottom: 120px;
  }
}
@media (min-width: 600px) {
  [dir="ltr"] #fintech-feature .app-art {
    left: -30px;
  }

  [dir="rtl"] #fintech-feature .app-art {
    right: -30px;
  }
}
@media (max-width: 599px) {
  #fintech-feature .app-art {
    margin-top: 16px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
  }
}
#fintech-feature .parallax-logo {
  height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#fintech-feature .parallax-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.theme--light #fintech-feature .parallax-logo:before {
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0) 50%, #fff 100%);
}

.theme--dark #fintech-feature .parallax-logo:before {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarydark)) 10%, rgba(0, 0, 0, 0) 50%, rgb(var(--v-theme-primarydark)) 100%);
}

#fintech-feature .parallax-logo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
}

.theme--light #fintech-feature .parallax-logo:after {
  background: linear-gradient(to bottom, #fff 10%, rgba(0, 0, 0, 0) 50%, #fff 100%);
}

.theme--dark #fintech-feature .parallax-logo:after {
  background: linear-gradient(to bottom, #000 10%, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.clay-parallax .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
}

@media (max-width: 959px) {
  .clay-parallax .parallax-wrap {
    display: none;
  }
}
.clay-parallax .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
}

.theme--light .clay-parallax .inner-parallax {
  opacity: 0.5;
}

.theme--dark .clay-parallax .inner-parallax {
  opacity: 1;
}

.clay-parallax .inner-parallax .parallax-figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.clay-parallax .inner-parallax .parallax-figure img {
  height: auto;
  margin: 0;
  display: block;
}

.clay-parallax .inner-parallax .parallax-figure > div {
  display: block;
  position: absolute;
}

.clay-parallax .obj {
  position: relative;
}

.clay-parallax .small {
  filter: blur(5px) drop-shadow(20px -25px 10px rgba(0, 0, 0, 0.3));
}

.clay-parallax .left {
  top: -70px;
  left: -250px;
  opacity: 0.5;
}

.clay-parallax .left .big {
  width: 400px;
  left: 0;
  height: 400px;
}

.clay-parallax .left .small {
  width: 123px;
  height: 160px;
  top: 240px;
  left: 200px;
}

.clay-parallax .top {
  top: 700px;
  right: -400px;
}

.clay-parallax .top .big {
  width: 314px;
  height: 314px;
  left: 100px;
}

.clay-parallax .top .small {
  width: 123px;
  height: 160px;
  top: 100px;
  left: 80px;
}

.clay-parallax .bottom {
  top: 1500px;
  left: -140px;
}

.clay-parallax .bottom .big {
  width: 400px;
  left: -140px;
  height: 400px;
}

.clay-parallax .bottom .small {
  width: 123px;
  height: 160px;
  top: 280px;
  left: 190px;
}

.clay-parallax .end {
  top: -700px;
  right: -410px;
}

.clay-parallax .end .big {
  width: 314px;
  height: 314px;
  left: 100px;
}

.clay-parallax .end .small {
  width: 123px;
  height: 160px;
  top: 250px;
  left: 80px;
}

.clay-parallax .start {
  top: -150px;
  left: -530px;
}

.clay-parallax .start .big {
  width: 300px;
  top: -100px;
  left: 350px;
  height: 300px;
  transform: rotate(-45deg);
}

.clay-parallax .start .small {
  width: 123px;
  height: 160px;
  top: 200px;
  left: 590px;
  transform: rotate(-60deg);
}

@media (max-width: 1279px) {
  #main-wrap #fintech-benefit .container {
    padding: 0;
  }
}
#fintech-benefit .deco-wrap {
  position: relative;
}

#fintech-benefit .deco {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  #fintech-benefit .deco {
    display: none;
  }
}
#fintech-benefit .deco > div {
  position: absolute;
}

#fintech-benefit .orbit {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fintech-benefit .inner {
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

#fintech-benefit .inner svg {
  fill: none;
}

#fintech-benefit .line-round {
  position: absolute;
  transform-origin: top center;
  width: 270px;
  height: 90px;
}

#fintech-benefit .line-round-big {
  position: absolute;
  transform-origin: top center;
  width: 500px;
  height: 150px;
}

@media (max-width: 1279px) {
  #fintech-benefit .line-round-big {
    display: none;
  }
}
#fintech-benefit .border-primary {
  top: 0;
  border: 1px solid rgba(var(--v-theme-primary), 0.4);
}

[dir="rtl"] #fintech-benefit .border-primary {
  display: none;
}

[dir="ltr"] #fintech-benefit .border-primary {
  display: flex;
  right: -120px;
}

[dir="rtl"] #fintech-benefit .border-primary {
  left: -120px;
}

#fintech-benefit .border-primary .line-round {
  stroke: rgb(var(--v-theme-primary));
  top: 45px;
  transform: rotate(-50deg);
}

[dir="ltr"] #fintech-benefit .border-primary .line-round {
  left: 0;
}

[dir="rtl"] #fintech-benefit .border-primary .line-round {
  right: 0;
}

#fintech-benefit .border-primary .line-round-big {
  stroke: rgb(var(--v-theme-secondary));
  bottom: -40px;
  transform: rotate(25deg);
}

[dir="ltr"] #fintech-benefit .border-primary .line-round-big {
  left: 90px;
}

[dir="rtl"] #fintech-benefit .border-primary .line-round-big {
  right: 90px;
}

#fintech-benefit .border-secondary {
  top: 0;
  border: 1px solid rgba(var(--v-theme-secondary), 0.4);
}

[dir="rtl"] #fintech-benefit .border-secondary {
  display: none;
}

[dir="ltr"] #fintech-benefit .border-secondary {
  display: flex;
  left: -120px;
}

[dir="rtl"] #fintech-benefit .border-secondary {
  right: -120px;
}

#fintech-benefit .border-secondary .line-round {
  stroke: rgb(var(--v-theme-secondary));
  top: 45px;
  transform: rotate(20deg);
}

[dir="ltr"] #fintech-benefit .border-secondary .line-round {
  right: 0;
}

[dir="rtl"] #fintech-benefit .border-secondary .line-round {
  left: 0;
}

#fintech-benefit .border-secondary .line-round-big {
  stroke: rgb(var(--v-theme-primary));
  bottom: -20px;
  transform: rotate(-1deg);
}

[dir="ltr"] #fintech-benefit .border-secondary .line-round-big {
  right: 0;
}

[dir="rtl"] #fintech-benefit .border-secondary .line-round-big {
  left: 0;
}

#fintech-benefit .root {
  position: relative;
  overflow: hidden;
}

@media (min-width: 600px) {
  #fintech-benefit .root {
    padding-top: 40px;
  }
}
@media (min-width: 960px) {
  #fintech-benefit .root {
    padding-bottom: 80px;
  }
}
#fintech-benefit .person {
  position: relative;
  display: flex;
  justify-content: center;
}

#fintech-benefit .background {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

@media (max-width: 599px) {
  #fintech-benefit .background {
    width: 180px;
    height: 180px;
  }
}
#fintech-benefit .background span {
  background: #000;
  opacity: 0.3;
  filter: blur(20px);
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
}

[dir="ltr"] #fintech-benefit .background span {
  left: 20%;
}

[dir="rtl"] #fintech-benefit .background span {
  right: 20%;
}

#fintech-benefit .background.bg-primary {
  background: rgb(var(--v-theme-primary));
  right: 2px;
}

#fintech-benefit .background.bg-secondary {
  background: rgb(var(--v-theme-secondary));
  left: 2px;
}

#fintech-benefit .img {
  border-radius: 250px;
  overflow: hidden;
  display: block;
  z-index: 1;
  position: relative;
}

@media (min-width: 600px) {
  #fintech-benefit .img {
    width: 250px;
    max-height: 300px;
  }
}
@media (max-width: 599px) {
  #fintech-benefit .img {
    height: 200px;
    border-radius: 200px;
  }
}
#fintech-benefit .img img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

#fintech-benefit .list {
  padding: 0px 16px 0px 16px;
}

@media (max-width: 599px) {
  #fintech-benefit .list {
    text-align: center !important;
  }
  #fintech-benefit .list.secondary {
    margin-top: 40px;
  }
}
#fintech-benefit .list li {
  list-style: none;
  margin-bottom: 40px;
}

#fintech-benefit .list li h6 {
  font-weight: var(--font-medium);
  font-size: 18px;
}

@media (min-width: 1280px) {
  #fintech-benefit .list li h6 {
    font-size: 24px;
  }
}
#fintech-benefit .list li > div {
  font-size: 36px;
}

#fintech-counter .root {
  position: relative;
  padding-bottom: 40px;
}

#fintech-merchants .tabs {
  position: relative;
  z-index: 55;
  margin-top: -40px;
  margin: 0 auto;
}

#fintech-merchants .tabs-content {
  position: relative;
  display: block;
  margin: 40px auto;
  height: 400px !important;
  overflow: visible;
}

@media (max-width: 959px) {
  #fintech-merchants .tabs-content {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  #fintech-merchants .tabs-content {
    height: 550px !important;
    padding: 64px 32px 0px 32px;
  }
}
#fintech-merchants .tabs-content section {
  position: relative;
}

#fintech-merchants .tabs-content section div {
  overflow: visible;
}

#fintech-merchants .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 40px 0px 40px;
}

@media (max-width: 599px) {
  #fintech-merchants .tab-label {
    font-size: 14px;
  }
}
#fintech-merchants .img-logo {
  padding: 16px;
}

@media (min-width: 1280px) {
  #fintech-merchants .img-logo {
    padding: 16px 48px 16px 48px;
  }
}
#fintech-merchants .img-logo img {
  border-radius: 8px;
  width: 100%;
}

#fintech-merchants .carousel-item {
  transition: none;
  min-height: 0;
}

.theme--dark #fintech-faq .use-theme--dark-bg {
  display: block;
}

.theme--light #fintech-faq .use-theme--dark-bg {
  display: none;
}

.theme--dark #fintech-faq .use-theme--light-bg {
  display: none;
}

.theme--light #fintech-faq .use-theme--light-bg {
  display: block;
}

#fintech-faq .root {
  position: relative;
  overflow: hidden;
}

#fintech-faq .root .container {
  position: relative;
  z-index: 3;
}

#fintech-faq .photo {
  position: relative;
  margin: 48px;
  overflow: hidden;
  width: 540px;
  height: 516px;
  border-radius: 230px;
  transform: scaleX(-1);
}

[dir="ltr"] #fintech-faq .photo {
  left: -80px;
}

[dir="rtl"] #fintech-faq .photo {
  right: -80px;
}

@media (min-width: 1280px) {
  #fintech-faq .photo {
    margin-top: -110px;
  }
}
@media (max-width: 1279px) {
  [dir="ltr"] #fintech-faq .photo {
    left: -80px;
  }

  [dir="rtl"] #fintech-faq .photo {
    right: -80px;
  }
}
#fintech-faq .photo img {
  display: block;
  width: 90%;
}

#fintech-faq .accordion {
  position: relative;
}

#fintech-faq .item {
  margin-bottom: 24px;
}

#fintech-faq .paper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

#fintech-faq .paper:not(.active) .collapsible-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light #fintech-faq .paper:not(.active) .collapsible-header {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #fintech-faq .paper:not(.active) .collapsible-header {
  background: rgba(10, 10, 10, 0.75);
}

#fintech-faq .heading {
  display: block;
  font-weight: var(--font-medium);
  padding: 8px 16px 8px 0px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 599px) {
  #fintech-faq .heading {
    font-size: 16px;
  }
}
#fintech-faq .content i.material-icons {
  margin-top: 8px;
}

#fintech-faq .active .collapsible-header {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

#fintech-faq .active i.material-icons {
  color: #fff;
  transform: rotate(180deg);
}

#fintech-faq .detail {
  background: rgb(var(--v-theme-primary));
  color: #fff;
  border-radius: 0 0 12px 12px;
}

#fintech-faq .detail p {
  font-size: 18px;
}

@media (max-width: 599px) {
  #fintech-faq .detail p {
    font-size: 16px;
  }
}
#fintech-faq .btn-faq {
  position: absolute;
  bottom: -40px;
  text-align: center;
}

[dir="ltr"] #fintech-faq .btn-faq {
  left: 40px;
}

[dir="rtl"] #fintech-faq .btn-faq {
  right: 40px;
}

#fintech-faq .btn-faq button,
#fintech-faq .btn-faq a {
  margin-bottom: 0;
}

#fintech-faq .bg {
  z-index: 0;
  top: 0px;
  position: absolute;
  height: 715px;
  width: 1320px;
  overflow: hidden;
}

[dir="ltr"] #fintech-faq .bg {
  left: -30px;
}

[dir="rtl"] #fintech-faq .bg {
  right: -30px;
}

@media (max-width: 959px) {
  #fintech-faq .bg {
    display: none;
  }
}
#fintech-faq .deco-mask {
  position: absolute;
  height: 715px;
  width: 1320px;
  top: 0;
  z-index: 2;
}

[dir="ltr"] #fintech-faq .deco-mask {
  left: 0;
}

[dir="rtl"] #fintech-faq .deco-mask {
  right: 0;
}

#fintech-faq .deco-mask svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#fintech-faq .deco-mask:before {
  content: "";
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme--light #fintech-faq .deco-mask .main {
  fill: #fff;
}

.theme--dark #fintech-faq .deco-mask .main {
  fill: rgb(var(--v-theme-primarydark));
}

.theme--light #fintech-faq .deco-mask .darken {
  fill: #fff;
}

.theme--dark #fintech-faq .deco-mask .darken {
  fill: rgba(0, 0, 0, 0.5);
}

#fintech-faq .deco-line {
  position: absolute;
  height: 655px;
  width: 1320px;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}

[dir="ltr"] #fintech-faq .deco-line {
  left: 0;
}

[dir="rtl"] #fintech-faq .deco-line {
  right: 0;
}

#fintech-faq .deco-line svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  stroke: rgb(var(--v-theme-secondary));
}

[dir="ltr"] #fintech-faq .deco-line svg {
  left: 10px;
}

[dir="rtl"] #fintech-faq .deco-line svg {
  right: 10px;
}

#fintech-faq .wrap {
  position: relative;
}

#fintech-subscribe-form .subscribe-form .root {
  position: relative;
  text-align: center;
  z-index: 10;
}

#fintech-subscribe-form .subscribe-form .root .container {
  position: relative;
}

#fintech-subscribe-form .subscribe-form .form {
  position: relative;
  margin-top: 16px;
}

#fintech-subscribe-form .subscribe-form .field {
  padding-right: 150px;
  padding-left: 24px;
  color: #fff;
  width: 100%;
  border-radius: 56px;
  border: 1px solid rgb(var(--v-theme-primary));
}

.theme--light #fintech-subscribe-form .subscribe-form .field {
  background-color: #fff;
}

.theme--dark #fintech-subscribe-form .subscribe-form .field {
  background-color: #0a0a0a;
}

#fintech-subscribe-form .subscribe-form .field .input-field {
  margin: 0;
}

#fintech-subscribe-form .subscribe-form .field input {
  border: none;
  margin-bottom: 0;
  height: auto;
  padding: 15px 0;
}

#fintech-subscribe-form .subscribe-form .button {
  position: absolute;
  top: 7px;
  width: 140px;
}

[dir="ltr"] #fintech-subscribe-form .subscribe-form .button {
  right: 8px;
}

[dir="rtl"] #fintech-subscribe-form .subscribe-form .button {
  left: 8px;
}

@media (max-width: 959px) {
  #fintech-subscribe-form .subscribe-form .button {
    padding: 4px 24px 4px 24px;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 599px) {
  #fintech-subscribe-form .subscribe-form .button {
    padding: 4px 8px 4px 8px;
  }
}
#fintech-call-action .action {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 600px) and (max-width: 1279px) {
  #fintech-call-action .action {
    margin-top: 160px;
    margin-bottom: 120px;
  }
}
@media (min-width: 960px) {
  #fintech-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 959px) {
  #fintech-call-action .action {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#fintech-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #fintech-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #fintech-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #fintech-call-action .action:before {
    display: none;
  }
}
#fintech-call-action .wrap {
  border-radius: 60px;
  padding: 40px 16px 16px 16px;
}

#fintech-call-action .btn-area {
  margin: 40px 0px 40px 0px;
  position: relative;
  display: flex;
}

@media (max-width: 959px) {
  #fintech-call-action .btn-area {
    margin: 16px 0px 16px 0px;
    justify-content: center;
  }
}
#fintech-call-action .btn-area a {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #fintech-call-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #fintech-call-action .btn-area a {
    margin-left: 16px;
  }

  #fintech-call-action .btn-area a img {
    width: 160px;
  }
}
@media (max-width: 599px) {
  #fintech-call-action .btn-area a {
    margin: 4px;
    min-width: 0;
    max-width: 150px;
  }

  #fintech-call-action .btn-area a img {
    width: 100%;
  }
}
#fintech-call-action .phone {
  border-radius: 20px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  padding: 3px;
  position: absolute;
  transform-origin: center;
  overflow: hidden;
  width: 200px;
  height: 376px;
  top: -32px;
}

@media (max-width: 959px) {
  [dir="ltr"] #fintech-call-action .phone {
    left: 0;
  }

  [dir="rtl"] #fintech-call-action .phone {
    right: 0;
  }
}
#fintech-call-action .phone > div {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(var(--v-theme-primarydark));
  position: relative;
}

#fintech-call-action .phone > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

#fintech-call-action .phone > div span {
  position: relative;
  z-index: 1;
}

.parallax-blur .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .parallax-blur .parallax-wrap {
    display: none;
  }
}
.parallax-blur .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
}

.theme--light .parallax-blur .inner-parallax {
  opacity: 0.5;
}

.theme--dark .parallax-blur .inner-parallax {
  opacity: 0.75;
}

.parallax-blur .inner-parallax .figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.parallax-blur .inner-parallax .figure :deep(.Masthead),
.parallax-blur .inner-parallax .figure :deep(.Masthead__image) {
  overflow: visible;
}

.parallax-blur .inner-parallax .figure img {
  height: auto;
  margin: 0;
  display: block;
}

.parallax-blur .inner-parallax .figure > div {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
}

.parallax-blur .left {
  left: 10px;
  top: 600px;
}

.parallax-blur .left img {
  transform: rotate(70deg) scale(1);
  transform-origin: center center;
}

.parallax-blur .right {
  top: -200px;
  right: -600px;
}

.parallax-blur .right img {
  transform: rotate(-30deg) scale(1);
  transform-origin: center center;
}

.parallax-blur .right2 {
  top: 400px;
  right: 100px;
}

.parallax-blur .right2 img {
  transform: rotate(-30deg) scale(1);
  transform-origin: center center;
}

.parallax-blur .top {
  top: 250px;
  z-index: 1;
  opacity: 0.5;
}

[dir="ltr"] .parallax-blur .top {
  right: 0;
}

[dir="rtl"] .parallax-blur .top {
  left: 0;
}

.parallax-blur .bottom {
  top: 800px;
  opacity: 0.5;
  z-index: 1;
}

[dir="ltr"] .parallax-blur .bottom {
  left: 0;
}

[dir="rtl"] .parallax-blur .bottom {
  right: 0;
}

.parallax-blur .bottom img {
  transform: rotate(30deg) scaleX(-1);
  transform-origin: center center;
}

.parallax-blur .primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.parallax-blur .primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.parallax-blur .secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.parallax-blur .secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.parallax-blur .accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.parallax-blur .double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.parallax-blur .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.parallax-blur .double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.parallax-blur .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.parallax-blur .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.parallax-blur .triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.parallax-blur .fog {
  filter: blur(60px);
  position: relative;
}

.parallax-blur .fog > div {
  border-radius: 500px;
  position: absolute;
}

.parallax-blur .fog-inner {
  position: relative;
  overflow: hidden;
  width: 700px;
  height: 600px;
}

.parallax-blur .fog-inner > div {
  border-radius: 500px;
  position: absolute;
}

#nft-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #nft-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #nft-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #nft-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #nft-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #nft-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#nft-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #nft-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #nft-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #nft-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #nft-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #nft-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#nft-banner-slider .banner-wrap {
  position: relative;
  display: block;
}

@media (max-width: 1279px) {
  #nft-banner-slider .banner-wrap .container {
    padding: 0;
  }
}
#nft-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 1279px) {
  #nft-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #nft-banner-slider .btn-area {
    align-items: center;
  }

  #nft-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#nft-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #nft-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #nft-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #nft-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
}
#nft-banner-slider .btn-area a {
  display: inline-flex;
}

@media (max-width: 599px) {
  #nft-banner-slider .btn-area a {
    margin: 4px;
  }
}
#nft-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #nft-banner-slider .btn-area a img {
    width: 100%;
  }
}
#nft-banner-slider .art-wrap {
  position: relative;
}

@media (min-width: 1280px) {
  #nft-banner-slider .art-wrap {
    overflow: hidden;
  }
}
@media (max-width: 1279px) {
  #nft-banner-slider .art-wrap {
    display: flex;
    justify-content: center;
  }
}
#nft-banner-slider .art-scene {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[dir="ltr"] #nft-banner-slider .art-scene {
  left: 16px;
}

[dir="rtl"] #nft-banner-slider .art-scene {
  right: 16px;
}

@media (min-width: 1280px) {
  #nft-banner-slider .art-scene {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  #nft-banner-slider .art-scene {
    width: 120%;
    margin-top: 40px;
  }
}
#nft-banner-slider .deco-line {
  position: absolute;
  top: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  border-image-source: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  background-image: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  border-image-slice: 1;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -mask-composite: exclude;
  width: 220px;
  height: 280px;
}

[dir="ltr"] #nft-banner-slider .deco-line {
  left: 16px;
}

[dir="rtl"] #nft-banner-slider .deco-line {
  right: 16px;
}

@media (max-width: 599px) {
  #nft-banner-slider .deco-line {
    display: none;
  }
}
#nft-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  padding-top: 80px;
}

@media (min-width: 1280px) {
  #nft-banner-slider .inner {
    min-height: 640px;
  }
}
@media (max-width: 1279px) {
  #nft-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
    padding-top: 160px;
  }
}
#nft-banner-slider .text {
  position: relative;
  z-index: 99;
}

@media (min-width: 1280px) {
  #nft-banner-slider .text {
    margin-top: 80px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  #nft-banner-slider .text {
    padding: 0px 24px 0px 24px;
  }
}
@media (max-width: 1279px) {
  #nft-banner-slider .text {
    text-align: center;
  }
}
#nft-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#nft-banner-slider .text h5 {
  margin-bottom: 32px;
}

#nft-banner-slider .carousel {
  transform: rotate(7deg);
  transform-origin: center center;
}

[dir="ltr"] #nft-banner-slider .carousel {
  margin-left: 32px;
}

[dir="rtl"] #nft-banner-slider .carousel {
  margin-right: 32px;
}

#nft-banner-slider .card-main > a {
  width: 220px;
  height: 280px;
}

@media (max-width: 599px) {
  #nft-banner-slider .card-main > a {
    width: 180px;
    height: 240px;
  }
}
#nft-banner-slider .fade-slider {
  position: relative;
  z-index: 3;
  width: 50%;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #nft-banner-slider .fade-slider {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #nft-banner-slider .fade-slider {
    width: 33%;
  }
}
#nft-banner-slider .fade-slider .slick-current.card-main {
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#nft-banner-slider .search {
  position: relative;
  margin-top: 24px;
  font-size: 18px;
  overflow: visible;
  border-radius: 75px;
  width: 100%;
}

#nft-banner-slider .search .input-field.filled {
  background: none !important;
  min-height: 0;
  padding: 0 !important;
}

@media (max-width: 599px) {
  #nft-banner-slider .search {
    margin-top: 32px;
  }
}
@media (min-width: 600px) {
  #nft-banner-slider .search {
    margin-top: 32px;
  }
}
#nft-banner-slider .search .input-field.filled label.active,
#nft-banner-slider .search .input-field.full-width .label.active {
  transform: translateY(-18px) scale(0.75);
  transform-origin: top left;
}

#nft-banner-slider .search .input-field {
  margin: 0;
}

#nft-banner-slider .search .input-field input {
  border-radius: 75px;
  box-sizing: border-box;
  margin: 0;
  height: 75px;
  padding: 16px;
  max-height: none;
  border: none;
}

@media (min-width: 960px) {
  #nft-banner-slider .search .input-field input {
    padding: 32px 240px 24px 24px;
  }
}
.theme--light #nft-banner-slider .search .input-field input:focus {
  box-shadow: rgb(var(--v-theme-primarylight)) 0 0 0 0.4rem;
}

.theme--dark #nft-banner-slider .search .input-field input:focus {
  box-shadow: rgb(var(--v-theme-primarydark)) 0 0 0 0.4rem;
}

#nft-banner-slider .search label {
  top: 8px;
}

[dir="ltr"] #nft-banner-slider .search label {
  left: 24px !important;
}

[dir="rtl"] #nft-banner-slider .search label {
  right: 24px !important;
}

#nft-banner-slider .search label:not(.label-icon).active {
  transform: translateY(-6px) scale(0.8);
}

#nft-banner-slider .action {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
}

[dir="ltr"] #nft-banner-slider .action {
  right: 0;
}

[dir="rtl"] #nft-banner-slider .action {
  left: 0;
}

#nft-banner-slider .action .btn {
  height: 48px;
  line-height: 48px;
  align-items: center;
  box-sizing: content-box;
}

@media (max-width: 599px) {
  #nft-banner-slider .action .btn {
    padding: 2px;
    width: 50px;
    background: none;
    box-shadow: none;
    color: rgb(var(--v-theme-primary));
  }
}
#nft-banner-slider .button {
  height: 48px;
  line-height: 48px;
  align-items: center;
  padding: 2px 28px;
  box-sizing: content-box;
}

@media (max-width: 599px) {
  #nft-banner-slider .button {
    padding: 2px;
    width: 50px;
    background: none !important;
    box-shadow: none;
    font-size: 24px;
    color: rgb(var(--v-theme-primary)) !important;
  }
}
#nft-banner-slider .connect {
  text-align: center;
  margin-top: 40px;
}

#nft-banner-slider .connect h5 {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: var(--font-regular);
  justify-content: center;
}

#nft-banner-slider .connect h5 hr {
  margin: 0px 16px 0px 16px;
  border: 1px solid;
  width: 20%;
  opacity: 0.3;
}

.theme--light #nft-banner-slider .connect h5 hr {
  border-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #nft-banner-slider .connect h5 hr {
  border-color: rgba(255, 255, 255, 0.7);
}

#nft-banner-slider .connect ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#nft-banner-slider .connect ul li {
  width: 25%;
  margin-bottom: 8px;
  list-style: none;
}

#nft-banner-slider .connect ul li:last-child {
  width: 100%;
}

#nft-banner-slider .connect ul li:last-child .btn {
  text-transform: uppercase;
}

#nft-banner-slider .btn-wallet {
  width: 100%;
  padding: 8px;
  text-transform: capitalize;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: normal;
}

[dir="ltr"] #nft-banner-slider .btn-wallet {
  margin-right: 8px;
}

[dir="rtl"] #nft-banner-slider .btn-wallet {
  margin-left: 8px;
}

.theme--light #nft-banner-slider .btn-wallet {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #nft-banner-slider .btn-wallet {
  color: #fff;
}

@media (max-width: 599px) {
  #nft-banner-slider .btn-wallet {
    line-height: 18px;
  }
}
#nft-banner-slider .btn-wallet img {
  width: 48px;
  border-radius: 50%;
  margin-bottom: 8px;
}

[dir="ltr"] #nft-banner-slider .btn-wallet img {
  margin-right: 8px;
}

[dir="rtl"] #nft-banner-slider .btn-wallet img {
  margin-left: 8px;
}

#nft-banner-slider .modal {
  width: 500px;
  overflow: hidden;
}

#nft-banner-slider .connect-popup {
  max-width: none;
  padding: 24px;
}

#nft-banner-slider .connect-popup.card {
  border-radius: 20px;
  overflow: hidden;
}

#nft-banner-slider .content-popup {
  overflow: auto;
  height: 300px;
}

#nft-banner-slider .wallet-list {
  margin: 8px 0px 8px 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  min-height: 0;
}

#nft-banner-slider .wallet-list .secondary-content {
  top: 8px;
}

[dir="ltr"] #nft-banner-slider .wallet-list {
  text-align: left;
}

[dir="rtl"] #nft-banner-slider .wallet-list {
  text-align: right;
}

#nft-banner-slider .wallet-list .avatar {
  min-width: 0;
  margin: 0px 8px 0px 8px;
}

#nft-banner-slider .wallet-list img {
  border-radius: 50%;
}

#nft-banner-slider .divider {
  opacity: 0.2;
}

#nft-banner-slider .close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

#nft-explore .root {
  position: relative;
  z-index: 5;
}

@media (min-width: 1280px) {
  #nft-explore .root {
    margin-top: 120px;
  }
}
#nft-explore .categories {
  width: 100%;
}

@media (min-width: 600px) {
  #nft-explore .categories {
    padding-top: 80px;
  }
}
#nft-trending .tab-content {
  position: relative;
}

@media (min-width: 960px) {
  #nft-trending .tab-content {
    padding: 32px 32px 0px 32px;
  }
}
#nft-trending .tab-content section {
  position: relative;
}

#nft-trending .tab-content section div {
  overflow: visible;
}

#nft-trending .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 24px 0px 24px;
}

@media (min-width: 960px) {
  #nft-trending .tab-label {
    padding: 0px 40px 0px 40px;
  }
}
@media (max-width: 599px) {
  #nft-trending .tab-label {
    font-size: 14px;
  }
}
#nft-trending .btn {
  height: 48px;
}

#nft-trending .img-logo {
  padding: 16px;
}

@media (min-width: 1280px) {
  #nft-trending .img-logo {
    padding: 16px 64px 16px 64px;
  }
}
#nft-trending .img-logo img {
  width: 100%;
}

#nft-list-rank .root {
  padding: 120px 0px 120px 0px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 4;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(-2deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

@media (min-width: 960px) {
  #nft-list-rank .root {
    padding: 120px 24px 120px 24px;
  }
}
@media (max-width: 599px) {
  #nft-list-rank .root {
    padding-top: 40px;
  }
}
#nft-list-rank .root:before {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.theme--light #nft-list-rank .root:before {
  background: #fff;
}

.theme--dark #nft-list-rank .root:before {
  background: rgb(var(--v-theme-primarydark));
}

#nft-list-rank .root:after {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.theme--light #nft-list-rank .root:after {
  background: #fff;
}

.theme--dark #nft-list-rank .root:after {
  background: #000;
}

.nft-slider-art .deco {
  position: relative;
}

@media (max-width: 1279px) {
  .nft-slider-art .deco {
    display: none;
  }
}
.nft-slider-art .deco img {
  z-index: 5;
  position: relative;
  width: 100%;
}

.nft-slider-art .content {
  position: relative;
  z-index: 10;
}

.nft-slider-art .figure {
  width: 350px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

[dir="ltr"] .nft-slider-art .figure {
  padding-left: 50px;
}

[dir="rtl"] .nft-slider-art .figure {
  padding-right: 50px;
}

.nft-slider-art .inner {
  height: 600px;
  top: 0;
  width: 50%;
  position: absolute;
  display: block;
}

[dir="ltr"] .nft-slider-art .inner {
  left: 0;
}

[dir="rtl"] .nft-slider-art .inner {
  right: 0;
}

.nft-slider-art .primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.nft-slider-art .primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.nft-slider-art .secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.nft-slider-art .secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.nft-slider-art .accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.nft-slider-art .double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.nft-slider-art .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.nft-slider-art .double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.nft-slider-art .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.nft-slider-art .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.nft-slider-art .triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.nft-slider-art .fog {
  filter: blur(60px);
  width: 700px;
  height: 600px;
  opacity: 0.75;
  display: block;
  position: relative;
}

.nft-slider-art .fog > div {
  border-radius: 500px;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.11, 0.99, 0.81, 1.13);
}

.nft-slider-art .fade {
  opacity: 0.5;
}

.nft-slider-art .fade .content {
  z-index: 0;
}

#nft-auction .root {
  position: relative;
  padding-top: 80px;
}

@media (max-width: 959px) {
  #nft-auction .root {
    padding: 40px 0px 40px 0px;
  }
}
@media (max-width: 599px) {
  #nft-auction .root {
    padding: 0;
  }
}
#nft-auction .wrap {
  position: relative;
}

@media (max-width: 959px) {
  #nft-auction .wrap {
    display: flex;
    justify-content: center;
  }
}
#nft-auction .slider-wrap {
  position: relative;
  margin-top: 16px;
  z-index: 3;
}

#nft-auction .btn {
  width: 100%;
}

#nft-auction .floating-artwork {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 40px;
}

@media (min-width: 960px) {
  [dir="ltr"] #nft-auction .floating-artwork .artwork {
    margin-right: 40px;
  }

  [dir="rtl"] #nft-auction .floating-artwork .artwork {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #nft-auction .floating-artwork .artwork {
    float: right;
  }

  [dir="rtl"] #nft-auction .floating-artwork .artwork {
    float: left;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #nft-auction .floating-artwork .artwork {
    margin-right: -40px;
  }

  [dir="rtl"] #nft-auction .floating-artwork .artwork {
    margin-left: -40px;
  }
}
@media (max-width: 1279px) {
  #nft-auction .props {
    display: none !important;
  }
}
#nft-auction .props > div {
  height: 2px;
  width: 450px;
}

@media (min-width: 1536px) {
  #nft-auction .props > div {
    width: 600px;
  }
}
#nft-auction .props:focus {
  outline: none;
}

#nft-auction .carousel {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

@media (min-width: 960px) {
  #nft-auction .carousel {
    margin-bottom: -20px;
  }
}
#nft-auction .carousel .slick-dots {
  bottom: -8px;
}

@media (max-width: 599px) {
  #nft-auction .carousel .slick-dots {
    bottom: 0;
  }
}
#nft-auction .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #nft-auction .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #nft-auction .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#nft-auction .carousel .slick-dots li.slick-active {
  width: 40px;
}

#nft-auction .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#nft-auction .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#nft-auction .carousel .slick-dots li button:before {
  display: none;
}

#nft-auction .item {
  padding: 40px 12px 40px 12px;
  direction: ltr;
}

#nft-auction .item:focus {
  outline: none;
  margin: 0 auto;
}

#nft-auction .item > * {
  width: 300px;
}

@media (min-width: 600px) {
  #nft-auction .item > * {
    width: 300px;
  }
}
#nft-auction .link {
  padding: 0;
}

#nft-auction .link span {
  text-transform: none;
  font-weight: var(--font-regular);
}

#nft-auction .nav {
  position: absolute;
  top: 38%;
  border-radius: 8px;
  width: 48px;
  height: 100px;
  padding: 0;
  min-width: 0;
  z-index: 10;
  background: rgb(var(--v-theme-primary));
  transform: scale(1.6);
}

.theme--dark #nft-auction .nav {
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light #nft-auction .nav {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

#nft-auction .nav:hover {
  background: rgb(var(--v-theme-primarydark));
}

#nft-auction .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  #nft-auction .nav {
    display: none;
  }
}
#nft-auction .nav[disabled] {
  opacity: 0.3;
}

#nft-auction .prev {
  left: -2px;
}

#nft-auction .next {
  right: 2px;
}

#nft-auction .background {
  position: absolute;
  height: 480px;
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 40px;
  top: 0px;
  width: 100%;
}

.theme--light #nft-auction .background {
  background-image: linear-gradient(121deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.theme--dark #nft-auction .background {
  background-image: linear-gradient(121deg, rgb(var(--v-theme-accentlight)) -80%, rgb(var(--v-theme-primarydark)) 45%, rgb(var(--v-theme-secondarydark)) 100%);
}

@media (min-width: 600px) {
  #nft-auction .background {
    width: 90%;
    left: 5%;
  }
}
#nft-auction .background h2 {
  margin-bottom: 16px;
  display: block;
  font-weight: var(--font-bold);
}

#nft-auction .background h2 span {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  background-image: linear-gradient(159deg, #ff4081 0%, #c00d4f 100%);
}

[dir="ltr"] #nft-auction .background h2 span {
  margin-right: 8px;
}

[dir="rtl"] #nft-auction .background h2 span {
  margin-left: 8px;
}

#nft-new-release .main-feature {
  position: relative;
  display: block;
}

@media (min-width: 1280px) {
  #nft-new-release .main-feature {
    padding-bottom: 64px;
  }
}
#nft-new-release .card-new {
  margin-bottom: 24px;
}

#nft-new-release .card-new > a {
  height: 400px;
}

@media (max-width: 1279px) {
  #nft-new-release .card-new > a {
    height: 350px;
  }
}
@media (max-width: 599px) {
  #nft-new-release .card-new > a {
    height: 220px;
  }
}
#nft-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #nft-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #nft-step .item {
    display: flex;
    margin: 16px 0px 16px 0px;
  }
}
#nft-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #nft-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #nft-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #nft-step .icon {
    margin-right: 40px;
  }
}
#nft-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#nft-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #nft-step .icon .left {
  left: -60px;
}

[dir="rtl"] #nft-step .icon .left {
  right: -60px;
}

#nft-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #nft-step .icon .right {
  right: -80px;
}

[dir="rtl"] #nft-step .icon .right {
  left: -80px;
}

#nft-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #nft-step .icon .center {
  left: -60px;
}

[dir="rtl"] #nft-step .icon .center {
  right: -60px;
}

#nft-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#nft-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #nft-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #nft-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #nft-step .glow {
    padding-right: 80px;
  }
}
#nft-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #nft-step .glow:before {
  left: 10%;
}

[dir="rtl"] #nft-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #nft-step .glow:before {
    display: none;
  }
}
#nft-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#nft-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#nft-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

@media (min-width: 600px) {
  #nft-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#nft-step .step h6 {
  font-weight: var(--font-bold);
}

#nft-step .step .item {
  opacity: 1;
}

#nft-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  opacity: 1;
  border: none;
}

[dir="ltr"] #nft-step .divider {
  right: 40px;
}

[dir="rtl"] #nft-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #nft-step .divider {
    display: none;
  }
}
#nft-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#nft-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#nft-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#nft-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#nft-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #nft-step .divider:after {
  left: 40px;
}

[dir="rtl"] #nft-step .divider:after {
  right: 40px;
}

#nft-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #nft-step .divider:before {
  left: 20px;
}

[dir="rtl"] #nft-step .divider:before {
  right: 20px;
}

#nft-call-action .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #nft-call-action .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #nft-call-action .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 1279px) {
  #nft-call-action .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (max-width: 1279px) and (max-width: 959px) {
  #nft-call-action .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 1279px) and (max-width: 599px) {
  #nft-call-action .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#nft-call-action .action {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  overflow: hidden;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 600px) and (max-width: 959px) {
  #nft-call-action .action {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  #nft-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 959px) {
  #nft-call-action .action {
    padding-top: 24px;
  }
}
@media (max-width: 599px) {
  #nft-call-action .action {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}
#nft-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #nft-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #nft-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #nft-call-action .action:before {
    display: none;
  }
}
#nft-call-action .wrap {
  border-radius: 60px;
}

#nft-call-action .btn-area {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 959px) {
  #nft-call-action .btn-area {
    display: flex;
    margin: 16px 0px 16px 0px;
  }
}
@media (max-width: 599px) {
  #nft-call-action .btn-area {
    justify-content: center;
  }
}
#nft-call-action .btn-area a {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #nft-call-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #nft-call-action .btn-area a {
    margin-left: 16px;
  }

  #nft-call-action .btn-area a img {
    width: 160px;
  }
}
@media (max-width: 599px) {
  #nft-call-action .btn-area a {
    margin: 4px;
    min-width: 0;
    width: 100%;
  }
}
#nft-call-action .illustration {
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: flex-end;
}

#nft-call-action .illustration img {
  width: 100%;
}

#nft2-banner-slider .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #nft2-banner-slider .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #nft2-banner-slider .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #nft2-banner-slider .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #nft2-banner-slider .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#nft2-banner-slider .use-mq--subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #nft2-banner-slider .use-mq--subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .use-mq--subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #nft2-banner-slider .use-mq--subtitle {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 959px) {
  #nft2-banner-slider .use-mq--subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) and (max-width: 599px) {
  #nft2-banner-slider .use-mq--subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#nft2-banner-slider .banner-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (max-width: 1279px) {
  #nft2-banner-slider .banner-wrap .container {
    padding: 0;
  }
}
#nft2-banner-slider .btn-area {
  display: flex;
}

@media (max-width: 1279px) {
  #nft2-banner-slider .btn-area {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .btn-area {
    align-items: center;
  }

  #nft2-banner-slider .btn-area:not(.download) {
    flex-direction: column;
  }
}
#nft2-banner-slider .btn-area .button {
  font-size: 18px;
  min-width: 200px;
}

@media (min-width: 600px) {
  [dir="ltr"] #nft2-banner-slider .btn-area .button {
    margin-right: 16px;
  }

  [dir="rtl"] #nft2-banner-slider .btn-area .button {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .btn-area .button {
    width: 100%;
    margin-bottom: 16px;
  }
  #nft2-banner-slider .btn-area a {
    margin: 4px;
  }
}
#nft2-banner-slider .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #nft2-banner-slider .btn-area a img {
    width: 100%;
  }
}
#nft2-banner-slider .art-scene {
  position: relative;
}

@media (min-width: 960px) {
  #nft2-banner-slider .art-scene {
    top: -40px;
  }

  [dir="ltr"] #nft2-banner-slider .art-scene {
    left: 16px;
  }

  [dir="rtl"] #nft2-banner-slider .art-scene {
    right: 16px;
  }
}
@media (max-width: 959px) {
  #nft2-banner-slider .art-scene {
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .art-scene {
    margin-top: 40px;
  }
}
#nft2-banner-slider .deco-line {
  position: absolute;
  top: 80px;
  width: 280px;
  height: 350px;
  border-radius: 20px;
  border: 1px solid rgb(var(--v-theme-primarylight));
  transform: rotate(5deg);
}

[dir="ltr"] #nft2-banner-slider .deco-line {
  left: -16px;
}

[dir="rtl"] #nft2-banner-slider .deco-line {
  right: -16px;
}

#nft2-banner-slider .deco-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 280px;
  height: 350px;
  border-radius: 20px;
  border: 1px solid rgb(var(--v-theme-secondarylight));
  transform: rotate(-10deg);
}

[dir="ltr"] #nft2-banner-slider .deco-line:before {
  left: 0;
}

[dir="rtl"] #nft2-banner-slider .deco-line:before {
  right: 0;
}

#nft2-banner-slider .inner {
  display: flex;
  height: 100%;
  position: relative;
  padding-top: 80px;
  align-items: center;
}

@media (min-width: 960px) {
  #nft2-banner-slider .inner {
    min-height: 720px;
  }
}
@media (max-width: 1279px) {
  #nft2-banner-slider .inner {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 959px) {
  #nft2-banner-slider .inner {
    padding-top: 160px;
  }
}
#nft2-banner-slider .text {
  position: relative;
  z-index: 99;
}

@media (max-width: 959px) {
  #nft2-banner-slider .text {
    text-align: center;
  }
}
@media (max-width: 1279px) {
  #nft2-banner-slider .text {
    padding: 0px 24px 0px 24px;
  }
}
#nft2-banner-slider .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

#nft2-banner-slider .text h5 {
  margin-bottom: 32px;
}

#nft2-banner-slider .card-main {
  opacity: 0;
  transform: scale(0.9) translateX(100px);
  transition: all 0.7s ease-out;
}

#nft2-banner-slider .card-main > a {
  width: 300px;
  height: 400px;
}

#nft2-banner-slider .fade-slider {
  position: relative;
  z-index: 3;
}

[dir="rtl"] .m-application #nft2-banner-slider .fade-slider {
  margin-left: 300px;
}

#nft2-banner-slider .fade-slider .slick-current .card-main {
  opacity: 1;
  transform: scale(1) translateX(0);
}

#nft2-banner-slider .roll-slider {
  z-index: 2;
  top: 40px;
}

@media (min-width: 960px) {
  #nft2-banner-slider .roll-slider {
    width: 780px;
    position: absolute;
  }
}
#nft2-banner-slider .roll-slider:before {
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.theme--light #nft2-banner-slider .roll-slider:before {
  background: linear-gradient(to right, #fff 40%, rgba(0, 0, 0, 0) 100%);
}

.theme--dark #nft2-banner-slider .roll-slider:before {
  background: linear-gradient(to right, rgb(var(--v-theme-primarydark)) 40%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 959px) {
  #nft2-banner-slider .roll-slider:before {
    display: none;
  }
}
#nft2-banner-slider .roll-slider:after {
  z-index: 1;
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

[dir="ltr"] #nft2-banner-slider .roll-slider:after {
  left: 0;
}

[dir="rtl"] #nft2-banner-slider .roll-slider:after {
  right: 0;
}

.theme--light #nft2-banner-slider .roll-slider:after {
  background: linear-gradient(to right, #fff 40%, rgba(0, 0, 0, 0) 100%);
}

.theme--dark #nft2-banner-slider .roll-slider:after {
  background: linear-gradient(to right, #000 40%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 959px) {
  #nft2-banner-slider .roll-slider:after {
    display: none;
  }
}
#nft2-banner-slider .card-secondary {
  text-align: center;
}

#nft2-banner-slider .card-secondary > a {
  height: 320px;
}

@media (min-width: 960px) {
  #nft2-banner-slider .card-secondary > a {
    width: 240px;
  }
}
@media (max-width: 959px) {
  #nft2-banner-slider .card-secondary > a {
    margin: 0px 8px 0px 8px;
  }
}
@media (max-width: 599px) {
  #nft2-banner-slider .card-secondary > a {
    width: 180px;
    height: 240px;
  }
}
#nft2-new-release .main-feature {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (min-width: 1280px) {
  #nft2-new-release .main-feature {
    padding-bottom: 64px;
  }
}
#nft2-new-release .feature-wrap {
  position: relative;
}

#nft2-new-release .cards {
  display: flex;
}

@media (min-width: 1280px) {
  #nft2-new-release .cards {
    justify-content: flex-end;
  }
}
@media (max-width: 1279px) {
  #nft2-new-release .cards > div {
    width: 50%;
    padding: 4px;
  }
}
@media (min-width: 600px) {
  #nft2-new-release .card-item {
    padding: 8px;
  }
}
#nft2-new-release .card-item > a {
  height: 380px;
}

@media (min-width: 1280px) {
  #nft2-new-release .card-item > a {
    width: 285px;
  }
}
@media (max-width: 1279px) {
  #nft2-new-release .card-item > a {
    height: 300px;
  }
}
@media (max-width: 599px) {
  #nft2-new-release .card-item > a {
    height: 220px;
  }
}
@media (min-width: 960px) {
  #nft2-new-release .lower {
    margin-top: 80px;
  }
  #nft2-new-release .higher {
    margin-top: 0;
  }
}
#nft2-trending .tab-content {
  position: relative;
}

@media (min-width: 960px) {
  #nft2-trending .tab-content {
    padding: 32px 32px 0px 32px;
  }
}
#nft2-trending .tab-content section {
  position: relative;
}

#nft2-trending .tab-content section div {
  overflow: visible;
}

#nft2-trending .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 24px 0px 24px;
}

@media (max-width: 599px) {
  #nft2-trending .tab-label {
    font-size: 14px;
  }
}
#nft2-trending .btn {
  height: 48px;
}

#nft2-trending .img-logo {
  padding: 16px;
}

@media (min-width: 1280px) {
  #nft2-trending .img-logo {
    padding: 16px 64px 16px 64px;
  }
}
#nft2-trending .img-logo img {
  width: 100%;
}

#nft2-table-rank .root {
  color: #fff;
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(-2deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
  padding: 80px 0px 80px 0px;
}

@media (max-width: 599px) {
  #nft2-table-rank .root {
    border-radius: 40px 40px 0 0;
  }
}
@media (min-width: 960px) {
  #nft2-table-rank .root {
    padding: 120px 24px 120px 24px;
  }
}
#nft2-table-rank .root .row {
  position: relative;
}

#nft2-table-rank .root:before {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 60px 60px 0 0;
}

.theme--light #nft2-table-rank .root:before {
  background: #fff;
}

.theme--dark #nft2-table-rank .root:before {
  background: rgb(var(--v-theme-primarydark));
}

@media (max-width: 599px) {
  #nft2-table-rank .root:before {
    border-radius: 40px 40px 0 0;
  }
}
#nft2-table-rank .root:after {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 5;
  border-radius: 60px 60px 0 0;
}

.theme--light #nft2-table-rank .root:after {
  background: #fff;
}

.theme--dark #nft2-table-rank .root:after {
  background: #000;
}

@media (max-width: 599px) {
  #nft2-table-rank .root:after {
    border-radius: 40px 40px 0 0;
  }
}
#nft2-table-rank .avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgb(var(--v-theme-primarylight));
}

[dir="ltr"] #nft2-table-rank .avatar {
  margin-right: 8px;
}

[dir="rtl"] #nft2-table-rank .avatar {
  margin-left: 8px;
}

#nft2-table-rank .verified {
  color: rgb(var(--v-theme-secondary));
  font-size: 16px;
}

[dir="ltr"] #nft2-table-rank .verified {
  margin-left: 8px;
}

[dir="rtl"] #nft2-table-rank .verified {
  margin-right: 8px;
}

#nft2-table-rank .table-wrap {
  overflow: auto;
  position: relative;
}

#nft2-table-rank .table {
  position: relative;
  background: none;
  min-width: 400px;
  z-index: 2;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #nft2-table-rank .table {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) {
  #nft2-table-rank .table {
    margin-top: 40px;
  }
}
#nft2-table-rank .table th {
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: var(--font-medium) !important;
}

#nft2-table-rank .table > table > tbody > tr > td {
  padding: 12px;
}

#nft2-table-rank .table td {
  border: none;
  color: #fff;
}

[dir="ltr"] #nft2-table-rank .table td {
  padding-right: 0;
}

[dir="rtl"] #nft2-table-rank .table td {
  padding-left: 0;
}

#nft2-table-rank .table .avatar-cell {
  min-width: 180px;
}

#nft2-table-rank .table strong {
  font-weight: var(--font-medium);
}

#nft2-table-rank .one {
  font-weight: var(--font-bold);
  color: rgb(var(--v-theme-secondary));
  font-size: 36px;
  font-style: italic;
  white-space: nowrap;
}

@media (max-width: 599px) {
  #nft2-table-rank .one {
    font-size: 18px;
  }
}
#nft2-table-rank .divider {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  align-self: stretch;
  position: absolute;
  border-width: 0.5px;
  border-left: none;
  background: none;
  left: calc(50% + 2px);
  bottom: 0;
  height: 90%;
  width: 1px;
  max-height: none;
  opacity: 1;
  border-image-source: linear-gradient(0deg, rgb(var(--v-theme-primary)), rgb(var(--v-theme-secondary)));
  border-image-slice: 1;
}

#nft2-explore .root {
  position: relative;
  z-index: 5;
}

#nft2-explore .categories {
  margin-top: 120px;
}

#nft2-counter .root {
  position: relative;
}

@media (min-width: 600px) {
  #nft2-counter .root {
    padding-bottom: 40px;
  }
}
#nft2-auction .root {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding-bottom: 24px;
}

@media (min-width: 600px) {
  #nft2-auction .root {
    padding-bottom: 80px;
  }
}
#nft2-auction .root .slick-dots {
  bottom: -32px;
}

#nft2-auction .root .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #nft2-auction .root .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #nft2-auction .root .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#nft2-auction .root .slick-dots li.slick-active {
  width: 40px;
}

#nft2-auction .root .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#nft2-auction .root .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#nft2-auction .root .slick-dots li button:before {
  display: none;
}

#nft2-auction .slide {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

#nft2-auction .slide .inner-slide {
  height: 430px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#nft2-auction .slide a {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#nft2-auction .slide figure {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#nft2-auction .slide figure img {
  margin: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#nft2-auction .title-slide {
  position: relative;
  font-size: 48px;
  color: #fff;
  font-weight: var(--font-medium);
}

@media (max-width: 599px) {
  #nft2-auction .title-slide {
    font-size: 24px;
  }
}
#nft2-auction .countdown-wrap {
  padding: 16px;
  position: relative;
  z-index: 2;
}

#nft2-auction .property {
  position: relative;
  color: #fff;
}

#nft2-auction .property p {
  margin-bottom: 16px;
}

#nft2-auction .property strong {
  font-weight: var(--font-medium);
}

#nft2-auction .price {
  color: rgb(var(--v-theme-secondary));
}

#nft2-auction .nav {
  position: absolute;
  top: 47%;
  border-radius: 8px;
  width: 49px;
  height: 100px;
  padding: 0px;
  min-width: 0px;
  z-index: 10;
  background: rgb(var(--v-theme-primary));
}

.theme--dark #nft2-auction .nav {
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light #nft2-auction .nav {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

[dir="rtl"] #nft2-auction .nav {
  transform: scale(-1.6);
}

[dir="ltr"] #nft2-auction .nav {
  transform: scale(1.6);
}

#nft2-auction .nav:hover {
  background: rgb(var(--v-theme-primarydark));
}

#nft2-auction .nav i {
  font-size: 24px;
}

.theme--light #nft2-auction .nav i {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #nft2-auction .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  #nft2-auction .nav {
    display: none;
  }
}
#nft2-auction .nav[disabled] {
  opacity: 0.3;
}

[dir="ltr"] #nft2-auction .prev {
  left: -2px;
}

[dir="rtl"] #nft2-auction .prev {
  right: -2px;
}

[dir="ltr"] #nft2-auction .next {
  right: -2px;
}

[dir="rtl"] #nft2-auction .next {
  left: -2px;
}

#nft2-step .item {
  position: relative;
}

@media (min-width: 960px) {
  #nft2-step .item {
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 599px) {
  #nft2-step .item {
    display: flex;
    margin: 16px 0px 16px 0px;
  }
}
#nft2-step .icon {
  position: relative;
  display: inline-block;
}

@media (max-width: 599px) {
  #nft2-step .icon {
    transform: scale(0.75);
    margin0-top: 16px;
  }

  [dir="ltr"] #nft2-step .icon {
    margin-left: 40px;
  }

  [dir="rtl"] #nft2-step .icon {
    margin-right: 40px;
  }
}
#nft2-step .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#nft2-step .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #nft2-step .icon .left {
  left: -60px;
}

[dir="rtl"] #nft2-step .icon .left {
  right: -60px;
}

#nft2-step .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #nft2-step .icon .right {
  right: -80px;
}

[dir="rtl"] #nft2-step .icon .right {
  left: -80px;
}

#nft2-step .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #nft2-step .icon .center {
  left: -60px;
}

[dir="rtl"] #nft2-step .icon .center {
  right: -60px;
}

#nft2-step .glow {
  overflow: hidden;
  padding: 16px;
  position: relative;
}

#nft2-step .glow h6 {
  text-transform: capitalize;
}

@media (min-width: 600px) {
  #nft2-step .glow {
    padding: 96px 24px 8px 24px;
  }
}
@media (max-width: 599px) {
  [dir="ltr"] #nft2-step .glow {
    padding-left: 80px;
  }

  [dir="rtl"] #nft2-step .glow {
    padding-right: 80px;
  }
}
#nft2-step .glow:before {
  content: "";
  filter: blur(20px);
  opacity: 0.25;
  width: 80%;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
}

[dir="ltr"] #nft2-step .glow:before {
  left: 10%;
}

[dir="rtl"] #nft2-step .glow:before {
  right: 10%;
}

@media (max-width: 599px) {
  #nft2-step .glow:before {
    display: none;
  }
}
#nft2-step .glow.primary:before {
  background: rgb(var(--v-theme-primary));
}

#nft2-step .glow.secondary:before {
  background: rgb(var(--v-theme-secondary));
}

#nft2-step .glow.accent:before {
  background: rgb(var(--v-theme-accent));
}

@media (min-width: 600px) {
  #nft2-step .step {
    margin-top: 120px;
    text-align: center;
  }
}
#nft2-step .step h6 {
  font-weight: var(--font-bold);
}

#nft2-step .step .item {
  opacity: 1;
}

#nft2-step .divider {
  position: absolute;
  top: 50%;
  overflow: visible;
  opacity: 1;
  border: none;
}

[dir="ltr"] #nft2-step .divider {
  right: 40px;
}

[dir="rtl"] #nft2-step .divider {
  left: 40px;
}

@media (max-width: 959px) {
  #nft2-step .divider {
    display: none;
  }
}
#nft2-step .divider.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#nft2-step .divider.primary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#nft2-step .divider.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#nft2-step .divider.secondary:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#nft2-step .divider:after {
  content: "";
  width: 70px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
}

[dir="ltr"] #nft2-step .divider:after {
  left: 40px;
}

[dir="rtl"] #nft2-step .divider:after {
  right: 40px;
}

#nft2-step .divider:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

[dir="ltr"] #nft2-step .divider:before {
  left: 20px;
}

[dir="rtl"] #nft2-step .divider:before {
  right: 20px;
}

#nft2-call-action .use-mq--title {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
}

@media (max-width: 959px) {
  #nft2-call-action .use-mq--title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (max-width: 599px) {
  #nft2-call-action .use-mq--title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 1279px) {
  #nft2-call-action .use-mq--title {
    font-size: 36px;
    line-height: 56px;
    font-weight: var(--font-bold);
  }
}
@media (max-width: 1279px) and (max-width: 959px) {
  #nft2-call-action .use-mq--title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 1279px) and (max-width: 599px) {
  #nft2-call-action .use-mq--title {
    font-size: 24px;
    line-height: 36px;
  }
}
#nft2-call-action .action {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  overflow: hidden;
  color: #000;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 600px) and (max-width: 959px) {
  #nft2-call-action .action {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  #nft2-call-action .action {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 959px) {
  #nft2-call-action .action {
    padding-top: 24px;
  }
}
@media (max-width: 599px) {
  #nft2-call-action .action {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}
#nft2-call-action .action:before {
  content: "";
  height: 160px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -125px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondarylight)) 80%);
}

[dir="ltr"] #nft2-call-action .action:before {
  left: 5px;
}

[dir="rtl"] #nft2-call-action .action:before {
  right: 5px;
}

@media (max-width: 599px) {
  #nft2-call-action .action:before {
    display: none;
  }
}
#nft2-call-action .wrap {
  border-radius: 60px;
}

#nft2-call-action .btn-area {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 959px) {
  #nft2-call-action .btn-area {
    display: flex;
    margin: 16px 0px 16px 0px;
  }
}
@media (max-width: 599px) {
  #nft2-call-action .btn-area {
    justify-content: center;
  }
}
#nft2-call-action .btn-area a {
  min-width: 150px;
}

@media (min-width: 600px) {
  [dir="ltr"] #nft2-call-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #nft2-call-action .btn-area a {
    margin-left: 16px;
  }

  #nft2-call-action .btn-area a img {
    width: 160px;
  }
}
@media (max-width: 599px) {
  #nft2-call-action .btn-area a {
    margin: 4px;
    min-width: 0;
    width: 100%;
  }
}
#nft2-call-action .illustration {
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: flex-end;
}

#nft2-call-action .illustration img {
  width: 100%;
}

#nft2-faq .root {
  position: relative;
}

@media (min-width: 600px) {
  #nft2-faq .root {
    padding-bottom: 40px;
  }
}
#nft2-faq .root .container {
  position: relative;
  z-index: 3;
}

#nft2-faq .accordion {
  position: relative;
}

#nft2-faq .item {
  margin-bottom: 24px;
}

#nft2-faq .paper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

#nft2-faq .paper:not(.active) .collapsible-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light #nft2-faq .paper:not(.active) .collapsible-header {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #nft2-faq .paper:not(.active) .collapsible-header {
  background: rgba(10, 10, 10, 0.75);
}

#nft2-faq .heading {
  display: block;
  font-weight: var(--font-medium);
  padding: 8px 16px 8px 0px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 599px) {
  #nft2-faq .heading {
    font-size: 16px;
  }
}
#nft2-faq .content i.material-icons {
  margin-top: 8px;
}

#nft2-faq .active .collapsible-header {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

#nft2-faq .active i.material-icons {
  color: #fff;
  transform: rotate(180deg);
}

#nft2-faq .detail {
  background: rgb(var(--v-theme-primary));
  color: #fff;
  border-radius: 0 0 12px 12px;
}

#nft2-faq .detail p {
  font-size: 24px;
}

@media (max-width: 599px) {
  #nft2-faq .detail p {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #nft2-faq .help-group {
    display: flex;
    justify-content: center;
  }

  #nft2-faq .help-group button,
  #nft2-faq .help-group a {
    margin: 0px 4px 0px 4px;
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  #nft2-faq .help-group button,
  #nft2-faq .help-group a,
  #nft2-faq .help-group .btn {
    font-size: 14px !important;
    padding: 16px !important;
    width: auto;
    flex: 1;
  }

  #nft2-faq .help-group svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  #nft2-faq .help-group {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 599px) {
  #nft2-faq .help-group button,
  #nft2-faq .help-group a {
    margin-bottom: 24px;
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#header-avatar .header {
  width: 100%;
  transition: opacity 0.5s ease-out;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  box-shadow: none;
  position: fixed;
  height: auto !important;
  padding: 8px 0px 8px 0px;
}

.theme--light #header-avatar .header {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header {
  color: #fff;
}

@media (max-width: 1279px) {
  #header-avatar .header {
    visibility: visible;
    opacity: 1;
    z-index: 11;
    position: fixed;
  }
}
#header-avatar .header a {
  line-height: normal;
}

#header-avatar .header.open-drawer {
  z-index: 51;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 600px) {
  #header-avatar .header.open-drawer {
    background: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}
.theme--light #header-avatar .header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme--dark #header-avatar .header.fixed {
  background-color: rgba(10, 10, 10, 0.8);
}

.theme--light #header-avatar .header .setting .icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar .header .setting .icon {
  color: rgba(255, 255, 255, 0.7);
}

#header-avatar .header .setting {
  line-height: normal;
}

@media (max-width: 1279px) {
  #main-wrap #header-avatar .header .container {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  #main-wrap #header-avatar .header .container {
    padding-right: 0;
  }
}
#header-avatar .header nav {
  width: 100%;
  transition: all 0.5s ease-out;
}

#header-avatar .header nav ul {
  padding: 0;
}

#header-avatar .header.fixed {
  position: fixed;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

#header-avatar .header.fixed nav .button {
  padding: 4px 16px 4px 16px;
}

.theme--light #header-avatar .header.fixed .mobile-menu .bar {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar .header.fixed .mobile-menu .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #header-avatar .header.fixed .mobile-menu .bar:after,
.theme--light #header-avatar .header.fixed .mobile-menu .bar:before {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar .header.fixed .mobile-menu .bar:after,
.theme--dark #header-avatar .header.fixed .mobile-menu .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #header-avatar .header.open-drawer .logo a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header.open-drawer .logo a {
  color: #fff;
}

#header-avatar .header .header-content {
  padding: 0;
}

#header-avatar .header .header-content nav {
  padding: 0;
  align-items: center;
  display: flex;
}

#header-avatar .header .logo {
  flex: 1;
  display: flex;
  align-items: center;
}

#header-avatar .header .logo a {
  font-size: 16px;
  font-weight: var(--font-medium);
  position: relative;
  text-decoration: none;
}

#header-avatar .header .logo img {
  transition: all 0.3s ease-out;
  display: block;
}

#header-avatar .header .nav-logo .logo a {
  display: block;
  color: #fff;
}

.theme--light #header-avatar .header .nav-logo.invert .logo a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header .nav-logo.invert .logo a {
  color: #fff;
}

#header-avatar .header .nav-logo .mobile-menu {
  line-height: normal;
}

#header-avatar .header .button {
  width: 160px;
}

#header-avatar .header nav.nav-menu .logo a {
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  font-weight: var(--font-medium);
}

#header-avatar .header nav.nav-menu.invert ul li a {
  transition: all 0.3s ease-out;
}

.theme--light #header-avatar .header nav.nav-menu.invert ul li a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header nav.nav-menu.invert ul li a {
  color: #fff;
}

.theme--light #header-avatar .header nav.nav-menu.invert .icon {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header nav.nav-menu.invert .icon {
  color: #fff;
}

.theme--light #header-avatar .header nav.nav-menu.invert .mobile-menu .bar {
  background-color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header nav.nav-menu.invert .mobile-menu .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #header-avatar .header nav.nav-menu.invert .mobile-menu .bar:after,
.theme--light #header-avatar .header nav.nav-menu.invert .mobile-menu .bar:before {
  background-color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar .header nav.nav-menu.invert .mobile-menu .bar:after,
.theme--dark #header-avatar .header nav.nav-menu.invert .mobile-menu .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

#header-avatar .header nav.nav-menu .scrollactive-nav {
  list-style: none;
  display: block;
}

#header-avatar .header nav.nav-menu .scrollactive-nav li {
  list-style: none;
  position: relative;
  display: inline-block;
}

@media (min-width: 1280px) {
  #header-avatar .header nav.nav-menu .scrollactive-nav li {
    margin: 0px 8px 0px 8px;
  }
}
#header-avatar .header nav.nav-menu .scrollactive-nav li .btn {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: var(--font-medium);
  background: none !important;
  box-shadow: none;
  position: relative;
  padding: 6px;
  margin: 0px 8px 0px 8px;
  margin-top: 4px;
  min-width: 0;
}

#header-avatar .header nav.nav-menu .scrollactive-nav li .btn:after {
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 5px;
  width: 0%;
  margin: 0 auto;
  bottom: -5px;
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}

#header-avatar .header nav.nav-menu .scrollactive-nav li .btn:hover {
  transition: all 0.3s ease-out;
  opacity: 0.5;
}

#header-avatar .header nav.nav-menu .scrollactive-nav li .btn:hover:after {
  width: 20px;
  background: #fff;
}

#header-avatar .header nav.nav-menu .scrollactive-nav li .btn.active {
  color: rgb(var(--v-theme-secondarylight));
}

#header-avatar .header nav.nav-menu .scrollactive-nav li .btn.active:after {
  background: #fff;
  width: 20px;
}

#header-avatar .header .title-menu {
  text-transform: capitalize;
}

#header-avatar .header .mobile-menu {
  margin: 0px 4px 0px 4px;
  position: relative;
  top: 2px;
}

.theme--light #header-avatar .header .mobile-menu.active .bar {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar .header .mobile-menu.active .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #header-avatar .header .mobile-menu.active .bar:after,
.theme--light #header-avatar .header .mobile-menu.active .bar:before {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar .header .mobile-menu.active .bar:after,
.theme--dark #header-avatar .header .mobile-menu.active .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

#header-avatar #main_menu.paper-nav {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  width: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 50;
  height: 100%;
  display: none;
}

.theme--light #header-avatar #main_menu.paper-nav {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme--dark #header-avatar #main_menu.paper-nav {
  background-color: rgba(0, 0, 0, 0.8);
}

#header-avatar #main_menu.paper-nav .mobile-nav {
  z-index: 90;
  min-width: 300px;
}

@media (max-width: 599px) {
  #header-avatar #main_menu.paper-nav .mobile-nav {
    width: 100% !important;
  }
}
#header-avatar #main_menu.paper-nav .mobile-nav.menu-open li {
  animation-name: slide-right;
  animation-timing-function: ease;
}

#header-avatar #main_menu.paper-nav .mobile-nav .menu {
  width: 100%;
  height: 100%;
  overflow: auto;
  list-style: none;
  margin-top: 100px;
}

#header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  font-size: 24px;
  padding: 16px;
  height: auto;
}

.theme--light #header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  color: #fff;
}

#header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.2;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(120deg, rgb(var(--v-theme-secondary)), rgb(var(--v-theme-primary)));
  height: 75%;
  width: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.14, 0.97);
}

#header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:hover {
  color: rgb(var(--v-theme-secondary));
  background: none;
}

#header-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:hover:before {
  width: 100%;
}

#header-avatar #main_menu.paper-nav .mobile-nav .divider-sidebar {
  background: rgba(255, 255, 255, 0.2);
  margin: 24px 0px 24px 0px;
}

#header-avatar #main_menu.paper-nav .root-menu {
  position: relative;
  z-index: 10;
}

.theme--light #header-avatar #main_menu.paper-nav .logo-name {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar #main_menu.paper-nav .logo-name {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1279px) {
  #header-avatar #main_menu.paper-nav .logo-name {
    margin-top: 40px;
  }
}
#header-avatar #main_menu.paper-nav .logo-name h4 {
  text-transform: uppercase;
}

#header-avatar #main_menu.paper-nav .margin {
  margin: 16px;
}

#header-avatar #main_menu.paper-nav .socmed {
  margin: 24px 0px 24px 0px;
  margin-left: -16px;
}

#header-avatar #main_menu.paper-nav .socmed a,
#header-avatar #main_menu.paper-nav .socmed .btn-icon {
  margin: 8px;
  width: 36px;
  height: 36px;
}

#header-avatar #main_menu.paper-nav .socmed i {
  font-size: 24px;
}

.theme--light #header-avatar #main_menu.paper-nav .contact {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #header-avatar #main_menu.paper-nav .contact {
  color: rgba(255, 255, 255, 0.7);
}

#header-avatar #main_menu.paper-nav .divider {
  margin: 12px;
  border: none;
  background: none;
}

#header-avatar #main_menu.paper-nav .download {
  margin: 16px 0px 16px 0px;
}

#header-avatar #main_menu.paper-nav .tw {
  color: #20b1d1;
}

#header-avatar #main_menu.paper-nav .fb {
  color: #193ccc;
}

#header-avatar #main_menu.paper-nav .in {
  color: #0050ff;
}

#header-avatar #main_menu.paper-nav .ig {
  color: #a418e6;
}

#header-avatar #main_menu.paper-nav .download {
  margin: 16px 0px 16px 0px;
}

#header-avatar #main_menu.paper-nav .name-deco {
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  letter-spacing: 10px;
  position: absolute;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  opacity: 0.3;
  top: 0;
  left: -50%;
  font-size: 18px;
  z-index: 20;
}

#header-avatar #main_menu.paper-nav .detail {
  position: relative;
  padding: 0px 16px 0px 16px;
  text-align: left;
}

@media (min-width: 960px) {
  #header-avatar #main_menu.paper-nav .detail {
    margin-top: 100px;
  }
}
@media (min-width: 600px) {
  #header-avatar #main_menu.paper-nav .detail {
    padding-bottom: 40px;
  }
}
#avatar-banner-nav .root {
  display: block;
}

@media (max-width: 1279px) {
  #avatar-banner-nav .root {
    padding-top: 80px;
  }

  #avatar-banner-nav .root > .container {
    padding: 0 !important;
  }
}
#avatar-banner-nav .cover {
  z-index: 0;
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] #avatar-banner-nav .cover {
  left: 0;
}

[dir="rtl"] #avatar-banner-nav .cover {
  right: 0;
}

#avatar-banner-nav .figure {
  display: block;
  width: 100%;
  height: 100%;
}

#avatar-banner-nav .figure .img {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#avatar-banner-nav .banner {
  position: relative;
  padding: 80px 24px 0px 24px;
  color: #fff;
  height: 500px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  #avatar-banner-nav .banner {
    height: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #avatar-banner-nav .banner {
    height: 400px;
    padding: 16px 24px 0px 24px;
    align-items: flex-start;
  }
}
@media (min-width: 600px) {
  #avatar-banner-nav .banner {
    padding: 40px;
  }
}
#avatar-banner-nav .banner .text {
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  padding: 40px;
}

@media (min-width: 600px) {
  #avatar-banner-nav .banner .text {
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
  }
}
@media (min-width: 1280px) {
  #avatar-banner-nav .banner .text {
    width: 100%;
  }
}
#avatar-banner-nav .banner .text > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  #avatar-banner-nav .banner .text {
    background: linear-gradient(120deg, rgba(var(--v-theme-primary, 0.1)), rgba(var(--v-theme-secondary), 0.1));
  }
}
@media (max-width: 959px) {
  #avatar-banner-nav .banner .text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #avatar-banner-nav .banner .text {
    height: 100%;
    padding: 40px 0px 40px 0px;
  }
}
#avatar-banner-nav .banner .text h4,
#avatar-banner-nav .banner .text h2,
#avatar-banner-nav .banner .text h5 {
  margin-bottom: 8px;
}

[dir="ltr"] #avatar-banner-nav .banner .text h5 {
  padding-right: 320px;
}

[dir="rtl"] #avatar-banner-nav .banner .text h5 {
  padding-left: 320px;
}

#avatar-banner-nav .socmed a {
  color: rgb(var(--v-theme-primarydark));
  width: 36px;
  height: 36px;
}

#avatar-banner-nav .socmed a i {
  color: rgba(255, 255, 255, 0.75);
}

#avatar-banner-nav .socmed i {
  font-size: 24px;
}

#avatar-banner-nav .setting-icon {
  position: absolute;
  z-index: 10;
  top: 120px;
}

[dir="ltr"] #avatar-banner-nav .setting-icon {
  right: 80px;
}

[dir="rtl"] #avatar-banner-nav .setting-icon {
  left: 80px;
}

@media (max-width: 1279px) {
  #avatar-banner-nav .setting-icon .btn-icon {
    visibility: hidden;
  }
}
#avatar-banner-nav .setting-icon i.material-icons {
  color: #fff !important;
}

#avatar-banner-nav a.download {
  font-size: 14px;
  width: auto;
  padding: 0px 16px 0px 16px;
  margin: 0;
  margin-right: 24px;
  border-color: #fff;
  color: #fff;
  height: auto;
}

#avatar-navigation .logo {
  display: block;
  margin: 12px 0px 12px 0px;
  position: relative;
  text-align: center;
}

#avatar-navigation .logo img {
  max-width: 64px;
  width: 100%;
  margin: 0 auto;
}

#avatar-navigation .menu {
  margin: 0 auto;
  padding: 8px 0px 8px 0px;
  border-radius: 40px;
  width: 80px;
  background: #000;
}

#avatar-navigation .menu ul {
  border: none;
  overflow: visible;
  padding: 0;
  margin: 0;
}

#avatar-navigation .menu ul li {
  float: none;
}

#avatar-navigation .icon {
  display: block;
  min-width: 0;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

[dir="ltr"] #avatar-navigation .icon {
  left: -2px;
}

[dir="rtl"] #avatar-navigation .icon {
  right: -2px;
}

#avatar-navigation .icon span {
  font-size: 36px;
  z-index: 2;
  position: relative;
  color: #fff;
}

#avatar-navigation .text {
  transition: all 0.3s cubic-bezier(0, 1.73, 1, 1.02);
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 40px;
  top: 12px;
  text-transform: capitalize;
  border-radius: 12px;
  padding: 8px 16px 8px 16px;
  z-index: 2;
  white-space: nowrap;
  opacity: 0;
  font-size: 18px;
  font-weight: var(--font-medium);
}

.theme--light #avatar-navigation .text {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #avatar-navigation .text {
  color: #fff;
}

.theme--light #avatar-navigation .text {
  background: rgb(var(--v-theme-secondarylight));
}

.theme--dark #avatar-navigation .text {
  background: rgb(var(--v-theme-secondarydark));
}

#avatar-navigation .deco:after {
  opacity: 0;
  content: "";
  background: #000;
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 32px;
  transition: border-radius 0.5s ease;
  border-top-right-radius: 0;
}

[dir="ltr"] #avatar-navigation .deco:after {
  left: 0;
}

[dir="rtl"] #avatar-navigation .deco:after {
  right: 0;
}

#avatar-navigation .deco:before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 32px;
  border-radius: 0;
}

.theme--light #avatar-navigation .deco:before {
  background: #fff;
}

.theme--dark #avatar-navigation .deco:before {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

[dir="ltr"] #avatar-navigation .deco:before {
  left: 0;
}

[dir="rtl"] #avatar-navigation .deco:before {
  right: 0;
}

#avatar-navigation .link {
  text-align: center;
  background: transparent;
  transition: border-radius 0.5s ease;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px;
  position: relative;
  margin-bottom: 0 !important;
}

[dir="ltr"] #avatar-navigation .link {
  margin-left: 4px;
}

[dir="rtl"] #avatar-navigation .link {
  margin-right: 4px;
}

#avatar-navigation .link .darken {
  transition: border-radius 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#avatar-navigation .link a {
  padding: 0;
}

#avatar-navigation .link:last-child .deco {
  display: none;
}

#avatar-navigation .link:first-child:after,
#avatar-navigation .link:first-child:before {
  display: none;
}

#avatar-navigation .link:after {
  opacity: 0;
  content: "";
  border: none;
  background: #000;
  position: absolute;
  top: -32px;
  width: 100%;
  height: 32px;
  transition: border-radius 0.5s ease;
  border-bottom-right-radius: 0;
  min-height: 0;
}

[dir="ltr"] #avatar-navigation .link:after {
  left: 0;
}

[dir="rtl"] #avatar-navigation .link:after {
  right: 0;
}

#avatar-navigation .link:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -32px;
  width: 100%;
  height: 32px;
  min-height: 0;
  border-radius: 0;
}

.theme--light #avatar-navigation .link:before {
  background: #fff;
}

.theme--dark #avatar-navigation .link:before {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

[dir="ltr"] #avatar-navigation .link:before {
  left: 0;
}

[dir="rtl"] #avatar-navigation .link:before {
  right: 0;
}

#avatar-navigation .link:hover {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.theme--light #avatar-navigation .link:hover {
  background: #fff;
}

.theme--dark #avatar-navigation .link:hover {
  background: #000;
}

#avatar-navigation .link:hover:before {
  opacity: 1;
}

#avatar-navigation .link:hover:after {
  opacity: 1;
  border-bottom-right-radius: 100px;
}

#avatar-navigation .link:hover .darken {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.theme--light #avatar-navigation .link:hover .darken {
  background: #fff;
}

.theme--dark #avatar-navigation .link:hover .darken {
  background: rgba(var(--v-theme-primarydark), 0.45);
}

#avatar-navigation .link:hover .deco:before {
  opacity: 1;
}

#avatar-navigation .link:hover .deco:after {
  opacity: 1;
  border-top-right-radius: 100px;
}

#avatar-navigation .link:hover .icon {
  z-index: 3;
  background: linear-gradient(320deg, rgb(var(--v-theme-primarylight)) 40%, rgb(var(--v-theme-secondarylight)) 120%);
}

#avatar-navigation .link:hover .icon span {
  color: #000;
}

#avatar-navigation .link:hover .text {
  background: linear-gradient(320deg, rgb(var(--v-theme-primarylight)) 40%, rgb(var(--v-theme-secondarylight)) 120%);
  color: #000;
  border-radius: 20px;
  opacity: 1;
  visibility: visible;
}

[dir="ltr"] #avatar-navigation .link:hover .text {
  left: 70px;
}

[dir="rtl"] #avatar-navigation .link:hover .text {
  right: 70px;
}

#avatar-profile .use-mq--text-subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #avatar-profile .use-mq--text-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #avatar-profile .use-mq--text-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1279px) {
  #avatar-profile .use-mq--text-subtitle {
    font-weight: var(--font-regular);
    font-size: 16px;
    line-height: 24px;
  }
}
#avatar-profile .root {
  position: relative;
}

@media (max-width: 959px) {
  #avatar-profile .root {
    text-align: center;
  }
}
@inlcude breakpoints-up(lg) {
  #avatar-profile .root {
    max-width: 1280px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  #avatar-profile .root > div {
    padding: 0;
  }
}
#avatar-profile .about {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  #avatar-profile .about {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  #avatar-profile .about {
    text-align: center;
  }

  #avatar-profile .about > div > h5 {
    font-weight: var(--font-regular);
    font-size: 18px;
    line-height: 28px;
    margin-top: 56px;
    padding: 0px 16px 0px 16px;
  }
}
#avatar-profile .reward {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  #avatar-profile .reward {
    padding: 40px 56px 0px 0px;
  }
}
@media (max-width: 959px) {
  #avatar-profile .reward {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #avatar-profile .reward {
    overflow: auto;
  }
}
#avatar-profile .item {
  text-align: center;
  color: #d6bd96;
  margin: 16px;
}

@media (min-width: 960px) {
  #avatar-profile .item {
    margin: 32px;
  }
}
@media (max-width: 599px) {
  #avatar-profile .item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#avatar-profile .item figure {
  height: 70px;
  margin: 0px 0px 16px 0px;
  display: inline-block;
}

@media (max-width: 1279px) {
  #avatar-profile .item figure {
    height: 50px;
  }
}
#avatar-profile .item figure img {
  height: 100%;
}

#avatar-profile .item p {
  font-family: Times New Roman;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  #avatar-profile .item p {
    font-size: 16px;
    white-space: nowrap;
  }
}
#avatar-profile .item h5 {
  font-weight: var(--font-medium);
  text-transform: uppercase;
}

@media (max-width: 599px) {
  #avatar-profile .item h5 {
    font-size: 16px;
  }
}
#avatar-profile .photo {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

@media (min-width: 960px) {
  #avatar-profile .photo {
    margin-top: -380px;
  }

  [dir="ltr"] #avatar-profile .photo {
    margin-left: -60px;
  }

  [dir="rtl"] #avatar-profile .photo {
    margin-right: -60px;
  }
}
@media (max-width: 959px) {
  #avatar-profile .photo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  #avatar-profile .photo {
    margin-top: -240px;
  }
}
#avatar-profile .photo figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}

#avatar-profile .photo figure img {
  width: 101%;
  min-height: 101%;
}

#avatar-profile .avatar img {
  max-height: 600px;
  position: relative;
}

@media (min-width: 960px) {
  #avatar-profile .avatar img {
    top: 100px;
  }
}
#avatar-profile .socmed {
  display: flex;
  justify-content: center;
  margin: 32px auto;
  max-width: 600px;
}

#avatar-profile .socmed button,
#avatar-profile .socmed a {
  margin: 8px 16px 8px 16px;
  width: 36px;
  height: 36px;
}

.theme--light #avatar-profile .socmed button i,
.theme--light #avatar-profile .socmed a i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark #avatar-profile .socmed button i,
.theme--dark #avatar-profile .socmed a i {
  color: rgb(var(--v-theme-primarylight));
}

#avatar-profile .socmed i {
  font-size: 22px;
}

#avatar-profile .live-paper {
  position: absolute;
  border-radius: 20px;
  padding: 16px;
  bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

[dir="ltr"] #avatar-profile .live-paper {
  text-align: left;
}

[dir="rtl"] #avatar-profile .live-paper {
  text-align: right;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #avatar-profile .live-paper {
    padding: 8px;
  }

  [dir="ltr"] #avatar-profile .live-paper {
    margin-left: 64px;
  }

  [dir="rtl"] #avatar-profile .live-paper {
    margin-right: 64px;
  }
}
#avatar-profile .live-paper figure {
  border-radius: 20px;
  overflow: hidden;
  height: 120px;
}

#avatar-profile .live-paper figure img {
  width: 100%;
  min-height: 100%;
}

#avatar-profile .live-paper h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

#avatar-profile .live {
  font-size: 14px;
}

.theme--light #avatar-profile .live {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #avatar-profile .live {
  color: rgba(255, 255, 255, 0.7);
}

#avatar-profile .live strong {
  text-transform: uppercase;
}

.theme--light #avatar-profile .live strong {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #avatar-profile .live strong {
  color: #fff;
}

[dir="ltr"] #avatar-profile .live strong {
  margin-right: 8px;
}

[dir="rtl"] #avatar-profile .live strong {
  margin-left: 8px;
}

#avatar-profile .live span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  top: 3px;
  position: relative;
  background-image: linear-gradient(159deg, #ff4081 0%, #c00d4f 100%);
}

[dir="ltr"] #avatar-profile .live span {
  margin-right: 2px;
}

[dir="rtl"] #avatar-profile .live span {
  margin-left: 2px;
}

#avatar-about .about {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

@media (min-width: 1280px) {
  #avatar-about .about {
    padding-bottom: 200px;
  }
}
#avatar-about .thumb {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

#avatar-about .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1279px) {
  #avatar-about .thumb {
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 600px) {
  #avatar-about .lower {
    margin-top: 80px;
  }
}
@media (max-width: 959px) {
  [dir="ltr"] #avatar-about .lower {
    margin-left: 40px;
  }

  [dir="rtl"] #avatar-about .lower {
    margin-right: 40px;
  }
}
@media (min-width: 600px) {
  #avatar-about .higher {
    margin-top: -24px;
  }
}
#avatar-about .name-deco {
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  letter-spacing: 5px;
  font-weight: var(--font-light);
  text-transform: uppercase;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  -webkit-background-clip: text;
  -webkit-textfill-color: transparent;
  color: rgb(var(--v-theme-secondary));
  top: 880px;
  font-size: 100px;
  opacity: 0.25;
  z-index: 20;
}

[dir="ltr"] #avatar-about .name-deco {
  left: -24px;
}

[dir="rtl"] #avatar-about .name-deco {
  right: -24px;
}

.parallax-geometric .parallax-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .parallax-geometric .parallax-wrap {
    display: none;
  }
}
.parallax-geometric .inner-parallax {
  height: 2500px;
  width: 50%;
  position: absolute;
  display: block;
}

.theme--light .parallax-geometric .inner-parallax {
  opacity: 0.5;
}

.theme--dark .parallax-geometric .inner-parallax {
  opacity: 0.75;
}

.parallax-geometric .inner-parallax .figure {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
}

.parallax-geometric .inner-parallax .figure :deep(.Masthead),
.parallax-geometric .inner-parallax .figure :deep(.Masthead__image) {
  overflow: visible;
}

.parallax-geometric .inner-parallax .figure img {
  height: auto;
  margin: 0;
  display: block;
}

.parallax-geometric .inner-parallax .figure > div {
  height: 2500px;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
}

.parallax-geometric .right {
  top: -120px;
  width: 50%;
}

[dir="ltr"] .parallax-geometric .right {
  right: -180px;
}

[dir="rtl"] .parallax-geometric .right {
  left: -180px;
}

.parallax-geometric .full {
  top: -400px;
  width: 50%;
}

[dir="ltr"] .parallax-geometric .full {
  right: -50px;
}

[dir="rtl"] .parallax-geometric .full {
  left: -50px;
}

.parallax-geometric .big {
  top: 1000px;
  width: 50%;
}

[dir="ltr"] .parallax-geometric .big {
  right: -200px;
}

[dir="rtl"] .parallax-geometric .big {
  left: -200px;
}

[dir="ltr"] .parallax-geometric .big .oval.small {
  right: 750px;
}

[dir="rtl"] .parallax-geometric .big .oval.small {
  left: 750px;
}

.parallax-geometric .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-geometric .oval {
  opacity: 0.3;
  position: relative;
  display: block;
  margin-left: auto;
  mask-image: url(../images/decoration/oval.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(../images/decoration/oval.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}

.parallax-geometric .oval span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.parallax-geometric .oval.giga {
  width: 255px;
  height: 255px;
  top: 0;
}

[dir="ltr"] .parallax-geometric .oval.giga {
  right: 500px;
}

[dir="rtl"] .parallax-geometric .oval.giga {
  left: 500px;
}

.parallax-geometric .oval.big {
  width: 255px;
  height: 255px;
  top: 800px;
}

[dir="ltr"] .parallax-geometric .oval.big {
  right: 600px;
}

[dir="rtl"] .parallax-geometric .oval.big {
  left: 600px;
}

.parallax-geometric .oval.small {
  width: 205px;
  height: 205px;
  top: 100px;
}

[dir="ltr"] .parallax-geometric .oval.small {
  right: 600px;
}

[dir="rtl"] .parallax-geometric .oval.small {
  left: 600px;
}

.parallax-geometric .triangle {
  width: 509px;
  height: 668px;
  top: 300px;
  transform: scale(0.7);
  display: block;
  position: relative;
  mask-image: url(../images/decoration/triangle.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(../images/decoration/triangle.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}

[dir="ltr"] .parallax-geometric .triangle {
  right: 120px;
}

[dir="rtl"] .parallax-geometric .triangle {
  left: 120px;
}

[dir="ltr"] .parallax-geometric .triangle {
  margin-left: auto;
}

[dir="rtl"] .parallax-geometric .triangle {
  margin-right: auto;
}

.parallax-geometric .triangle span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.parallax-geometric .parallax-vertical {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .parallax-geometric .parallax-vertical {
    transform: scale(0.5);
    transform-origin: top left;
  }
}
@media (min-width: 1536px) {
  .parallax-geometric .parallax-vertical {
    display: none;
  }
}
.parallax-geometric .parallax-dot {
  width: 845px;
  height: 800px;
  opacity: 0.3;
}

.theme--light .parallax-geometric .parallax-dot {
  fill: rgba(0, 0, 0, 0.38);
}

.theme--dark .parallax-geometric .parallax-dot {
  fill: rgba(255, 255, 255, 0.5);
}

[dir="ltr"] .parallax-geometric .parallax-dot {
  left: 0;
}

[dir="rtl"] .parallax-geometric .parallax-dot {
  right: 0;
}

.parallax-geometric .dots {
  position: relative;
  top: -200px;
  height: 500px;
  display: block;
}

[dir="ltr"] .parallax-geometric .dots {
  left: -800px;
}

[dir="rtl"] .parallax-geometric .dots {
  right: -800px;
}

.parallax-geometric .dots.start {
  top: -2600px;
}

[dir="ltr"] .parallax-geometric .dots.start {
  left: -500px;
}

[dir="rtl"] .parallax-geometric .dots.start {
  right: -500px;
}

#avatar-statistic .root-expertise {
  position: relative;
}

@media (min-width: 600px) {
  #avatar-statistic .root-expertise {
    margin-top: 120px;
  }
}
@media (max-width: 1279px) {
  #avatar-statistic .root-expertise > div {
    padding: 0;
  }
}
#avatar-statistic .carousel {
  position: relative;
}

@media (max-width: 959px) {
  #avatar-statistic .carousel {
    margin-top: 24px;
  }
}
#avatar-statistic .item {
  padding: 16px 8px 16px 8px;
  margin-bottom: 8px;
}

#avatar-statistic .item:focus {
  outline: none;
}

#avatar-statistic .icon-card {
  position: relative;
  text-align: center;
  padding: 2px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  box-shadow: none;
}

@media (max-width: 599px) {
  #avatar-statistic .icon-card {
    width: 90px;
    height: 90px;
  }
}
#avatar-statistic .icon {
  font-size: 160px;
  height: 100%;
  text-align: center;
  border-radius: 20px;
}

.theme--light #avatar-statistic .icon {
  background: rgba(255, 255, 255, 0.75);
}

.theme--dark #avatar-statistic .icon {
  background: rgba(10, 10, 10, 0.75);
}

@media (max-width: 599px) {
  #avatar-statistic .icon {
    font-size: 80px;
  }
}
#avatar-statistic .icon > div {
  position: relative;
  top: -40px;
}

[dir="ltr"] #avatar-statistic .icon > div {
  left: -20px;
}

[dir="rtl"] #avatar-statistic .icon > div {
  right: -20px;
}

@media (max-width: 599px) {
  #avatar-statistic .icon > div {
    top: -20px;
  }

  [dir="ltr"] #avatar-statistic .icon > div {
    left: -8px;
  }

  [dir="rtl"] #avatar-statistic .icon > div {
    right: -8px;
  }
}
#avatar-statistic .root-progress {
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #avatar-statistic .root-progress {
    padding-top: 40px;
  }
}
#avatar-statistic .wrap ul {
  margin: 0;
  padding: 0;
}

#avatar-statistic .wrap ul li {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  border-radius: 12px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 24px 16px 24px 16px;
}

.theme--light #avatar-statistic .wrap ul li {
  background: rgba(var(--v-theme-primarylight), 0.5);
}

.theme--dark #avatar-statistic .wrap ul li {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#avatar-statistic .wrap ul li:last-child {
  margin-bottom: 0;
}

#avatar-statistic .wrap ul li h6 {
  font-weight: var(--font-bold);
}

#avatar-statistic .icon-progress {
  display: flex;
  align-items: center;
  width: 40px;
  position: relative;
}

#avatar-statistic .icon-progress i {
  position: absolute;
  top: -8px;
  font-size: 40px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #avatar-statistic .icon-progress i {
  left: 0;
}

[dir="rtl"] #avatar-statistic .icon-progress i {
  right: 0;
}

.theme--light #avatar-statistic .icon-progress i {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #avatar-statistic .icon-progress i {
  color: rgba(255, 255, 255, 0.7);
}

[dir="ltr"] #avatar-statistic .icon-progress h6 {
  margin-left: 8px;
}

[dir="rtl"] #avatar-statistic .icon-progress h6 {
  margin-right: 8px;
}

#avatar-statistic .progress-profile {
  flex: 1;
}

[dir="ltr"] #avatar-statistic .progress-profile {
  margin-left: 8px;
}

[dir="rtl"] #avatar-statistic .progress-profile {
  margin-right: 8px;
}

#avatar-statistic .text-progress {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#avatar-statistic .text-progress p {
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

#avatar-statistic .zero .progress .progress-linear {
  width: 0 !important;
}

#avatar-statistic .progress-bg {
  border-radius: 10px;
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.theme--light #avatar-statistic .progress-bg {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #avatar-statistic .progress-bg {
  background: rgba(255, 255, 255, 0.24);
}

#avatar-statistic .progress-bg .progress-linear {
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.96);
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(var(--v-theme-secondary)), rgb(var(--v-theme-primary)));
}

#avatar-statistic .root-categories {
  position: relative;
  z-index: 2;
}

#avatar-statistic .category {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

[dir="ltr"] #avatar-statistic .category {
  margin-left: 40px;
}

[dir="rtl"] #avatar-statistic .category {
  margin-right: 40px;
}

#avatar-statistic .bg {
  border-radius: 12px;
  position: relative;
  overflow: visible;
  height: 100px;
  width: 100px;
  background-size: 150%;
}

.theme--light #avatar-statistic .bg {
  background-color: #fff;
}

.theme--dark #avatar-statistic .bg {
  background-color: #0a0a0a;
}

[dir="ltr"] #avatar-statistic .bg {
  margin-right: 16px;
}

[dir="rtl"] #avatar-statistic .bg {
  margin-left: 16px;
}

#avatar-statistic .bg > div {
  font-size: 100px;
  position: relative;
  bottom: 50px;
}

[dir="ltr"] #avatar-statistic .bg > div {
  left: -10px;
}

[dir="rtl"] #avatar-statistic .bg > div {
  right: -10px;
}

#avatar-statistic .bg.red {
  background-image: linear-gradient(110deg, white 0%, #f44336 100%);
}

#avatar-statistic .bg.pink {
  background-image: linear-gradient(110deg, white 0%, #e91e63 100%);
}

#avatar-statistic .bg.purple {
  background-image: linear-gradient(110deg, white 0%, #9c27b0 100%);
}

#avatar-statistic .bg.deep-purple {
  background-image: linear-gradient(110deg, white 0%, #673ab7 100%);
}

#avatar-statistic .bg.indigo {
  background-image: linear-gradient(110deg, white 0%, #3f51b5 100%);
}

#avatar-statistic .bg.blue {
  background-image: linear-gradient(110deg, white 0%, #2196f3 100%);
}

#avatar-statistic .bg.light-blue {
  background-image: linear-gradient(110deg, white 0%, #03a9f4 100%);
}

#avatar-statistic .bg.cyan {
  background-image: linear-gradient(110deg, white 0%, #00bcd4 100%);
}

#avatar-statistic .bg.teal {
  background-image: linear-gradient(110deg, white 0%, #009688 100%);
}

#avatar-statistic .bg.green {
  background-image: linear-gradient(110deg, white 0%, #4caf50 100%);
}

#avatar-statistic .bg.light-green {
  background-image: linear-gradient(110deg, white 0%, #8bc34a 100%);
}

#avatar-statistic .bg.lime {
  background-image: linear-gradient(110deg, white 0%, #cddc39 100%);
}

#avatar-statistic .bg.yellow {
  background-image: linear-gradient(110deg, white 0%, #ffeb3b 100%);
}

#avatar-statistic .bg.amber {
  background-image: linear-gradient(110deg, white 0%, #ffc107 100%);
}

#avatar-statistic .bg.orange {
  background-image: linear-gradient(110deg, white 0%, #ff9800 100%);
}

#avatar-statistic .bg.deep-orange {
  background-image: linear-gradient(110deg, white 0%, #ff5722 100%);
}

#avatar-statistic .bg.brown {
  background-image: linear-gradient(110deg, white 0%, #795548 100%);
}

#avatar-statistic .bg.grey {
  background-image: linear-gradient(110deg, white 0%, #9e9e9e 100%);
}

#avatar-statistic .bg.blue-grey {
  background-image: linear-gradient(110deg, white 0%, #607d8b 100%);
}

#avatar-statistic .text-categories p {
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

#avatar-statistic .name {
  text-transform: uppercase;
  font-size: 36px;
  display: block;
}

#avatar-statistic .title {
  text-align: center;
  text-transform: uppercase;
}

#avatar-statistic .root-history {
  position: relative;
  z-index: 1;
  @included margin-left($spacing5);
}

#avatar-statistic .title-timeline {
  text-transform: uppercase;
  margin-bottom: 24px;
}

#avatar-statistic .history {
  position: relative;
}

@media (min-width: 600px) {
  [dir="ltr"] #avatar-statistic .history {
    padding-left: 40px;
  }

  [dir="rtl"] #avatar-statistic .history {
    padding-right: 40px;
  }
}
#avatar-statistic .history h3 {
  font-weight: var(--font-bold);
}

@media (max-width: 599px) {
  #avatar-statistic .history h3 {
    width: 100%;
  }
  #avatar-statistic .history p {
    display: inline-block;
  }

  [dir="ltr"] #avatar-statistic .history p {
    margin-right: 16px;
  }

  [dir="rtl"] #avatar-statistic .history p {
    margin-left: 16px;
  }
}
#avatar-statistic .history ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

@media (min-width: 600px) {
  [dir="ltr"] #avatar-statistic .history ul {
    padding-left: 48px;
  }

  [dir="rtl"] #avatar-statistic .history ul {
    padding-right: 48px;
  }
}
#avatar-statistic .history ul:before {
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
}

.theme--light #avatar-statistic .history ul:before {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #avatar-statistic .history ul:before {
  background: rgba(255, 255, 255, 0.24);
}

[dir="ltr"] #avatar-statistic .history ul:before {
  left: 14px;
}

[dir="rtl"] #avatar-statistic .history ul:before {
  right: 14px;
}

@media (max-width: 599px) {
  [dir="ltr"] #avatar-statistic .history ul:before {
    left: 5px;
  }

  [dir="rtl"] #avatar-statistic .history ul:before {
    right: 5px;
  }
}
#avatar-statistic .history ul li {
  list-style: none;
  margin-bottom: 40px;
  position: relative;
}

[dir="ltr"] #avatar-statistic .history ul li > div {
  margin-left: 16px;
}

[dir="rtl"] #avatar-statistic .history ul li > div {
  margin-right: 16px;
}

@media (min-width: 600px) {
  [dir="ltr"] #avatar-statistic .history ul li > div {
    margin-left: 40px;
  }

  [dir="rtl"] #avatar-statistic .history ul li > div {
    margin-right: 40px;
  }
}
#avatar-statistic .history ul li:last-child {
  margin-bottom: 0;
}

#avatar-statistic .history ul li:before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: rgb(var(--v-theme-secondary));
  position: absolute;
  top: 45px;
}

[dir="ltr"] #avatar-statistic .history ul li:before {
  left: -40px;
}

[dir="rtl"] #avatar-statistic .history ul li:before {
  right: -40px;
}

@media (max-width: 599px) {
  [dir="ltr"] #avatar-statistic .history ul li:before {
    left: 0;
  }

  [dir="rtl"] #avatar-statistic .history ul li:before {
    right: 0;
  }
}
#avatar-statistic .history ul li:after {
  content: "";
  border-radius: 16px;
  width: 40px;
  height: 16px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  position: absolute;
  top: 46px;
}

@media (max-width: 599px) {
  #avatar-statistic .history ul li:after {
    display: none;
  }
}
.theme--light #avatar-statistic .history ul li .time {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #avatar-statistic .history ul li .time {
  color: rgba(255, 255, 255, 0.7);
}

#avatar-statistic .list {
  display: flex;
}

#avatar-statistic .list figure {
  width: 74px;
  height: 74px;
  margin: 16px;
  border-radius: 12px;
  overflow: hidden;
}

#avatar-statistic .list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#avatar-statistic .list > div {
  flex: 1;
}

#avatar-statistic .counter-bg {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

@media (min-width: 960px) {
  #avatar-statistic .counter-bg {
    padding: 40px 24px 24px 24px;
    background: rgba(var(--v-theme-primarydark), 0.5);
    color: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    width: 960px;
  }
}
@media (max-width: 959px) {
  #avatar-statistic .counter-bg > div {
    margin-top: -80px;
  }
}
@media (max-width: 599px) {
  #avatar-statistic .counter-bg .counter-item {
    margin-bottom: 80px;
  }
}
#avatar-statistic .root {
  position: relative;
}

#avatar-statistic .wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #avatar-statistic .wrapper {
    padding: 0px 24px 0px 24px;
  }

  #avatar-statistic .wrapper.row {
    margin: 0;
  }
}
#avatar-statistic .background {
  border-radius: 60px 60px 0 0;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.theme--light #avatar-statistic .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarylight)) 10%, #fff 40%, #fff 70%, rgb(var(--v-theme-secondarylight)) 100%);
}

.theme--dark #avatar-statistic .background {
  background: linear-gradient(to right, rgb(var(--v-theme-primarydark)) 10%, rgb(var(--v-theme-secondarydark)) 40%, rgb(var(--v-theme-secondarydark)) 70%, rgb(var(--v-theme-secondary)) 100%);
}

@media (min-width: 960px) {
  #avatar-statistic .background {
    padding: 120px 0px 160px 0px;
  }
}
#avatar-statistic .background:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px 60px 0 0;
  position: absolute;
}

.theme--light #avatar-statistic .background:before {
  background-color: #fff;
}

.theme--dark #avatar-statistic .background:before {
  background-color: #0a0a0a;
}

.theme--light #avatar-statistic .background:before {
  opacity: 0.2;
}

.theme--dark #avatar-statistic .background:before {
  opacity: 0.6;
}

#avatar-statistic .rounded-bottom:before {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.theme--light #avatar-statistic .rounded-bottom:before {
  background: #fff;
}

.theme--dark #avatar-statistic .rounded-bottom:before {
  background: #000;
}

#avatar-statistic .rounded-bottom:after {
  opacity: 0.5;
  content: "";
  border-radius: 60px 60px 0 0;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.theme--light #avatar-statistic .rounded-bottom:after {
  background: #fff;
}

.theme--dark #avatar-statistic .rounded-bottom:after {
  background: rgb(var(--v-theme-primarydark));
}

#avatar-statistic .container {
  position: relative;
  z-index: 1;
}

#avatar-statistic .bg-gradient {
  filter: blur(50px);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#avatar-statistic .bg-gradient span {
  position: absolute;
}

#avatar-statistic .oval-right {
  width: 1025px;
  height: 2136px;
  top: 100px;
  right: 400px;
  z-index: 1;
  opacity: 0.3;
  background: linear-gradient(172deg, rgb(var(--v-theme-accent)) 20%, rgba(255, 255, 255, 0.1) 90%);
}

#avatar-statistic .oval-top {
  width: 1612px;
  height: 1612px;
  top: 100px;
  left: -400px;
  opacity: 0.5;
}

.theme--light #avatar-statistic .oval-top {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark #avatar-statistic .oval-top {
  background: rgb(var(--v-theme-primarydark));
}

#avatar-statistic .oval-bottom {
  width: 1312px;
  height: 1312px;
  top: 600px;
  left: 0;
  opacity: 0.3;
  background: rgb(var(--v-theme-primarydark));
}

#avatar-statistic .wrap {
  position: relative;
  z-index: 2;
}

#avatar-statistic .section {
  margin-top: 40px;
}

@media (min-width: 600px) {
  #avatar-statistic .section {
    margin-top: 80px;
  }
}
#avatar-statistic .section:not(.floating) {
  overflow: hidden;
}

#avatar-statistic .avatar {
  padding: 50px;
  position: sticky;
  margin-top: -240px;
  top: 40px;
  z-index: 1;
  display: block;
}

[dir="ltr"] #avatar-statistic .avatar {
  margin-left: -128px;
}

[dir="rtl"] #avatar-statistic .avatar {
  margin-right: -128px;
}

#avatar-statistic .avatar img {
  max-width: none;
}

@media (max-width: 1279px) {
  [dir="ltr"] #avatar-statistic .avatar {
    margin-left: -240px;
  }

  [dir="rtl"] #avatar-statistic .avatar {
    margin-right: -240px;
  }
}
@media (max-width: 959px) {
  [dir="ltr"] #avatar-statistic .avatar {
    margin-left: -320px;
  }

  [dir="rtl"] #avatar-statistic .avatar {
    margin-right: -320px;
  }
}
#avatar-portfolios .tab-content {
  position: relative;
}

@media (min-width: 960px) {
  #avatar-portfolios .tab-content {
    padding: 32px 32px 0px 32px;
  }
}
#avatar-portfolios .tab-content section {
  position: relative;
}

#avatar-portfolios .tab-content section div {
  overflow: visible;
}

#avatar-portfolios .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 24px 0px 24px;
}

@media (min-width: 960px) {
  #avatar-portfolios .tab-label {
    padding: 0px 40px 0px 40px;
  }
}
@media (max-width: 599px) {
  #avatar-portfolios .tab-label {
    font-size: 14px;
  }
}
#avatar-portfolios .btn {
  height: 48px;
}

#avatar-portfolios .img-logo {
  padding: 16px;
}

@media (min-width: 1280px) {
  #avatar-portfolios .img-logo {
    padding: 16px 64px 16px 64px;
  }
}
#avatar-portfolios .img-logo img {
  width: 100%;
}

@media (min-width: 1280px) {
  .avatar-slider-art .deco {
    width: 450px;
  }
}
.avatar-slider-art .figure {
  height: 460px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}

.avatar-slider-art .faded {
  opacity: 0.5;
  filter: blur(10px);
}

#avatar-testimonial .root {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px 0px;
}

@media (max-width: 959px) {
  #avatar-testimonial .root {
    padding: 40px 0px 40px 0px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #avatar-testimonial .view-all {
    margin-right: 160px;
  }

  [dir="rtl"] #avatar-testimonial .view-all {
    margin-left: 160px;
  }
}
@media (min-width: 600px) {
  #avatar-testimonial .view-all {
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  #avatar-testimonial .view-all {
    margin-bottom: 32px;
  }
}
[dir="ltr"] #avatar-testimonial .icon {
  margin-left: 8px;
}

[dir="rtl"] #avatar-testimonial .icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application #avatar-testimonial .icon {
  transform: scaleX(-1);
}

#avatar-testimonial .icon svg {
  width: 36px;
}

#avatar-testimonial .carousel {
  overflow: hidden;
}

#avatar-testimonial .carousel-handle {
  height: 380px;
  position: relative;
  z-index: 10;
}

#avatar-testimonial .carousel-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

#avatar-testimonial .carousel {
  position: relative;
  z-index: 3;
}

#avatar-testimonial .carousel .slick-dots {
  bottom: -32px;
}

#avatar-testimonial .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #avatar-testimonial .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #avatar-testimonial .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#avatar-testimonial .carousel .slick-dots li.slick-active {
  width: 40px;
}

#avatar-testimonial .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#avatar-testimonial .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#avatar-testimonial .carousel .slick-dots li button:before {
  display: none;
}

#avatar-testimonial .item {
  padding: 16px;
}

#avatar-testimonial .item:focus {
  outline: none;
}

[dir="rtl"] #avatar-testimonial .item-prop-last {
  width: 350px;
}

[dir="ltr"] #avatar-testimonial .item-prop-last {
  width: 400px;
}

#avatar-testimonial .floating-artwork {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
}

@media (min-width: 1280px) {
  #avatar-testimonial .floating-artwork {
    top: -80px;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #avatar-testimonial .floating-artwork {
    left: 80px;
  }

  [dir="rtl"] #avatar-testimonial .floating-artwork {
    right: 80px;
  }
}
#avatar-testimonial .artwork {
  display: flex;
  align-items: flex-end;
  height: 540px;
}

@media (min-width: 960px) {
  [dir="ltr"] #avatar-testimonial .artwork {
    margin-right: 40px;
  }

  [dir="rtl"] #avatar-testimonial .artwork {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  [dir="rtl"] #avatar-testimonial .artwork {
    float: left;
  }

  [dir="ltr"] #avatar-testimonial .artwork {
    float: right;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #avatar-testimonial .artwork {
    margin-right: -40px;
  }

  [dir="rtl"] #avatar-testimonial .artwork {
    margin-left: -40px;
  }
}
#avatar-testimonial .avatar {
  padding: 6px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  width: 120px;
  height: 120px;
  display: flex;
}

#avatar-testimonial .avatar img {
  background: #fff;
  border-radius: 50%;
  width: 100%;
}

#avatar-testimonial .avatar-art {
  position: relative;
  width: 450px;
  height: 450px;
}

#avatar-testimonial .avatar-art > div {
  position: absolute;
}

#avatar-blog .root {
  position: relative;
}

@media (min-width: 960px) {
  #avatar-blog .root {
    padding-top: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  #avatar-blog .root {
    margin-bottom: 120px;
  }
}
#avatar-blog .floating-title {
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 960px) {
  #avatar-blog .floating-title {
    padding: 0px 24px 0px 24px;
  }
}
@media (max-width: 959px) {
  #avatar-blog .floating-title {
    display: none;
  }

  #avatar-blog .floating-title:after,
  #avatar-blog .floating-title:before {
    display: none;
  }
}
#avatar-blog .floating-title:before {
  content: "";
  z-index: 10;
  width: 700px;
  height: 170px;
  position: absolute;
  top: -100px;
  background: url("../images/profile/socmed-deco.png") no-repeat top left;
}

[dir="ltr"] #avatar-blog .floating-title:before {
  left: 0;
}

[dir="rtl"] #avatar-blog .floating-title:before {
  right: 0;
}

#avatar-blog .floating-title:after {
  content: "";
  z-index: 10;
  width: 700px;
  height: 250px;
  position: absolute;
  bottom: -150px;
  background: url("../images/profile/socmed-deco.png") no-repeat bottom left;
}

[dir="ltr"] #avatar-blog .floating-title:after {
  left: 0;
}

[dir="rtl"] #avatar-blog .floating-title:after {
  right: 0;
}

#avatar-blog .container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 48px 0px 48px;
  border-radius: 60px;
  background-size: 150%;
  max-width: 1200px;
}

.theme--light #avatar-blog .container {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.theme--dark #avatar-blog .container {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

@media (min-width: 1280px) {
  #avatar-blog .container {
    max-width: none;
  }
}
#avatar-blog .text {
  top: 0;
  max-width: 400px;
}

[dir="ltr"] #avatar-blog .text {
  left: 120px;
}

[dir="rtl"] #avatar-blog .text {
  right: 120px;
}

@media (max-width: 959px) {
  #avatar-blog .text {
    display: none;
  }
}
#avatar-blog .text h3 {
  position: relative;
}

#avatar-blog .text span {
  color: #000;
  font-size: 100px;
  position: absolute;
  top: 0;
}

[dir="ltr"] #avatar-blog .text span {
  left: -80px;
}

[dir="rtl"] #avatar-blog .text span {
  right: -80px;
}

#avatar-blog .carousel {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

#avatar-blog .item {
  padding: 16px 8px 16px 8px;
  margin: 8px 0px 8px 0px;
  direction: ltr;
}

#avatar-blog .item:focus {
  outline: none;
}

#avatar-blog .card {
  width: 300px;
  height: 400px;
}

#avatar-blog .card > a {
  width: 100%;
  height: 100%;
}

#avatar-blog .link {
  padding: 0;
  text-transform: none;
  font-weight: var(--font-regular);
}

#avatar-blog .nav {
  position: absolute;
  top: 47%;
  border-radius: 8px;
  width: 49px;
  height: 100px;
  padding: 0px;
  min-width: 0px;
  z-index: 10;
  background: rgb(var(--v-theme-primary));
}

.theme--dark #avatar-blog .nav {
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light #avatar-blog .nav {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

[dir="rtl"] #avatar-blog .nav {
  transform: scale(-1.6);
}

[dir="ltr"] #avatar-blog .nav {
  transform: scale(1.6);
}

#avatar-blog .nav:hover {
  background: rgb(var(--v-theme-primarydark));
}

#avatar-blog .nav i {
  font-size: 24px;
}

.theme--light #avatar-blog .nav i {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #avatar-blog .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  #avatar-blog .nav {
    display: none;
  }
}
#avatar-blog .nav[disabled] {
  opacity: 0.3;
}

[dir="ltr"] #avatar-blog .prev {
  left: 0;
}

[dir="rtl"] #avatar-blog .prev {
  right: 0;
}

[dir="ltr"] #avatar-blog .next {
  right: 0;
}

[dir="rtl"] #avatar-blog .next {
  left: 0;
}

#avatar-blog .item-props-first div {
  width: 450px;
}

@media (max-width: 959px) {
  #avatar-blog .item-props-first div {
    display: none;
  }
}
[dir="rtl"] #avatar-blog .item-props-last div {
  width: 350px;
}

[dir="ltr"] #avatar-blog .item-props-last div {
  width: 400px;
}

@media (max-width: 1500px) {
  [dir="rtl"] #avatar-blog .item-props-last div {
    width: 300px;
  }

  [dir="ltr"] #avatar-blog .item-props-last div {
    width: 500px;
  }
}
@media (max-width: 959px) {
  #avatar-blog .item-props-last {
    display: none;
  }
}
#avatar-footer .root {
  position: relative;
  z-index: 20;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  #avatar-footer .root {
    padding: 40px 0px 80px 0px;
  }
}
@media (min-width: 1280px) {
  #avatar-footer .root {
    padding: 120px 0px 120px 0px;
  }
}
#avatar-footer .logo {
  margin-top: 40px;
}

#avatar-footer .logo > span {
  display: inline-block;
  margin-bottom: 0;
}

#avatar-footer .logo img {
  margin-bottom: 16px;
}

#avatar-footer .logo h4 {
  font-weight: var(--font-regular);
}

#avatar-footer .margin {
  margin: 16px;
}

#avatar-footer .socmed {
  margin: 24px 0px 24px 0px;
}

#avatar-footer .socmed a,
#avatar-footer .socmed btn-icon {
  margin: 8px;
  width: 36px;
  height: 36px;
}

#avatar-footer .socmed i {
  font-size: 24px;
}

.theme--light #avatar-footer .contact {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #avatar-footer .contact {
  color: rgba(255, 255, 255, 0.7);
}

#avatar-footer .divider {
  margin: 12px;
  border: none;
  background: none;
}

#avatar-footer .download {
  margin: 16px 0px 16px 0px;
}

#avatar-contact .form-box {
  padding: 24px 16px 0px 16px;
  overflow: visible;
  border-radius: 40px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light #avatar-contact .form-box {
  background: rgba(255, 255, 255, 0.6);
}

.theme--dark #avatar-contact .form-box {
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 600px) {
  #avatar-contact .form-box {
    padding: 56px;
  }
}
#avatar-contact .title-form {
  background: none;
}

[dir="ltr"] #avatar-contact .title-form {
  text-align: left;
}

[dir="rtl"] #avatar-contact .title-form {
  text-align: right;
}

#avatar-contact .title-form span {
  display: block;
  color: rgb(var(--v-theme-primary));
}

@media (max-width: 1279px) {
  #avatar-contact .title-form {
    margin-bottom: 16px;
  }
}
#avatar-contact .input {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  #avatar-contact .input {
    margin-bottom: 24px;
  }
}
#avatar-contact .form {
  position: relative;
}

[dir="ltr"] #avatar-contact .form {
  text-align: left;
}

[dir="rtl"] #avatar-contact .form {
  text-align: right;
}

#avatar-contact .btn-area {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 600px) {
  #avatar-contact .btn-area {
    margin: 40px 0px 0px 0px;
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#cv-avatar .header {
  width: 100%;
  transition: opacity 0.5s ease-out;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  box-shadow: none;
  position: fixed;
  height: auto !important;
  padding: 8px 0px 8px 0px;
}

.theme--light #cv-avatar .header {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header {
  color: #fff;
}

@media (max-width: 1279px) {
  #cv-avatar .header {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    position: fixed;
  }
}
#cv-avatar .header a {
  line-height: normal;
}

#cv-avatar .header.open-drawer {
  z-index: 51;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 600px) {
  #cv-avatar .header.open-drawer {
    background: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}
.theme--light #cv-avatar .header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme--dark #cv-avatar .header.fixed {
  background-color: rgba(10, 10, 10, 0.8);
}

.theme--light #cv-avatar .header .setting .icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar .header .setting .icon {
  color: rgba(255, 255, 255, 0.7);
}

#cv-avatar .header .setting {
  line-height: normal;
}

@media (max-width: 1279px) {
  #main-wrap #cv-avatar .header .container {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  #main-wrap #cv-avatar .header .container {
    padding-right: 0;
  }
}
#cv-avatar .header nav {
  width: 100%;
  transition: all 0.5s ease-out;
}

#cv-avatar .header nav ul {
  padding: 0;
}

#cv-avatar .header.fixed {
  position: fixed;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

#cv-avatar .header.fixed nav .button {
  padding: 4px 16px 4px 16px;
}

.theme--light #cv-avatar .header.fixed .mobile-menu .bar {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar .header.fixed .mobile-menu .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #cv-avatar .header.fixed .mobile-menu .bar:after,
.theme--light #cv-avatar .header.fixed .mobile-menu .bar:before {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar .header.fixed .mobile-menu .bar:after,
.theme--dark #cv-avatar .header.fixed .mobile-menu .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #cv-avatar .header.open-drawer .logo a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header.open-drawer .logo a {
  color: #fff;
}

#cv-avatar .header .header-content {
  padding: 0;
}

#cv-avatar .header .header-content nav {
  padding: 0;
  align-items: center;
  display: flex;
}

#cv-avatar .header .logo {
  flex: 1;
  display: flex;
  align-items: center;
}

#cv-avatar .header .logo a {
  font-size: 16px;
  font-weight: var(--font-medium);
  position: relative;
  text-decoration: none;
}

#cv-avatar .header .logo img {
  transition: all 0.3s ease-out;
  display: block;
}

#cv-avatar .header .nav-logo .logo a {
  display: block;
  color: #fff;
}

.theme--light #cv-avatar .header .nav-logo.invert .logo a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header .nav-logo.invert .logo a {
  color: #fff;
}

#cv-avatar .header .nav-logo .mobile-menu {
  line-height: normal;
}

#cv-avatar .header .button {
  width: 160px;
}

#cv-avatar .header nav.nav-menu .logo a {
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  font-weight: var(--font-medium);
}

#cv-avatar .header nav.nav-menu.invert ul li a {
  transition: all 0.3s ease-out;
}

.theme--light #cv-avatar .header nav.nav-menu.invert ul li a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header nav.nav-menu.invert ul li a {
  color: #fff;
}

.theme--light #cv-avatar .header nav.nav-menu.invert .icon {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header nav.nav-menu.invert .icon {
  color: #fff;
}

.theme--light #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar {
  background-color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar:after,
.theme--light #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar:before {
  background-color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar:after,
.theme--dark #cv-avatar .header nav.nav-menu.invert .mobile-menu .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

#cv-avatar .header nav.nav-menu .scrollactive-nav {
  list-style: none;
  display: block;
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li {
  list-style: none;
  position: relative;
  display: inline-block;
}

@media (min-width: 1280px) {
  #cv-avatar .header nav.nav-menu .scrollactive-nav li {
    margin: 0px 8px 0px 8px;
  }
}
#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: var(--font-medium);
  background: none !important;
  box-shadow: none;
  position: relative;
  padding: 6px;
  margin: 0px 8px 0px 8px;
  margin-top: 4px;
  min-width: 0;
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn:after {
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 5px;
  width: 0%;
  margin: 0 auto;
  bottom: -5px;
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn:hover {
  transition: all 0.3s ease-out;
  opacity: 0.5;
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn:hover:after {
  width: 20px;
  background: #fff;
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn.active {
  color: rgb(var(--v-theme-secondarylight));
}

#cv-avatar .header nav.nav-menu .scrollactive-nav li .btn.active:after {
  background: #fff;
  width: 20px;
}

#cv-avatar .header .title-menu {
  text-transform: capitalize;
}

#cv-avatar .header .mobile-menu {
  margin: 0px 4px 0px 4px;
  position: relative;
  top: 2px;
}

.theme--light #cv-avatar .header .mobile-menu.active .bar {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar .header .mobile-menu.active .bar {
  background-color: rgba(255, 255, 255, 0.7);
}

.theme--light #cv-avatar .header .mobile-menu.active .bar:after,
.theme--light #cv-avatar .header .mobile-menu.active .bar:before {
  background-color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar .header .mobile-menu.active .bar:after,
.theme--dark #cv-avatar .header .mobile-menu.active .bar:before {
  background-color: rgba(255, 255, 255, 0.7);
}

#cv-avatar #main_menu.paper-nav {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  width: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 50;
  height: 100%;
  display: none;
}

.theme--light #cv-avatar #main_menu.paper-nav {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme--dark #cv-avatar #main_menu.paper-nav {
  background-color: rgba(0, 0, 0, 0.8);
}

#cv-avatar #main_menu.paper-nav .mobile-nav {
  z-index: 90;
  min-width: 300px;
}

@media (max-width: 599px) {
  #cv-avatar #main_menu.paper-nav .mobile-nav {
    width: 100% !important;
  }
}
#cv-avatar #main_menu.paper-nav .mobile-nav.menu-open li {
  animation-name: slide-right;
  animation-timing-function: ease;
}

#cv-avatar #main_menu.paper-nav .mobile-nav .menu {
  width: 100%;
  height: 100%;
  overflow: auto;
  list-style: none;
  margin-top: 100px;
}

#cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  font-size: 24px;
  padding: 16px;
  height: auto;
}

.theme--light #cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat {
  color: #fff;
}

#cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.2;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(120deg, rgb(var(--v-theme-secondary)), rgb(var(--v-theme-primary)));
  height: 75%;
  width: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.14, 0.97);
}

#cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:hover {
  color: rgb(var(--v-theme-secondary));
  background: none;
}

#cv-avatar #main_menu.paper-nav .mobile-nav .menu li .btn-flat:hover:before {
  width: 100%;
}

#cv-avatar #main_menu.paper-nav .mobile-nav .divider-sidebar {
  background: rgba(255, 255, 255, 0.2);
  margin: 24px 0px 24px 0px;
}

#cv-avatar #main_menu.paper-nav .root-menu {
  position: relative;
  z-index: 10;
}

.theme--light #cv-avatar #main_menu.paper-nav .logo-name {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar #main_menu.paper-nav .logo-name {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1279px) {
  #cv-avatar #main_menu.paper-nav .logo-name {
    margin-top: 40px;
  }
}
#cv-avatar #main_menu.paper-nav .logo-name h4 {
  text-transform: uppercase;
}

#cv-avatar #main_menu.paper-nav .margin {
  margin: 16px;
}

#cv-avatar #main_menu.paper-nav .socmed {
  margin: 24px 0px 24px 0px;
  margin-left: -16px;
}

#cv-avatar #main_menu.paper-nav .socmed a,
#cv-avatar #main_menu.paper-nav .socmed .btn-icon {
  margin: 8px;
  width: 36px;
  height: 36px;
}

#cv-avatar #main_menu.paper-nav .socmed i {
  font-size: 24px;
}

.theme--light #cv-avatar #main_menu.paper-nav .contact {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-avatar #main_menu.paper-nav .contact {
  color: rgba(255, 255, 255, 0.7);
}

#cv-avatar #main_menu.paper-nav .divider {
  margin: 12px;
  border: none;
  background: none;
}

#cv-avatar #main_menu.paper-nav .download {
  margin: 16px 0px 16px 0px;
}

#cv-avatar #main_menu.paper-nav .tw {
  color: #20b1d1;
}

#cv-avatar #main_menu.paper-nav .fb {
  color: #193ccc;
}

#cv-avatar #main_menu.paper-nav .in {
  color: #0050ff;
}

#cv-avatar #main_menu.paper-nav .ig {
  color: #a418e6;
}

#cv-avatar #main_menu.paper-nav .download {
  margin: 16px 0px 16px 0px;
}

#cv-avatar #main_menu.paper-nav .name-deco {
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  letter-spacing: 10px;
  position: absolute;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  opacity: 0.3;
  top: 0;
  left: -50%;
  font-size: 18px;
  z-index: 20;
}

#cv-avatar #main_menu.paper-nav .detail {
  position: relative;
  padding: 0px 16px 0px 16px;
  text-align: left;
}

@media (min-width: 960px) {
  #cv-avatar #main_menu.paper-nav .detail {
    margin-top: 100px;
  }
}
@media (min-width: 600px) {
  #cv-avatar #main_menu.paper-nav .detail {
    padding-bottom: 40px;
  }
}
#cv-banner-nav .root {
  display: block;
}

@media (max-width: 1279px) {
  #cv-banner-nav .root {
    padding-top: 80px;
  }

  #cv-banner-nav .root > .container {
    padding: 0 !important;
  }
}
#cv-banner-nav .cover {
  z-index: 0;
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] #cv-banner-nav .cover {
  left: 0;
}

[dir="rtl"] #cv-banner-nav .cover {
  right: 0;
}

#cv-banner-nav .figure {
  display: block;
  width: 100%;
  height: 100%;
}

#cv-banner-nav .figure .img {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cv-banner-nav .banner {
  position: relative;
  color: #fff;
  height: 490px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
}

@media (max-width: 959px) {
  #cv-banner-nav .banner {
    height: 420px;
  }
}
@media (max-width: 599px) {
  #cv-banner-nav .banner {
    height: 400px;
  }
}
@media (min-width: 600px) {
  #cv-banner-nav .banner {
    align-items: center;
    padding: 80px 24px 40px 24px;
  }
}
#cv-banner-nav .banner .text {
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  padding: 40px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}

@media (min-width: 1280px) {
  #cv-banner-nav .banner .text {
    width: 100%;
  }
}
#cv-banner-nav .banner .text > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  #cv-banner-nav .banner .text {
    background: linear-gradient(120deg, rgba(var(--v-theme-primary, 0.1)), rgba(var(--v-theme-secondary), 0.1));
  }
}
@media (max-width: 959px) {
  #cv-banner-nav .banner .text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #cv-banner-nav .banner .text {
    height: 100%;
    padding: 40px 0px 40px 0px;
  }
}
#cv-banner-nav .banner .text h4,
#cv-banner-nav .banner .text h2,
#cv-banner-nav .banner .text h5 {
  margin-bottom: 8px;
}

[dir="ltr"] #cv-banner-nav .banner .text h5 {
  padding-right: 320px;
}

[dir="rtl"] #cv-banner-nav .banner .text h5 {
  padding-left: 320px;
}

#cv-banner-nav .socmed a.btn-icon {
  color: rgb(var(--v-theme-primarydark));
  width: 36px;
  height: 36px;
}

#cv-banner-nav .socmed a.btn-icon i {
  color: rgba(255, 255, 255, 0.75);
}

#cv-banner-nav .socmed i {
  font-size: 24px;
}

#cv-banner-nav .setting-icon {
  position: absolute;
  z-index: 10;
  top: 120px;
}

[dir="ltr"] #cv-banner-nav .setting-icon {
  right: 80px;
}

[dir="rtl"] #cv-banner-nav .setting-icon {
  left: 80px;
}

@media (max-width: 1279px) {
  #cv-banner-nav .setting-icon .btn-icon {
    visibility: hidden;
  }
}
#cv-banner-nav .setting-icon i.material-icons {
  color: #fff !important;
}

#cv-banner-nav .download {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  padding: 4px 16px 4px 16px;
  margin-right: 24px;
  height: auto;
}

#cv-navigation .logo {
  display: block;
  margin: 12px 0px 12px 0px;
  position: relative;
  text-align: center;
}

#cv-navigation .logo img {
  max-width: 64px;
  width: 100%;
  margin: 0 auto;
}

#cv-navigation .menu {
  margin: 0 auto;
  padding: 8px 0px 8px 0px;
  border-radius: 40px;
  width: 80px;
  background: #000;
}

#cv-navigation .menu ul {
  border: none;
  overflow: visible;
  padding: 0;
  margin: 0;
}

#cv-navigation .menu ul li {
  float: none;
}

#cv-navigation .icon {
  display: block;
  min-width: 0;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

[dir="ltr"] #cv-navigation .icon {
  left: -2px;
}

[dir="rtl"] #cv-navigation .icon {
  right: -2px;
}

#cv-navigation .icon span {
  font-size: 36px;
  z-index: 2;
  position: relative;
  color: #fff;
}

#cv-navigation .text {
  transition: all 0.3s cubic-bezier(0, 1.73, 1, 1.02);
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 40px;
  top: 12px;
  text-transform: capitalize;
  border-radius: 12px;
  padding: 8px 16px 8px 16px;
  z-index: 2;
  white-space: nowrap;
  opacity: 0;
  font-size: 18px;
  font-weight: var(--font-medium);
}

.theme--light #cv-navigation .text {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark #cv-navigation .text {
  color: #fff;
}

.theme--light #cv-navigation .text {
  background: rgb(var(--v-theme-secondarylight));
}

.theme--dark #cv-navigation .text {
  background: rgb(var(--v-theme-secondarydark));
}

#cv-navigation .deco:after {
  opacity: 0;
  content: "";
  background: #000;
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 32px;
  transition: border-radius 0.5s ease;
  border-top-right-radius: 0;
}

[dir="ltr"] #cv-navigation .deco:after {
  left: 0;
}

[dir="rtl"] #cv-navigation .deco:after {
  right: 0;
}

#cv-navigation .deco:before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 32px;
  border-radius: 0;
}

.theme--light #cv-navigation .deco:before {
  background: #fff;
}

.theme--dark #cv-navigation .deco:before {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

[dir="ltr"] #cv-navigation .deco:before {
  left: 0;
}

[dir="rtl"] #cv-navigation .deco:before {
  right: 0;
}

#cv-navigation .link {
  text-align: center;
  background: transparent;
  transition: border-radius 0.5s ease;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px;
  position: relative;
  margin-bottom: 0 !important;
}

[dir="ltr"] #cv-navigation .link {
  margin-left: 4px;
}

[dir="rtl"] #cv-navigation .link {
  margin-right: 4px;
}

#cv-navigation .link .darken {
  transition: border-radius 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#cv-navigation .link a {
  padding: 0;
}

#cv-navigation .link:last-child .deco {
  display: none;
}

#cv-navigation .link:first-child:after,
#cv-navigation .link:first-child:before {
  display: none;
}

#cv-navigation .link:after {
  opacity: 0;
  content: "";
  border: none;
  background: #000;
  position: absolute;
  top: -32px;
  width: 100%;
  height: 32px;
  transition: border-radius 0.5s ease;
  border-bottom-right-radius: 0;
  min-height: 0;
}

[dir="ltr"] #cv-navigation .link:after {
  left: 0;
}

[dir="rtl"] #cv-navigation .link:after {
  right: 0;
}

#cv-navigation .link:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -32px;
  width: 100%;
  height: 32px;
  min-height: 0;
  border-radius: 0;
}

.theme--light #cv-navigation .link:before {
  background: #fff;
}

.theme--dark #cv-navigation .link:before {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

[dir="ltr"] #cv-navigation .link:before {
  left: 0;
}

[dir="rtl"] #cv-navigation .link:before {
  right: 0;
}

#cv-navigation .link:hover {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.theme--light #cv-navigation .link:hover {
  background: #fff;
}

.theme--dark #cv-navigation .link:hover {
  background: #000;
}

#cv-navigation .link:hover:before {
  opacity: 1;
}

#cv-navigation .link:hover:after {
  opacity: 1;
  border-bottom-right-radius: 100px;
}

#cv-navigation .link:hover .darken {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.theme--light #cv-navigation .link:hover .darken {
  background: #fff;
}

.theme--dark #cv-navigation .link:hover .darken {
  background: rgba(var(--v-theme-primarydark), 0.45);
}

#cv-navigation .link:hover .deco:before {
  opacity: 1;
}

#cv-navigation .link:hover .deco:after {
  opacity: 1;
  border-top-right-radius: 100px;
}

#cv-navigation .link:hover .icon {
  z-index: 3;
  background: linear-gradient(320deg, rgb(var(--v-theme-primarylight)) 40%, rgb(var(--v-theme-secondarylight)) 120%);
}

#cv-navigation .link:hover .icon span {
  color: #000;
}

#cv-navigation .link:hover .text {
  background: linear-gradient(320deg, rgb(var(--v-theme-primarylight)) 40%, rgb(var(--v-theme-secondarylight)) 120%);
  color: #000;
  border-radius: 20px;
  opacity: 1;
  visibility: visible;
}

[dir="ltr"] #cv-navigation .link:hover .text {
  left: 70px;
}

[dir="rtl"] #cv-navigation .link:hover .text {
  right: 70px;
}

#cv-profile .use-mq--text-subtitle {
  font-weight: var(--font-medium);
  font-size: 28px;
  line-height: 44px;
}

@media (max-width: 959px) {
  #cv-profile .use-mq--text-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  #cv-profile .use-mq--text-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1279px) {
  #cv-profile .use-mq--text-subtitle {
    font-weight: var(--font-regular);
    font-size: 16px;
    line-height: 24px;
  }
}
#cv-profile .root {
  position: relative;
}

@media (max-width: 959px) {
  #cv-profile .root {
    text-align: center;
  }
}
@inlcude breakpoints-up(lg) {
  #cv-profile .root {
    max-width: 1280px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  #cv-profile .root > div {
    padding: 0;
  }
}
#cv-profile .about {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  #cv-profile .about {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  #cv-profile .about {
    text-align: center;
  }

  #cv-profile .about > div > h5 {
    font-weight: var(--font-regular);
    font-size: 18px;
    line-height: 28px;
    margin-top: 56px;
    padding: 0px 16px 0px 16px;
  }
}
#cv-profile .reward {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  #cv-profile .reward {
    padding: 40px 56px 0px 0px;
  }
}
@media (max-width: 959px) {
  #cv-profile .reward {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #cv-profile .reward {
    overflow: auto;
  }
}
#cv-profile .item {
  text-align: center;
  color: #d6bd96;
  margin: 16px;
}

@media (min-width: 960px) {
  #cv-profile .item {
    margin: 32px;
  }
}
@media (max-width: 599px) {
  #cv-profile .item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#cv-profile .item figure {
  height: 70px;
  margin: 0px 0px 16px 0px;
  display: inline-block;
}

@media (max-width: 1279px) {
  #cv-profile .item figure {
    height: 50px;
  }
}
#cv-profile .item figure img {
  height: 100%;
}

#cv-profile .item p {
  font-family: Times New Roman;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  #cv-profile .item p {
    font-size: 16px;
    white-space: nowrap;
  }
}
#cv-profile .item h5 {
  font-weight: var(--font-medium);
  text-transform: uppercase;
}

@media (max-width: 599px) {
  #cv-profile .item h5 {
    font-size: 16px;
  }
}
#cv-profile .photo {
  position: relative;
  z-index: 1;
  margin-top: -200px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}

@media (min-width: 960px) {
  #cv-profile .photo {
    margin-top: -380px;
  }

  [dir="ltr"] #cv-profile .photo {
    margin-left: -60px;
  }

  [dir="rtl"] #cv-profile .photo {
    margin-right: -60px;
  }
}
@media (max-width: 959px) {
  #cv-profile .photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-top: -185px;
  }
}
@media (max-width: 599px) {
  #cv-profile .photo {
    margin-top: -240px;
  }
}
#cv-profile .photo figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#cv-profile .photo figure:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 155px;
  bottom: -50px;
  left: -20px;
  z-index: 1;
}

.theme--light #cv-profile .photo figure:before {
  background: linear-gradient(to top, #fff 40%, rgba(0, 0, 0, 0) 60%);
}

.theme--dark #cv-profile .photo figure:before {
  background: linear-gradient(to top, rgb(var(--v-theme-primarydark)) 40%, rgba(0, 0, 0, 0) 60%);
}

#cv-profile .photo figure:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 160px;
  bottom: -50px;
  left: -20px;
  z-index: 1;
  opacity: 0.5;
}

.theme--light #cv-profile .photo figure:after {
  background: linear-gradient(to top, #fff 40%, rgba(0, 0, 0, 0) 60%);
}

.theme--dark #cv-profile .photo figure:after {
  background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 60%);
}

#cv-profile .photo figure img {
  width: 101%;
  min-height: 101%;
}

#cv-profile .avatar img {
  max-height: 600px;
  position: relative;
}

@media (min-width: 960px) {
  #cv-profile .avatar img {
    top: 100px;
  }
}
#cv-profile .socmed {
  display: flex;
  justify-content: center;
  margin: 32px auto;
  max-width: 600px;
}

#cv-profile .socmed button,
#cv-profile .socmed a {
  margin: 8px 16px 8px 16px;
  width: 36px;
  height: 36px;
}

.theme--light #cv-profile .socmed button i,
.theme--light #cv-profile .socmed a i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark #cv-profile .socmed button i,
.theme--dark #cv-profile .socmed a i {
  color: rgb(var(--v-theme-primarylight));
}

#cv-profile .socmed i {
  font-size: 22px;
}

#cv-profile .hire-paper {
  position: absolute;
  border-radius: 20px;
  padding: 16px 32px 16px 32px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  bottom: 30px;
  z-index: 2;
}

.theme--light #cv-profile .hire-paper {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark #cv-profile .hire-paper {
  background: rgba(10, 10, 10, 0.5);
}

@media (max-width: 959px) {
  #cv-profile .hire-paper {
    bottom: 0;
  }
}
#cv-profile .hire {
  margin-bottom: 8px;
}

#cv-profile .hire strong {
  text-transform: uppercase;
  font-weight: var(--font-medium);
}

#cv-profile .hire span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  top: 3px;
  position: relative;
}

[dir="ltr"] #cv-profile .hire span {
  margin-right: 2px;
}

[dir="rtl"] #cv-profile .hire span {
  margin-left: 2px;
}

#cv-profile .hire span.online {
  background-image: linear-gradient(153deg, #84ff95 0%, #006064 100%);
}

#cv-profile .hire span.bussy {
  background-image: linear-gradient(153deg, #ffbaba 0%, #ff0000 100%);
}

#cv-profile .hire span.offline {
  background-image: linear-gradient(153deg, #e3e3e3 0%, #232323 100%);
}

#cv-profile .hire span.idle {
  background-image: linear-gradient(153deg, #ffea84 0%, #ff9000 100%);
}

#cv-about .about {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

@media (min-width: 1280px) {
  #cv-about .about {
    padding-bottom: 64px;
  }
}
#cv-about .thumb {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

#cv-about .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1279px) {
  #cv-about .thumb {
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 960px) {
  #cv-about .lower {
    margin-top: 80px;
  }
}
@media (max-width: 959px) {
  [dir="ltr"] #cv-about .lower {
    margin-left: 40px;
  }

  [dir="rtl"] #cv-about .lower {
    margin-right: 40px;
  }
}
@media (min-width: 600px) {
  #cv-about .higher {
    margin-top: -24px;
  }
}
#cv-about .name-deco {
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  letter-spacing: 5px;
  font-weight: var(--font-light);
  text-transform: uppercase;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  -webkit-background-clip: text;
  -webkit-textfill-color: transparent;
  color: rgb(var(--v-theme-secondary));
  top: 880px;
  font-size: 100px;
  opacity: 0.25;
  z-index: 20;
}

[dir="ltr"] #cv-about .name-deco {
  left: -24px;
}

[dir="rtl"] #cv-about .name-deco {
  right: -24px;
}

#cv-about .icon-profile {
  font-size: 14px;
}

@media (max-width: 599px) {
  #cv-about .icon-profile {
    padding-left: 0;
    padding-right: 0;
  }
}
#cv-about .icon {
  text-align: center;
}

#cv-about .icon i {
  font-size: 100px;
  display: block;
}

#cv-about .icon p {
  font-wize: 14px;
  font-weight: var(--font-medium);
}

#cv-statistic .root-expertise {
  position: relative;
}

@media (min-width: 600px) {
  #cv-statistic .root-expertise {
    margin-top: 120px;
  }
}
@media (max-width: 1279px) {
  #cv-statistic .root-expertise > div {
    padding: 0;
  }
}
#cv-statistic .carousel {
  position: relative;
}

@media (max-width: 959px) {
  #cv-statistic .carousel {
    margin-top: 24px;
  }
}
#cv-statistic .item {
  padding: 16px 8px 16px 8px;
  margin-bottom: 8px;
}

#cv-statistic .item:focus {
  outline: none;
}

#cv-statistic .img {
  position: relative;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 40px;
  overflow: hidden;
}

.theme--light #cv-statistic .img {
  background-color: #fff;
}

.theme--dark #cv-statistic .img {
  background-color: #0a0a0a;
}

@media (max-width: 959px) {
  #cv-statistic .img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }
}
#cv-statistic .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#cv-statistic .root-progress {
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #cv-statistic .root-progress {
    padding-top: 40px;
  }
}
#cv-statistic .wrap ul {
  margin: 0;
  padding: 0;
}

#cv-statistic .wrap ul li {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  border-radius: 12px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 24px 16px 24px 16px;
}

.theme--light #cv-statistic .wrap ul li {
  background: rgba(var(--v-theme-primarylight), 0.5);
}

.theme--dark #cv-statistic .wrap ul li {
  background: rgba(var(--v-theme-primarydark), 0.5);
}

#cv-statistic .wrap ul li:last-child {
  margin-bottom: 0;
}

#cv-statistic .wrap ul li h6 {
  font-weight: var(--font-bold);
}

#cv-statistic .icon-progress {
  display: flex;
  align-items: center;
  width: 40px;
  position: relative;
}

#cv-statistic .icon-progress i {
  position: absolute;
  top: -8px;
  font-size: 40px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] #cv-statistic .icon-progress i {
  left: 0;
}

[dir="rtl"] #cv-statistic .icon-progress i {
  right: 0;
}

.theme--light #cv-statistic .icon-progress i {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-statistic .icon-progress i {
  color: rgba(255, 255, 255, 0.7);
}

[dir="ltr"] #cv-statistic .icon-progress h6 {
  margin-left: 8px;
}

[dir="rtl"] #cv-statistic .icon-progress h6 {
  margin-right: 8px;
}

#cv-statistic .progress-profile {
  flex: 1;
}

[dir="ltr"] #cv-statistic .progress-profile {
  margin-left: 8px;
}

[dir="rtl"] #cv-statistic .progress-profile {
  margin-right: 8px;
}

#cv-statistic .text-progress {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#cv-statistic .text-progress p {
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

#cv-statistic .zero .progress .progress-linear {
  width: 0 !important;
}

#cv-statistic .progress-bg {
  border-radius: 10px;
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.theme--light #cv-statistic .progress-bg {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #cv-statistic .progress-bg {
  background: rgba(255, 255, 255, 0.24);
}

#cv-statistic .progress-bg .progress-linear {
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.96);
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(var(--v-theme-secondary)), rgb(var(--v-theme-primary)));
}

#cv-statistic .root-categories {
  position: relative;
  z-index: 2;
}

#cv-statistic .category {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

[dir="ltr"] #cv-statistic .category {
  margin-left: 40px;
}

[dir="rtl"] #cv-statistic .category {
  margin-right: 40px;
}

#cv-statistic .bg {
  border-radius: 12px;
  position: relative;
  overflow: visible;
  height: 100px;
  width: 100px;
  background-size: 150%;
}

.theme--light #cv-statistic .bg {
  background-color: #fff;
}

.theme--dark #cv-statistic .bg {
  background-color: #0a0a0a;
}

[dir="ltr"] #cv-statistic .bg {
  margin-right: 16px;
}

[dir="rtl"] #cv-statistic .bg {
  margin-left: 16px;
}

#cv-statistic .bg > div {
  font-size: 100px;
  position: relative;
  bottom: 50px;
}

[dir="ltr"] #cv-statistic .bg > div {
  left: -10px;
}

[dir="rtl"] #cv-statistic .bg > div {
  right: -10px;
}

#cv-statistic .bg.red {
  background-image: linear-gradient(110deg, white 0%, #f44336 100%);
}

#cv-statistic .bg.pink {
  background-image: linear-gradient(110deg, white 0%, #e91e63 100%);
}

#cv-statistic .bg.purple {
  background-image: linear-gradient(110deg, white 0%, #9c27b0 100%);
}

#cv-statistic .bg.deep-purple {
  background-image: linear-gradient(110deg, white 0%, #673ab7 100%);
}

#cv-statistic .bg.indigo {
  background-image: linear-gradient(110deg, white 0%, #3f51b5 100%);
}

#cv-statistic .bg.blue {
  background-image: linear-gradient(110deg, white 0%, #2196f3 100%);
}

#cv-statistic .bg.light-blue {
  background-image: linear-gradient(110deg, white 0%, #03a9f4 100%);
}

#cv-statistic .bg.cyan {
  background-image: linear-gradient(110deg, white 0%, #00bcd4 100%);
}

#cv-statistic .bg.teal {
  background-image: linear-gradient(110deg, white 0%, #009688 100%);
}

#cv-statistic .bg.green {
  background-image: linear-gradient(110deg, white 0%, #4caf50 100%);
}

#cv-statistic .bg.light-green {
  background-image: linear-gradient(110deg, white 0%, #8bc34a 100%);
}

#cv-statistic .bg.lime {
  background-image: linear-gradient(110deg, white 0%, #cddc39 100%);
}

#cv-statistic .bg.yellow {
  background-image: linear-gradient(110deg, white 0%, #ffeb3b 100%);
}

#cv-statistic .bg.amber {
  background-image: linear-gradient(110deg, white 0%, #ffc107 100%);
}

#cv-statistic .bg.orange {
  background-image: linear-gradient(110deg, white 0%, #ff9800 100%);
}

#cv-statistic .bg.deep-orange {
  background-image: linear-gradient(110deg, white 0%, #ff5722 100%);
}

#cv-statistic .bg.brown {
  background-image: linear-gradient(110deg, white 0%, #795548 100%);
}

#cv-statistic .bg.grey {
  background-image: linear-gradient(110deg, white 0%, #9e9e9e 100%);
}

#cv-statistic .bg.blue-grey {
  background-image: linear-gradient(110deg, white 0%, #607d8b 100%);
}

#cv-statistic .text-categories p {
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

#cv-statistic .name {
  text-transform: uppercase;
  font-size: 24px;
  display: block;
}

@media (max-width: 959px) {
  #cv-statistic .name {
    font-size: 18px;
  }
}
#cv-statistic .title-progress {
  text-align: center;
  text-transform: uppercase;
}

#cv-statistic .root-history {
  position: relative;
  z-index: 1;
  @included margin-left($spacing5);
}

#cv-statistic .title-timeline {
  text-transform: uppercase;
  margin-bottom: 24px;
}

#cv-statistic .history {
  position: relative;
}

@media (min-width: 600px) {
  [dir="ltr"] #cv-statistic .history {
    padding-left: 40px;
  }

  [dir="rtl"] #cv-statistic .history {
    padding-right: 40px;
  }
}
#cv-statistic .history h3 {
  font-weight: var(--font-bold);
}

@media (max-width: 599px) {
  #cv-statistic .history h3 {
    width: 100%;
  }
  #cv-statistic .history p {
    display: inline-block;
  }

  [dir="ltr"] #cv-statistic .history p {
    margin-right: 16px;
  }

  [dir="rtl"] #cv-statistic .history p {
    margin-left: 16px;
  }
}
#cv-statistic .history ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

@media (min-width: 600px) {
  [dir="ltr"] #cv-statistic .history ul {
    padding-left: 48px;
  }

  [dir="rtl"] #cv-statistic .history ul {
    padding-right: 48px;
  }
}
#cv-statistic .history ul:before {
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
}

.theme--light #cv-statistic .history ul:before {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #cv-statistic .history ul:before {
  background: rgba(255, 255, 255, 0.24);
}

[dir="ltr"] #cv-statistic .history ul:before {
  left: 14px;
}

[dir="rtl"] #cv-statistic .history ul:before {
  right: 14px;
}

@media (max-width: 599px) {
  [dir="ltr"] #cv-statistic .history ul:before {
    left: 5px;
  }

  [dir="rtl"] #cv-statistic .history ul:before {
    right: 5px;
  }
}
#cv-statistic .history ul li {
  list-style: none;
  margin-bottom: 40px;
  position: relative;
}

[dir="ltr"] #cv-statistic .history ul li > div {
  margin-left: 16px;
}

[dir="rtl"] #cv-statistic .history ul li > div {
  margin-right: 16px;
}

@media (min-width: 600px) {
  [dir="ltr"] #cv-statistic .history ul li > div {
    margin-left: 40px;
  }

  [dir="rtl"] #cv-statistic .history ul li > div {
    margin-right: 40px;
  }
}
#cv-statistic .history ul li:last-child {
  margin-bottom: 0;
}

#cv-statistic .history ul li:before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: rgb(var(--v-theme-secondary));
  position: absolute;
  top: 45px;
}

[dir="ltr"] #cv-statistic .history ul li:before {
  left: -40px;
}

[dir="rtl"] #cv-statistic .history ul li:before {
  right: -40px;
}

@media (max-width: 599px) {
  [dir="ltr"] #cv-statistic .history ul li:before {
    left: 0;
  }

  [dir="rtl"] #cv-statistic .history ul li:before {
    right: 0;
  }
}
#cv-statistic .history ul li:after {
  content: "";
  border-radius: 16px;
  width: 40px;
  height: 16px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  position: absolute;
  top: 46px;
}

@media (max-width: 599px) {
  #cv-statistic .history ul li:after {
    display: none;
  }
}
.theme--light #cv-statistic .history ul li .time {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-statistic .history ul li .time {
  color: rgba(255, 255, 255, 0.7);
}

#cv-statistic .list {
  display: flex;
}

#cv-statistic .list figure {
  width: 74px;
  height: 74px;
  margin: 16px;
  border-radius: 12px;
  overflow: hidden;
}

#cv-statistic .list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#cv-statistic .list > div {
  flex: 1;
}

#cv-statistic .counter-bg {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

@media (min-width: 960px) {
  #cv-statistic .counter-bg {
    padding: 40px 24px 24px 24px;
    background: rgba(var(--v-theme-primarydark), 0.5);
    color: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    width: 960px;
  }
}
@media (max-width: 959px) {
  #cv-statistic .counter-bg > div {
    margin-top: -80px;
  }
}
@media (max-width: 599px) {
  #cv-statistic .counter-bg .counter-item {
    margin-bottom: 80px;
  }
}
#cv-statistic .root {
  position: relative;
}

#cv-statistic .wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #cv-statistic .wrapper {
    padding: 0px 24px 0px 24px;
  }

  #cv-statistic .wrapper.row {
    margin: 0;
  }
}
#cv-statistic .background {
  border-radius: 60px 60px 0 0;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center -180px;
}

.theme--light #cv-statistic .background {
  background-image: url("../images/profile/room_light.jpg");
}

.theme--dark #cv-statistic .background {
  background-image: url("../images/profile/room_dark.jpg");
}

@media (max-width: 959px) {
  #cv-statistic .background {
    background-position: center bottom;
    background-size: cover;
  }
}
@media (min-width: 960px) {
  #cv-statistic .background {
    padding: 120px 0px 160px 0px;
  }
}
#cv-statistic .rounded-bottom:before {
  content: "";
  border-radius: 60px 60px 0 0;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.theme--light #cv-statistic .rounded-bottom:before {
  background: #fff;
}

.theme--dark #cv-statistic .rounded-bottom:before {
  background: #000;
}

#cv-statistic .rounded-bottom:after {
  opacity: 0.5;
  content: "";
  border-radius: 60px 60px 0 0;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.theme--light #cv-statistic .rounded-bottom:after {
  background: #fff;
}

.theme--dark #cv-statistic .rounded-bottom:after {
  background: rgb(var(--v-theme-primarydark));
}

#cv-statistic .container {
  position: relative;
  z-index: 1;
}

#cv-statistic .bg-gradient {
  filter: blur(50px);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#cv-statistic .bg-gradient span {
  position: absolute;
}

#cv-statistic .oval-right {
  width: 1025px;
  height: 2136px;
  top: 100px;
  right: 400px;
  z-index: 1;
  opacity: 0.3;
  background: linear-gradient(172deg, rgb(var(--v-theme-accent)) 20%, rgba(255, 255, 255, 0.1) 90%);
}

#cv-statistic .oval-top {
  width: 1612px;
  height: 1612px;
  top: 100px;
  left: -400px;
  opacity: 0.5;
}

.theme--light #cv-statistic .oval-top {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark #cv-statistic .oval-top {
  background: rgb(var(--v-theme-primarydark));
}

#cv-statistic .oval-bottom {
  width: 1312px;
  height: 1312px;
  top: 600px;
  left: 0;
  opacity: 0.3;
  background: rgb(var(--v-theme-primarydark));
}

#cv-statistic .wrap {
  position: relative;
  z-index: 2;
}

#cv-statistic .section {
  margin-top: 40px;
}

@media (min-width: 600px) {
  #cv-statistic .section {
    margin-top: 80px;
  }
}
#cv-statistic .section:not(.floating) {
  overflow: hidden;
}

#cv-statistic .avatar {
  padding: 50px;
  position: sticky;
  margin-top: -240px;
  top: 40px;
  z-index: 1;
  display: block;
}

[dir="ltr"] #cv-statistic .avatar {
  left: 5px;
}

[dir="rtl"] #cv-statistic .avatar {
  right: 5px;
}

#cv-statistic .avatar img {
  width: 400px;
  max-width: none;
}

@media (max-width: 1279px) {
  [dir="ltr"] #cv-statistic .avatar {
    margin-left: -75px;
  }

  [dir="rtl"] #cv-statistic .avatar {
    margin-right: -75px;
  }
}
@media (max-width: 959px) {
  [dir="ltr"] #cv-statistic .avatar {
    margin-left: -160px;
  }

  [dir="rtl"] #cv-statistic .avatar {
    margin-right: -160px;
  }
}
#cv-portfolios .root {
  z-index: 10;
  position: relative;
}

@media (max-width: 599px) {
  #cv-portfolios .root .container {
    padding: 0 !important;
  }
}
#cv-portfolios .filter {
  position: relative;
  z-index: 20;
  overflow: auto;
  width: auto;
  flex-grow: inherit;
  padding: 8px;
  margin-bottom: 40px;
  display: flex;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
}

@media (max-width: 959px) {
  #cv-portfolios .filter {
    padding: 8px 16px 8px 16px;
  }
}
#cv-portfolios .filter > .btn {
  background: transparent;
  border-radius: 40px;
  font-weight: var(--font-medium);
  color: #000;
  white-space: nowrap;
  min-width: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  #cv-portfolios .filter > .btn {
    padding: 0px 16px 0px 16px;
    box-shadow: none;
  }

  [dir="ltr"] #cv-portfolios .filter > .btn {
    margin-right: 24px;
  }

  [dir="rtl"] #cv-portfolios .filter > .btn {
    margin-left: 24px;
  }
}
#cv-portfolios .filter > .btn.selected {
  background: #000;
  color: #fff;
}

#cv-portfolios .massonry {
  -moz-columns: 3 300px;
  columns: 3 300px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

#cv-portfolios .item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

#cv-portfolios .item.loaded {
  opacity: 1;
  transition: all 0.3s ease-out;
  transform: translateY(0px);
}

#cv-portfolios .item-carousel {
  position: relative;
}

@media (max-width: 599px) {
  #cv-portfolios .item-carousel {
    padding: 0px 8px 0px 8px;
  }
}
#cv-testimonial .root {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px 0px;
}

@media (max-width: 959px) {
  #cv-testimonial .root {
    padding: 40px 0px 40px 0px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #cv-testimonial .view-all {
    margin-right: 160px;
  }

  [dir="rtl"] #cv-testimonial .view-all {
    margin-left: 160px;
  }
}
@media (min-width: 600px) {
  #cv-testimonial .view-all {
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  #cv-testimonial .view-all {
    margin-bottom: 32px;
  }
}
[dir="ltr"] #cv-testimonial .icon {
  margin-left: 8px;
}

[dir="rtl"] #cv-testimonial .icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application #cv-testimonial .icon {
  transform: scaleX(-1);
}

#cv-testimonial .icon svg {
  width: 36px;
}

#cv-testimonial .carousel {
  overflow: hidden;
}

#cv-testimonial .carousel-handle {
  height: 380px;
  position: relative;
  z-index: 10;
}

#cv-testimonial .carousel-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

#cv-testimonial .carousel {
  position: relative;
  z-index: 3;
}

#cv-testimonial .carousel .slick-dots {
  bottom: -32px;
}

#cv-testimonial .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light #cv-testimonial .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark #cv-testimonial .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#cv-testimonial .carousel .slick-dots li.slick-active {
  width: 40px;
}

#cv-testimonial .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

#cv-testimonial .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

#cv-testimonial .carousel .slick-dots li button:before {
  display: none;
}

#cv-testimonial .item {
  padding: 16px;
}

#cv-testimonial .item:focus {
  outline: none;
}

[dir="rtl"] #cv-testimonial .item-prop-last {
  width: 350px;
}

[dir="ltr"] #cv-testimonial .item-prop-last {
  width: 400px;
}

#cv-testimonial .floating-artwork {
  position: absolute;
  width: 100%;
  left: -130px;
  top: 24px;
}

@media (min-width: 1400px) {
  [dir="ltr"] #cv-testimonial .floating-artwork {
    left: 80px;
  }

  [dir="rtl"] #cv-testimonial .floating-artwork {
    right: 80px;
  }
}
#cv-testimonial .artwork {
  display: flex;
  align-items: flex-end;
  height: 540px;
}

@media (min-width: 960px) {
  [dir="ltr"] #cv-testimonial .artwork {
    margin-right: 40px;
  }

  [dir="rtl"] #cv-testimonial .artwork {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  [dir="rtl"] #cv-testimonial .artwork {
    float: left;
  }

  [dir="ltr"] #cv-testimonial .artwork {
    float: right;
  }
}
@media (min-width: 1400px) {
  [dir="ltr"] #cv-testimonial .artwork {
    margin-right: -40px;
  }

  [dir="rtl"] #cv-testimonial .artwork {
    margin-left: -40px;
  }
}
#cv-testimonial .avatar {
  padding: 3px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#cv-testimonial .avatar img {
  background: #fff;
  border-radius: 50%;
}

#cv-testimonial .avatar-art {
  position: relative;
  width: 700px;
  height: 450px;
  background: url("../images/profile/bg_map.png") no-repeat;
}

#cv-testimonial .avatar-art > div {
  position: absolute;
}

@media (min-width: 1280px) {
  .cv-slider-art .deco {
    width: 450px;
  }
}
.cv-slider-art .figure {
  height: 460px;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}

.cv-slider-art .faded {
  opacity: 0.5;
  filter: blur(10px);
}

#cv-pricing .root .container {
  padding-top: 40px;
}

#cv-pricing .feature-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

[dir="ltr"] #cv-pricing .feature-list {
  margin-left: 0;
}

[dir="rtl"] #cv-pricing .feature-list {
  margin-right: 0;
}

@media (max-width: 959px) {
  #cv-pricing .feature-list {
    text-align: center;
  }
}
#cv-pricing .feature-list li {
  width: 49%;
  display: inline-block;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  #cv-pricing .feature-list li {
    padding: 0px 8px 0px 8px;
  }
}
#cv-pricing .feature-list li > div {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  #cv-pricing .feature-list li > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#cv-pricing .feature-list li > div > div {
  font-size: 72px;
  top: -32px;
  position: relative;
}

#cv-pricing .feature-list li > div.primary {
  background: rgb(var(--v-theme-primarylight));
}

#cv-pricing .feature-list li > div.secondary {
  background: rgb(var(--v-theme-secondarylight));
}

#cv-pricing .feature-list li > div.accent {
  background: rgb(var(--v-theme-accentlight));
}

@media (max-width: 599px) {
  #cv-pricing .item > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#cv-footer .root {
  position: relative;
  z-index: 20;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  #cv-footer .root {
    padding: 40px 0px 80px 0px;
  }
}
@media (min-width: 1280px) {
  #cv-footer .root {
    padding: 120px 0px 120px 0px;
  }
}
#cv-footer .logo {
  margin-top: 40px;
}

#cv-footer .logo > span {
  display: inline-block;
  margin-bottom: 0;
}

#cv-footer .logo img {
  margin-bottom: 16px;
}

#cv-footer .logo h4 {
  font-weight: var(--font-regular);
}

#cv-footer .margin {
  margin: 16px;
}

#cv-footer .socmed {
  margin: 24px 0px 24px 0px;
}

#cv-footer .socmed a,
#cv-footer .socmed btn-icon {
  margin: 8px;
  width: 36px;
  height: 36px;
}

#cv-footer .socmed i {
  font-size: 24px;
}

.theme--light #cv-footer .contact {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark #cv-footer .contact {
  color: rgba(255, 255, 255, 0.7);
}

#cv-footer .divider {
  margin: 12px;
  border: none;
  background: none;
}

#cv-footer .download {
  margin: 16px 0px 16px 0px;
}

#cv-contact .form-box {
  padding: 24px 16px 0px 16px;
  overflow: visible;
  border-radius: 40px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light #cv-contact .form-box {
  background: rgba(255, 255, 255, 0.6);
}

.theme--dark #cv-contact .form-box {
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 600px) {
  #cv-contact .form-box {
    padding: 56px;
  }
}
#cv-contact .title-form {
  background: none;
}

[dir="ltr"] #cv-contact .title-form {
  text-align: left;
}

[dir="rtl"] #cv-contact .title-form {
  text-align: right;
}

#cv-contact .title-form span {
  display: block;
  color: rgb(var(--v-theme-primary));
}

@media (max-width: 1279px) {
  #cv-contact .title-form {
    margin-bottom: 16px;
  }
}
#cv-contact .input {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  #cv-contact .input {
    margin-bottom: 24px;
  }
}
#cv-contact .form {
  position: relative;
}

[dir="ltr"] #cv-contact .form {
  text-align: left;
}

[dir="rtl"] #cv-contact .form {
  text-align: right;
}

#cv-contact .btn-area {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 600px) {
  #cv-contact .btn-area {
    margin: 40px 0px 0px 0px;
  }
}
.chat .chat-button {
  z-index: 20;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 32px;
}

[dir="ltr"] .chat .chat-button {
  text-align: right;
}

[dir="rtl"] .chat .chat-button {
  text-align: left;
}

.chat .chat-button.btn-floating {
  overflow: visible;
}

.theme--dark .chat .chat-button.btn-floating {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .chat .chat-button.btn-floating {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  background-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .chat .chat-button.btn-floating {
  background-color: rgb(var(--v-theme-primarydark));
}

.chat .chat-button i {
  position: relative;
  top: 3px;
}

.theme--light .chat .chat-button i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .chat .chat-button i {
  color: rgb(var(--v-theme-primarylight));
}

.chat .chat-button .indicator {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .chat .chat-button .indicator {
  left: 2px;
}

[dir="rtl"] .chat .chat-button .indicator {
  right: 2px;
}

.chat .panel {
  position: fixed;
  bottom: 40px;
  right: 40px;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.2s cubic-bezier(0.01, 0.65, 0.3, 0.9);
  border-radius: 12px;
  overflow: hidden;
}

[dir="ltr"] .chat .panel {
  text-align: right;
}

[dir="rtl"] .chat .panel {
  text-align: left;
}

[dir="ltr"] .chat .panel {
  text-align: left;
}

[dir="rtl"] .chat .panel {
  text-align: right;
}

.theme--light .chat .panel {
  background-color: #fff;
}

.theme--dark .chat .panel {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .chat .panel {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.chat .panel header {
  display: flex;
  padding: 16px 16px 4px 16px;
}

.theme--light .chat .panel header {
  background-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .chat .panel header {
  background-color: rgb(var(--v-theme-primarydark));
}

.chat .panel header h3 {
  flex: 1;
  font-size: 16px;
  font-weight: var(--font-bold);
  margin: 0;
  line-height: 28px;
}

.chat .panel.show {
  transform: scale(1);
  visibility: visible;
  z-index: 100;
  opacity: 1;
}

.chat .close {
  font-size: 24px;
  position: relative;
  top: -4px;
}

.chat .close i {
  position: relative;
  top: 0;
}

.chat .indicator {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
}

[dir="ltr"] .chat .indicator {
  margin-right: 4px;
}

[dir="rtl"] .chat .indicator {
  margin-left: 4px;
}

.chat .online {
  background: #07d517;
}

.chat .offline {
  background: #b7b7b7;
}

.chat .chat-room {
  padding: 16px;
  position: relative;
  height: 300px;
  width: 300px;
  overflow: auto;
}

.chat .chat-room ul {
  padding: 0;
}

.chat .chat-room ul li {
  padding: 0;
  display: flex;
  position: relative;
  margin-bottom: 32px;
}

.chat .avatar img {
  width: 38px;
  height: 38px;
}

.chat .talk {
  position: relative;
  border-radius: 8px;
  padding: 8px 12px 8px 12px;
}

.theme--light .chat .talk {
  background-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .chat .talk {
  background-color: rgb(var(--v-theme-primarydark));
}

[dir="ltr"] .chat .talk {
  margin-left: 16px;
}

[dir="rtl"] .chat .talk {
  margin-right: 16px;
}

.chat .from {
  border: none;
}

.theme--light .chat .from {
  background-color: rgb(var(--v-theme-secondarylight));
}

.theme--dark .chat .from {
  background-color: rgb(var(--v-theme-secondarydark));
}

.chat .from:before {
  position: absolute;
  top: 5px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 5px solid;
}

[dir="ltr"] .chat .from:before {
  left: -5px;
}

[dir="rtl"] .chat .from:before {
  right: -5px;
}

.theme--light .chat .from:before {
  border-right-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .chat .from:before {
  border-right-color: rgb(var(--v-theme-primarydark));
}

.chat .form {
  display: flex;
  align-items: center;
  margin: 0px 16px 0px 16px;
}

.chat .form .input-field {
  flex: 1;
}

.chat .input {
  flex: 1;
}

.chat .send {
  font-size: 22px;
  text-align: center;
  box-shadow: none;
}

[dir="ltr"] .chat .send {
  margin-left: 16px;
}

[dir="rtl"] .chat .send {
  margin-right: 16px;
}

.theme--light .chat .send {
  background-color: rgb(var(--v-theme-secondarylight));
}

.theme--dark .chat .send {
  background-color: rgb(var(--v-theme-secondarydark));
}

.theme--light .chat .send span {
  color: rgb(var(--v-theme-secondarydark));
}

.theme--dark .chat .send span {
  color: rgb(var(--v-theme-secondarylight));
}

[dir="ltr"] .chat .send span {
  margin-left: 4px;
}

[dir="rtl"] .chat .send span {
  margin-right: 4px;
}

[dir="rtl"] .m-application .chat .send span {
  transform: scaleX(-1);
}

.page-nav {
  z-index: 200;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
}

.page-nav .btn-floating {
  transform: scale(0.5);
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 86px;
  z-index: 20;
  font-weight: var(--font-bold);
}

.page-nav .btn-floating .icon {
  color: #fff;
  font-size: 40px;
}

.page-nav .btn-floating:hover .icon {
  color: rgb(var(--v-theme-primarylight));
}

.page-nav nav li {
  float: none;
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
}

.page-nav.show .btn-floating {
  opacity: 1;
  transform: scale(1);
}

.page-nav .section-nav .scrollnav {
  bottom: 110px;
  margin: 0 0 76px 22px;
  padding: 0;
  position: relative;
}

.page-nav .section-nav a {
  margin-bottom: 16px;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
  border-radius: 12px;
  border: 1px solid;
  display: block;
  color: transparent;
  padding: 0 !important;
}

.theme--dark .page-nav .section-nav a {
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2), 0px 1px 1px 0px rgba(50, 50, 50, 0.14), 0px 2px 1px -1px rgba(50, 50, 50, 0.12);
}

.theme--light .page-nav .section-nav a {
  box-shadow: 0px 1px 3px 0px rgba(128, 128, 128, 0.2), 0px 1px 1px 0px rgba(128, 128, 128, 0.14), 0px 2px 1px -1px rgba(128, 128, 128, 0.12);
  background-color: #fff;
}

.theme--dark .page-nav .section-nav a {
  background-color: #0a0a0a;
}

.theme--light .page-nav .section-nav a {
  border-color: rgba(0, 0, 0, 0.38);
}

.theme--dark .page-nav .section-nav a {
  border-color: rgba(255, 255, 255, 0.5);
}

.page-nav .section-nav li.current a {
  background: rgb(var(--v-theme-primary));
  border: 1px solid rgb(var(--v-theme-primarylight));
}

.page-nav:hover .section-nav li {
  opacity: 1;
  top: 0 !important;
}

.material-tooltip {
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.54);
}

.notification {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  left: 8px;
  position: fixed;
  right: 8px;
  bottom: 0;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
}

[dir="ltr"] .notification {
  text-align: left;
}

[dir="rtl"] .notification {
  text-align: right;
}

@media (min-width: 1280px) {
  .notification {
    width: 60%;
  }
}
.notification .wrapper {
  width: 100%;
  margin-bottom: 16px;
  max-width: none;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  background: rgb(var(--v-theme-primarydark));
}

@media (min-width: 600px) {
  .notification .wrapper {
    padding: 4px 8px 4px 8px;
  }
}
.notification .wrapper .content {
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  padding: 8px;
  width: 100%;
}

@media (min-width: 600px) {
  .notification .wrapper .content {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }

  [dir="ltr"] .notification .wrapper .content {
    margin-right: 16px;
  }

  [dir="rtl"] .notification .wrapper .content {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  .notification .wrapper .content {
    text-align: center;
  }
}
.notification .btn {
  width: 100%;
}

@media (min-width: 600px) {
  .notification .btn {
    width: 150px;
  }
}
.notification .action {
  flex: 1;
}

[dir="ltr"] .notification .action {
  margin-right: 16px;
}

[dir="rtl"] .notification .action {
  margin-left: 16px;
}

@media (max-width: 599px) {
  .notification .action {
    width: 100%;
    padding: 0;
    margin: 8px 0;
  }
}
.paper.card {
  border-radius: 20px;
}

.paper.card header {
  display: flex;
  margin-bottom: 8px;
  padding: 0px 16px 0px 16px;
}

.paper.card.color {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

.paper.card.no-margin {
  margin: 0;
}

.paper.card .icon-title {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 44px;
  vertical-align: middle;
}

[dir="ltr"] .paper.card .icon-title {
  margin-right: 16px;
}

[dir="rtl"] .paper.card .icon-title {
  margin-left: 16px;
}

.paper.card .icon-title.gradient-icon i {
  color: transparent;
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paper.card .icon-title i {
  font-size: 40px;
  vertical-align: baseline;
  color: rgb(var(--v-theme-primary));
}

.paper.card .title-paper {
  padding-top: 0;
  font-weight: var(--font-bold);
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  text-transform: capitalize;
}

.paper.card .text > * {
  padding-left: 8px;
  padding-right: 0;
}

.theme--light .paper.card.primary {
  background-color: rgb(var(--v-theme-primary));
}

.theme--dark .paper.card.primary {
  background-color: rgb(var(--v-theme-primarydark));
}

.paper.card.primary .title-paper {
  color: #f5f5f5;
}

.paper.card.primary .title-paper:after {
  border0bottom: 5px solid rgb(var(--v-theme-primarylight));
}

.paper.card.primary .description {
  color: #f5f5f5;
}

.paper.card.primary .icon-title i {
  color: #fff;
}

.theme--light .paper.card.secondary {
  background-color: rgb(var(--v-theme-secondary));
}

.theme--dark .paper.card.secondary {
  background-color: rgb(var(--v-theme-secondarydark));
}

.paper.card.secondary .title-paper {
  color: #f5f5f5;
}

.paper.card.secondary .title-paper:after {
  border0bottom: 5px solid rgb(var(--v-theme-primarylight));
}

.paper.card.secondary .description {
  color: #f5f5f5;
}

.paper.card.secondary .icon-title i {
  color: #fff;
}

.paper.card.gradient {
  padding: 16px;
  color: #000;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.paper.card.gradient .title-paper {
  color: #000;
  font-weight: var(--font-bold);
}

.paper.card.gradient .icon-title i {
  color: #000;
}

.paper.card.transparent {
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.paper.card .overflow-x {
  width: 100%;
  overflow-x: auto;
}

.group-card.card {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 960px) {
  .group-card.card {
    height: 580px;
  }
}
.group-card.card.with-img {
  min-height: 500px;
}

.group-card.card > a {
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.group-card.card.primary {
  color: #fff;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-primary)) 35%, rgb(var(--v-theme-accentlight)) 100%);
}

.group-card.card.secondary {
  color: #fff;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-primary)) 35%, rgb(var(--v-theme-secondary)) 100%);
}

.group-card.card.accent {
  color: #000;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-secondarylight)) 35%, rgb(var(--v-theme-accentlight)) 100%);
}

.group-card.card.accent2 {
  color: #fff;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-accent)) 35%, rgb(var(--v-theme-primary)) 100%);
}

.group-card.card.bright {
  color: #000;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-secondarylight)) 35%, #fff 100%);
}

.group-card.card .content h3 {
  font-size: 36px;
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

.group-card.card .content p {
  font-size: 18px;
}

.group-card.card .content img {
  position: absolute;
  bottom: 0;
}

[dir="ltr"] .group-card.card .content img.align-left {
  right: 0;
}

[dir="rtl"] .group-card.card .content img.align-left {
  left: 0;
}

[dir="ltr"] .group-card.card .content img.align-right {
  left: 0;
}

[dir="rtl"] .group-card.card .content img.align-right {
  right: 0;
}

.group-card.card .text {
  position: relative;
  z-index: 2;
}

.group-card.card .full {
  padding: 40px;
}

@media (max-width: 599px) {
  .group-card.card .full {
    padding: 40px 24px 40px 24px;
  }
}
@media (min-width: 960px) {
  .group-card.card .full .text {
    width: 75%;
  }
}
.group-card.card .full img {
  max-height: 300px;
  max-width: 80%;
}

.group-card.card .compact {
  padding: 24px;
}

.group-card.card .compact img {
  display: none;
}

.group-card.card .compact .items {
  width: 100%;
}

.group-card.card .group {
  display: flex;
}

.group-card.card .group.align-right {
  justify-content: flex-end;
}

.group-card.card .group.align-right .items {
  flex-direction: row-reverse;
}

.group-card.card .items {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .group-card.card .items {
    width: 70%;
  }
}
.group-card.card .items.full-width {
  width: 100%;
}

.group-card.card .items.full-width .item {
  width: 100%;
  margin: 16px 0;
}

.group-card.card .items.medium {
  width: 100%;
}

@media (min-width: 600px) {
  .group-card.card .items.medium {
    width: 80%;
  }
}
.group-card.card .items.medium .item {
  width: 29%;
}

@media (max-width: 599px) {
  .group-card.card .items.medium .item {
    width: 46%;
  }
}
.group-card.card .item {
  border-radius: 12px;
  text-align: center;
  color: #000;
  margin: 8px 2%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  font-weight: var(--font-medium);
  font-size: 12px;
  padding: 8px;
  width: 46%;
}

@media (min-width: 600px) and (max-width: 959px) {
  .group-card.card .item {
    width: 28%;
  }
}
@media (min-width: 1280px) {
  .group-card.card .item {
    padding: 16px;
  }
}
.group-card.card .item i {
  font-size: 60px;
  display: block;
}

.group-card.card .item.darken {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.group-card.card .item.darken i {
  color: #fff;
}

.single-card.card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  margin-top: 0;
}

.single-card.card > a {
  position: absolute;
  z-index: 2;
  text-decoration: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-card.card.primary {
  background-image: linear-gradient(160deg, rgb(var(--v-theme-accentlight)) -10%, rgb(var(--v-theme-primary)) 100%);
}

.single-card.card.secondary {
  background-image: linear-gradient(160deg, rgb(var(--v-theme-secondary)) -10%, rgb(var(--v-theme-primary)) 100%);
}

.single-card.card.accent {
  background-image: linear-gradient(160deg, rgb(var(--v-theme-secondary)) -10%, rgb(var(--v-theme-accentdark)) 100%);
}

.single-card.card .content {
  color: #fff;
  padding: 32px;
  height: 400px;
}

.single-card.card .content h3 {
  font-size: 36px;
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

.single-card.card .content p {
  font-size: 18px;
}

.single-card.card .content img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.single-card.card .content.bordered {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin: 2px;
}

.theme--light .single-card.card .content.bordered {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .single-card.card .content.bordered {
  color: #fff;
}

.theme--light .single-card.card .content.bordered {
  background: #fff;
}

.theme--dark .single-card.card .content.bordered {
  background: rgb(var(--v-theme-primarydark));
}

.single-card.card .content.bordered:before {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.theme--light .single-card.card .content.bordered:before {
  display: none;
}

.theme--dark .single-card.card .content.bordered:before {
  display: block;
}

[dir="ltr"] .single-card.card .content.bordered:before {
  left: 0;
}

[dir="rtl"] .single-card.card .content.bordered:before {
  right: 0;
}

.single-card.card .text {
  position: relative;
  z-index: 1;
}

.countdown-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  /* Orientation */
  /* Type */
}

[dir="ltr"] .countdown-card {
  text-align: left;
}

[dir="rtl"] .countdown-card {
  text-align: right;
}

.countdown-card figure {
  margin: 0px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  position: relative;
}

.countdown-card figure img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.countdown-card .property {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.countdown-card .property strong {
  font-weight: var(--font-medium);
  font-size: 18px;
}

.theme--light .countdown-card .property strong {
  color: rgb(var(--v-theme-secondarydark));
}

.theme--dark .countdown-card .property strong {
  color: rgb(var(--v-theme-secondarylight));
}

.countdown-card .hidden-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.countdown-card .desc {
  padding: 16px 24px 16px 24px;
  overflow: hidden;
}

.countdown-card .text {
  padding-left: 0;
  padding-right: 0;
}

.countdown-card .title {
  font-size: 20px;
  height: 30px;
  font-weight: var(--font-bold);
}

.countdown-card .button.v-btn {
  margin-top: 16px;
}

.countdown-card.portrait {
  max-width: 350px;
}

.countdown-card.portrait figure {
  height: 250px;
}

.countdown-card.portrait .desc {
  padding: 16px;
}

.countdown-card.landscape {
  display: flex;
}

@media (min-width: 600px) {
  .countdown-card.landscape {
    height: 150px;
  }
}
.countdown-card.landscape figure {
  width: 160px;
  height: 150px;
}

@media (min-width: 600px) {
  .countdown-card.landscape .desc {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .countdown-card.landscape .desc {
    width: 65%;
  }
}
.countdown-card.landscape .button.v-btn {
  width: 200px;
}

@media (max-width: 599px) {
  .countdown-card.landscape .button.v-btn {
    display: none;
  }
  .countdown-card.landscape .hidden-link {
    display: block;
  }
}
.countdown-card.full {
  overflow: hidden;
}

.countdown-card.full figure {
  border-radius: 0 !important;
}

.countdown-card.round figure {
  overflow: hidden;
  border-radius: 12px;
  height: 134px;
}

.countdown-card.round.portrait figure {
  position: relative;
  top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.countdown-card.round.landscape figure {
  margin-top: 8px;
  margin-bottom: 8px;
}

[dir="ltr"] .countdown-card.round.landscape figure {
  margin-left: 8px;
}

[dir="rtl"] .countdown-card.round.landscape figure {
  margin-right: 8px;
}

.countdown-card.oval {
  overflow: hidden;
}

.countdown-card.oval.portrait figure {
  height: 150px;
  width: 120%;
  max-height: none;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
}

[dir="ltr"] .countdown-card.oval.portrait figure {
  margin-left: -10%;
}

[dir="rtl"] .countdown-card.oval.portrait figure {
  margin-right: -10%;
}

@media (max-width: 599px) {
  .countdown-card.oval.landscape {
    height: 150px;
  }
}
.countdown-card.oval.landscape figure {
  overflow: hidden;
  border-radius: 0 50% 50% 0;
  height: 250px;
  margin-top: -50px;
}

[dir="rtl"] .m-application .countdown-card.oval.landscape figure {
  border-radius: 50% 0 0 50%;
}

.countdown-card.over {
  overflow: visible;
}

.countdown-card.over figure {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.theme--dark .countdown-card.over figure {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .countdown-card.over figure {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.countdown-card.over.portrait {
  margin-top: 16px;
}

.countdown-card.over.portrait figure {
  margin: 0px 16px 0px 16px;
  top: -16px;
  margin-bottom: -16px;
}

[dir="ltr"] .countdown-card.over.landscape {
  margin-left: 16px;
}

[dir="rtl"] .countdown-card.over.landscape {
  margin-right: 16px;
}

.countdown-card.over.landscape figure {
  margin: 16px 0px 16px 0px;
  height: 118px;
  width: 140px;
}

[dir="ltr"] .countdown-card.over.landscape figure {
  left: -16px;
}

[dir="rtl"] .countdown-card.over.landscape figure {
  right: -16px;
}

[dir="ltr"] .countdown-card.over.landscape figure {
  margin-right: -16px;
}

[dir="rtl"] .countdown-card.over.landscape figure {
  margin-left: -16px;
}

.countdown-card .avatar {
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  border: 1px solid #000;
}

[dir="ltr"] .countdown-card .avatar {
  margin-left: -8px;
}

[dir="rtl"] .countdown-card .avatar {
  margin-right: -8px;
}

.countdown-card .head {
  position: absolute;
  align-items: center;
  top: -8px;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.countdown-card .like {
  margin: 10px 0;
  font-weight: var(--font-medium);
}

.countdown-card .like i {
  font-size: 18px;
}

[dir="ltr"] .countdown-card .like i {
  margin-right: 8px;
}

[dir="rtl"] .countdown-card .like i {
  margin-left: 8px;
}

.countdown-card .like button {
  width: 24px;
  height: 24px;
}

.countdown-card .price {
  background: #000;
  color: #fff;
  margin: 0px 8px 0px 8px;
}

.countdown-card .countdown {
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  position: absolute;
  bottom: 8px;
}

.countdown-card .time {
  display: block;
  text-align: center;
  font-size: 12px;
}

.countdown-card .time > span {
  display: flex;
  justify-content: center;
  margin: 0;
}

.countdown-card .time strong {
  font-weight: var(--font-bold);
  font-size: 18px;
  display: block;
}

.countdown-card .time i {
  margin: 16px 8px 0px 8px;
  font-style: normal;
}

.nft-card {
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  background: #424242;
  display: flex;
  justify-content: center;
}

.theme--dark .nft-card {
  box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.2), 0px 7px 10px 1px rgba(50, 50, 50, 0.14), 0px 2px 16px 1px rgba(50, 50, 50, 0.12);
}

.theme--light .nft-card {
  box-shadow: 0px 4px 5px -2px rgba(128, 128, 128, 0.2), 0px 7px 10px 1px rgba(128, 128, 128, 0.14), 0px 2px 16px 1px rgba(128, 128, 128, 0.12);
}

@media (min-width: 600px) {
  .nft-card {
    min-height: 250px;
  }
}
.nft-card .figure {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.nft-card .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nft-card .property {
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 150%;
  min-height: 170px;
  padding: 8px 16px 8px 16px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

[dir="ltr"] .nft-card .property {
  text-align: left;
}

[dir="rtl"] .nft-card .property {
  text-align: right;
}

[dir="ltr"] .nft-card .property {
  left: 0;
}

[dir="rtl"] .nft-card .property {
  right: 0;
}

.nft-card .property:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(var(--v-theme-secondarydark)) 85%, rgb(var(--v-theme-primary)) 100%);
}

[dir="ltr"] .nft-card .property:before {
  left: 0;
}

[dir="rtl"] .nft-card .property:before {
  right: 0;
}

@media (max-width: 1279px) {
  .nft-card .property {
    bottom: 0;
  }

  .nft-card .property .desc {
    display: none;
  }
}
@media (max-width: 599px) {
  .nft-card .property {
    padding: 8px;
  }
}
.nft-card .user {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}

.nft-card .title-card {
  text-transform: capitalize;
  font-weight: var(--font-bold);
  line-height: 36px;
  position: relative;
  margin-bottom: 8px;
  display: block;
}

.nft-card .title-card.small {
  font-size: 18px;
  line-height: 24px;
}

.nft-card .title-card.big {
  font-size: 24px;
}

@media (max-width: 599px) {
  .nft-card .title-card.big {
    font-size: 18px;
    line-height: 24px;
  }
}
.nft-card .name {
  display: block;
  font-weight: var(--font-regular);
}

.nft-card .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  text-align: center;
}

.theme--light .nft-card .avatar {
  background-color: #fff;
}

.theme--dark .nft-card .avatar {
  background-color: #0a0a0a;
}

[dir="ltr"] .nft-card .avatar {
  margin-right: 8px;
}

[dir="rtl"] .nft-card .avatar {
  margin-left: 8px;
}

@media (max-width: 1279px) {
  .nft-card .avatar {
    display: none;
  }
}
.nft-card .avatar img {
  display: block;
  width: 100%;
  z-index: 0;
}

.nft-card .price {
  position: absolute;
  font-weight: var(--font-medium);
  background: #000;
  color: #fff;
  top: 8px;
  z-index: 1;
}

.nft-card .verified {
  color: rgb(var(--v-theme-secondary));
  font-size: 16px;
  margin-top: 4px;
}

[dir="ltr"] .nft-card .verified {
  margin-left: 8px;
}

[dir="rtl"] .nft-card .verified {
  margin-right: 8px;
}

/* General */
.product-card {
  position: relative;
  width: 100%;
  /* Orientation */
  /* Type */
}

.product-card .waves-ripple {
  z-index: 1;
}

.product-card .figure {
  margin: 0px;
  overflow: hidden;
}

.product-card .figure .responsive-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.product-card .property {
  display: flex;
  justify-content: space-between;
}

.theme--light .product-card .property p {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .product-card .property p {
  color: rgba(255, 255, 255, 0.7);
}

.product-card .property strong {
  font-weight: var(--font-bold);
  font-size: 18px;
}

.product-card .hidden-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-card .desc {
  padding: 16px;
}

@media (min-width: 600px) {
  .product-card .desc {
    padding: 16px 24px 16px 24px;
  }
}
.product-card .desc p {
  overflow: hidden;
}

.product-card .desc h6 {
  font-weight: var(--font-bold);
}

.product-card .desc .button {
  width: 100%;
}

.product-card .price {
  color: rgb(var(--v-theme-secondary));
  font-weight: var(--font-medium);
  font-size: 18px;
}

[dir="ltr"] .product-card .text {
  margin-right: 16px;
}

[dir="rtl"] .product-card .text {
  margin-left: 16px;
}

.product-card .rating {
  display: flex;
}

.product-card .rating .icon {
  padding: 0;
}

.product-card .rating i {
  color: rgb(var(--v-theme-primary));
}

.product-card .star-icon {
  color: rgb(var(--v-theme-primary));
}

.theme--light .product-card .star-icon-disable {
  color: rgba(0, 0, 0, 0.24);
}

.theme--dark .product-card .star-icon-disable {
  color: rgba(255, 255, 255, 0.24);
}

.product-card.portrait {
  max-width: 350px;
}

.product-card.portrait .figure {
  display: block;
  height: 170px;
}

.product-card.portrait .desc {
  padding: 16px;
}

.product-card.landscape {
  display: flex;
  flex-direction: row;
}

@media (min-width: 600px) {
  .product-card.landscape {
    height: 150px;
  }
}
.product-card.landscape .figure {
  width: 200px;
  height: 150px;
}

@media (min-width: 600px) {
  .product-card.landscape .desc {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .product-card.landscape .desc {
    width: 65%;
  }

  .product-card.landscape .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.product-card.landscape .button.btn {
  width: 200px;
}

@media (max-width: 599px) {
  .product-card.landscape .button.btn {
    display: none;
  }
  .product-card.landscape .hidden-link {
    display: block;
  }
}
.product-card.full {
  overflow: hidden;
}

.product-card.full .figure {
  border-radius: 0 !important;
}

.product-card.round .figure {
  overflow: hidden;
  border-radius: 12px;
  height: 134px;
}

.product-card.round.portrait .figure {
  position: relative;
  top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.product-card.round.landscape .figure {
  margin-top: 8px;
  margin-bottom: 8px;
}

[dir="ltr"] .product-card.round.landscape .figure {
  margin-left: 8px;
}

[dir="rtl"] .product-card.round.landscape .figure {
  margin-right: 8px;
}

.product-card.oval {
  overflow: hidden;
}

.product-card.oval.portrait .figure {
  height: 150px;
  width: 120%;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
}

[dir="ltr"] .product-card.oval.portrait .figure {
  margin-left: -10%;
}

[dir="rtl"] .product-card.oval.portrait .figure {
  margin-right: -10%;
}

@media (max-width: 599px) {
  .product-card.oval.landscape {
    height: 150px;
  }
}
.product-card.oval.landscape .figure {
  overflow: hidden;
  border-radius: 0 50% 50% 0 !important;
  height: 250px;
  margin-top: -50px;
}

.product-card.over {
  overflow: visible;
}

.product-card.over .figure {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.theme--dark .product-card.over .figure {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .product-card.over .figure {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.product-card.over.portrait {
  margin-top: 16px;
}

.product-card.over.portrait .figure {
  margin: 0px 16px 0px 16px;
  top: -16px;
  margin-bottom: -16px;
}

[dir="ltr"] .product-card.over.landscape {
  margin-left: 16px;
}

[dir="rtl"] .product-card.over.landscape {
  margin-right: 16px;
}

@media (max-width: 959px) {
  [dir="ltr"] .product-card.over.landscape {
    margin-left: 8px;
  }

  [dir="rtl"] .product-card.over.landscape {
    margin-right: 8px;
  }
}
.product-card.over.landscape .figure {
  margin: 16px 0px 16px 0px;
  height: 118px;
  width: 140px;
}

[dir="ltr"] .product-card.over.landscape .figure {
  left: -16px;
}

[dir="rtl"] .product-card.over.landscape .figure {
  right: -16px;
}

[dir="ltr"] .product-card.over.landscape .figure {
  margin-right: -16px;
}

[dir="rtl"] .product-card.over.landscape .figure {
  margin-left: -16px;
}

.product-card.over.landscape .head {
  justify-content: flex-start;
  padding-left: 160px;
  top: 16px;
}

.product-card.over.landscape .text {
  padding-top: 24px;
}

.product-card .head {
  position: absolute;
  top: -8px;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.product-card .like {
  margin: 0px 8px 0px 8px;
  font-weight: var(--font-medium);
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
}

.product-card .like i {
  font-size: 14px;
}

.product-card .avatar-group {
  display: flex;
}

.product-card .avatar {
  width: 28px;
  height: 28px;
  margin-left: -6px;
  border: 1px solid #000;
}

.profile-card {
  position: relative;
  border-radius: 20px;
  box-shadow: none;
  overflow: hidden;
}

.profile-card a {
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.profile-card h2 {
  position: absolute;
  opacity: 0.36;
  bottom: 8px;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) -10%, transparent 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: var(--font-bold);
}

[dir="ltr"] .profile-card h2 {
  padding-right: 16px;
}

[dir="rtl"] .profile-card h2 {
  padding-left: 16px;
}

[dir="ltr"] .profile-card h2 {
  right: 0;
}

[dir="rtl"] .profile-card h2 {
  left: 0;
}

.profile-card .inner {
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: rgb(var(--v-theme-primarydark));
  background-color: rgb(var(--v-theme-primarydark));
  position: relative;
  overflow: hidden;
}

.profile-card .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  border-radius: 12px;
}

.profile-card .avatar {
  margin: 0;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  padding: 2px;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.profile-card .avatar img {
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-card .properties {
  padding: 8px 8px 0px 8px;
  font-size: 12px;
  flex: 1;
  z-index: 1;
  position: relative;
}

@media (min-width: 1280px) {
  .profile-card .properties {
    padding: 8px 16px 0px 16px;
  }
}
.profile-card .title-profile {
  white-space: nowrap;
  font-weight: var(--font-medium);
  font-size: 18px;
  margin-bottom: 8px;
}

.profile-card .verified {
  color: rgb(var(--v-theme-secondary));
  font-size: 16px;
}

.profile-card .action {
  padding: 0;
  padding-top: 4px;
  display: flex;
}

.profile-card .action strong {
  font-weight: var(--font-medium);
}

.profile-card .action p,
.profile-card .action span {
  margin-bottom: 4px;
  font-size: 12px;
}

[dir="ltr"] .profile-card .action > div {
  margin-right: 16px;
}

[dir="rtl"] .profile-card .action > div {
  margin-left: 16px;
}

.profile-card .action i {
  font-size: 12px;
  position: relative;
}

[dir="ltr"] .profile-card .action i {
  margin-right: 4px;
}

[dir="rtl"] .profile-card .action i {
  margin-left: 4px;
}

@media (max-width: 959px) {
  .profile-card .stats {
    display: none;
  }
}
.profile-card .icon-primary {
  fill: rgb(var(--v-theme-primary));
}

.profile-card .icon-secondary {
  fill: rgb(var(--v-theme-secondary));
}

.profile-card.first.card {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  padding: 2px;
  border-radius: 12px;
}

.profile-card.first.card .avatar {
  width: 94px;
  height: 94px;
}

.profile-card.first.card .title-profile {
  font-size: 36px;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .profile-card.first.card .title-profile {
    font-size: 22px;
  }
}
.profile-card.first.card .action > div {
  position: relative;
  z-index: 1;
}

[dir="ltr"] .profile-card.first.card .action > div {
  padding-right: 16px;
}

[dir="rtl"] .profile-card.first.card .action > div {
  padding-left: 16px;
}

.profile-card.first.card h2 {
  opacity: 1;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 30%, rgb(var(--v-theme-primary)) 60%, rgb(var(--v-theme-primarydark)) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  top: -16px;
}

@media (min-width: 600px) {
  [dir="ltr"] .profile-card.first.card h2 {
    right: 32px;
  }

  [dir="rtl"] .profile-card.first.card h2 {
    left: 32px;
  }
}
@media (max-width: 599px) {
  .profile-card.first.card h2 {
    opacity: 0.5;
  }
}
.profile-card.first.card i {
  width: 18px;
  height: 18px;
}

.profile-deco-card {
  position: relative;
  margin-bottom: 40px;
}

.profile-deco-card > a {
  border-radius: 12px;
  color: white;
}

.profile-deco-card .avatar {
  position: relative;
}

.profile-deco-card .avatar svg {
  position: absolute;
}

.profile-deco-card .avatar figure {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.profile-deco-card .avatar figure img {
  max-width: none;
  display: block;
}

.profile-deco-card .socmed {
  margin-top: 16px;
}

[dir="ltr"] .profile-deco-card .socmed button i,
[dir="ltr"] .profile-deco-card .socmed a i {
  margin-left: 1px;
}

[dir="rtl"] .profile-deco-card .socmed button i,
[dir="rtl"] .profile-deco-card .socmed a i {
  margin-right: 1px;
}

@media (min-width: 600px) {
  .profile-deco-card .socmed button i,
  .profile-deco-card .socmed a i {
    font-size: 24px;
  }
}
[dir="ltr"] .profile-deco-card .socmed button,
[dir="ltr"] .profile-deco-card .socmed a {
  margin-right: 8px;
}

[dir="rtl"] .profile-deco-card .socmed button,
[dir="rtl"] .profile-deco-card .socmed a {
  margin-left: 8px;
}

@media (min-width: 600px) {
  [dir="ltr"] .profile-deco-card .socmed button,
  [dir="ltr"] .profile-deco-card .socmed a {
    margin-right: 16px;
  }

  [dir="rtl"] .profile-deco-card .socmed button,
  [dir="rtl"] .profile-deco-card .socmed a {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  .profile-deco-card .socmed button,
  .profile-deco-card .socmed a {
    padding: 8px;
    width: 20px;
    height: 20px;
  }
}
.profile-deco-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
}

.profile-deco-card .bg span {
  position: absolute;
  width: 100%;
  height: 100%;
}

.profile-deco-card .primary {
  stroke: rgb(var(--v-theme-primary));
  top: 20px;
}

[dir="ltr"] .profile-deco-card .primary {
  left: 10px;
}

[dir="rtl"] .profile-deco-card .primary {
  right: 10px;
}

.profile-deco-card .secondary {
  stroke: rgb(var(--v-theme-secondary));
  top: 20px;
}

[dir="ltr"] .profile-deco-card .secondary {
  left: -10px;
}

[dir="rtl"] .profile-deco-card .secondary {
  right: -10px;
}

@media (max-width: 599px) {
  .profile-deco-card .property {
    text-align: center;
  }
}
.profile-deco-card .property h1,
.profile-deco-card .property h3 {
  font-weight: var(--font-bold);
  margin-bottom: 8px;
}

.profile-deco-card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile-deco-card.big {
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .profile-deco-card.big {
    flex-direction: column;
  }
}
.profile-deco-card.big .avatar {
  position: relative;
  width: 400px;
  height: 380px;
}

@media (max-width: 959px) {
  .profile-deco-card.big .avatar {
    width: 220px;
    height: 200px;
  }
}
.profile-deco-card.big .avatar svg {
  width: 410px;
  height: 350px;
}

@media (max-width: 959px) {
  .profile-deco-card.big .avatar svg {
    display: none;
  }
}
.profile-deco-card.big .avatar figure {
  width: 400px;
  height: 360px;
  border-radius: 50%;
  margin-top: -1px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .profile-deco-card.big .avatar figure {
    width: 220px;
    height: 195px;
  }
}
.profile-deco-card.big .bg {
  -webkit-mask-image: url(../images/decoration/deco-liquid-fill2.svg);
  mask-image: url(../images/decoration/deco-liquid-fill2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.profile-deco-card.big .bg span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.profile-deco-card.big .bg span:before {
  content: "";
  height: 100%;
  width: 25%;
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(20px);
}

[dir="ltr"] .profile-deco-card.big .bg span:before {
  left: 18%;
}

[dir="rtl"] .profile-deco-card.big .bg span:before {
  right: 18%;
}

.profile-deco-card.big .property h1 {
  font-size: 60px;
}

.profile-deco-card.big .property h3 {
  font-size: 26px;
}

.profile-deco-card.big .property p {
  font-size: 18px;
}

@media (min-width: 600px) {
  [dir="ltr"] .profile-deco-card.big .property {
    margin-left: 24px;
  }

  [dir="rtl"] .profile-deco-card.big .property {
    margin-right: 24px;
  }
}
@media (max-width: 959px) {
  .profile-deco-card.big .property h1 {
    font-size: 40px;
  }

  .profile-deco-card.big .property h3 {
    font-size: 18px;
  }

  .profile-deco-card.big .property p {
    font-size: 16px;
  }
}
.profile-deco-card.big .socmed button,
.profile-deco-card.big .socmed a {
  width: 38px;
  height: 38px;
}

.theme--light .profile-deco-card.big .socmed button,
.theme--light .profile-deco-card.big .socmed a {
  background: rgb(var(--v-theme-primary));
}

.theme--dark .profile-deco-card.big .socmed button,
.theme--dark .profile-deco-card.big .socmed a {
  background: rgb(var(--v-theme-primarylight));
}

@media (max-width: 959px) {
  .profile-deco-card.big .socmed button,
  .profile-deco-card.big .socmed a {
    width: 32px;
    height: 32px;
  }
}
.profile-deco-card.big .socmed button i,
.profile-deco-card.big .socmed a i {
  line-height: 40px;
}

.theme--light .profile-deco-card.big .socmed button i,
.theme--light .profile-deco-card.big .socmed a i {
  color: #fff;
}

.theme--dark .profile-deco-card.big .socmed button i,
.theme--dark .profile-deco-card.big .socmed a i {
  color: rgb(var(--v-theme-primarydark));
}

.profile-deco-card.medium {
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .profile-deco-card.medium {
    flex-direction: column;
  }
}
.profile-deco-card.medium .avatar {
  position: relative;
  width: 203px;
  height: 246px;
}

.profile-deco-card.medium .avatar svg {
  width: 203px;
  height: 246px;
}

.profile-deco-card.medium .avatar figure {
  width: 193px;
  height: 220px;
  border-radius: 193px;
  margin-top: 7px;
  overflow: hidden;
}

.profile-deco-card.medium .bg {
  mask-image: url(../images/decoration/deco-leaf-fill2.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/decoration/deco-leaf-fill2.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.profile-deco-card.medium .bg span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.profile-deco-card.medium .bg span:before {
  content: "";
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(20px);
}

[dir="ltr"] .profile-deco-card.medium .bg span:before {
  left: 20%;
}

[dir="rtl"] .profile-deco-card.medium .bg span:before {
  right: 20%;
}

@media (min-width: 600px) {
  .profile-deco-card.medium .property {
    margin-left: 24px;
  }
}
.profile-deco-card.medium .property h1 {
  font-size: 40px;
}

.profile-deco-card.medium .property h3 {
  font-size: 18px;
}

.profile-deco-card.medium .property p {
  font-size: 16px;
}

.profile-deco-card.medium .socmed button,
.profile-deco-card.medium .socmed a {
  width: 32px;
  height: 32px;
}

.theme--light .profile-deco-card.medium .socmed button,
.theme--light .profile-deco-card.medium .socmed a {
  background: rgb(var(--v-theme-primary));
}

.theme--dark .profile-deco-card.medium .socmed button,
.theme--dark .profile-deco-card.medium .socmed a {
  background: rgb(var(--v-theme-primarylight));
}

.theme--light .profile-deco-card.medium .socmed button i,
.theme--light .profile-deco-card.medium .socmed a i {
  color: #fff;
}

.theme--dark .profile-deco-card.medium .socmed button i,
.theme--dark .profile-deco-card.medium .socmed a i {
  color: rgb(var(--v-theme-primarydark));
}

.profile-deco-card.small {
  text-align: center;
  margin-bottom: 80px;
}

.profile-deco-card.small .deco-circle {
  top: 0;
  width: 127px;
  height: 127px;
  position: absolute;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-secondary));
}

[dir="ltr"] .profile-deco-card.small .deco-circle {
  margin-left: 20px;
}

[dir="rtl"] .profile-deco-card.small .deco-circle {
  margin-right: 20px;
}

.profile-deco-card.small .deco-circle:after {
  top: -10px;
  left: -20px;
  width: 127px;
  height: 127px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-primary));
}

[dir="ltr"] .profile-deco-card.small .deco-circle:after {
  left: -20px;
}

[dir="rtl"] .profile-deco-card.small .deco-circle:after {
  right: -20px;
}

.profile-deco-card.small .deco-circle:before {
  top: 10px;
  left: 0;
  width: 127px;
  height: 127px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-accent));
}

[dir="ltr"] .profile-deco-card.small .deco-circle:before {
  left: 0;
}

[dir="rtl"] .profile-deco-card.small .deco-circle:before {
  right: 0;
}

.profile-deco-card.small .avatar {
  display: flex;
  justify-content: center;
}

.profile-deco-card.small .avatar figure {
  width: 127px;
  height: 127px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 24px;
}

.profile-deco-card.small .avatar figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-deco-card.small .property h1 {
  font-size: 24px;
}

.profile-deco-card.small .property h3 {
  font-size: 16px;
  font-weight: var(--font-regular);
}

.profile-deco-card.small .socmed button,
.profile-deco-card.small .socmed a {
  width: 32px;
  height: 32px;
  font-size: 22px;
}

@media (max-width: 599px) {
  [dir="ltr"] .profile-deco-card.small .socmed button,
  [dir="ltr"] .profile-deco-card.small .socmed a {
    margin-right: 0;
  }

  [dir="rtl"] .profile-deco-card.small .socmed button,
  [dir="rtl"] .profile-deco-card.small .socmed a {
    margin-left: 0;
  }
}
.theme--light .profile-deco-card.small .socmed button i,
.theme--light .profile-deco-card.small .socmed a i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .profile-deco-card.small .socmed button i,
.theme--dark .profile-deco-card.small .socmed a i {
  color: rgb(var(--v-theme-primarylight));
}

.category3d-card {
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s ease-out;
  background-size: 150%;
  height: 140px;
}

.theme--light .category3d-card {
  background-color: #fff;
}

.theme--dark .category3d-card {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .category3d-card {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

@media (min-width: 600px) {
  .category3d-card {
    margin-bottom: 80px;
  }
}
@media (max-width: 959px) {
  .category3d-card {
    height: 100px;
  }
}
.category3d-card.red-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #f44336 100%);
}

.category3d-card.pink-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #e91e63 100%);
}

.category3d-card.purple-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #9c27b0 100%);
}

.category3d-card.deep-purple-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #673ab7 100%);
}

.category3d-card.indigo-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #3f51b5 100%);
}

.category3d-card.blue-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #2196f3 100%);
}

.category3d-card.light-blue-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #03a9f4 100%);
}

.category3d-card.cyan-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #00bcd4 100%);
}

.category3d-card.teal-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #009688 100%);
}

.category3d-card.green-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #4caf50 100%);
}

.category3d-card.light-green-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #8bc34a 100%);
}

.category3d-card.lime-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #cddc39 100%);
}

.category3d-card.yellow-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ffeb3b 100%);
}

.category3d-card.amber-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ffc107 100%);
}

.category3d-card.orange-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ff9800 100%);
}

.category3d-card.deep-orange-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ff5722 100%);
}

.category3d-card.brown-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #795548 100%);
}

.category3d-card.grey-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #9e9e9e 100%);
}

.category3d-card.blue-grey-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #607d8b 100%);
}

.category3d-card:hover {
  background-position: 70%;
}

.category3d-card .icons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 24px 0px 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.category3d-card .icons > div {
  margin-top: -80px;
  margin-bottom: -16px;
  font-size: 120px;
}

@media (max-width: 959px) {
  .category3d-card .icons > div {
    font-size: 80px;
    margin-top: -48px;
  }
}
.category3d-card .title-card {
  text-transform: uppercase;
  display: block;
  padding: 16px;
  font-weight: var(--font-bold);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 959px) {
  .category3d-card .title-card {
    font-weight: var(--font-medium);
    font-size: 12px;
  }
}
.category3d-card .waves-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.category3d-card .waves-ripple {
  z-index: 1;
}

.category-img-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 16px;
}

.theme--light .category-img-card {
  background-color: #fff;
}

.theme--dark .category-img-card {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .category-img-card {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .category-img-card {
  color: #fff;
}

.theme--light .category-img-card:hover {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .category-img-card:hover {
  color: #fff;
}

.category-img-card:hover .images {
  background-position: 70%;
}

.category-img-card:hover .images .figure:first-of-type {
  transform: rotate(-3deg);
}

.category-img-card:hover .images .figure:last-child {
  transform: rotate(3deg);
}

.category-img-card:hover .images .figure.center {
  margin-bottom: -8px;
}

.category-img-card .images {
  display: flex;
  align-items: flex-end;
  height: 200px;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 20px;
  padding: 0px 24px 0px 24px;
  transition: all 0.3s ease-out;
  background-size: 150%;
}

.category-img-card .images.red-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #f44336 100%);
}

.category-img-card .images.pink-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #e91e63 100%);
}

.category-img-card .images.purple-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #9c27b0 100%);
}

.category-img-card .images.deep-purple-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #673ab7 100%);
}

.category-img-card .images.indigo-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #3f51b5 100%);
}

.category-img-card .images.blue-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #2196f3 100%);
}

.category-img-card .images.light-blue-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #03a9f4 100%);
}

.category-img-card .images.cyan-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #00bcd4 100%);
}

.category-img-card .images.teal-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #009688 100%);
}

.category-img-card .images.green-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #4caf50 100%);
}

.category-img-card .images.light-green-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #8bc34a 100%);
}

.category-img-card .images.lime-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #cddc39 100%);
}

.category-img-card .images.yellow-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ffeb3b 100%);
}

.category-img-card .images.amber-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ffc107 100%);
}

.category-img-card .images.orange-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ff9800 100%);
}

.category-img-card .images.deep-orange-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #ff5722 100%);
}

.category-img-card .images.brown-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #795548 100%);
}

.category-img-card .images.grey-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #9e9e9e 100%);
}

.category-img-card .images.blue-grey-bg {
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, #607d8b 100%);
}

.category-img-card .figure {
  margin-top: 0px;
  height: 179px;
  width: 50%;
  transition: all 0.3s ease-out;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  border-radius: 12px;
}

[dir="ltr"] .category-img-card .figure {
  margin-right: 0px;
}

[dir="rtl"] .category-img-card .figure {
  margin-left: 0px;
}

[dir="ltr"] .category-img-card .figure {
  margin-left: -50%;
}

[dir="rtl"] .category-img-card .figure {
  margin-right: -50%;
}

.category-img-card .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-img-card .figure:first-of-type {
  transform-origin: bottom left;
}

[dir="ltr"] .category-img-card .figure:first-of-type {
  margin-left: 0;
}

[dir="rtl"] .category-img-card .figure:first-of-type {
  margin-right: 0;
}

.category-img-card .figure:last-child {
  transform-origin: bottom right;
}

.category-img-card .figure.center {
  margin-bottom: -24px;
  z-index: 2;
}

.category-img-card .title-card {
  display: block;
  padding: 16px 8px 16px 8px;
  font-weight: var(--font-bold);
}

.icon-card.root {
  max-width: 180px;
  height: 130px;
  margin: 0 auto 8px;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  position: relative;
  border-radius: 12px;
}

.theme--dark .icon-card.root {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .icon-card.root {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.theme--dark .icon-card.root {
  background: rgb(var(--v-theme-primarydark));
}

@media (max-width: 959px) {
  .icon-card.root {
    margin-bottom: 24px;
  }
}
.icon-card.root:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}

.theme--light .icon-card.root:after {
  background: #fff;
}

.theme--dark .icon-card.root:after {
  background: #000;
}

.icon-card.root a {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.icon-card.root > span {
  position: relative;
  display: block;
  z-index: 1;
}

.icon-card.root i {
  display: block;
  font-size: 55px;
}

.theme--light .icon-card.root i {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .icon-card.root i {
  color: #fff;
}

.number-card.root {
  position: relative;
  padding: 8px 0px 8px 0px;
}

[dir="ltr"] .number-card.root {
  text-align: left;
}

[dir="rtl"] .number-card.root {
  text-align: right;
}

.number-card.root h1 {
  position: absolute;
  bottom: 0px;
  font-size: 200px;
  font-weight: var(--font-bold);
  opacity: 0.1;
  height: 100%;
  line-height: 240px;
}

[dir="ltr"] .number-card.root h1 {
  right: 0;
}

[dir="rtl"] .number-card.root h1 {
  left: 0;
}

.number-card.root .content i {
  font-size: 50px;
  margin-bottom: 16px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* General */
.media-card {
  overflow: hidden;
  position: relative;
  margin: 32px 0px 16px 0px;
  height: 250px;
  /* Orientation */
  /* Type */
}

@media (min-width: 1280px) {
  .media-card {
    height: 340px;
  }
}
.media-card figure {
  margin: 0;
}

.media-card figure img {
  min-height: 100%;
  width: 100%;
  z-index: 1;
}

.media-card .badge {
  position: absolute;
  top: 10px;
  color: white;
  font-size: 12px;
  border-radius: 10px;
}

[dir="ltr"] .media-card .badge {
  right: 10px;
}

[dir="rtl"] .media-card .badge {
  left: 10px;
}

.media-card .play-btn.btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.theme--light .media-card .play-btn.btn {
  background-color: #fff;
}

.theme--dark .media-card .play-btn.btn {
  background-color: #0a0a0a;
}

.media-card .play-btn.btn span:before {
  font-size: 60px;
  margin-left: 8px;
}

.theme--light .media-card .play-btn.btn span:before {
  color: rgb(var(--v-theme-secondary));
}

.theme--dark .media-card .play-btn.btn span:before {
  color: rgb(var(--v-theme-secondarylight));
}

.media-card .property {
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 170px;
  padding: 24px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 20%, #000 90%);
}

[dir="ltr"] .media-card .property {
  text-align: left;
}

[dir="rtl"] .media-card .property {
  text-align: right;
}

[dir="ltr"] .media-card .property {
  left: 0;
}

[dir="rtl"] .media-card .property {
  right: 0;
}

.media-card .media-title {
  color: #fff;
  font-weight: var(--font-medium);
  font-size: 20px;
  line-height: 24px;
}

[dir="ltr"] .media-card.landscape .media-title {
  text-align: left;
}

[dir="rtl"] .media-card.landscape .media-title {
  text-align: right;
}

.media-card.portrait {
  max-width: 400px;
}

.media-card.portrait .media-title {
  text-align: center;
  justify-content: center;
}

.media-card.photo {
  cursor: pointer;
}

.media-card .cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.card.photo-card {
  position: relative;
  transition: none;
  overflow: visible;
  border-radius: 20px;
  overflow: hidden;
}

.card.photo-card .figure {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.card.photo-card > a {
  height: 100%;
}

.card.photo-card .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  transition: transform 0.7s ease-out;
}

.card.photo-card img {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.card.photo-card:hover .img {
  transform: scale(1.1) rotate(-5deg);
}

.card.photo-card:hover .detail {
  opacity: 1;
  background-position: 60% 0;
}

.card.photo-card:hover .detail h6,
.card.photo-card:hover .detail a,
.card.photo-card:hover .detail span {
  transform: translate(0, 20px);
}

.card.photo-card:hover .detail:before {
  bottom: 0;
}

.card.photo-card .detail {
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  background-size: 300%;
  background-position: 0 0;
  padding: 24px;
  border-radius: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card.photo-card .detail > * {
  transition: all 0.4s ease-out;
}

.card.photo-card .detail h6 {
  position: relative;
  transform: translate(0, 60px);
  margin-bottom: 24px;
  line-height: 36px;
}

.card.photo-card .detail a,
.card.photo-card .detail span {
  font-size: 18px;
  text-decoration: underline;
  color: rgb(var(--v-theme-primary));
  position: relative;
  transform: translate(0, 60px);
}

.card.photo-card.short {
  height: 240px;
}

@media (max-width: 959px) {
  .card.photo-card.short {
    height: 210px;
  }
}
.card.photo-card.short .img {
  width: 100%;
}

.card.photo-card.short .detail {
  height: 90%;
}

.card.photo-card.short:before {
  width: 80px;
  height: 80px;
}

.card.photo-card.medium {
  height: 320px;
}

@media (max-width: 599px) {
  .card.photo-card.medium {
    height: 210px;
  }
}
.card.photo-card.medium .detail {
  height: 60%;
}

.card.photo-card.medium .img {
  width: 100%;
}

.card.photo-card.long {
  height: 480px;
}

@media (max-width: 599px) {
  .card.photo-card.long {
    height: 210px;
  }
}
.card.photo-card.long .detail {
  height: 60%;
}

.card.photo-card.long .img {
  height: 100%;
}

.card.photo-card.long:before {
  width: 190px;
  height: 260px;
}

.card.photo-card.long .figure:after {
  width: 300px;
  height: 300px;
  bottom: -120px;
}

[dir="ltr"] .card.photo-card.long .figure:after {
  left: -200px;
}

[dir="rtl"] .card.photo-card.long .figure:after {
  right: -200px;
}

.playlist-card {
  overflow: visible;
  border-radius: 20px;
  margin-bottom: 16px;
  position: relative;
  background: #424242;
  color: #fff;
  display: block;
  justify-content: center;
  height: 480px;
  z-index: 2;
}

.theme--dark .playlist-card {
  box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.2), 0px 7px 10px 1px rgba(50, 50, 50, 0.14), 0px 2px 16px 1px rgba(50, 50, 50, 0.12);
}

.theme--light .playlist-card {
  box-shadow: 0px 4px 5px -2px rgba(128, 128, 128, 0.2), 0px 7px 10px 1px rgba(128, 128, 128, 0.14), 0px 2px 16px 1px rgba(128, 128, 128, 0.12);
}

.playlist-card:not(.deco) {
  overflow: hidden;
}

.playlist-card:not(.deco) .waves-ripple {
  z-index: 1;
}

.playlist-card img {
  z-index: 1;
}

@media (max-width: 959px) {
  .playlist-card {
    height: 320px;
  }
}
.playlist-card.primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.playlist-card.primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.playlist-card.secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.playlist-card.secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.playlist-card.accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.playlist-card.double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.playlist-card.double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.playlist-card.double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.playlist-card.triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.playlist-card.triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.playlist-card.triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

@media (max-width: 1279px) {
  .playlist-card.deco:before,
  .playlist-card.deco:after {
    display: none;
  }
}
.playlist-card.deco:before {
  content: "";
  position: absolute;
  top: 65px;
  width: 85%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  transform: rotate(178deg);
}

[dir="ltr"] .playlist-card.deco:before {
  left: 50px;
}

[dir="rtl"] .playlist-card.deco:before {
  right: 50px;
}

.playlist-card.deco:after {
  content: "";
  position: absolute;
  top: 90px;
  width: 90%;
  height: 90%;
  border-radius: 20px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  transform: rotate(3deg);
}

[dir="ltr"] .playlist-card.deco:after {
  left: 40px;
}

[dir="rtl"] .playlist-card.deco:after {
  right: 40px;
}

.playlist-card .figure {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.playlist-card .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.playlist-card .property {
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 170px;
  border-radius: 20px;
  padding: 16px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  color: #fff;
}

[dir="ltr"] .playlist-card .property {
  text-align: left;
}

[dir="rtl"] .playlist-card .property {
  text-align: right;
}

[dir="ltr"] .playlist-card .property {
  left: 0;
}

[dir="rtl"] .playlist-card .property {
  right: 0;
}

.playlist-card .property:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 1279px) {
  .playlist-card .property {
    padding: 8px;
    text-align: center;
    bottom: 0;
  }

  .playlist-card .property .desc {
    display: none;
  }
}
.playlist-card .property.primary {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 30%, rgb(var(--v-theme-primary)) 80%);
}

.playlist-card .property.secondary {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 30%, rgb(var(--v-theme-secondary)) 80%);
}

.playlist-card .property.accent {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 30%, rgb(var(--v-theme-accentlight)) 80%);
}

.playlist-card .desc {
  font-weight: var(--font-regular);
  font-size: 16px;
  position: relative;
}

.playlist-card .user {
  display: flex;
  align-items: center;
  position: relative;
}

.playlist-card .head {
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 960px) {
  .playlist-card .head {
    margin-bottom: 24px;
  }
}
.playlist-card .title-card {
  text-transform: capitalize;
  font-weight: var(--font-bold);
  font-size: 36px;
  display: block;
  line-height: normal;
}

@media (max-width: 959px) {
  .playlist-card .title-card {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .playlist-card .title-card .verified {
    font-size: 32px;
  }
}
.playlist-card .text {
  display: block;
}

.playlist-card .name {
  display: block;
  font-weight: var(--font-medium);
}

.playlist-card .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  text-align: center;
}

.theme--light .playlist-card .avatar {
  background-color: #fff;
}

.theme--dark .playlist-card .avatar {
  background-color: #0a0a0a;
}

[dir="ltr"] .playlist-card .avatar {
  margin-right: 8px;
}

[dir="rtl"] .playlist-card .avatar {
  margin-left: 8px;
}

@media (max-width: 1279px) {
  .playlist-card .avatar {
    display: none;
  }
}
.playlist-card .avatar img {
  display: block;
  width: 100%;
}

.playlist-card .price {
  position: absolute;
  top: 1px;
  z-index: 1;
  font-weight: var(--font-medium);
}

.playlist-card .verified {
  color: rgb(var(--v-theme-secondary));
  font-size: 16px;
}

[dir="ltr"] .playlist-card .verified {
  margin-left: 8px;
}

[dir="rtl"] .playlist-card .verified {
  margin-right: 8px;
}

.playlist-card .gallery {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 24px;
  height: 200px;
  justify-content: space-between;
}

.playlist-card .gallery li {
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-left: -50%;
  position: relative;
  border-radius: 20px;
}

.playlist-card .gallery li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

[dir="ltr"] .playlist-card .gallery li:first-of-type {
  margin-left: 0;
}

[dir="rtl"] .playlist-card .gallery li:first-of-type {
  margin-right: 0;
}

.playlist-card .gallery li span {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: var(--font-medium);
}

[dir="ltr"] .playlist-card .gallery li span {
  left: 0;
}

[dir="rtl"] .playlist-card .gallery li span {
  right: 0;
}

.playlist-card .gallery li span svg {
  width: 36px;
  height: 36px;
}

[dir="ltr"] .playlist-card .gallery li span svg {
  margin-right: 4px;
}

[dir="rtl"] .playlist-card .gallery li span svg {
  margin-left: 4px;
}

.playlist-card .logo {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.theme--light .playlist-card .logo {
  background-color: #fff;
}

.theme--dark .playlist-card .logo {
  background-color: #0a0a0a;
}

[dir="ltr"] .playlist-card .logo {
  margin-right: 16px;
}

[dir="rtl"] .playlist-card .logo {
  margin-left: 16px;
}

@media (max-width: 1279px) {
  .playlist-card .logo {
    display: none;
  }
}
.playlist-card .logo img {
  display: block;
  width: 100%;
}

.post-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #424242;
  display: flex;
  justify-content: center;
  min-height: 250px;
  text-decoration: none;
  color: #fff;
}

.theme--dark .post-card {
  box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.2), 0px 7px 10px 1px rgba(50, 50, 50, 0.14), 0px 2px 16px 1px rgba(50, 50, 50, 0.12);
}

.theme--light .post-card {
  box-shadow: 0px 4px 5px -2px rgba(128, 128, 128, 0.2), 0px 7px 10px 1px rgba(128, 128, 128, 0.14), 0px 2px 16px 1px rgba(128, 128, 128, 0.12);
}

.post-card .figure {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.post-card .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.post-card .property {
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 150%;
  min-height: 170px;
  padding: 16px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  color: #fff;
}

[dir="ltr"] .post-card .property {
  text-align: left;
}

[dir="rtl"] .post-card .property {
  text-align: right;
}

.post-card .property:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(var(--v-theme-secondarydark)) 85%, rgb(var(--v-theme-primary)) 100%);
}

@media (max-width: 1279px) {
  .post-card .property {
    padding: 8px;
    bottom: 0;
  }
}
.post-card .title-card {
  text-transform: capitalize;
  font-weight: var(--font-bold);
  line-height: 36px;
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.post-card .title-card.small {
  font-size: 18px;
}

.post-card .title-card.big {
  font-size: 24px;
}

.post-card .desc {
  position: relative;
  display: block;
  margin-top: 16px;
}

.post-card .desc span {
  display: block;
}

.post-card .source {
  margin-bottom: 8px;
  opacity: 0.75;
  font-size: 12px;
  font-weight: var(--font-regular);
}

/* General */
.news-card {
  display: flex;
  border-radius: 12px;
  /* Orientation */
  /* Type */
}

.news-card .btn.action-btn {
  min-width: 200px;
}

.news-card .card-actions {
  display: flex;
  border: none;
  padding: 8px 0px 8px 0px;
}

.news-card .card-actions a {
  padding: 0;
  position: relative;
}

.news-card .caption {
  text-transform: uppercase;
  padding: 8px 0px 8px 0px;
}

.theme--light .news-card .caption {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .news-card .caption {
  color: rgba(255, 255, 255, 0.7);
}

.news-card .news-title {
  line-height: 1.5;
  font-weight: var(--font-medium);
}

.news-card .responsive-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.news-card .properties {
  padding: 16px;
  max-width: 100%;
}

.news-card .figure {
  height: 200px;
  display: block;
  position: relative;
}

.news-card .desc {
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  display: -webkit-box;
  height: 80px;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  margin-bottom: 16px;
}

.news-card.portrait {
  flex-direction: column;
  max-width: 300px;
}

.news-card.portrait .properties {
  padding-left: 16px;
  padding-right: 16px;
}

.news-card.portrait .btn {
  width: 100%;
}

.news-card.portrait .news-title {
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  display: -webkit-box;
  height: 75px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .news-card.portrait .news-title {
    font-size: 20px;
  }
}
.news-card.landscape {
  flex-direction: row;
  max-width: 1000px;
}

.news-card.landscape .figure {
  width: 200px;
  min-height: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .news-card.landscape .figure {
    max-width: 100px;
    max-height: 130px;
  }
}
[dir="ltr"] .news-card.landscape .figure {
  margin-right: 16px;
}

[dir="rtl"] .news-card.landscape .figure {
  margin-left: 16px;
}

@media (max-width: 599px) {
  .news-card.landscape .desc {
    display: none;
  }
}
.news-card.landscape .properties {
  flex: 1;
  overflow: hidden;
}

@media (max-width: 599px) {
  .news-card.landscape .properties {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .news-card.landscape .btn.action-btn {
    min-width: 0;
  }
}
.news-card.landscape .news-title {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width: 960px) {
  .news-card.landscape .news-title {
    font-size: 20px !important;
  }
}
.news-card.full {
  overflow: hidden;
  position: relative;
}

.news-card.round .figure {
  margin: 16px;
  overflow: hidden;
  border-radius: 12px;
}

@media (max-width: 599px) {
  .news-card.round.landscape .figure {
    margin: 8px;
  }
}
.news-card.oval {
  overflow: hidden;
}

.news-card.oval.portrait .figure {
  width: 120%;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
}

[dir="ltr"] .news-card.oval.portrait .figure {
  margin-left: -10%;
}

[dir="rtl"] .news-card.oval.portrait .figure {
  margin-right: -10%;
}

.news-card.oval.landscape .figure {
  overflow: hidden;
}

.news-card.oval.landscape .figure > div {
  border-radius: 0 50% 50% 0 !important;
  height: 120% !important;
  margin-top: -10%;
}

.news-card.over {
  overflow: visible;
}

.news-card.over.portrait {
  margin-top: 16px;
}

.news-card.over.portrait .figure {
  overflow: hidden;
  margin: -16px 16px 0px 16px;
  border-radius: 12px;
}

.theme--dark .news-card.over.portrait .figure {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .news-card.over.portrait .figure {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

[dir="ltr"] .news-card.over.landscape {
  margin-left: 16px;
}

[dir="rtl"] .news-card.over.landscape {
  margin-right: 16px;
}

.news-card.over.landscape .figure {
  overflow: hidden;
  margin: 16px 0px 16px 0px;
  border-radius: 12px;
}

.theme--dark .news-card.over.landscape .figure {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .news-card.over.landscape .figure {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

[dir="ltr"] .news-card.over.landscape .figure {
  margin-left: -16px;
}

[dir="rtl"] .news-card.over.landscape .figure {
  margin-right: -16px;
}

.pricing-card {
  margin-top: 40px;
  max-width: 390px;
  border-radius: 40px;
  z-index: 1px;
  position: relative;
  padding: 32px 16px 16px 16px;
}

.theme--dark .pricing-card {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .pricing-card {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1280px) {
  .pricing-card {
    padding: 32px 32px 16px 32px;
  }
}
.pricing-card:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 40px;
  border: 1px solid;
  width: 100%;
  height: 90%;
}

.pricing-card.primary {
  color: #fff;
  background-image: linear-gradient(145deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-accentlight)) 100%, rgb(var(--v-theme-accentlight)) 100%, rgb(var(--v-theme-accentlight)) 100%);
}

.pricing-card.primary:before {
  border-color: rgb(var(--v-theme-primary));
  transform: rotate(5deg);
}

.pricing-card.secondary {
  background-image: linear-gradient(143deg, rgb(var(--v-theme-secondary)) 0%, #ffffff 100%);
  color: #000;
}

.pricing-card.secondary:before {
  border-color: rgb(var(--v-theme-secondary));
  transform: rotate(-5deg);
}

.pricing-card .card-wrap {
  background: none;
  box-shadow: none;
}

.pricing-card .desc {
  font-weight: var(--font-medium);
}

.pricing-card .card-header {
  padding: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: var(--font-bold);
}

.pricing-card .price-header {
  padding: 40px 16px 40px 16px;
}

.pricing-card .card-pricing {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.pricing-card .card-content {
  padding: 24px;
}

@media (min-width: 1280px) {
  .pricing-card .card-content {
    padding: 24px 64px 24px 64px;
  }
}
.pricing-card .card-content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.pricing-card .card-content li {
  list-style: disc;
  font-size: 16px;
  padding: 8px 0px 8px 0px;
}

[dir="ltr"] .pricing-card .card-content li {
  text-align: left;
}

[dir="rtl"] .pricing-card .card-content li {
  text-align: right;
}

.pricing-card .btn-area {
  text-align: center;
  position: relative;
  padding: 12px 40px 12px 40px;
  display: block;
}

.theme--light .pricing-card .btn-area {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .pricing-card .btn-area {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-basic-card .price-card {
  text-align: center;
  border-radius: 36px;
  overflow: hidden;
}

@media (max-width: 599px) {
  .pricing-basic-card .price-card {
    max-width: 320px;
    margin: 0 auto;
  }
}
.pricing-basic-card .price-card.card {
  background: none;
  box-shadow: none;
}

.pricing-basic-card .price-card h2 {
  font-weight: var(--font-bold);
}

.pricing-basic-card .price-card h2 span {
  vertical-align: super;
  padding: 0px 4px 0px 4px;
  font-size: 22px;
}

.pricing-basic-card .price-card h2 em {
  font-size: 16px;
  text-transform: lowercase;
  font-style: normal;
  font-weight: var(--font-regular);
}

.pricing-basic-card .price-card h6 {
  line-height: 28px;
}

.pricing-basic-card .price-card p {
  margin-bottom: 16px;
}

.pricing-basic-card .price-card ul li {
  list-style: none;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
}

.theme--light .pricing-basic-card .price-card ul li {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .pricing-basic-card .price-card ul li {
  color: #fff;
}

.pricing-basic-card .price-card ul li:last-child {
  border: none;
}

.pricing-basic-card .price-card.general h5 {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  color: #000;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  border-radius: 36px;
  padding: 0px 32px 0px 32px;
  font-size: 22px;
  display: inline-block;
  margin: 8px 0px 8px 0px;
}

.pricing-basic-card .price-card.value {
  z-index: 10;
  padding: 16px;
  box-shadow: none;
  margin-top: 32px;
}

.theme--light .pricing-basic-card .price-card.value {
  background-color: #fff;
}

.theme--dark .pricing-basic-card .price-card.value {
  background-color: #0a0a0a;
  box-shadow: 0px 9px 12px -6px rgba(50, 50, 50, 0.2), 0px 19px 29px 2px rgba(50, 50, 50, 0.14), 0px 7px 36px 6px rgba(50, 50, 50, 0.12);
}

.theme--light .pricing-basic-card .price-card.value {
  box-shadow: 0px 9px 12px -6px rgba(128, 128, 128, 0.2), 0px 19px 29px 2px rgba(128, 128, 128, 0.14), 0px 7px 36px 6px rgba(128, 128, 128, 0.12);
}

@media (min-width: 600px) {
  .pricing-basic-card .price-card.value {
    margin-top: -30px;
    margin-bottom: -15px;
  }
}
.pricing-basic-card .price-card.value .price-header {
  border-radius: 20px;
  color: #000;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.pricing-basic-card .price-card.value ul {
  margin-top: 16px;
}

.pricing-basic-card .price-card.value h2 {
  color: #000;
}

.pricing-basic-card .price-card.value h5 {
  color: #000;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  border-radius: 36px;
  padding: 0px 32px 0px 32px;
  font-size: 22px;
  display: inline-block;
  margin: 8px 0px 8px 0px;
  padding: 0 !important;
}

.pricing-basic-card .price-card.value h6 {
  color: #000;
}

.theme--dark .pricing-basic-card .price-card.value:hover {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .pricing-basic-card .price-card.value:hover {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.pricing-basic-card .price-card.value .btn-area {
  border-image-source: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  border-image-slice: 1;
}

.pricing-basic-card .price-card.value .btn-area .btn:not(.btn-outlined) {
  background: rgb(var(--v-theme-primary));
}

.pricing-basic-card .price-card.basic h2 {
  color: #fff;
}

.pricing-basic-card .price-card.basic h5 {
  background: #fff;
  color: #000;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  border-radius: 36px;
  padding: 0px 32px 0px 32px;
  font-size: 22px;
  display: inline-block;
  margin: 8px 0px 8px 0px;
}

.pricing-basic-card .price-card.basic h6 {
  color: #fff;
}

.pricing-basic-card .price-header {
  display: block;
  padding: 8px 16px 8px 16px;
  position: relative;
}

.pricing-basic-card .price-header .icon {
  position: absolute;
  top: 8px;
  color: #fff;
}

[dir="ltr"] .pricing-basic-card .price-header .icon {
  right: 8px;
}

[dir="rtl"] .pricing-basic-card .price-header .icon {
  left: 8px;
}

.pricing-basic-card .title-price {
  font-size: 52px;
}

.pricing-basic-card .btn-area {
  text-align: center;
  position: relative;
  padding: 12px 40px 12px 40px;
  margin-top: 24px;
  margin: 0px 16px 0px 16px;
}

.theme--light .pricing-basic-card .btn-area {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .pricing-basic-card .btn-area {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 600px) {
  .pricing-basic-card .btn-area {
    padding: 24px 16px 24px 16px;
    border-top: 1px solid;
  }

  .theme--light .pricing-basic-card .btn-area {
    border-color: rgba(0, 0, 0, 0.12);
  }

  .theme--dark .pricing-basic-card .btn-area {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
.pricing-basic-card .btn-area p {
  position: relative;
  font-size: 14px;
}

.pricing-basic-card .btn-area .btn:not(.btn-outlined) {
  background: #000;
}

.pricing-basic-card .card-pricing {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  line-height: 52px;
}

.pricing-group-card {
  margin-top: 80px;
}

.pricing-group-card .root.container {
  padding: 0 !important;
}

.pricing-group-card .pricing-group {
  background: linear-gradient(-49deg, rgb(var(--v-theme-accent)) 10%, rgb(var(--v-theme-primarydark)) 40%, rgb(var(--v-theme-primary)) 70%, rgb(var(--v-theme-secondarylight)) 100%);
  background-size: 120%;
  border-radius: 40px;
  position: relative;
  margin: 40px 0px 80px 0px;
}

@media (min-width: 600px) {
  .pricing-group-card .pricing-group {
    margin: 64px 0px 64px 0px;
  }
}
.pricing-group-card .pricing-group:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
}

.theme--light .pricing-group-card .pricing-group:before {
  background: rgba(255, 255, 255, 0.85);
}

.theme--dark .pricing-group-card .pricing-group:before {
  background: rgba(0, 0, 0, 0.15);
}

.pricing-group-card .price-card {
  text-align: center;
  border-radius: 36px;
  overflow: hidden;
}

@media (max-width: 599px) {
  .pricing-group-card .price-card {
    max-width: 320px;
    margin: 0 auto;
  }
}
.pricing-group-card .price-card h2 {
  margin-bottom: 0;
  line-height: 48px;
  color: #fff;
}

.pricing-group-card .price-card h6 {
  color: #fff;
}

.pricing-group-card .price-card h5 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing-group-card .price-card p {
  margin-bottom: 16px;
}

.pricing-group-card .price-card ul li {
  list-style: none;
  padding: 8px 0px 8px 0px;
  border-bottom: 2px dashed;
}

.theme--light .pricing-group-card .price-card ul li {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .pricing-group-card .price-card ul li {
  color: #fff;
}

.theme--light .pricing-group-card .price-card ul li {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .pricing-group-card .price-card ul li {
  border-color: rgba(255, 255, 255, 0.24);
}

.pricing-group-card .price-card ul li:last-child {
  border: none;
}

.pricing-group-card .price-card.bg {
  border: 2px solid rgb(var(--v-theme-primary));
  z-index: 10;
}

.theme--dark .pricing-group-card .price-card.bg {
  box-shadow: 0px 9px 12px -6px rgba(50, 50, 50, 0.2), 0px 19px 29px 2px rgba(50, 50, 50, 0.14), 0px 7px 36px 6px rgba(50, 50, 50, 0.12);
}

.theme--light .pricing-group-card .price-card.bg {
  box-shadow: 0px 9px 12px -6px rgba(128, 128, 128, 0.2), 0px 19px 29px 2px rgba(128, 128, 128, 0.14), 0px 7px 36px 6px rgba(128, 128, 128, 0.12);
}

.pricing-group-card .price-card.bg .price-header {
  border-radius: 0;
  padding-bottom: 32px;
}

.pricing-group-card .price-card.bg .price-header:before {
  background-image: linear-gradient(120deg, rgb(var(--v-theme-primary)), rgb(var(--v-theme-secondary)));
  content: "";
  width: 140%;
  position: absolute;
  top: -100px;
  left: -20%;
  border-radius: 50%;
  height: 160%;
}

.pricing-group-card .price-card.bg h2 {
  color: #fff;
}

.pricing-group-card .price-card.bg h5 {
  color: #fff;
}

.pricing-group-card .price-card.bg h6 {
  color: #fff;
}

.pricing-group-card .price-header {
  display: block;
  padding: 40px 16px 40px 16px;
  position: relative;
}

.pricing-group-card .price-header .icon {
  position: absolute;
  top: 8px;
  color: #fff;
}

[dir="ltr"] .pricing-group-card .price-header .icon {
  right: 8px;
}

[dir="rtl"] .pricing-group-card .price-header .icon {
  left: 8px;
}

.pricing-group-card .btn-area {
  text-align: center;
  position: relative;
  padding: 16px 0;
  margin-top: 24px;
}

.theme--light .pricing-group-card .btn-area {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .pricing-group-card .btn-area {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-group-card .btn-area p {
  position: relative;
  font-size: 14px;
}

.pricing-group-card .card-pricing {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.pricing-group-card .tabs {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 959px) {
  .pricing-group-card .tabs {
    width: 100%;
  }
}
.pricing-group-card a.tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 32px 0px 32px;
}

@media (max-width: 599px) {
  .pricing-group-card a.tab-label {
    font-size: 14px;
  }
}
.pricing-group-card .tab-content {
  position: relative;
}

.pricing-group-card .tab-content section {
  position: relative;
}

.pricing-group-card .tab-content section div {
  overflow: visible;
}

.pricing-group-card .indicator {
  background: #000;
  height: 5px;
  border-radius: 4px 4px 0 0;
}

.testimonial-card .testimonial {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  height: 240px;
}

@media (min-width: 600px) {
  .testimonial-card .testimonial {
    height: 300px;
  }
}
.testimonial-card .testimonial figure {
  width: 60%;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (max-width: 599px) {
  .testimonial-card .testimonial figure {
    display: none;
  }
}
.testimonial-card .testimonial figure img {
  z-index: 1;
  position: relative;
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.2));
}

@media (min-width: 1280px) {
  .testimonial-card .testimonial figure img {
    min-height: 100%;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .testimonial-card .testimonial figure img {
    height: 100%;
  }
}
.testimonial-card .testimonial figure:before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgb(var(--v-theme-primary));
  position: absolute;
  top: -60px;
}

[dir="ltr"] .testimonial-card .testimonial figure:before {
  left: -105px;
}

[dir="rtl"] .testimonial-card .testimonial figure:before {
  right: -105px;
}

.testimonial-card .testimonial .content {
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
}

.testimonial-card .testimonial .content span {
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-card .testimonial .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-card .testimonial .content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonial-card .testimonial h6 {
  font-weight: var(--font-bold);
}

.testimonial-card .deco {
  position: absolute;
  background: rgb(var(--v-theme-primary));
  height: 428px;
  width: 100%;
  top: -60px;
}

@media (min-width: 600px) {
  .testimonial-card .deco {
    width: 428px;
    border-radius: 50%;
  }

  [dir="ltr"] .testimonial-card .deco {
    left: -120px;
  }

  [dir="rtl"] .testimonial-card .deco {
    right: -120px;
  }
}
.testimonial-card .deco:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 80px;
  right: 25px;
  border-radius: 50%;
  background-image: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
  transform: scale(-1);
}

@media (max-width: 599px) {
  .testimonial-card .deco:after {
    display: none;
  }
}
.testimonial-card .deco:before {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  bottom: 30px;
  left: 90px;
  border-radius: 50%;
  background: rgb(var(--v-theme-secondary));
}

@media (max-width: 599px) {
  .testimonial-card .deco:before {
    display: none;
  }
}
.testimonial-card .text {
  flex: 1;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 24px;
}

@media (min-width: 600px) {
  .testimonial-card .text {
    padding: 32px 0px 32px 24px;
    width: 45%;
  }
}
[dir="rtl"] .testimonial-card .text {
  padding: 32px 24px 32px 0px;
}

/* Testimonial Card */
.testi-rating-card {
  position: relative;
}

.testi-rating-card:before {
  content: "";
  position: absolute;
  top: 10;
  left: 0;
  border-radius: 50px;
  border: 1px solid rgb(var(--v-theme-primary));
  width: 240px;
  height: 240px;
  transform: rotate(-5deg);
  transform-origin: bottom left;
}

.testi-rating-card .paper {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgb(var(--v-theme-secondary));
  padding: 24px;
  width: 240px;
  height: 240px;
  border-radius: 50px;
  position: relative;
}

.theme--light .testi-rating-card .paper {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark .testi-rating-card .paper {
  background: rgba(10, 10, 10, 0.5);
}

.testi-rating-card .paper p {
  height: 130px;
  overflow: hidden;
}

.testi-rating-card .rating {
  margin-top: 32px;
}

.testi-rating-card .star-icon {
  color: #ffc107;
}

.theme--light .testi-rating-card .star-icon-disable {
  color: rgba(0, 0, 0, 0.24);
}

.theme--dark .testi-rating-card .star-icon-disable {
  color: rgba(255, 255, 255, 0.24);
}

.testi-rating-card .avatar-profile {
  padding: 4px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.testi-rating-card .avatar-profile img {
  border-radius: 50%;
  width: 100%;
}

.testi-rating-card .person {
  display: flex;
  margin-top: 24px;
}

.testi-rating-card .person .avatar {
  width: 55px;
  height: 55px;
}

.testi-rating-card .person .caption {
  font-style: italic;
  font-weight: 300;
}

[dir="ltr"] .testi-rating-card .name {
  margin-left: 16px;
}

[dir="rtl"] .testi-rating-card .name {
  margin-right: 16px;
}

.quote-card {
  position: relative;
}

@media (min-width: 600px) {
  .quote-card {
    padding: 0px 40px 0px 40px;
  }
}
.quote-card:before {
  content: "";
  width: 250px;
  height: 210px;
  border-radius: 40px;
  border: 1px solid rgb(var(--v-theme-primary));
  transform: rotate(-6deg);
  top: -15px;
  position: absolute;
}

[dir="ltr"] .quote-card:before {
  left: 12px;
}

[dir="rtl"] .quote-card:before {
  right: 12px;
}

.quote-card .card {
  overflow: visible;
  border-radius: 40px;
}

.quote-card .paper {
  border-radius: 40px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgb(var(--v-theme-secondary));
  padding: 16px;
}

@media (max-width: 599px) {
  .quote-card .paper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.quote-card .paper i {
  position: absolute;
  font-size: 70px;
  transform: scale(-1, -1);
}

.quote-card .primary {
  top: -50px;
  color: transparent;
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarydark)) 20%, rgb(var(--v-theme-primary)) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] .quote-card .primary {
  left: -10px;
}

[dir="rtl"] .quote-card .primary {
  right: -10px;
}

.quote-card .secondary {
  bottom: -40px;
  color: transparent;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondary)) 20%, rgb(var(--v-theme-secondarydark)) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[dir="ltr"] .quote-card .secondary {
  right: -10px;
}

[dir="rtl"] .quote-card .secondary {
  left: -10px;
}

.quote-card .avatar {
  width: 180px;
  height: 180px;
  padding: 4px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (max-width: 599px) {
  .quote-card .avatar {
    width: 100px;
    height: 100px;
  }
}
.quote-card .avatar img {
  border-radius: 50%;
}

.quote-card .content-quote {
  flex: 1;
}

@media (min-width: 600px) {
  [dir="ltr"] .quote-card .content-quote {
    margin-left: 24px;
  }

  [dir="rtl"] .quote-card .content-quote {
    margin-right: 24px;
  }
}
@media (max-width: 599px) {
  .quote-card .content-quote {
    margin-top: 24px;
  }
}
.quote-card .content-quote p {
  font-size: 18px;
  margin-bottom: 24px;
}

.quote-card .content-quote h6 {
  font-weight: var(--font-medium);
}

.quote-card .caption-title {
  font-style: italic;
}

.profile-card {
  position: relative;
  border-radius: 20px;
  box-shadow: none;
  overflow: hidden;
}

.profile-card a {
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.profile-card h2 {
  position: absolute;
  opacity: 0.36;
  bottom: 8px;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) -10%, transparent 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: var(--font-bold);
}

[dir="ltr"] .profile-card h2 {
  padding-right: 16px;
}

[dir="rtl"] .profile-card h2 {
  padding-left: 16px;
}

[dir="ltr"] .profile-card h2 {
  right: 0;
}

[dir="rtl"] .profile-card h2 {
  left: 0;
}

.profile-card .inner {
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: rgb(var(--v-theme-primarydark));
  background-color: rgb(var(--v-theme-primarydark));
  position: relative;
  overflow: hidden;
}

.profile-card .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  border-radius: 12px;
}

.profile-card .avatar {
  margin: 0;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  padding: 2px;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.profile-card .avatar img {
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-card .properties {
  padding: 8px 8px 0px 8px;
  font-size: 12px;
  flex: 1;
  z-index: 1;
  position: relative;
}

@media (min-width: 1280px) {
  .profile-card .properties {
    padding: 8px 16px 0px 16px;
  }
}
.profile-card .title-profile {
  white-space: nowrap;
  font-weight: var(--font-medium);
  font-size: 18px;
  margin-bottom: 8px;
}

.profile-card .verified {
  color: rgb(var(--v-theme-secondary));
  font-size: 16px;
}

.profile-card .action {
  padding: 0;
  padding-top: 4px;
  display: flex;
}

.profile-card .action strong {
  font-weight: var(--font-medium);
}

.profile-card .action p,
.profile-card .action span {
  margin-bottom: 4px;
  font-size: 12px;
}

[dir="ltr"] .profile-card .action > div {
  margin-right: 16px;
}

[dir="rtl"] .profile-card .action > div {
  margin-left: 16px;
}

.profile-card .action i {
  font-size: 12px;
  position: relative;
}

[dir="ltr"] .profile-card .action i {
  margin-right: 4px;
}

[dir="rtl"] .profile-card .action i {
  margin-left: 4px;
}

@media (max-width: 959px) {
  .profile-card .stats {
    display: none;
  }
}
.profile-card .icon-primary {
  fill: rgb(var(--v-theme-primary));
}

.profile-card .icon-secondary {
  fill: rgb(var(--v-theme-secondary));
}

.profile-card.first.card {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
  padding: 2px;
  border-radius: 12px;
}

.profile-card.first.card .avatar {
  width: 94px;
  height: 94px;
}

.profile-card.first.card .title-profile {
  font-size: 36px;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .profile-card.first.card .title-profile {
    font-size: 22px;
  }
}
.profile-card.first.card .action > div {
  position: relative;
  z-index: 1;
}

[dir="ltr"] .profile-card.first.card .action > div {
  padding-right: 16px;
}

[dir="rtl"] .profile-card.first.card .action > div {
  padding-left: 16px;
}

.profile-card.first.card h2 {
  opacity: 1;
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarylight)) 30%, rgb(var(--v-theme-primary)) 60%, rgb(var(--v-theme-primarydark)) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  top: -16px;
}

@media (min-width: 600px) {
  [dir="ltr"] .profile-card.first.card h2 {
    right: 32px;
  }

  [dir="rtl"] .profile-card.first.card h2 {
    left: 32px;
  }
}
@media (max-width: 599px) {
  .profile-card.first.card h2 {
    opacity: 0.5;
  }
}
.profile-card.first.card i {
  width: 18px;
  height: 18px;
}

/* Case Studies Card */
.case-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #424242;
  display: block;
  padding: 0 !important;
  margin-bottom: 40px;
  width: 500px;
  height: 180px;
}

.theme--dark .case-card {
  box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.2), 0px 7px 10px 1px rgba(50, 50, 50, 0.14), 0px 2px 16px 1px rgba(50, 50, 50, 0.12);
}

.theme--light .case-card {
  box-shadow: 0px 4px 5px -2px rgba(128, 128, 128, 0.2), 0px 7px 10px 1px rgba(128, 128, 128, 0.14), 0px 2px 16px 1px rgba(128, 128, 128, 0.12);
}

@media (max-width: 599px) {
  .case-card {
    width: 280px;
  }
}
.case-card img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-card.portrait {
  width: 320px;
  height: 400px;
}

@media (max-width: 599px) {
  .case-card.portrait {
    width: 280px;
    height: 300px;
  }
}
.case-card.portrait img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-card.square {
  width: 500px;
  height: 400px;
}

@media (max-width: 599px) {
  .case-card.square {
    width: 280px;
  }
}
.case-card.square img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-card .figure {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.case-card .figure img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-card .title {
  text-transform: capitalize;
  font-weight: font-bold;
  line-height: 36px;
  font-size: 24px;
}

@media (max-width: 599px) {
  .case-card .title {
    font-size: 18px;
  }
}
.case-card .logo {
  display: block;
  position: relative;
}

.case-card .logo img {
  z-index: 1;
  width: 100%;
}

.case-card .text {
  flex: 1;
}

.case-card .desc {
  font-weight: var(--font-regular);
  font-size: 16px;
  white-space: normal;
  display: block;
  line-height: 1.5;
}

.case-card .property {
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 150%;
  min-height: 170px;
  padding: 8px;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(var(--v-theme-secondarydark)) 85%, rgb(var(--v-theme-primarydark)) 120%);
}

.case-card .property .title {
  white-space: normal;
  display: flex;
  font-weight: var(--font-bold);
  align-items: center;
}

.case-card .property .logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.theme--light .case-card .property .logo {
  background-color: #fff;
}

.theme--dark .case-card .property .logo {
  background-color: #0a0a0a;
}

[dir="ltr"] .case-card .property .logo {
  margin-right: 16px;
}

[dir="rtl"] .case-card .property .logo {
  margin-left: 16px;
}

.case-card .property .logo img {
  display: block;
}

.case-card .property h6 {
  color: #fff;
  margin-bottom: 16px;
  line-height: 22px;
}

.root.preview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 400px;
  align-items: center;
}

.root.preview-card:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  position: absolute;
  transform: rotate(5deg);
  border-radius: 20px;
  border: 1px solid rgb(var(--v-theme-primary));
}

[dir="ltr"] .root.preview-card:before {
  left: -5px;
}

[dir="rtl"] .root.preview-card:before {
  right: -5px;
}

.root.preview-card:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  position: absolute;
  transform: rotate(-3deg);
  border-radius: 20px;
  border: 1px solid rgb(var(--v-theme-secondary));
}

[dir="ltr"] .root.preview-card:after {
  left: -10px;
}

[dir="rtl"] .root.preview-card:after {
  right: -10px;
}

.root.preview-card .card {
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.root.preview-card .card figure {
  margin: 0;
}

.root.preview-card .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.root.preview-card .icon {
  width: 62px;
  height: 62px;
  position: absolute;
  top: -30px;
  z-index: 10;
  border-radius: 20px;
}

.theme--dark .root.preview-card .icon {
  box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.2), 0px 4px 5px 0px rgba(50, 50, 50, 0.14), 0px 1px 10px 0px rgba(50, 50, 50, 0.12);
}

.theme--light .root.preview-card .icon {
  box-shadow: 0px 2px 4px -1px rgba(128, 128, 128, 0.2), 0px 4px 5px 0px rgba(128, 128, 128, 0.14), 0px 1px 10px 0px rgba(128, 128, 128, 0.12);
}

.event-card.card {
  padding: 64px 0px 64px 0px;
  text-align: center;
  font-size: 18px;
  border-radius: 60px;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

@media (max-width: 599px) {
  .event-card.card {
    padding: 64px 16px 64px 16px;
  }
}
.event-card.card.primary {
  color: #fff;
  background: linear-gradient(to bottom, rgb(var(--v-theme-primary)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

.event-card.card.primary:before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-primary)) 80%);
}

[dir="ltr"] .event-card.card.primary:before {
  left: 5px;
}

[dir="rtl"] .event-card.card.primary:before {
  right: 5px;
}

.event-card.card.primary .date {
  background: linear-gradient(to bottom, #fff -10%, transparent 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-card.card.secondary {
  color: #000;
}

.theme--light .event-card.card.secondary {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondary)) 10%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark .event-card.card.secondary {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondary)) 10%, #fff 100%);
}

.event-card.card.secondary:before {
  content: "";
  height: 110px;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  top: -75px;
  -webkit-clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 0);
  background: linear-gradient(transparent 35%, rgb(var(--v-theme-secondary)) 100%);
}

[dir="ltr"] .event-card.card.secondary:before {
  left: 5px;
}

[dir="rtl"] .event-card.card.secondary:before {
  right: 5px;
}

.event-card.card.secondary .date {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondarydark)) -20%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-card.card.secondary .location {
  color: rgb(var(--v-theme-secondarydark));
}

.event-card.card p {
  margin: 48px 0px 32px 0px;
  font-size: 18px;
}

.event-card.card .date {
  font-weight: var(--font-bold);
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: -30px;
}

@media (max-width: 599px) {
  .event-card.card .date {
    font-size: 48px;
  }
}
.event-card.card .location {
  font-weight: var(--font-bold);
  font-size: 64px;
}

@media (max-width: 599px) {
  .event-card.card .location {
    font-size: 32px;
    margin-top: 24px;
  }
}
.event-card.card .btn-area {
  justify-content: center;
}

@media (min-width: 600px) {
  .event-card.card .btn-area {
    display: flex;
  }

  .event-card.card .btn-area button,
  .event-card.card .btn-area a {
    margin: 0px 4px 0px 4px;
  }
}
@media (max-width: 599px) {
  .event-card.card .btn-area button,
  .event-card.card .btn-area a {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
}
.footer-deco .liquid {
  overflow: hidden;
  position: relative;
}

@media (min-width: 960px) {
  .footer-deco .liquid {
    padding-bottom: 80px;
  }
}
.footer-deco .liquid:after {
  content: "";
  width: 384px;
  height: 621px;
  background: url("../images/ai/parallax.png") transparent no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  transform: rotate(270deg) scale(-1, 1);
  filter: blur(10px);
  opacity: 0.2;
  top: 0;
}

[dir="ltr"] .footer-deco .liquid:after {
  right: 160px;
}

[dir="rtl"] .footer-deco .liquid:after {
  left: 160px;
}

@media (max-width: 959px) {
  .footer-deco .liquid:after {
    top: 200px;
  }
}
.footer-deco .liquid:before {
  content: "";
  width: 384px;
  height: 621px;
  background: url("../images/ai/parallax.png") transparent no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  transform: rotate(90deg) scale(-1, -1);
  filter: blur(10px);
  opacity: 0.2;
  top: 80px;
}

[dir="ltr"] .footer-deco .liquid:before {
  left: -50px;
}

[dir="rtl"] .footer-deco .liquid:before {
  right: -50px;
}

@media (max-width: 959px) {
  .footer-deco .liquid:before {
    top: 100px;
  }
}
.footer-deco .stone {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.footer-deco .stone:after {
  content: "";
  width: 384px;
  height: 621px;
  background: url("../images/blockchain/parallax.png") transparent no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 180px;
  transform: rotate(160deg) scale(-1, -1);
  filter: blur(5px);
  opacity: 0.5;
}

[dir="ltr"] .footer-deco .stone:after {
  right: 0;
}

[dir="rtl"] .footer-deco .stone:after {
  left: 0;
}

@media (max-width: 959px) {
  .footer-deco .stone:after {
    top: 500px;
  }
}
.footer-deco .stone:before {
  content: "";
  width: 384px;
  height: 621px;
  background: url("../images/blockchain/parallax.png") transparent no-repeat;
  background-position: center center;
  backgroundsize: 100%;
  position: absolute;
  top: 100px;
  transform: rotate(-90deg) scale(-1, 1);
  filter: blur(5px);
  opacity: 0.5;
}

[dir="ltr"] .footer-deco .stone:before {
  left: 190px;
}

[dir="rtl"] .footer-deco .stone:before {
  right: 190px;
}

@media (max-width: 959px) {
  .footer-deco .stone:before {
    top: 400px;
  }
}
.footer-deco .line {
  position: relative;
  padding: 40px 0px 40px 0px;
}

.footer-deco .line .deco {
  top: -400px;
}

@media (min-width: 600px) {
  .footer-deco .line .deco {
    top: -270px;
  }
}
.footer-deco .deco {
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1536px) {
  .footer-deco .deco {
    display: none;
  }
}
.footer-deco .deco svg {
  width: 1573px;
  height: 266px;
  position: absolute;
}

.footer-deco .deco .primary {
  top: 10px;
}

.theme--light .footer-deco .deco .primary {
  stroke: rgb(var(--v-theme-primary));
}

.theme--dark .footer-deco .deco .primary {
  stroke: rgb(var(--v-theme-primarylight));
}

[dir="ltr"] .footer-deco .deco .primary {
  left: 0;
}

[dir="rtl"] .footer-deco .deco .primary {
  right: 0;
}

.footer-deco .deco .secondary {
  stroke: rgb(var(--v-theme-secondary));
  top: 10px;
}

[dir="ltr"] .footer-deco .deco .secondary {
  left: -200px;
}

[dir="rtl"] .footer-deco .deco .secondary {
  right: -200px;
}

.footer-deco .wave {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .footer-deco .wave {
    padding-top: 80px;
  }
}
.footer-deco .wave .deco {
  top: 20px;
  z-index: 2;
  opacity: 0.5;
}

.footer-deco .wave:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  opacity: 0.4;
  display: block;
  position: absolute;
}

[dir="ltr"] .footer-deco .wave:before {
  left: 0;
}

[dir="rtl"] .footer-deco .wave:before {
  right: 0;
}

.theme--light .footer-deco .wave:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark .footer-deco .wave:before {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.footer-deco .deco-mask {
  position: absolute;
  height: 300px;
  top: 0px;
  z-index: 2;
  width: 1280px;
}

[dir="ltr"] .footer-deco .deco-mask {
  left: 0px;
}

[dir="rtl"] .footer-deco .deco-mask {
  right: 0px;
}

@media (min-width: 1536px) {
  .footer-deco .deco-mask {
    transform: scale(1.5);
    top: 10px;
  }
}
.footer-deco .deco-mask svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.theme--light .footer-deco .deco-mask .main {
  fill: #fff;
}

.theme--dark .footer-deco .deco-mask .main {
  fill: rgb(var(--v-theme-primarydark));
}

.theme--light .footer-deco .deco-mask .darken {
  fill: #fff;
}

.theme--dark .footer-deco .deco-mask .darken {
  fill: rgba(0, 0, 0, 0.5);
}

.footer-deco .primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.footer-deco .primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.footer-deco .secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.footer-deco .secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.footer-deco .accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.footer-deco .double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.footer-deco .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.footer-deco .double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.footer-deco .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.footer-deco .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.footer-deco .triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.footer-deco .fogs {
  position: relative;
  padding: 80px 0px 40px 0px;
}

@media (max-width: 959px) {
  .footer-deco .fogs {
    padding-top: 80px;
  }
}
.footer-deco .fogs .fog {
  position: absolute;
  filter: blur(50px);
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .footer-deco .fogs .fog {
    overflow: hidden;
  }
}
.footer-deco .fogs .start {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  width: 300px;
  height: 100%;
}

[dir="ltr"] .footer-deco .fogs .start {
  left: -200px;
}

[dir="rtl"] .footer-deco .fogs .start {
  right: -200px;
}

.footer-deco .fogs .start > div {
  position: absolute;
}

.footer-deco .fogs .end {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  width: 300px;
  height: 100%;
}

[dir="ltr"] .footer-deco .fogs .end {
  right: 0;
}

[dir="rtl"] .footer-deco .fogs .end {
  left: 0;
}

.footer-deco .fogs .end > div {
  position: absolute;
}

.footer-basic {
  text-align: center;
  position: relative;
}

.footer-basic:after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}

.footer-basic.has-bg {
  padding-top: 600px;
  margin-top: -600px;
}

.footer-basic .container {
  position: relative;
}

.footer-basic .root {
  text-align: center;
  position: relative;
  z-index: 11;
}

.footer-basic .root nav {
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-basic .root nav ul {
  margin: 0;
  padding: 0;
}

.footer-basic .root nav ul li {
  display: inline-block;
  margin: 8px;
  float: none;
}

.footer-basic .root nav ul li a {
  text-transform: capitalize;
  text-decoration: none !important;
  padding: 0px 8px 0px 8px;
  font-size: 18px;
}

.theme--light .footer-basic .root nav ul li a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .footer-basic .root nav ul li a {
  color: #fff;
}

@media (max-width: 599px) {
  .footer-basic .root nav ul li a {
    font-size: 16px;
  }
}
.footer-basic .logo {
  margin-bottom: 24px;
}

.footer-basic .logo img {
  width: 70px;
}

.footer-basic .subscribe {
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
}

.footer-basic .subscribe h5 {
  font-weight: var(--font-bold);
}

.footer-basic .form {
  display: block;
  position: relative;
  margin-top: 24px;
}

.footer-basic .field {
  width: 100%;
  padding: 0;
  margin: 0;
}

[dir="ltr"] .footer-basic .field input {
  padding-right: 160px;
}

[dir="rtl"] .footer-basic .field input {
  padding-left: 160px;
}

@media (max-width: 599px) {
  [dir="ltr"] .footer-basic .field input {
    padding-right: 90px;
  }

  [dir="rtl"] .footer-basic .field input {
    padding-left: 90px;
  }
}
.footer-basic .button {
  position: absolute;
  top: 8px;
  width: 90px;
}

[dir="ltr"] .footer-basic .button {
  right: 0;
}

[dir="rtl"] .footer-basic .button {
  left: 0;
}

.footer-basic .socmed {
  display: flex;
  width: 200px;
  margin: 40px auto;
  justify-content: space-between;
}

.footer-basic .socmed a.btn-icon {
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme--light .footer-basic .socmed a.btn-icon {
  background: rgb(var(--v-theme-primarylight)) !important;
}

.theme--dark .footer-basic .socmed a.btn-icon {
  background: rgb(var(--v-theme-primarydark)) !important;
}

.theme--light .footer-basic .socmed a.btn-icon .icon {
  color: rgb(var(--v-theme-primarydark)) !important;
}

.theme--dark .footer-basic .socmed a.btn-icon .icon {
  color: rgb(var(--v-theme-primarylight)) !important;
}

.footer-basic .socmed .icon {
  font-size: 24px;
}

.footer-basic .copyright {
  display: block;
  padding: 12px;
}

.footer-basic .copyright p {
  margin-bottom: 0;
}

.footer-sitemap {
  position: relative;
  z-index: 11;
}

.footer-sitemap .container {
  position: relative;
  z-index: 10;
}

.footer-sitemap:after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}

.footer-sitemap.has-bg {
  padding-top: 600px;
  margin-top: -600px;
}

.footer-sitemap .title {
  text-transform: capitalize;
  font-weight: var(--font-medium);
}

.theme--light .footer-sitemap .title {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .footer-sitemap .title {
  color: rgb(var(--v-theme-primarylight));
}

.footer-sitemap .link {
  margin: 8px 12px 8px 12px;
}

.footer-sitemap ul {
  margin: 0;
  padding: 0;
}

.footer-sitemap ul li {
  list-style: none;
  line-height: 32px;
}

.footer-sitemap ul li a {
  text-decoration: none;
}

.theme--light .footer-sitemap ul li a {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .footer-sitemap ul li a {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 959px) {
  .footer-sitemap .logo-area {
    text-align: center;
  }
}
.footer-sitemap .body-2 {
  margin: 16px 0px 16px 0px;
}

.footer-sitemap .collapsible {
  border: none;
  box-shadow: none;
}

.footer-sitemap .collapsible-header {
  background: none;
  box-shadow: none;
  border: none;
}

.footer-sitemap .logo {
  text-align: center;
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .footer-sitemap .logo {
    justify-content: center;
  }
}
.footer-sitemap .logo img {
  width: 54px;
  height: 54px;
}

[dir="ltr"] .footer-sitemap .logo img {
  margin-right: 16px;
}

[dir="rtl"] .footer-sitemap .logo img {
  margin-left: 16px;
}

.footer-sitemap .socmed {
  display: flex;
  justify-content: center;
}

.footer-sitemap .socmed .btn {
  margin: 8px;
}

.theme--light .footer-sitemap .socmed .btn {
  background-color: #fff;
}

.theme--dark .footer-sitemap .socmed .btn {
  background-color: #0a0a0a;
}

.footer-sitemap .socmed .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.theme--light .footer-sitemap .socmed .icon {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .footer-sitemap .socmed .icon {
  color: rgb(var(--v-theme-primarylight));
}

.footer-sitemap .select-lang {
  margin: 0 auto;
  width: 200px;
  display: inherit;
  margin-top: 16px;
}

.footer-sitemap .select-lang svg.caret {
  z-index: 1;
}

.theme--light .footer-sitemap .select-lang svg.caret {
  fill: rgba(0, 0, 0, 0.04);
}

.theme--dark .footer-sitemap .select-lang svg.caret {
  fill: rgba(255, 255, 255, 0.4);
}

.footer-sitemap .select-lang input {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

.theme--light .footer-sitemap .select-lang input {
  background-color: #fff;
}

.theme--dark .footer-sitemap .select-lang input {
  background-color: #0a0a0a;
  color: rgb(var(--v-theme-primarylight));
  border-color: rgba(255, 255, 255, 0.2);
}

.theme--light .footer-sitemap .select-lang input {
  color: rgb(var(--v-theme-primarydark));
  border-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 959px) {
  .footer-sitemap .site-map-item {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.footer-sitemap .accordion-root {
  background: none;
  box-shadow: none;
}

.footer-sitemap #main-wrap .accordion-content.v-expansion-panel {
  background-color: transparent;
}

.footer-sitemap #main-wrap .accordion-content.v-expansion-panel:before,
.footer-sitemap #main-wrap .accordion-content.v-expansion-panel:after {
  display: none;
}

.footer-sitemap .accordion-icon {
  padding: 0;
}

.footer-sitemap .collapsible-body {
  border-bottom: none;
  margin-bottom: 16px;
}

.footer-blog {
  position: relative;
}

.footer-blog:after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}

.footer-blog.has-bg {
  padding-top: 600px;
  margin-top: -600px;
}

.footer-blog .container {
  position: relative;
  z-index: 10;
}

.footer-blog .link {
  margin: 8px 12px 8px 12px;
}

.footer-blog .footer {
  padding: 24px 0;
}

@media (max-width: 599px) {
  .footer-blog .footer p {
    text-align: center;
  }
}
.footer-blog .footer-desc {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .footer-blog .quick-links {
    margin-top: 40px;
  }
}
.footer-blog .quick-links ul {
  margin: 0;
  padding: 0;
}

.footer-blog .quick-links ul li {
  list-style: none;
  margin-bottom: 8px;
  display: inline-block;
  width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir="ltr"] .footer-blog .quick-links ul li {
  margin-right: 2%;
}

[dir="rtl"] .footer-blog .quick-links ul li {
  margin-left: 2%;
}

@media (max-width: 599px) {
  .footer-blog .quick-links ul li {
    width: 47%;
  }
}
.footer-blog .quick-links ul li a {
  text-transform: capitalize;
  text-decoration: none !important;
  font-size: 14px;
}

.theme--light .footer-blog .quick-links ul li a {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .footer-blog .quick-links ul li a {
  color: rgb(var(--v-theme-primarylight));
}

.footer-blog .quick-links ul li a:hover {
  color: rgb(var(--v-theme-primary));
}

.footer-blog .blog-item {
  display: flex;
  align-items: center;
  height: auto !important;
  white-space: normal;
  justify-content: flex-start;
  padding: 8px;
}

[dir="ltr"] .footer-blog .blog-item {
  text-align: left;
}

[dir="rtl"] .footer-blog .blog-item {
  text-align: right;
}

.footer-blog .blog-item .category {
  margin-bottom: 8px;
  display: block;
  line-height: normal;
  font-weight: var(--font-bold);
  text-transform: uppercase;
}

.theme--light .footer-blog .blog-item .category {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .footer-blog .blog-item .category {
  color: rgb(var(--v-theme-primarylight));
}

.footer-blog .blog-item .list-text {
  flex: 1;
  display: block;
}

.footer-blog .blog-item .figure {
  border-radius: 4px;
  overflow: hidden;
  width: 80px;
  height: 56px;
}

[dir="ltr"] .footer-blog .blog-item .figure {
  margin-right: 16px;
}

[dir="rtl"] .footer-blog .blog-item .figure {
  margin-left: 16px;
}

.footer-blog .blog-item .figure img {
  display: block;
  min-height: 100%;
  width: 100%;
}

.footer-blog .blog-item .content {
  font-size: 12px;
  line-height: 21px;
  text-transform: none;
  margin-bottom: 0;
  display: block;
  font-weight: var(--font-regular);
}

[dir="ltr"] .footer-blog .blog-item .content {
  text-align: left;
}

[dir="rtl"] .footer-blog .blog-item .content {
  text-align: right;
}

@media (max-width: 599px) {
  .footer-blog .blog-item .content {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer-blog .title-nav {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: var(--font-bold);
}

.theme--light .footer-blog .title-nav {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .footer-blog .title-nav {
  color: rgb(var(--v-theme-primarylight));
}

.footer-blog .logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  align-items: center;
}

@media (max-width: 959px) {
  .footer-blog .logo {
    justify-content: center;
  }

  .footer-blog .logo + p {
    text-align: center;
  }
}
.footer-blog .logo img {
  width: 54px;
  height: 54px;
}

[dir="ltr"] .footer-blog .logo img {
  margin-right: 16px;
}

[dir="rtl"] .footer-blog .logo img {
  margin-left: 16px;
}

.footer-blog .logo h6 {
  font-weight: var(--font-medium);
  font-size: 26px;
  text-transform: capitalize;
}

.footer-blog .socmed {
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 959px) {
  .footer-blog .socmed {
    justify-content: center;
  }
}
.footer-blog .socmed a.btn-icon {
  border-radius: 50%;
  margin: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme--light .footer-blog .socmed a.btn-icon {
  background: rgb(var(--v-theme-primarylight)) !important;
}

.theme--dark .footer-blog .socmed a.btn-icon {
  background: rgb(var(--v-theme-primarydark)) !important;
}

.theme--light .footer-blog .socmed a.btn-icon .icon {
  color: rgb(var(--v-theme-primarydark)) !important;
}

.theme--dark .footer-blog .socmed a.btn-icon .icon {
  color: rgb(var(--v-theme-primarylight)) !important;
}

.footer-blog .socmed .icon {
  font-size: 24px;
}

.footer-blog .icon + div {
  background: none !important;
  padding: 12px 12px 12px 32px;
  width: calc(100% - 32px);
}

.footer-blog .select-lang {
  display: inherit;
  margin: 16px 8px 16px 8px;
  max-width: 200px;
}

@media (max-width: 959px) {
  .footer-blog .select-lang {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-blog .select-lang input {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  border-color: rgb(var(--v-theme-primary));
  height: 2.8rem;
}

@media (max-width: 959px) {
  .footer-blog .site-map-item {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .footer-blog .copyright {
    text-align: center;
  }
}
#counter-default .counter-wrap {
  position: relative;
  padding-bottom: 40px;
}

#counter-default .counter-item {
  align-items: center;
  justify-content: center;
}

#counter-default .counter-item h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-bold);
  text-transform: capitalize;
  font-size: 36px;
}

@media (max-width: 959px) {
  #counter-default .counter-item h6 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  #counter-default .counter-item {
    display: flex;
  }
}
#counter-default .text {
  text-align: center;
  position: relative;
}

#counter-default .text h3 {
  font-weight: var(--font-bold);
  font-size: 76px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -24px;
}

@media (max-width: 959px) {
  #counter-default .text h3 {
    font-size: 56px;
  }
}
#counter-default .text:after {
  content: "";
  bottom: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 15px;
  border-radius: 20px;
  position: absolute;
}

#counter-default .text.primary:after {
  background: rgb(var(--v-theme-primary));
}

.theme--light #counter-default .text.primary h3 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primary)) -10%, transparent 85%);
}

.theme--dark #counter-default .text.primary h3 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-primarylight)) -10%, transparent 85%);
}

.theme--light #counter-default .text.primary h3 {
  -webkit-background-clip: text;
}

.theme--dark #counter-default .text.primary h3 {
  -webkit-background-clip: text;
}

.theme--light #counter-default .text.primary h3 {
  -webkit-text-fill-color: transparent;
}

.theme--dark #counter-default .text.primary h3 {
  -webkit-text-fill-color: transparent;
}

#counter-default .text.secondary:after {
  background: rgb(var(--v-theme-secondary));
}

#counter-default .text.secondary h3 {
  background: linear-gradient(to bottom, rgb(var(--v-theme-secondary)) 0%, transparent 90%);
}

.theme--light #counter-default .text.secondary h3 {
  -webkit-background-clip: text;
}

.theme--dark #counter-default .text.secondary h3 {
  -webkit-background-clip: text;
}

.theme--light #counter-default .text.secondary h3 {
  -webkit-text-fill-color: transparent;
}

.theme--dark #counter-default .text.secondary h3 {
  -webkit-text-fill-color: transparent;
}

#counter-default .counter-inner > div {
  position: relative;
}

#counter-default .counter-inner > div:after {
  content: "";
  opacity: 0.2;
  height: 90px;
  position: absolute;
  top: 30px;
}

[dir="ltr"] #counter-default .counter-inner > div:after {
  right: 0;
}

[dir="rtl"] #counter-default .counter-inner > div:after {
  left: 0;
}

@media (max-width: 959px) {
  #counter-default .counter-inner > div:after {
    display: none;
  }
}
#counter-default .counter-inner > div:last-child:after {
  display: none;
}

#counter-carousel .root {
  position: relative;
  text-align: center;
  padding: 80px 0px 80px 0px;
  color: #fff;
}

@media (max-width: 599px) {
  #counter-carousel .root {
    padding-bottom: 0;
  }
}
#counter-carousel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  #counter-carousel .bg {
    padding: 0;
  }

  #main-wrap #counter-carousel .bg .v-container {
    padding: 0;
  }
}
#counter-carousel .bg figure {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
  background: #000;
  height: 640px;
}

@media (max-width: 599px) {
  #counter-carousel .bg figure {
    height: 400px;
  }
}
#counter-carousel .bg figure img {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#counter-carousel .slider-wrap {
  position: relative;
}

#counter-carousel .carousel {
  position: relative;
  margin: 64px 0px 64px 0px;
}

@media (max-width: 959px) {
  #counter-carousel .carousel {
    margin-top: 24px;
  }
}
#counter-carousel .item {
  padding: 8px 24px 8px 24px;
}

#counter-carousel .item img {
  width: 90px;
  display: block;
}

#counter-carousel .item:focus {
  outline: none;
}

.counter-countdown {
  margin: 40px 0px 40px 0px;
}

.counter-countdown .countdown {
  margin: 40px 0px 32px 0px;
  border-radius: 20px;
  padding: 16px 32px 16px 32px;
  font-size: 18px;
  max-width: 530px;
  display: block;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: center;
}

.theme--light .counter-countdown .countdown {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark .counter-countdown .countdown {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 959px) {
  .counter-countdown .countdown {
    font-size: 13px;
    width: 100%;
  }
}
.counter-countdown .time {
  display: block;
}

.counter-countdown .time.mini {
  font-size: 13px;
}

.counter-countdown .time p {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.counter-countdown .time strong {
  font-weight: var(--font-bold);
  font-size: 32px;
  margin-bottom: 8px;
  display: block;
}

@media (max-width: 959px) {
  .counter-countdown .time strong {
    font-size: 16px;
  }
}
.counter-countdown .time i {
  margin: 16px 24px 0px 24px;
  font-style: normal;
}

@media (max-width: 959px) {
  .counter-countdown .time i {
    margin: 16px 8px 0px 8px;
  }
}
.banner-basic .banner-wrap {
  position: relative;
  display: block;
}

.banner-basic .banner-wrap .img {
  text-align: center;
}

@media (max-width: 599px) {
  .banner-basic .banner-wrap .img {
    margin-top: 24px;
  }
}
.banner-basic .banner-wrap .img img {
  max-width: 100%;
}

@media (min-width: 600px) {
  .banner-basic .banner-wrap .img img {
    max-height: 400px;
  }
}
.banner-basic .banner-wrap .inner {
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 959px) {
  .banner-basic .banner-wrap .inner {
    flex-direction: column;
    justify-content: center;
  }
}
.banner-basic .banner-wrap .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
  display: block;
}

.banner-basic .banner-wrap .text h5 {
  display: block;
}

.theme--light .banner-basic .banner-wrap .text h5 {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .banner-basic .banner-wrap .text h5 {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 960px) {
  .banner-basic .banner-wrap {
    height: 500px;
    padding-top: 80px;
  }
}
@media (max-width: 599px) {
  .banner-basic .banner-wrap {
    padding-top: 160px;
    text-align: center;
  }
}
#company-about .desc {
  position: relative;
}

@media (min-width: 960px) {
  #company-about .desc {
    margin-top: 200px;
  }
}
@media (max-width: 599px) {
  #company-about .desc {
    text-align: center;
  }
}
#company-about .paper {
  position: relative;
  padding: 8px;
  overflow: visible;
}

@media (max-width: 599px) {
  #company-about .paper {
    background: transparent !important;
    box-shadow: none !important;
  }
}
@media (min-width: 600px) {
  #company-about .paper {
    border-radius: 50px;
    padding: 64px;
  }

  .theme--light #company-about .paper {
    background: rgba(var(--v-theme-primarylight), 0.8);
  }

  .theme--dark #company-about .paper {
    background: rgb(var(--v-theme-primarydark));
  }
}
#company-about .paper p {
  margin-bottom: 16px;
}

#company-about .paper .quote {
  position: relative;
  margin-top: 80px;
}

#company-about .paper .quote i {
  opacity: 0.5;
  position: absolute;
  font-size: 80px;
  top: -20px;
}

.theme--light #company-about .paper .quote i {
  color: rgb(var(--v-theme-primarylight));
}

.theme--dark #company-about .paper .quote i {
  color: rgb(var(--v-theme-primary));
}

[dir="ltr"] #company-about .paper .quote i {
  left: 0;
}

[dir="rtl"] #company-about .paper .quote i {
  right: 0;
}

#company-about .paper .quote em {
  position: relative;
}

#company-about .counter {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  #company-about .counter {
    display: none;
  }
}
#company-about .count {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 24px;
  z-index: 3;
  position: absolute;
  top: 0;
}

#company-about .count h2,
#company-about .count h3,
#company-about .count h4,
#company-about .count h5,
#company-about .count h6 {
  font-weight: var(--font-bold);
}

#company-about .card {
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
}

.theme--dark #company-about .card {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light #company-about .card {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

#company-about .card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}

#company-about .card.primary {
  width: 286px;
  height: 280px;
  top: -40px;
}

[dir="ltr"] #company-about .card.primary {
  left: 20px;
}

[dir="rtl"] #company-about .card.primary {
  right: 20px;
}

@media (min-width: 1280px) {
  [dir="ltr"] #company-about .card.primary {
    left: 20px;
  }

  [dir="rtl"] #company-about .card.primary {
    right: 20px;
  }
}
#company-about .card.primary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#company-about .card.primary .count {
  justify-content: flex-start;
}

#company-about .card.secondary {
  width: 180px;
  height: 180px;
  top: -90px;
}

[dir="ltr"] #company-about .card.secondary {
  right: -50px;
}

[dir="rtl"] #company-about .card.secondary {
  left: -50px;
}

#company-about .card.secondary:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

#company-about .card.accent {
  width: 325px;
  height: 205px;
  bottom: -50px;
}

[dir="ltr"] #company-about .card.accent {
  right: -10px;
}

[dir="rtl"] #company-about .card.accent {
  left: -10px;
}

@media (max-width: 1279px) {
  #company-about .card.accent {
    bottom: 20px;
  }
}
#company-about .card.accent:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#company-about .values {
  position: relative;
}

#company-about .values .row:after {
  display: none;
}

@media (max-width: 959px) {
  #company-about .values {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #company-about .key-group {
    display: flex;
    justify-content: center;
    margin: 40px 0px 40px 0px;
  }

  #company-about .key-group > div {
    margin: 0px 4px 0px 4px;
  }
}
@media (max-width: 599px) {
  #company-about .key-group > div {
    margin: 24px 8px 24px 8px;
  }
}
#company-about .title-key {
  position: absolute;
  top: 50%;
  transform: translate(-60%, -50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  padding: 16px;
  background: url("../images/inner/bg_abstract.jpg") no-repeat;
}

[dir="ltr"] #company-about .title-key {
  left: 50%;
}

[dir="rtl"] #company-about .title-key {
  right: 50%;
}

@media (max-width: 959px) {
  #company-about .title-key {
    display: none;
  }
}
#company-about .title-key div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.theme--light #company-about .title-key div {
  background: #fff;
}

.theme--dark #company-about .title-key div {
  background: rgb(var(--v-theme-primarydark));
}

#company-about .title-key div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}

.theme--light #company-about .title-key div:before {
  background: #fff;
}

.theme--dark #company-about .title-key div:before {
  background: #000;
}

#company-about .title-key h1 {
  position: relative;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url("../images/inner/bg_abstract.jpg");
  color: transparent;
  font-size: 100px;
  font-weight: var(--font-bold);
}

@media (min-width: 960px) {
  #company-about .text {
    margin-top: 350px;
  }
}
#company-about .value {
  padding: 16px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-size: 14px;
}

.theme--light #company-about .value {
  background-color: #fff;
}

.theme--dark #company-about .value {
  background-color: #0a0a0a;
}

@media (min-width: 960px) {
  #company-about .value {
    width: 250px;
    height: 250px;
    padding: 0px 48px 0px 48px;
  }
}
@media (max-width: 959px) {
  #company-about .value {
    border-radius: 20px;
  }
}
#company-about .value i {
  height: 100px;
  display: block;
  margin: 0 auto;
  font-size: 80px;
}

#company-about .value strong {
  display: block;
}

#company-about .culture {
  position: relative;
}

@media (max-width: 959px) {
  #company-about .culture {
    text-align: center;
  }
}
#company-about .culture p {
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  #company-about .culture p {
    padding: 0px 16px 0px 16px;
  }
}
#company-about .collages-wrap {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 959px) {
  #company-about .collages-wrap {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  #company-about .collages-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
#company-about .collages {
  display: flex;
  flex-shrink: 0;
  width: 700px;
}

#company-about .collages > div {
  flex: 1;
}

#company-about .collages figure {
  margin: 16px 8px 16px 8px;
  overflow: hidden;
  border-radius: 12px;
}

#company-about .collages figure img {
  width: 100%;
  display: block;
}

.blog-style .root {
  position: relative;
}

.blog-style .blog-headline {
  cursor: pointer;
}

.blog-style .blog-headline .responsive-img {
  width: 100%;
  height: 460px;
  background-size: cover;
}

@media (max-width: 599px) {
  .blog-style .blog-headline .responsive-img {
    height: 300px;
  }
}
.blog-style .blog-headline .responsive-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 30%, rgb(var(--v-theme-secondarydark)) 60%, rgb(var(--v-theme-primary)) 110%);
}

.blog-style .subtitle {
  font-weight: var(--font-bold);
  margin-bottom: 24px;
}

.theme--light .blog-style .subtitle {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .blog-style .subtitle {
  color: rgb(var(--v-theme-primarylight));
}

.blog-style a.anchor-content {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 960px) {
  .blog-style a.anchor-content {
    padding: 64px;
  }
}
@media (max-width: 599px) {
  .blog-style a.anchor-content .text-h6 {
    display: none;
  }
}
.blog-style .headline-title {
  font-weight: var(--font-medium);
  display: block;
}

@media (min-width: 600px) {
  .blog-style .headline-title {
    margin-bottom: 32px;
  }
}
.blog-style .category-blog {
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: var(--font-medium);
}

.theme--light .blog-style .category-blog {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .blog-style .category-blog {
  color: rgb(var(--v-theme-secondary));
}

.blog-style .title-blog {
  font-weight: var(--font-medium);
}

@media (max-width: 959px) {
  .blog-style .sidebar {
    margin-top: 80px;
  }
}
.blog-style .card-title {
  z-index: 1;
}

.blog-style .input.dark {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.blog-style .input.dark:focus {
  border-color: #fff !important;
}

.blog-style .gallery-item {
  padding: 4px;
  position: relative;
}

.blog-style .gallery-item .card-image {
  padding: 1px;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
}

.blog-style .gallery-item .card-image img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-style .gallery-item a {
  position: absolute;
  top: 8px;
  right: 8px;
}

.blog-style .form {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-style .form .btn {
  position: absolute;
  top: 8px;
}

[dir="ltr"] .blog-style .form .btn {
  right: 8px;
}

[dir="rtl"] .blog-style .form .btn {
  left: 8px;
}

.blog-style .input {
  flex: 1;
  width: auto;
  color: black !important;
  height: 54px !important;
  box-sizing: border-box !important;
}

[dir="ltr"] .blog-style .input {
  padding-right: 120px;
}

[dir="rtl"] .blog-style .input {
  padding-left: 120px;
}

[dir="ltr"] .blog-style .send {
  margin-left: 16px;
}

[dir="rtl"] .blog-style .send {
  margin-right: 16px;
}

.blog-style .avatar-char {
  font-style: normal;
}

.blog-style .collection {
  border: none;
}

[dir="rtl"] .m-application .blog-style .collection .secondary-content i {
  transform: scaleX(-1);
}

.blog-style .collection li {
  border: none;
  font-size: 14px;
}

.theme--light .blog-style .collection li .circle.icon {
  background-color: #fff;
}

.theme--dark .blog-style .collection li .circle.icon {
  background-color: #0a0a0a;
}

.blog-style .article {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
}

.theme--light .blog-style .article {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .blog-style .article {
  color: #fff;
}

.blog-style .article ul,
.blog-style .article ol {
  padding-bottom: 16px;
}

[dir="ltr"] .blog-style .article ul,
[dir="ltr"] .blog-style .article ol {
  margin-left: 40px;
}

[dir="rtl"] .blog-style .article ul,
[dir="rtl"] .blog-style .article ol {
  margin-right: 40px;
}

[dir="ltr"] .blog-style .article ul,
[dir="ltr"] .blog-style .article ol {
  padding-left: 0;
}

[dir="rtl"] .blog-style .article ul,
[dir="rtl"] .blog-style .article ol {
  padding-right: 0;
}

.blog-style .article ul {
  list-style-type: disc;
}

.blog-style .article ol {
  list-style-type: decimal;
}

.blog-style .article code {
  white-space: normal;
}

.blog-style .socmed-share {
  position: sticky;
  top: 120px;
  padding-bottom: 140px;
  margin-bottom: 80px;
}

[dir="ltr"] .blog-style .socmed-share {
  left: 0;
}

[dir="rtl"] .blog-style .socmed-share {
  right: 0;
}

@media (max-width: 599px) {
  .blog-style .socmed-share {
    display: none;
  }
}
.blog-style .socmed-share h6 {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  font-weight: var(--font-medium);
  bottom: -20px;
  position: absolute;
  font-size: 1.25rem;
  line-height: 1.6;
}

[dir="ltr"] .blog-style .socmed-share h6 {
  padding-right: 64px;
}

[dir="rtl"] .blog-style .socmed-share h6 {
  padding-left: 64px;
}

[dir="ltr"] .blog-style .socmed-share h6 {
  left: 34px;
}

[dir="rtl"] .blog-style .socmed-share h6 {
  right: 34px;
}

.blog-style .socmed-share h6:after {
  content: "";
  width: 48px;
  height: 3px;
  position: absolute;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 3px;
  top: 16px;
}

[dir="ltr"] .blog-style .socmed-share h6:after {
  left: 80px;
}

[dir="rtl"] .blog-style .socmed-share h6:after {
  right: 80px;
}

@media (min-width: 600px) {
  .blog-style .btn-area:not(.bottom) {
    width: 48px;
  }
}
.blog-style .btn-area.bottom a,
.blog-style .btn-area.bottom button {
  margin: 0px 8px 0px 8px;
}

.blog-style .btn-area a,
.blog-style .btn-area button {
  display: block;
  margin-bottom: 8px;
  line-height: 24px;
}

.theme--light .blog-style .btn-area a,
.theme--light .blog-style .btn-area button {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark .blog-style .btn-area a,
.theme--dark .blog-style .btn-area button {
  background: rgba(255, 255, 255, 0.24);
}

.blog-style .btn-area a i,
.blog-style .btn-area button i {
  font-size: 22px;
}

.blog-style .share-mobile {
  margin-bottom: 40px;
}

.blog-style .share-mobile button {
  border-width: 2px;
}

[dir="ltr"] .blog-style .share-mobile button {
  margin-right: 16px;
}

[dir="rtl"] .blog-style .share-mobile button {
  margin-left: 16px;
}

@media (max-width: 599px) {
  .blog-style .share-mobile button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    min-width: 0;
  }
}
.blog-style .share-mobile button i {
  font-size: 22px;
  line-height: 22px;
}

@media (min-width: 600px) {
  [dir="ltr"] .blog-style .share-mobile button i {
    margin-right: 8px;
  }

  [dir="rtl"] .blog-style .share-mobile button i {
    margin-left: 8px;
  }
}
.blog-style .red-btn {
  color: #f44336;
  border-color: #f44336;
}

.blog-style .red-btn:hover {
  border-color: #d32f2f;
}

.blog-style .blue-btn {
  color: #2196f3;
  border-color: #2196f3;
}

.blog-style .blue-btn:hover {
  bordercolor: #1976d2;
}

.blog-style .indigo-btn {
  color: #7986cb;
  border-color: #7986cb;
}

.blog-style .indigo-btn:hover {
  bordercolor: #303f9f;
}

.blog-style .cyan-btn {
  color: #00bcd4;
  border-color: #00bcd4;
}

.blog-style .cyan-btn:hover {
  bordercolor: #0097a7;
}

.blog-style .content {
  display: block;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

@media (min-width: 600px) {
  .blog-style .content {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .blog-style .content {
    margin-top: 16px;
  }

  .blog-style .content h3 {
    display: none;
  }
}
.blog-style .content ul,
.blog-style .content ol,
.blog-style .content p {
  margin-bottom: 16px;
}

.blog-style .content > * {
  white-space: normal;
}

.blog-style .image-blog {
  margin: 40px 0px 40px 0px;
}

.blog-style .image-blog img {
  border-radius: 20px;
  width: 100%;
}

.blog-style .list li {
  list-style: disc;
}

.blog-style .share-socmed {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 24px 0px 24px 0px;
  margin: 24px 0px 24px 0px;
}

.theme--light .blog-style .share-socmed {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .blog-style .share-socmed {
  border-color: rgba(255, 255, 255, 0.24);
}

.blog-style .share-socmed .btn {
  border-width: 2px;
}

[dir="ltr"] .blog-style .share-socmed .btn {
  margin-right: 16px;
}

[dir="rtl"] .blog-style .share-socmed .btn {
  margin-left: 16px;
}

.blog-style .facebook {
  border-color: #0d47a1;
}

.blog-style .facebook i {
  color: #0d47a1;
}

.blog-style .twitter {
  border-color: #00bcd4;
}

.blog-style .twitter i {
  color: #00bcd4;
}

.blog-style .linkedin {
  border-color: #2196f3;
}

.blog-style .linkedin i {
  color: #2196f3;
}

#about-call-action .root {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  #about-call-action .root {
    margin: 80px auto;
  }
}
#about-call-action .root:before {
  content: "";
  top: -400px;
  position: absolute;
  background: url("../images/inner/abstract.png") no-repeat;
  background-size: 100% 100%;
  width: 700px;
  height: 900px;
  transform: rotate(100deg);
  filter: blur(15px);
  opacity: 0.2;
}

[dir="ltr"] #about-call-action .root:before {
  left: 400px;
}

[dir="rtl"] #about-call-action .root:before {
  right: 400px;
}

@media (max-width: 1279px) {
  #about-call-action .root:before {
    display: none;
  }
}
#about-call-action .action {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 60px;
  color: #000;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

@media (min-width: 1280px) {
  #about-call-action .action {
    margin: 0px 80px 0px 80px;
  }
}
@media (max-width: 599px) {
  #about-call-action .action {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#about-call-action .action h4 {
  position: relaitve;
  z-index: 1;
}

#about-call-action .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 40px 16px 16px 16px;
}

@media (min-width: 600px) {
  #about-call-action .wrap {
    padding: 80px;
  }
}
@media (min-width: 960px) {
  #about-call-action .wrap {
    background: url("../images/inner/fog.png") no-repeat transparent -210px -30px;
    background-size: 100% auto;
    padding: 40px;
  }
}
#about-call-action .btn-area {
  position: relaitve;
  z-index: 1;
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 599px) {
  #about-call-action .btn-area {
    margin-top: 16px;
    justify-content: space-around;
  }
}
#about-call-action .btn-area a {
  min-width: 200px;
  font-size: 18px;
  height: auto;
  line-height: 48px;
  padding: 8px;
}

@media (min-width: 600px) {
  [dir="ltr"] #about-call-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #about-call-action .btn-area a {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #about-call-action .btn-area a {
    margin: 4px;
  }
}
#about-call-action .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  #about-call-action .btn-area a img {
    width: 100%;
  }
}
#about-call-action .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

#about-call-action .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#about-call-action .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

#about-call-action .fog {
  filter: blur(60px);
  width: 700px;
  height: 600px;
  opacity: 0.75;
  position: absolute;
  top: 100px;
}

[dir="ltr"] #about-call-action .fog {
  left: 30%;
}

[dir="rtl"] #about-call-action .fog {
  right: 30%;
}

#about-call-action .fog > div {
  border-radius: 500px;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.11, 0.99, 0.81, 1.13);
}

#about-career .root {
  color: #fff;
  position: relative;
  z-index: 4;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(-2deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

@media (max-width: 599px) {
  #about-career .root {
    text-align: center;
    padding: 40px 0px 0px 0px;
  }
}
@media (min-width: 600px) {
  #about-career .root {
    padding: 40px 24px 0px 24px;
  }
}
@media (min-width: 960px) {
  #about-career .root {
    padding: 120px 24px 0px 24px;
  }
}
#about-career .root:before {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.theme--light #about-career .root:before {
  background: #fff;
}

.theme--dark #about-career .root:before {
  background: rgb(var(--v-theme-primarydark));
}

@media (min-width: 960px) {
  #about-career .root:before {
    border-radius: 60px 60px 0 0;
  }
}
#about-career .root:after {
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.theme--light #about-career .root:after {
  background: #fff;
}

.theme--dark #about-career .root:after {
  background: #000;
}

@media (min-width: 960px) {
  #about-career .root:after {
    border-radius: 60px 60px 0 0;
  }
}
#about-career .benefit {
  display: flex;
  margin-bottom: 40px;
}

[dir="ltr"] #about-career .benefit {
  text-align: left;
}

[dir="rtl"] #about-career .benefit {
  text-align: right;
}

#about-career .benefit h3 {
  font-weight: var(--font-medium);
}

@media (max-width: 959px) {
  #about-career .benefit-list {
    padding-top: 40px;
  }
}
@media (max-width: 599px) {
  #about-career .benefit-list {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#about-career .bg {
  border-radius: 12px;
  position: relative;
  overflow: visible;
  height: 100px;
  width: 100px;
  background-size: 150%;
}

.theme--light #about-career .bg {
  background-color: #fff;
}

.theme--dark #about-career .bg {
  background-color: #0a0a0a;
}

[dir="ltr"] #about-career .bg {
  margin-right: 16px;
}

[dir="rtl"] #about-career .bg {
  margin-left: 16px;
}

#about-career .bg > div {
  font-size: 100px;
  position: relative;
  bottom: 50px;
}

[dir="ltr"] #about-career .bg > div {
  left: -10px;
}

[dir="rtl"] #about-career .bg > div {
  right: -10px;
}

#about-career .bg.red {
  background-image: linear-gradient(320deg, white 0%, #f44336 100%);
}

#about-career .bg.pink {
  background-image: linear-gradient(320deg, white 0%, #e91e63 100%);
}

#about-career .bg.purple {
  background-image: linear-gradient(320deg, white 0%, #9c27b0 100%);
}

#about-career .bg.deep-purple {
  background-image: linear-gradient(320deg, white 0%, #673ab7 100%);
}

#about-career .bg.indigo {
  background-image: linear-gradient(320deg, white 0%, #3f51b5 100%);
}

#about-career .bg.blue {
  background-image: linear-gradient(320deg, white 0%, #2196f3 100%);
}

#about-career .bg.light-blue {
  background-image: linear-gradient(320deg, white 0%, #03a9f4 100%);
}

#about-career .bg.cyan {
  background-image: linear-gradient(320deg, white 0%, #00bcd4 100%);
}

#about-career .bg.teal {
  background-image: linear-gradient(320deg, white 0%, #009688 100%);
}

#about-career .bg.green {
  background-image: linear-gradient(320deg, white 0%, #4caf50 100%);
}

#about-career .bg.light-green {
  background-image: linear-gradient(320deg, white 0%, #8bc34a 100%);
}

#about-career .bg.lime {
  background-image: linear-gradient(320deg, white 0%, #cddc39 100%);
}

#about-career .bg.yellow {
  background-image: linear-gradient(320deg, white 0%, #ffeb3b 100%);
}

#about-career .bg.amber {
  background-image: linear-gradient(320deg, white 0%, #ffc107 100%);
}

#about-career .bg.orange {
  background-image: linear-gradient(320deg, white 0%, #ff9800 100%);
}

#about-career .bg.deep-orange {
  background-image: linear-gradient(320deg, white 0%, #ff5722 100%);
}

#about-career .bg.brown {
  background-image: linear-gradient(320deg, white 0%, #795548 100%);
}

#about-career .bg.grey {
  background-image: linear-gradient(320deg, white 0%, #9e9e9e 100%);
}

#about-career .bg.blue-grey {
  background-image: linear-gradient(320deg, white 0%, #607d8b 100%);
}

[dir="ltr"] #about-career .text {
  margin-left: 8px;
}

[dir="rtl"] #about-career .text {
  margin-right: 8px;
}

#about-career .text h3 {
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  #about-career .banner-wrap {
    padding: 0;
  }
}
#about-career .banner {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  padding: 80px 16px 80px 16px;
  color: #fff;
  align-items: center;
  z-index: 30;
}

@media (min-width: 600px) {
  #about-career .banner {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  #about-career .banner {
    padding: 56px;
    display: flex;
  }
}
@media (max-width: 959px) {
  #about-career .banner {
    text-align: center;
  }

  #about-career .banner h3 {
    margin-bottom: 24px;
  }
}
#about-career .banner figure {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#about-career .banner figure img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#about-career .banner h3 {
  flex: 1;
  font-style: italic;
  font-weight: var(--font-light);
  font-size: 38px;
  line-height: 44px;
  position: relative;
}

@media (max-width: 599px) {
  #about-career .banner h3 {
    line-height: 32px;
    font-size: 22px;
  }
}
#about-career .btn-large {
  position: relative;
}

@media (min-width: 600px) {
  #about-career .btn-large {
    font-size: 18px;
    height: auto;
  }
}
#about-career .content {
  align-items: center;
}

#about-career .content .chip {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

@media (max-width: 599px) {
  #about-career .content .chip {
    height: auto;
  }
  #about-career .content p {
    font-size: 12px;
  }
  #about-career .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
#about-career .content .material-icons {
  transition: all 0.3s ease;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transform: rotate(-90deg);
  top: 20px;
}

[dir="rtl"] .m-application #about-career .content .material-icons {
  transform: scaleX(-1);
}

[dir="ltr"] #about-career .content .material-icons {
  left: 0;
}

[dir="rtl"] #about-career .content .material-icons {
  right: 0;
}

@media (min-width: 600px) {
  #about-career .content .material-icons {
    top: 40px;
  }
}
#about-career .tab-content {
  position: relative;
  padding-top: 16px;
}

@media (min-width: 960px) {
  #about-career .tab-content {
    padding-top: 32px;
  }
}
#about-career .tab-content section {
  position: relative;
}

#about-career .tab-content section div {
  overflow: visible;
}

#about-career .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0px 16px 0px 16px;
  margin: 0px 16px 0px 16px;
}

@media (max-width: 959px) {
  #about-career .tab-label {
    padding: 0px 8px 0px 8px;
    margin: 0px 8px 0px 8px;
    font-size: 14px;
  }
}
#about-career .accordion {
  position: relative;
  z-index: 1;
}

#about-career .item {
  margin-bottom: 24px;
}

#about-career .paper {
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 40px;
}

.theme--light #about-career .paper {
  background-color: #fff;
}

.theme--dark #about-career .paper {
  background-color: #0a0a0a;
}

#about-career .paper.active {
  border: 1px solid rgb(var(--v-theme-secondary));
}

#about-career .paper.active .material-icons {
  transform: rotate(0deg);
}

#about-career .paper.active .share-wrap {
  display: flex;
}

#about-career .paper.active .location-wrap {
  display: none;
}

#about-career .paper .collapsible-header {
  background: none;
  position: relative;
}

@media (max-width: 599px) {
  #about-career .paper .collapsible-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  #about-career .paper {
    border-radius: 80px !important;
  }
}
#about-career .heading {
  flex: 1;
  padding: 16px 16px 16px 48px;
}

#about-career .heading h6 {
  font-weight: var(--font-medium);
  font-size: 24px;
}

@media (max-width: 599px) {
  #about-career .heading h6 {
    font-size: 16px;
  }
  #about-career .heading .chip {
    font-size: 12px;
  }
}
#about-career .location-wrap {
  display: flex;
}

#about-career .share-wrap {
  display: none;
}

#about-career .detail {
  padding-bottom: 40px;
}

.theme--light #about-career .detail {
  background-color: #fff;
}

.theme--dark #about-career .detail {
  background-color: #0a0a0a;
}

[dir="ltr"] #about-career .detail {
  padding-left: 32px;
}

[dir="rtl"] #about-career .detail {
  padding-right: 32px;
}

@media (min-width: 600px) {
  [dir="ltr"] #about-career .detail {
    padding-left: 80px;
  }

  [dir="rtl"] #about-career .detail {
    padding-right: 80px;
  }
}
[dir="ltr"] #about-career .detail ul {
  padding-left: 24px;
}

[dir="rtl"] #about-career .detail ul {
  padding-right: 24px;
}

#about-career .detail ul li {
  list-style: disc;
  margin-bottom: 16px;
}

#about-career .detail p {
  margin-bottom: 24px;
}

#about-career .btn-gradient {
  color: #000;
  border-radius: 12px;
  font-weight: var(--font-bold);
  font-size: 16px;
  position: relative;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 12px 8px 12px 8px;
  margin-bottom: 16px;
  width: 100%;
}

#about-career .btn-gradient svg {
  width: 40px;
  height: 40px;
}

#about-career .triple {
  background: linear-gradient(120deg, rgb(var(--v-theme-secondary)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#about-career .double {
  background: linear-gradient(120deg, rgb(var(--v-theme-primarylight)) 0%, #fff 100%);
}

#about-career .socmed {
  display: flex;
}

[dir="ltr"] #about-career .socmed {
  margin-left: 16px;
}

[dir="rtl"] #about-career .socmed {
  margin-right: 16px;
}

.theme--light #about-career .socmed button,
.theme--light #about-career .socmed a {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #about-career .socmed button,
.theme--dark #about-career .socmed a {
  background: rgba(255, 255, 255, 0.24);
}

.theme--light #about-career .socmed button,
.theme--light #about-career .socmed a {
  color: rgb(var(--v-theme-primary));
}

.theme--dark #about-career .socmed button,
.theme--dark #about-career .socmed a {
  color: rgb(var(--v-theme-primarylight));
}

[dir="ltr"] #about-career .socmed button,
[dir="ltr"] #about-career .socmed a {
  margin-right: 4px;
}

[dir="rtl"] #about-career .socmed button,
[dir="rtl"] #about-career .socmed a {
  margin-left: 4px;
}

#about-career .socmed button i,
#about-career .socmed a i {
  font-size: 22px;
  position: relative;
}

[dir="ltr"] #about-career .socmed button i,
[dir="ltr"] #about-career .socmed a i {
  left: 2px;
}

[dir="rtl"] #about-career .socmed button i,
[dir="rtl"] #about-career .socmed a i {
  right: 2px;
}

#about-career .property {
  margin: 56px 0px 56px 0px;
  padding: 0 !important;
  list-style: none;
}

#about-career .property li {
  list-style: none;
  margin-bottom: 8px;
  display: flex;
}

#about-career .property li span {
  flex: 1;
}

#about-career .icon-btn i {
  width: 25px;
  height: 25px;
  font-size: 22px;
  line-height: 24px;
}

#company-collage .static {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#company-collage .static.overlap {
  margin-top: -80px;
}

@media (min-width: 600px) {
  #company-collage .static.overlap {
    margin-top: -120px;
  }
}
#company-collage .slider {
  position: relative;
  z-index: 3;
  width: 100%;
}

@media (min-width: 600px) {
  #company-collage .slider.overlap {
    margin-top: -240px;
  }
}
#company-collage .gallery {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  #company-collage .gallery {
    width: 100%;
  }
}
@media (max-width: 1535px) {
  #company-collage .gallery {
    width: 1400px;
  }
}
@media (min-width: 600px) {
  #company-collage .gallery {
    padding-top: 80px;
  }
}
@media (max-width: 599px) {
  #company-collage .gallery {
    width: 700px;
  }

  [dir="ltr"] #company-collage .gallery {
    margin-left: -140px;
  }

  [dir="rtl"] #company-collage .gallery {
    margin-right: -140px;
  }
}
#company-collage .gallery > div {
  flex: 1;
}

#company-collage .gallery figure {
  margin: 16px 8px 16px 8px;
  overflow: hidden;
  border-radius: 12px;
}

#company-collage .gallery figure img {
  width: 100%;
  display: block;
}

#company-collage .person {
  position: relative;
}

#company-collage .person figure {
  overflow: visible;
  border-radius: 12px;
  background: rgb(var(--v-theme-accentlight));
  height: 350px;
  width: 240px;
  margin: 0px 16px 0px 16px;
  position: static;
  display: flex;
  align-items: flex-end;
}

#company-collage .person figure img {
  display: block;
  height: 450px;
  width: 260px;
  max-width: none;
  position: relative;
}

#company-collage .btn {
  border-radius: 12px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  color: #000;
  font-weight: var(--font-bold);
  font-size: 20px;
  text-transform: capitalize;
  height: 60px;
  line-height: 62px;
}

#company-collage .btn i {
  font-size: 32px;
}

[dir="ltr"] #company-collage .btn i {
  margin-left: 4px;
}

[dir="rtl"] #company-collage .btn i {
  margin-right: 4px;
}

[dir="rtl"] .m-application #company-collage .btn i {
  transform: scaleX(-1);
}

#company-collage .string-deco {
  width: 100%;
  position: absolute;
}

#company-collage .string-deco span {
  position: absolute;
  width: 100%;
  height: 100%;
}

#company-collage .string1 {
  height: 635px;
  mask-image: url("../images/decoration/string1.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("../images/decoration/string1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  top: 30px;
}

[dir="ltr"] #company-collage .string1 {
  left: 0;
}

[dir="rtl"] #company-collage .string1 {
  right: 0;
}

#company-collage .string1 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

#company-collage .string2 {
  z-index: 1;
  height: 700px;
  mask-image: url("../images/decoration/string2.svg");
  -webkit-mask-image: url("../images/decoration/string2.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: -20px;
}

[dir="ltr"] #company-collage .string2 {
  left: 20px;
}

[dir="rtl"] #company-collage .string2 {
  right: 20px;
}

#company-collage .string2 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

#company-collage .string3 {
  z-index: 1;
  height: 700px;
  mask-image: url("../images/decoration/string2.svg");
  -webkit-mask-image: url("../images/decoration/string2.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: 240px;
}

[dir="ltr"] #company-collage .string3 {
  left: 20px;
}

[dir="rtl"] #company-collage .string3 {
  right: 20px;
}

#company-collage .string3 span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

#company-collage .carousel {
  overflow: hidden;
  margin: 64px 0px 64px 0px;
}

@media (max-width: 1279px) {
  #company-collage .carousel {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
#about-gallery .root {
  position: relative;
  z-index: 10;
  min-height: 600px;
  padding: 0;
}

#about-gallery .post-card > a {
  height: 410px;
}

#about-gallery .news-card > div {
  height: 410px;
  max-width: none;
}

#about-gallery .photo-card > div {
  height: 410px;
}

#about-gallery .filter {
  position: relative;
  z-index: 20;
  overflow: auto;
  width: auto;
  flex-grow: inherit;
  padding: 8px;
  margin-bottom: 40px;
  display: flex;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
}

@media (min-width: 600px) {
  #about-gallery .filter {
    justify-content: center;
  }
}
#about-gallery .filter > .btn {
  background: transparent;
  border-radius: 40px;
  font-weight: var(--font-medium);
  color: #000;
  white-space: nowrap;
  min-width: 100px;
  font-size: 14px;
}

@media (min-width: 600px) {
  #about-gallery .filter > .btn {
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  #about-gallery .filter > .btn {
    padding: 0px 32px 0px 32px;
    box-shadow: none;
  }

  [dir="ltr"] #about-gallery .filter > .btn {
    margin-right: 24px;
  }

  [dir="rtl"] #about-gallery .filter > .btn {
    margin-left: 24px;
  }
}
#about-gallery .filter > .btn.selected {
  background: #000;
  color: #fff;
}

#about-gallery .massonry {
  -moz-columns: 3 300px;
  columns: 3 300px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

#about-gallery .item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

#about-gallery .item.loaded {
  opacity: 1;
  transition: all 0.3s ease-out;
  transform: translateY(0px);
}

@media (min-width: 960px) {
  #about-sidebar {
    position: sticky;
    top: -550px;
  }
}
#about-sidebar .sidebar {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1280px) {
  #about-sidebar .sidebar {
    padding: 0px 24px 0px 24px;
    margin: 24px 0px 40px 0px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #about-sidebar .sidebar {
    display: flex;
  }

  #about-sidebar .sidebar > div {
    padding: 16px;
    width: 50%;
  }
}
#about-sidebar .about_skills .btn.btn-small {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

#about-sidebar .property {
  margin: 40px 0px 80px 0px;
  list-style: none;
  padding: 0;
}

#about-sidebar .property li {
  list-style: none;
  margin-bottom: 8px;
  display: flex;
}

#about-sidebar .property li span {
  flex: 1;
}

@media (min-width: 960px) {
  #about-sidebar .tags {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  #about-sidebar .tags {
    margin-bottom: 80px;
  }
}
#about-sidebar .tags > .chip {
  display: inline-block;
  line-height: normal;
  font-weight: var(--font-medium);
  margin: 4px 0;
  line-height: 30px;
  font-size: 12px;
}

#about-sidebar .profile-list {
  padding: 0;
  font-weight: var(--font-medium);
}

[dir="ltr"] #about-sidebar .profile-list li {
  padding-left: 0;
}

[dir="rtl"] #about-sidebar .profile-list li {
  padding-right: 0;
}

#about-sidebar .profile-list li .btn {
  font-size: 8px;
}

#about-sidebar .btn-area {
  margin-top: 40px;
}

[dir="ltr"] #about-sidebar .btn-area {
  text-align: right;
}

[dir="rtl"] #about-sidebar .btn-area {
  text-align: left;
}

#about-sidebar .btn-area button,
#about-sidebar .btn-area a {
  margin: 0px 4px 0px 4px;
}

.theme--light #about-sidebar .btn-area button,
.theme--light #about-sidebar .btn-area a {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark #about-sidebar .btn-area button,
.theme--dark #about-sidebar .btn-area a {
  background: rgb(var(--v-theme-primarydark));
}

.theme--light #about-sidebar .btn-area button,
.theme--light #about-sidebar .btn-area a {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark #about-sidebar .btn-area button,
.theme--dark #about-sidebar .btn-area a {
  color: rgb(var(--v-theme-primarylight));
}

#about-team .root {
  position: relative;
  z-index: 5;
}

#about-team .scroll-bg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about-team .scroll-bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  filter: blur(5px);
  transition: all 0.5s ease-out;
}

#about-team .scroll-bg li.current {
  opacity: 0.4;
}

#about-team .background {
  position: relative;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
}

@media (max-width: 599px) {
  #about-team .background {
    border-radius: 40px 40px 0 0;
  }
}
#about-team .background.images {
  padding-top: 120px;
  padding-bottom: 160px;
}

@media (max-width: 599px) {
  #about-team .background.images {
    padding-top: 80px;
  }
}
#about-team .background.images:before {
  content: "";
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  opacity: 0.5;
  border-radius: 60px 60px 0 0;
  z-index: 1;
}

.theme--light #about-team .background.images:before {
  background: #fff;
}

.theme--dark #about-team .background.images:before {
  background: rgb(var(--v-theme-primarydark));
}

@media (max-width: 599px) {
  #about-team .background.images:before {
    border-radius: 40px 40px 0 0;
  }
}
#about-team .background.images:after {
  content: "";
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  border-radius: 60px 60px 0 0;
}

.theme--light #about-team .background.images:after {
  background: #fff;
}

.theme--dark #about-team .background.images:after {
  background: #000;
}

@media (max-width: 599px) {
  #about-team .background.images:after {
    border-radius: 40px 40px 0 0;
  }
}
#about-team .background.parallax {
  padding-top: 40px;
}

#about-team .container {
  position: relative;
  z-index: 1;
}

#about-team .bg-gradient-scroll {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.theme--light #about-team .bg-gradient-scroll {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark #about-team .bg-gradient-scroll {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.theme--light #about-team .bg-gradient-scroll {
  opacity: 0.75;
}

.theme--dark #about-team .bg-gradient-scroll {
  opacity: 0.4;
}

#about-team .wrap {
  position: relative;
  z-index: 2;
}

#about-team .section {
  margin-top: 40px;
}

#about-team .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1279px) {
  #about-team .parallax-wrap {
    display: none;
  }
}
#about-team .inner-parallax {
  height: 3000px;
  position: absolute;
  display: block;
}

#about-team .full {
  top: 700px;
  width: 100%;
  right: 0;
}

#about-team .oval {
  opacity: 0.3;
  position: relative;
  display: block;
  margin-left: auto;
  mask-image: url(../images/decoration/oval.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(../images/decoration/oval.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}

#about-team .oval span {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

#about-team .oval.big {
  width: 350px;
  height: 350px;
  top: 200px;
}

[dir="ltr"] #about-team .oval.big {
  right: -1000px;
}

[dir="rtl"] #about-team .oval.big {
  left: -1000px;
}

#about-team .gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#about-team .dots {
  position: relative;
  top: -100px;
  height: 500px;
}

[dir="ltr"] #about-team .dots {
  left: -400px;
}

[dir="rtl"] #about-team .dots {
  right: -400px;
}

#about-team .parallax-vertical {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  #about-team .parallax-vertical {
    transform: scale(0.5);
    transform-origin: top left;
  }
}
@media (min-width: 1536px) {
  #about-team .parallax-vertical {
    display: none;
  }
}
#about-team .parallax-dot {
  top: 0;
  width: 845px;
  height: 800px;
  opacity: 0.3;
}

.theme--light #about-team .parallax-dot {
  fill: rgba(0, 0, 0, 0.38);
}

.theme--dark #about-team .parallax-dot {
  fill: rgba(255, 255, 255, 0.5);
}

[dir="ltr"] #about-team .parallax-dot {
  left: 0;
}

[dir="rtl"] #about-team .parallax-dot {
  right: 0;
}

.call-to-action {
  position: relative;
  z-index: 1;
}

.call-to-action .action {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1279px) {
  .call-to-action .action {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 599px) {
  .call-to-action .action {
    padding: 0px 16px 0px 16px;
    margin-top: 40px;
  }
}
.call-to-action .action h4 {
  margin-bottom: 48px;
}

.call-to-action .btn-area {
  margin: 40px 0px 40px 0px;
  justify-content: center;
  position: relative;
  display: flex;
}

@media (max-width: 599px) {
  .call-to-action .btn-area {
    justify-content: space-around;
  }
}
@media (min-width: 600px) {
  [dir="ltr"] .call-to-action .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] .call-to-action .btn-area a {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  .call-to-action .btn-area a {
    margin: 4px;
  }
}
.call-to-action .btn-area a img {
  width: 160px;
}

@media (max-width: 599px) {
  .call-to-action .btn-area a img {
    width: 100%;
  }
}
.comments-style .form-comment {
  padding: 8px;
  border-radius: 20px;
}

.theme--light .comments-style .form-comment {
  background-color: #fff;
}

.theme--dark .comments-style .form-comment {
  background-color: #0a0a0a;
}

@media (min-width: 600px) {
  .comments-style .form-comment {
    padding: 16px 24px 16px 24px;
  }
}
.comments-style .write {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.comments-style .write .input-field {
  min-height: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 599px) {
  .comments-style .write .input-field {
    padding-bottom: 40px;
  }
}
@media (min-width: 600px) {
  [dir="ltr"] .comments-style .write .input-field {
    padding-right: 160px;
  }

  [dir="rtl"] .comments-style .write .input-field {
    padding-left: 160px;
  }
}
.comments-style .write .input-field textarea {
  max-height: none;
  resize: none;
  height: 140px;
  width: 100%;
}

.comments-style .write .send-btn {
  position: absolute;
  bottom: 6px;
}

[dir="ltr"] .comments-style .write .send-btn {
  right: 8px;
}

[dir="rtl"] .comments-style .write .send-btn {
  left: 8px;
}

.comments-style .avatar {
  margin-top: 8px;
}

[dir="ltr"] .comments-style .avatar {
  margin-right: 8px;
}

[dir="rtl"] .comments-style .avatar {
  margin-left: 8px;
}

.comments-style .comment-list {
  margin-top: 16px;
}

.comments-style .comment-list .divider {
  background: none;
}

.theme--light .comments-style .comment-list .divider {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .comments-style .comment-list .divider {
  border-color: rgba(255, 255, 255, 0.24);
}

.comments-style .date {
  height: auto;
  padding: 0;
  font-size: 12px;
  margin-left: -16px;
}

.comments-style .content {
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.comments-style .help-item {
  text-transform: uppercase;
  font-size: 13px;
}

.company-logo .root {
  display: flex;
}

@media (min-width: 600px) {
  .company-logo .root {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .company-logo .root {
    overflow-x: auto;
  }
}
.company-logo .root img {
  height: 64px;
  margin: 32px;
  transition: all 0.3s ease-out;
}

.company-logo .root img:hover {
  filter: none;
}

.error-style .error-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 960px) {
  .error-style .error-wrap {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 959px) {
  .error-style .error-wrap {
    margin: 80px 0px 80px 0px;
  }
}
.error-style .flex {
  display: flex;
  justify-content: center;
}

.error-style .illustration {
  position: relative;
  margin: 40px;
}

@media (min-width: 600px) {
  .error-style .illustration {
    margin: 16px 40px 16px 40px;
  }
}
.error-style .illustration img {
  position: relative;
  max-width: 350px;
}

@media (min-width: 960px) {
  [dir="ltr"] .error-style .illustration img {
    right: 80px;
  }

  [dir="rtl"] .error-style .illustration img {
    left: 80px;
  }
}
@media (max-width: 599px) {
  .error-style .illustration img {
    max-width: 100%;
  }
}
.error-style .text {
  position: relative;
}

@media (min-width: 960px) {
  [dir="ltr"] .error-style .text {
    padding-left: 40px;
  }

  [dir="rtl"] .error-style .text {
    padding-right: 40px;
  }
}
.error-style .text:before {
  content: "";
  position: absolute;
  top: calc(50% - 90px);
  height: 180px;
}

[dir="ltr"] .error-style .text:before {
  border-left: 2px solid;
}

[dir="rtl"] .error-style .text:before {
  border-right: 2px solid;
}

.theme--light .error-style .text:before {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme--dark .error-style .text:before {
  border-color: rgba(255, 255, 255, 0.24);
}

[dir="ltr"] .error-style .text:before {
  left: -32px;
}

[dir="rtl"] .error-style .text:before {
  right: -32px;
}

@media (max-width: 959px) {
  .error-style .text {
    text-align: center;
    padding-top: 80px;
  }
}
.error-style .text h3 {
  font-size: 106px;
  text-transform: capitalize;
  font-weight: var(--font-bold);
}

.theme--light .error-style .text h3 {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .error-style .text h3 {
  color: rgb(var(--v-theme-primarylight));
}

.error-style .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 24px;
}

.theme--light .error-style .text p {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .error-style .text p {
  color: rgba(255, 255, 255, 0.7);
}

.error-style .button {
  margin-top: 32px;
}

@media (max-width: 959px) {
  .filter-style .modal-filter #filter_mobile {
    padding: 32px;
    height: 100%;
    overflow: auto;
    width: 100%;
  }
}
.filter-style .strip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  line-height: 0px;
}

.filter-style .filter-block {
  margin-bottom: 24px;
}

.filter-style .filter-block .collection {
  border: none;
}

.filter-style .filter-block .collection li {
  border-radius: 20px;
  overflow: hidden;
}

.theme--light .filter-style .filter-block .collection .secondary-content {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .filter-style .filter-block .collection .secondary-content {
  color: #fff;
}

.filter-style .filter-block .collection-header {
  background: none;
  border: none;
  font-weight: var(--font-medium);
  align-items: flex-end;
  font-size: 18px;
}

.theme--light .filter-style .filter-block .collection-header {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .filter-style .filter-block .collection-header {
  color: #fff;
}

@media (min-width: 1280px) {
  .filter-style .filter-block .collection-header {
    font-size: 24px;
  }
}
.theme--light .filter-style .filter-block .collection-item.active {
  background-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .filter-style .filter-block .collection-item.active {
  background-color: rgb(var(--v-theme-primarydark));
}

.theme--light .filter-style .filter-block .collection-item.active {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .filter-style .filter-block .collection-item.active {
  color: rgb(var(--v-theme-primarylight));
}

.filter-style .filter-block .label-block {
  display: block;
  cursor: pointer;
}

.theme--light .filter-style .filter-block .label-block {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .filter-style .filter-block .label-block {
  color: #fff;
}

.filter-style .filter-block .detail {
  border: none;
}

.filter-style .collection-item {
  display: block;
  border: none;
}

.filter-style .collection-item label {
  margin-bottom: 0;
}

.filter-style .star {
  display: block;
}

.theme--light .filter-style .star-icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .filter-style .star-icon {
  color: rgba(255, 255, 255, 0.7);
}

.filter-style .star-icon-disable {
  opacity: 0.5;
}

.theme--light .filter-style .star-icon-disable {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .filter-style .star-icon-disable {
  color: rgba(255, 255, 255, 0.7);
}

.filter-style .btn-tag {
  position: relative;
  cursor: pointer;
}

.filter-style .btn-tag label {
  display: inline-block;
  padding: 1px 6px;
  margin: 4px;
  border-radius: 20px;
  border: 1px solid rgb(var(--v-theme-primary));
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.theme--light .filter-style .btn-tag label {
  background-color: #fafafa;
}

.theme--dark .filter-style .btn-tag label {
  background-color: #303030;
}

.filter-style .btn-tag input {
  opacity: 0;
  position: absolute;
}

.filter-style .btn-tag input:checked + label {
  color: #fff;
  background: rgb(var(--v-theme-primary));
}

.filter-style .input-price {
  width: 75px;
  display: inline-block;
}

[dir="rtl"] .m-application .filter-style .apply-range {
  transform: scaleX(-1);
}

.filter-style.modal-content {
  padding: 0;
  border: none;
}

.filter-style .root-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .filter-style .root-tab h6 {
    font-weight: var(--font-regular);
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  .filter-style .root-tab h6 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 960px) and (max-width: 599px) {
  .filter-style .root-tab h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 959px) {
  .filter-style .root-tab h6 {
    font-weight: var(--font-regular);
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  .filter-style .root-tab h6 {
    flex: 1;
    white-space: nowrap;
    margin: 0px 16px 0px 16px;
  }

  .filter-style .root-tab > div {
    width: 100%;
  }
}
.filter-style .total {
  flex: 1;
}

[dir="ltr"] .filter-style .total {
  text-align: right;
}

[dir="rtl"] .filter-style .total {
  text-align: left;
}

@media (max-width: 599px) {
  .filter-style .total {
    width: 100%;
    flex-basis: 100%;
    padding: 8px;
  }
}
.filter-style .tab-filter {
  position: relative;
  z-index: 20;
  overflow: auto;
  width: auto;
  flex-grow: inherit;
  padding: 8px;
  display: flex;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
}

@media (max-width: 959px) {
  .filter-style .tab-filter {
    padding: 8px 16px 8px 16px;
  }
}
.filter-style .tab-filter > .btn {
  background: transparent;
  border-radius: 40px;
  font-weight: var(--font-medium);
  color: #000;
  white-space: nowrap;
  min-width: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.filter-style .tab-filter > .btn:not(.selected):hover {
  color: #000 !important;
}

@media (min-width: 1280px) {
  .filter-style .tab-filter > .btn {
    font-size: 16px;
    padding: 0px 16px 0px 16px;
    margin: 0px 16px 0px 16px;
    box-shadow: none;
  }
}
.filter-style .tab-filter > .btn.selected {
  background: #000;
  color: #fff;
}

.modal-filter {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: none;
}

.modal-filter.modal-content {
  padding-top: 64px;
}

nav.filter-head {
  background: rgb(var(--v-theme-primary));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

nav.filter-head .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

nav.filter-head .nav-wrapper button {
  color: #fff;
  margin: 8px;
}

@media (max-width: 599px) {
  .sorter {
    flex-direction: column-reverse;
  }

  .sorter > div {
    flex-wrap: wrap;
  }

  .sorter .btn {
    white-space: nowrap;
  }
  .sorter .btn-select,
  .sorter .btn-filter {
    width: 49%;
  }
}
[dir="ltr"] .sorter .total-result {
  margin-left: 24px;
}

[dir="rtl"] .sorter .total-result {
  margin-right: 24px;
}

[dir="ltr"] .sorter .total-result {
  text-align: right;
}

[dir="rtl"] .sorter .total-result {
  text-align: left;
}

@media (min-width: 600px) {
  .sorter .total-result {
    flex: 1;
  }
}
@media (max-width: 599px) {
  .sorter .total-result {
    width: 100%;
  }
}
.sorter .input-field {
  border-radius: 8px;
  border: 1px solid;
  flex: 1;
  padding: 4px 0px 4px 0px;
  margin-left: 8px;
  margin-right: 8px;
}

.theme--light .sorter .input-field {
  background-color: #fff;
}

.theme--dark .sorter .input-field {
  background-color: #0a0a0a;
}

.theme--light .sorter .input-field {
  border-color: rgba(255, 255, 255, 0.7);
}

.theme--dark .sorter .input-field {
  border-color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 959px) {
  [dir="ltr"] .sorter .input-field {
    margin-left: 0;
  }

  [dir="rtl"] .sorter .input-field {
    margin-right: 0;
  }
}
.sorter .toggle-btn-group {
  display: flex;
}

.sorter .toggle-btn-group .btn {
  border-radius: 0;
}

.theme--light .sorter .toggle-btn-group .btn {
  background-color: #fff;
}

.theme--dark .sorter .toggle-btn-group .btn {
  background-color: #0a0a0a;
}

.sorter .toggle-btn-group .btn i {
  font-size: 24px;
  line-height: 30px;
}

.sorter .toggle-btn-group .btn.active {
  color: rgb(var(--v-theme-primarylight)) !important;
}

.theme--light .sorter .toggle-btn-group .btn.active {
  background-color: rgb(var(--v-theme-primarylight)) !important;
}

.theme--dark .sorter .toggle-btn-group .btn.active {
  background-color: rgb(var(--v-theme-primary)) !important;
}

.sorter .toggle-btn-group > .btn:not(:last-child) {
  border-right: none;
}

.sorter .toggle-btn-group > .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

[dir="rtl"] .m-application .sorter .toggle-btn-group > .btn:first-child {
  transform: scaleX(-1);
}

.sorter .toggle-btn-group > .btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

[dir="rtl"] .m-application .sorter .toggle-btn-group > .btn:last-child {
  transform: scaleX(-1);
}

.sorter .input-field .select-wrapper input {
  height: 41px;
  line-height: normal;
  padding: 10px 12px;
}

.search-banner .container {
  padding: 0 !important;
  z-index: 2;
}

.search-banner .search {
  position: relative;
  display: flex;
  align-items: center;
}

.search-banner .search fieldset {
  height: 41px;
}

.search-banner .search .input-field {
  border-radius: 8px;
  border: 1px solid;
  min-height: 0;
  margin-bottom: 0;
  width: 100%;
}

[dir="ltr"] .search-banner .search .input-field {
  padding-left: 16px;
}

[dir="rtl"] .search-banner .search .input-field {
  padding-right: 16px;
}

.theme--light .search-banner .search .input-field {
  background-color: #fff;
}

.theme--dark .search-banner .search .input-field {
  background-color: #0a0a0a;
}

.theme--light .search-banner .search .input-field {
  border-color: rgba(255, 255, 255, 0.7);
}

.theme--dark .search-banner .search .input-field {
  border-color: rgba(0, 0, 0, 0.54);
}

[dir="ltr"] .search-banner .search .input-field .prefix {
  left: 8px;
}

[dir="rtl"] .search-banner .search .input-field .prefix {
  right: 8px;
}

.search-banner .search .input-field input {
  padding: 8px;
  margin-left: 24px;
  max-height: none;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
}

.faq-style .root {
  position: relative;
}

.faq-style .root .container {
  position: relative;
  z-index: 3;
}

.faq-style .accordion {
  position: relative;
}

.faq-style .item {
  margin-bottom: 24px;
}

.faq-style .paper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

.faq-style .paper:not(.active) .collapsible-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light .faq-style .paper:not(.active) .collapsible-header {
  background: rgba(255, 255, 255, 0.5);
}

.theme--dark .faq-style .paper:not(.active) .collapsible-header {
  background: rgba(10, 10, 10, 0.75);
}

.faq-style .heading {
  display: block;
  font-weight: var(--font-medium);
  padding: 8px 16px 8px 0px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 599px) {
  .faq-style .heading {
    font-size: 16px;
  }
}
.faq-style .content i.material-icons {
  margin-top: 8px;
}

.faq-style .active .collapsible-header {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

.faq-style .active i.material-icons {
  color: #fff;
  transform: rotate(180deg);
}

.faq-style .detail {
  background: rgb(var(--v-theme-primary));
  color: #fff;
  border-radius: 0 0 12px 12px;
}

.faq-style .detail p {
  font-size: 24px;
}

@media (max-width: 599px) {
  .faq-style .detail p {
    font-size: 18px;
  }
}
.faq-style .help-paper {
  overflow: visible;
  padding: 16px 8px 16px 8px;
}

.theme--light .faq-style .help-paper {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.theme--dark .faq-style .help-paper {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.faq-style .help-paper img {
  width: 100%;
  max-width: 390px;
}

@media (min-width: 1280px) {
  .faq-style .help-paper img {
    width: 390px;
  }
}
.faq-style .topic-list {
  padding: 0;
  margin-bottom: 24px;
}

.faq-style .topic-list li {
  padding: 16px 0px 16px 0px;
  list-style: none;
}

.faq-style .topic-list li a {
  text-decoration: none;
}

.theme--light .faq-style .topic-list li a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .faq-style .topic-list li a {
  color: #fff;
}

.faq-style .topic-list li a:hover {
  text-decoration: underline;
}

.faq-style .shortcut {
  padding-top: 40px;
  z-index: 3;
  position: relative;
}

.faq-style .shortcut a {
  overflow: visible;
  text-decoration: none;
}

@media (min-width: 1280px) {
  .faq-style .shortcut {
    padding: 0px 80px 0px 80px;
  }
}
@media (max-width: 1279px) {
  .faq-style .shortcut {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .faq-style .shortcut {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .faq-style .scroll-tablet {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .faq-style .scroll-tablet {
    flexflow: row wrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 16px;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
  }

  .faq-style .scroll-tablet > div {
    padding-top: 24px;
  }
}
.faq-style .shortcut-btn {
  position: relative;
  text-align: center;
  min-width: 200px;
  min-height: 220px;
  margin: 16px;
  padding: 16px 0px 16px 0px;
}

@media (max-width: 959px) {
  .faq-style .shortcut-btn {
    margin: 0px 8px 0px 8px;
  }
}
.faq-style .shortcut-btn p {
  position: relative;
}

.faq-style .shortcut-btn strong {
  text-transform: capitalize;
  position: relative;
}

.theme--light .faq-style .shortcut-btn strong {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .faq-style .shortcut-btn strong {
  color: #fff;
}

.faq-style .shortcut-btn a,
.faq-style .shortcut-btn button {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  overflow: hidden;
  border-radius: 20px;
}

.faq-style .shortcut-btn .wrap {
  position: relative;
  border: 1px solid;
  border-radius: 12px;
  display: block;
  text-align: center;
  padding: 16px;
}

.theme--light .faq-style .shortcut-btn .wrap {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .faq-style .shortcut-btn .wrap {
  color: #fff;
}

.theme--light .faq-style .shortcut-btn .wrap {
  background: #fff;
}

.theme--dark .faq-style .shortcut-btn .wrap {
  background: rgb(var(--v-theme-primarydark));
}

.faq-style .shortcut-btn .wrap:before {
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.theme--light .faq-style .shortcut-btn .wrap:before {
  background: #fff;
}

.theme--dark .faq-style .shortcut-btn .wrap:before {
  background: #000;
}

.faq-style .shortcut-btn:before {
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 12px;
  transform: rotate(-5deg);
}

[dir="ltr"] .faq-style .shortcut-btn:before {
  left: -16px;
}

[dir="rtl"] .faq-style .shortcut-btn:before {
  right: -16px;
}

@media (max-width: 959px) {
  .faq-style .shortcut-btn:before {
    display: none;
  }
}
.faq-style .shortcut-btn.primary .wrap {
  border-color: rgb(var(--v-theme-primary));
}

.faq-style .shortcut-btn.primary:before {
  border-color: rgb(var(--v-theme-primary));
}

.faq-style .shortcut-btn.secondary .wrap {
  border-color: rgb(var(--v-theme-secondary));
}

.faq-style .shortcut-btn.secondary:before {
  border-color: rgb(var(--v-theme-secondary));
}

.faq-style .shortcut-btn.accent .wrap {
  border-color: rgb(var(--v-theme-accent));
}

.faq-style .shortcut-btn.accent:before {
  border-color: rgb(var(--v-theme-accent));
}

.faq-style .icon-3d {
  margin-bottom: 16px;
}

.faq-style .icon-3d > div {
  transform: scale(2);
  position: relative;
  top: -40px;
  font-size: 80px;
}

@media (max-width: 599px) {
  .faq-style .icon-3d > div {
    font-size: 60px;
    top: -24px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .faq-style .help-group {
    display: flex;
    justify-content: center;
  }

  .faq-style .help-group button,
  .faq-style .help-group a {
    margin: 0px 4px 0px 4px;
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .faq-style .help-group button,
  .faq-style .help-group a {
    font-size: 14px;
    padding: 8px 16px 8px 16px;
  }

  .faq-style .help-group svg {
    width: 22px;
    height: 22px;
  }

  .faq-style .help-group > * {
    margin: 0px 4px 0px 4px;
  }
}
.form-style .page-wrap {
  text-align: center;
  min-height: 100%;
  position: relative;
  width: 100%;
  align-items: center;
  padding: 120px 40px 0px 40px;
}

@media (min-width: 960px) {
  .form-style .page-wrap {
    display: flex;
  }
}
@media (max-width: 599px) {
  .form-style .page-wrap {
    padding: 80px 0px 0px 0px;
  }
}
.form-style .page-wrap .title {
  color: #fff;
}

.form-style .page-wrap a {
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: var(--font-regular);
}

.theme--light .form-style .page-wrap a {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .form-style .page-wrap a {
  color: rgb(var(--v-theme-primarylight));
}

@media (max-width: 599px) {
  .form-style .page-wrap a {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .form-style .full-form-wrap {
    padding-top: 24px;
  }
}
.form-style .inner-wrap {
  position: relative;
  z-index: 1;
  text-align: left;
}

.form-style .card.form-box {
  border-radius: 40px;
  position: relative;
  z-index: 22;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.theme--light .form-style .card.form-box {
  background: rgba(255, 255, 255, 0.6);
}

.theme--dark .form-style .card.form-box {
  background: rgba(10, 10, 10, 0.6);
}

@media (max-width: 599px) {
  .form-style .card.form-box {
    box-shadow: none;
    background: none;
  }
}
@media (min-width: 960px) {
  [dir="ltr"] .form-style .card.form-box.map-form {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }

  [dir="rtl"] .form-style .card.form-box.map-form {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.form-style .desc {
  color: #fff;
  text-align: center;
  padding: 0px 80px 0px 80px;
}

@media (max-width: 599px) {
  .form-style .desc {
    padding: 0px 16px 0px 16px;
  }
}
.form-style .form {
  position: relative;
  padding: 56px 40px 56px 40px;
}

[dir="ltr"] .form-style .form {
  text-align: left;
}

[dir="rtl"] .form-style .form {
  text-align: right;
}

@media (max-width: 599px) {
  .form-style .form {
    padding: 40px 24px 40px 24px;
  }
}
.form-style .form-helper {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 599px) {
  .form-style .form-helper {
    flex-direction: column;
    align-items: center;
  }
}
[dir="rtl"] .m-application .form-style .button-link i {
  transform: scaleX(-1);
}

.form-style .btn-area {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .form-style .btn-area:not(.flex) {
    margin-top: 24px;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .form-style .btn-area.flex {
    margin-top: 24px;
    display: flex;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .form-style .btn-area.flex {
    margin-top: 24px;
    display: flex;
  }
}
@media (max-width: 599px) {
  .form-style .btn-area button {
    margin-top: 32px;
  }
  .form-style .btn-area {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .form-style .btn-area button.btn.btn-large {
    width: 100%;
  }
}
.form-style .btn-area span a.link {
  text-decoration: none !important;
  color: rgb(var(--v-theme-secondary));
}

[dir="ltr"] .form-style .right-icon {
  margin-left: 8px;
}

[dir="rtl"] .form-style .right-icon {
  margin-right: 8px;
}

.form-style .check svg {
  fill: rgb(var(--v-theme-secondary));
}

.form-style .auth-frame {
  display: block;
  position: relative;
}

.form-style .auth-frame .row > div {
  padding: 0;
}

.form-style .greeting {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  color: #fff;
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
  padding: 24px;
}

.theme--dark .form-style .greeting {
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .form-style .greeting {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1280px) {
  .form-style .greeting {
    padding: 32px;
  }
}
.form-style .greeting img {
  position: absolute;
  max-width: none;
}

.form-style .img-login {
  bottom: -310px;
  transform: rotate(-245deg);
}

[dir="ltr"] .form-style .img-login {
  left: -100px;
}

[dir="rtl"] .form-style .img-login {
  right: -100px;
}

.form-style .img-register {
  top: -480px;
  transform: rotate(-25deg);
}

[dir="ltr"] .form-style .img-register {
  left: 100px;
}

[dir="rtl"] .form-style .img-register {
  right: 100px;
}

.form-style .text {
  position: relative;
  z-index: 2;
}

.form-style .logo {
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.form-style .logo.logo-header {
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.form-style .logo img {
  width: 64px;
}

.form-style .logo p,
.form-style .logo span {
  display: block;
  padding-bottom: 4px;
  color: #fff;
}

.form-style .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.form-style .head a {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .form-style .head {
    margin-top: 16px;
    justify-content: center;
  }

  .form-style .head a {
    display: none;
  }
}
.form-style .form-wrap {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: relative;
  padding: 16px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.theme--light .form-style .form-wrap {
  background: rgba(255, 255, 255, 0.6);
}

.theme--dark .form-style .form-wrap {
  background: rgba(10, 10, 10, 0.6);
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light .form-style .form-wrap {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

@media (max-width: 959px) {
  .form-style .form-wrap {
    border-radius: 20px;
  }
}
@media (min-width: 600px) {
  .form-style .form-wrap {
    padding: 32px;
  }
}
@media (min-width: 960px) {
  .form-style .form-wrap {
    padding: 24px 32px 24px 64px;
  }
}
.form-style .socmed-side-login {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 959px) {
  .form-style .socmed-side-login {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .form-style .socmed-side-login {
    display: block;
  }
}
.form-style .socmed-side-login .btn {
  font-size: 12px;
  padding: 8px 16px 8px 16px;
}

.form-style .socmed-side-login > * {
  color: #fff;
  width: 150px;
  padding: 8px;
  margin: 0 4px;
}

@media (max-width: 599px) {
  .form-style .socmed-side-login > * {
    margin: 0 0 16px;
    width: 100%;
  }
}
.form-style .socmed-side-login i {
  color: #fff;
}

[dir="ltr"] .form-style .socmed-side-login i {
  margin-right: 8px;
}

[dir="rtl"] .form-style .socmed-side-login i {
  margin-left: 8px;
}

@media (min-width: 600px) {
  [dir="ltr"] .form-style .socmed-side-login i {
    float: left;
  }

  [dir="rtl"] .form-style .socmed-side-login i {
    float: right;
  }
}
.form-style .blue-btn {
  background: #28aae1 !important;
}

.form-style .blue-btn:hover {
  background: #146a8f !important;
}

.form-style .navi-btn {
  background: #3b579d !important;
}

.form-style .navi-btn:hover {
  background: #1f2e53 !important;
}

.form-style .red-btn {
  background: #dd493c !important;
}

.form-style .red-btn:hover {
  background: #98251b !important;
}

.form-style .separator {
  margin: 40px auto;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  position: relative;
}

.theme--light .form-style .separator {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .form-style .separator {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 599px) {
  .form-style .separator p {
    font-size: 12px;
  }
}
.form-style .separator:before,
.form-style .separator:after {
  content: "";
  border-top: 1px solid;
  top: 50%;
  position: absolute;
  width: 20%;
}

.theme--light .form-style .separator:before,
.theme--light .form-style .separator:after {
  border-top-color: rgba(0, 0, 0, 0.38);
}

.theme--dark .form-style .separator:before,
.theme--dark .form-style .separator:after {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.form-style .separator:before {
  left: 0;
}

.form-style .separator:after {
  right: 0;
}

.form-style .form-control-label label {
  margin-bottom: 0;
}

.form-style .form-control-label > div {
  margin-top: 0;
}

.form-style .input-field textarea {
  height: auto;
}

.form-style .form-error {
  color: #b94a48;
}

.form-style .inner {
  height: 600px;
  top: 0;
  width: 50%;
  position: absolute;
  display: block;
}

[dir="ltr"] .form-style .inner {
  left: 0;
}

[dir="rtl"] .form-style .inner {
  right: 0;
}

.form-style .primary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.form-style .primary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarylight)) 0%, rgb(var(--v-theme-primary)) 100%);
}

.form-style .secondary-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.form-style .secondary-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.form-style .accent {
  background: linear-gradient(148deg, rgb(var(--v-theme-accent)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.form-style .double-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.form-style .double-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 100%);
}

.form-style .double-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarydark)) 0%, rgb(var(--v-theme-primarydark)) 100%);
}

.form-style .triple-light {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.form-style .triple-main {
  background: linear-gradient(148deg, rgb(var(--v-theme-primary)) 0%, rgb(var(--v-theme-secondary)) 50%, rgb(var(--v-theme-accent)) 100%);
}

.form-style .triple-dark {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

.form-style .fog {
  filter: blur(60px);
  width: 700px;
  height: 600px;
  opacity: 0.75;
  position: relative;
}

.form-style .fog > div {
  border-radius: 500px;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.11, 0.99, 0.81, 1.13);
}

.form-style .arrow-icon {
  position: absolute;
  bottom: 60px;
  font-size: 270px;
  color: #000;
  opacity: 0.1;
}

[dir="ltr"] .form-style .arrow-icon {
  right: 0;
}

[dir="rtl"] .form-style .arrow-icon {
  left: 0;
}

[dir="rtl"] .m-application .form-style .arrow-icon {
  transform: scaleX(-1);
}

.form-style .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.form-style .decoration > div {
  position: absolute;
}

[dir="ltr"] .form-style .decoration.left-side {
  left: -50px;
}

[dir="rtl"] .form-style .decoration.left-side {
  right: -50px;
}

@media (max-width: 599px) {
  .form-style .decoration.left-side {
    z-index: 0;
  }
}
.form-style .decoration .ball {
  width: 160px;
  height: 170px;
  top: 100px;
  z-index: 30;
  transform: rotate(-45deg);
}

[dir="ltr"] .form-style .decoration .ball {
  left: 0;
}

[dir="rtl"] .form-style .decoration .ball {
  right: 0;
}

.form-style .decoration .plate {
  width: 100px;
  height: 100px;
  z-index: 20;
  top: 120px;
  transform: rotate(-50deg);
  filter: blur(5px) drop-shadow(0px 25px 12px rgba(0, 0, 0, 0.3));
}

[dir="ltr"] .form-style .decoration .plate {
  left: 140px;
}

[dir="rtl"] .form-style .decoration .plate {
  right: 140px;
}

.form-style .decoration .flower {
  width: 180px;
  height: 180px;
  top: 300px;
  transform: rotate(-50deg);
}

[dir="ltr"] .form-style .decoration .flower {
  right: -10px;
}

[dir="rtl"] .form-style .decoration .flower {
  left: -10px;
}

.form-style .decoration .bowl {
  width: 100px;
  height: 100px;
  top: 300px;
  transform: rotate(60deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

[dir="ltr"] .form-style .decoration .bowl {
  right: 40px;
}

[dir="rtl"] .form-style .decoration .bowl {
  left: 40px;
}

.form-style .decoration .ufo {
  width: 160px;
  height: 170px;
  top: 180px;
  z-index: 20;
  transform: rotate(-45deg);
}

[dir="ltr"] .form-style .decoration .ufo {
  left: 40px;
}

[dir="rtl"] .form-style .decoration .ufo {
  right: 40px;
}

.form-style .decoration .bom {
  width: 60px;
  height: 60px;
  z-index: 33;
  top: 160px;
  transform: rotate(-50deg);
  filter: blur(5px) drop-shadow(0px 25px 12px rgba(0, 0, 0, 0.3));
}

[dir="ltr"] .form-style .decoration .bom {
  left: 50px;
}

[dir="rtl"] .form-style .decoration .bom {
  right: 50px;
}

.form-style .decoration .snail {
  width: 180px;
  height: 180px;
  top: 300px;
  transform: rotate(-50deg);
}

[dir="ltr"] .form-style .decoration .snail {
  right: -10px;
}

[dir="rtl"] .form-style .decoration .snail {
  left: -10px;
}

.toast {
  border-radius: 4px;
  width: auto;
}

[dir="ltr"] .toast {
  padding-right: 8px;
}

[dir="rtl"] .toast {
  padding-left: 8px;
}

.toast .toast-action {
  margin-right: 0;
}

.toast i.material-icons {
  color: #fff;
}

.product-style .product-detail {
  margin-bottom: 40px;
}

.product-style .desc {
  max-height: 130px;
  padding: 8px 0px 8px 0px;
  margin-bottom: 40px;
}

.product-style .desc h6 {
  font-weight: var(--font-medium);
}

.product-style .responsive-img {
  width: 100%;
  max-height: 460px;
}

.product-style .card-image {
  padding: 1px;
  height: 150px;
  overflow: hidden;
}

.product-style .card-image img {
  min-height: 100%;
}

.product-style .card-image .btn-icon {
  position: absolute;
  top: 10px;
}

[dir="ltr"] .product-style .card-image .btn-icon {
  right: 10px;
}

[dir="rtl"] .product-style .card-image .btn-icon {
  left: 10px;
}

.product-style .text {
  position: relative;
}

[dir="ltr"] .product-style .text {
  text-align: left;
}

[dir="rtl"] .product-style .text {
  text-align: right;
}

.product-style .text h4 {
  font-weight: var(--font-bold);
  margin-bottom: 16px;
  width: 100%;
}

.product-style .text h4 span {
  display: block;
  font-weight: var(--font-medium);
}

.product-style .options {
  position: absolute;
  top: 0px;
}

[dir="ltr"] .product-style .options {
  right: 0;
}

[dir="rtl"] .product-style .options {
  left: 0;
}

@media (max-width: 599px) {
  .product-style .options {
    top: -8px;
  }
}
.product-style .options .btn {
  margin: 0px 4px 0px 4px;
  width: 30px;
  height: 30px;
}

.theme--light .product-style .options .btn {
  background: rgb(var(--v-theme-primarylight));
}

.theme--dark .product-style .options .btn {
  background: rgb(var(--v-theme-primarydark));
}

.product-style .options .btn i {
  font-size: 16px;
  line-height: 32px;
}

.theme--light .product-style .options .btn i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .product-style .options .btn i {
  color: rgb(var(--v-theme-primarylight));
}

.product-style .property-title {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}

[dir="ltr"] .product-style .property-title i:not(:first-child) {
  margin-left: 16px;
}

[dir="rtl"] .product-style .property-title i:not(:first-child) {
  margin-right: 16px;
}

[dir="ltr"] .product-style .property-title i {
  margin-right: 4px;
}

[dir="rtl"] .product-style .property-title i {
  margin-left: 4px;
}

.theme--light .product-style .property-title i {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .product-style .property-title i {
  color: rgb(var(--v-theme-primarylight));
}

.product-style .property-title .divider {
  background: none;
  border-left: 1px solid;
  height: 12px;
  margin: 6px 16px;
  display: inline-block;
}

.theme--light .product-style .property-title .divider {
  border-color: rgba(0, 0, 0, 0.87);
}

.theme--dark .product-style .property-title .divider {
  border-color: #fff;
}

.product-style .price-main {
  line-height: 22px;
}

.theme--light .product-style .price-main {
  color: rgb(var(--v-theme-primarydark));
}

.theme--dark .product-style .price-main {
  color: rgb(var(--v-theme-primarylight));
}

[dir="ltr"] .product-style .price-main {
  margin-right: 32px;
}

[dir="rtl"] .product-style .price-main {
  margin-left: 32px;
}

@media (max-width: 1279px) {
  .product-style .price-main {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  [dir="ltr"] .product-style .price-main {
    margin-left: 16px;
  }

  [dir="rtl"] .product-style .price-main {
    margin-right: 16px;
  }
}
.product-style .price-main p {
  margin-bottom: 4px;
}

.theme--light .product-style .price-main p {
  color: rgba(0, 0, 0, 0.54);
}

.theme--dark .product-style .price-main p {
  color: rgba(255, 255, 255, 0.7);
}

.product-style .price-main h3 {
  font-size: 36px;
  font-weight: var(--font-medium);
}

.product-style .price-main h3 span {
  font-size: 18px;
  display: inline-block;
}

[dir="ltr"] .product-style .price-main h3 span {
  margin-left: 8px;
}

[dir="rtl"] .product-style .price-main h3 span {
  margin-right: 8px;
}

.product-style .btn-area {
  z-index: 10;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 1279px) {
  .product-style .btn-area {
    flex-wrap: wrap;
  }

  .product-style .btn-area .btn {
    width: calc(50% - 24px);
  }
}
@media (max-width: 599px) {
  .product-style .btn-area {
    display: block;
    text-align: center;
  }

  .product-style .btn-area.main > * {
    width: 100%;
  }

  .product-style .btn-area > * {
    margin: 0px 0px 16px 0px;
  }
}
.product-style .btn-area .text-btn {
  padding-left: 8px;
  padding-right: 8px;
}

.theme--light .product-style .btn-area .text-btn {
  color: rgb(var(--v-theme-secondary));
}

.theme--dark .product-style .btn-area .text-btn {
  color: rgb(var(--v-theme-secondarylight));
}

.product-style .btn-area .text-btn i {
  font-size: 1.3rem;
}

[dir="ltr"] .product-style .btn-area .text-btn i {
  margin-right: 4px;
}

[dir="rtl"] .product-style .btn-area .text-btn i {
  margin-left: 4px;
}

[dir="ltr"] .product-style .btn-area > * {
  margin-right: 24px;
}

[dir="rtl"] .product-style .btn-area > * {
  margin-left: 24px;
}

.product-style .zoom-icon {
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  opacity: 0;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}

.product-style .zoom-icon.material-icons {
  position: absolute;
  font-size: 56px;
}

.product-style .image {
  text-align: center;
  line-height: 360px;
  vertical-align: middle;
  position: relative !important;
  margin: 0 auto;
  width: 360px;
}

.product-style .image a {
  display: block;
}

.product-style .image .figure {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 16px 0px 16px 0px;
  margin-top: 0;
  cursor: pointer;
  position: relative;
}

.theme--dark .product-style .image .figure {
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2), 0px 2px 2px 0px rgba(50, 50, 50, 0.14), 0px 3px 1px -2px rgba(50, 50, 50, 0.12);
}

.theme--light .product-style .image .figure {
  box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
}

@media (min-width: 960px) {
  .product-style .image .figure {
    margin: 16px 32px 16px 32px;
  }
}
.product-style .image .figure img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.product-style .image:hover .zoom-icon {
  opacity: 1;
}

.product-style .image-detail {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 360px;
}

.product-style .about {
  margin-top: -96px;
  padding: 56px 80px 56px 80px;
}

@media (max-width: 599px) {
  .product-style .about {
    padding: 16px;
  }
}
.product-style .about h4 {
  margin: 0;
}

.product-style .about .btn-area {
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .product-style .person {
    margin-top: 40px;
  }
}
.product-style .person h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--font-bold);
}

.product-style .person p {
  margin-bottom: 32px;
}

.product-style .person p:last-child {
  margin-bottom: 0;
}

.product-style .help-paper {
  padding: 16px 8px 16px 8px;
}

.theme--light .product-style .help-paper {
  background-color: rgb(var(--v-theme-primarylight));
}

.theme--dark .product-style .help-paper {
  background-color: rgb(var(--v-theme-primarydark));
}

.product-style .headline {
  color: rgb(var(--v-theme-primarydark));
}

.product-style .gallery-item {
  padding: 2px;
}

.product-style .detail-carousel .slick-dots {
  bottom: -10px;
}

.product-style .detail-carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light .product-style .detail-carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark .product-style .detail-carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.product-style .detail-carousel .slick-dots li.slick-active {
  width: 40px;
}

.product-style .detail-carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

.product-style .detail-carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

.product-style .detail-carousel .slick-dots li button:before {
  display: none;
}

.product-style .product-item {
  padding: 8px;
  margin-bottom: 8px;
}

.product-style .product-item a {
  display: block;
  text-decoration: none;
}

.product-style .image {
  border-radius: 8px;
}

.product-style .properties {
  margin-top: 40px;
}

.product-style .properties h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--font-bold);
}

.theme--light .product-style .properties h6 {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .product-style .properties h6 {
  color: rgb(var(--v-theme-secondary));
}

.product-style .properties p {
  margin-bottom: 32px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme--light .product-style .properties a {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark .product-style .properties a {
  color: #fff;
}

.product-style .details {
  margin-top: 40px;
}

.product-style .details ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 600px) {
  .product-style .details ul {
    margin: 40px 0px 80px 0px;
  }
}
.product-style .details ul li {
  list-style: none;
  margin-bottom: 16px;
  display: flex;
}

.product-style .details ul li span {
  flex: 1;
}

.product-style .details ul li a {
  text-decoration: none;
}

.theme--light .product-style .details ul li a {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .product-style .details ul li a {
  color: rgb(var(--v-theme-secondary));
}

.product-style .accordion {
  position: relative;
}

.product-style .paper {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

.theme--light .product-style .paper {
  background-color: #fff;
}

.theme--dark .product-style .paper {
  background-color: #0a0a0a;
}

.product-style .paper .collapsible-header {
  background: none;
}

.product-style .content > div {
  flex: 1;
}

.product-style .content i.material-icons {
  margin-top: 8px;
}

.product-style .active .collapsible-header {
  color: #fff;
}

.product-style .active i.material-icons {
  color: #fff;
  transform: rotate(180deg);
}

.product-style .detail {
  color: #fff;
  border-radius: 0 0 12px 12px;
  border: none;
  overflow: auto;
}

.product-style .detail table {
  min-width: 100%;
  width: auto;
}

.product-style .detail p {
  font-size: 18px;
}

@media (max-width: 599px) {
  .product-style .detail p {
    font-size: 16px;
  }
}
.product-style .y-label {
  position: absolute;
  font-weight: var(--font-medium);
  transform: rotate(-90deg);
  transform-origin: center;
  top: 130px;
}

[dir="ltr"] .product-style .y-label {
  left: -15px;
}

[dir="rtl"] .product-style .y-label {
  right: -15px;
}

.product-style .chart {
  flex: 1;
  padding-bottom: 40px;
}

[dir="ltr"] .product-style .chart {
  padding-left: 48px;
}

[dir="rtl"] .product-style .chart {
  padding-right: 48px;
}

.product-style .chart canvas {
  max-height: 180px;
}

.product-style .table {
  position: relative;
  background: none;
  z-index: 2;
}

@media (max-width: 959px) {
  .product-style .table {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) {
  .product-style .table {
    margin-top: 40px;
  }
}
.product-style .table th {
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: var(--font-medium) !important;
}

.product-style .table > tbody > tr > td,
.product-style .table > thead > tr > th {
  padding: 12px;
}

.product-style .table td {
  border: none;
  color: #fff;
}

.product-style .table strong {
  font-weight: var(--font-medium);
}

.product-style .table a {
  text-decoration: none;
}

.theme--light .product-style .table a {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .product-style .table a {
  color: rgb(var(--v-theme-secondary));
}

.product-style .carousel-header {
  position: relative;
  z-index: 3;
}

@media (min-width: 600px) {
  .product-style .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-style .carousel-header > div {
    flex: 1;
  }
}
@media (max-width: 599px) {
  .product-style .carousel-header {
    text-align: center;
    margin-bottom: 40px;
  }
}
.product-style .view-all {
  padding: 6px 24px;
  line-height: 36px;
}

.theme--light .product-style .view-all {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .product-style .view-all {
  color: rgb(var(--v-theme-secondarylight));
}

.product-style .card-related {
  min-width: 220px;
  height: 300px;
}

.product-style .card-related > a {
  height: 100%;
}

.product-style .scroll-tablet {
  flex-flow: row wrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  padding-bottom: 16px;
}

@media (max-width: 599px) {
  .product-style .scroll-tablet {
    padding: 0;
    margin: 0;
  }
}
#product_result .card {
  margin-left: auto;
  margin-right: auto;
}

.service-style .root {
  position: relative;
}

@media (max-width: 959px) {
  .service-style .root {
    overflow: hidden;
    text-align: center;
  }
}
.service-style .carousel-header {
  position: relative;
  z-index: 3;
}

@media (min-width: 600px) {
  .service-style .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .service-style .carousel-header {
    text-align: center;
  }
}
.service-style .view-all {
  padding: 6px 24px;
}

.theme--light .service-style .view-all {
  color: rgb(var(--v-theme-primary));
}

.theme--dark .service-style .view-all {
  color: rgb(var(--v-theme-secondarylight));
}

@media (max-width: 959px) {
  .service-style .view-all {
    margin-bottom: 32px;
  }
}
[dir="ltr"] .service-style .icon {
  margin-left: 8px;
}

[dir="rtl"] .service-style .icon {
  margin-right: 8px;
}

[dir="rtl"] .m-application .service-style .icon {
  transform: scaleX(-1);
}

.service-style .icon svg {
  width: 36px;
}

.service-style .slider-wrap {
  position: relative;
}

.service-style .floating-text {
  position: absolute;
  width: 300px;
  height: 100%;
  display: flex;
  padding-top: 24px;
  line-height: 24px;
  left: 0;
}

[dir="ltr"] .service-style .floating-text {
  padding-left: 80px;
}

[dir="rtl"] .service-style .floating-text {
  padding-right: 80px;
}

.service-style .floating-text p {
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 959px) {
  .service-style .props {
    display: none !important;
  }
}
.service-style .props > div {
  width: 350px;
  height: 2px;
}

.service-style .props:focus {
  outline: none;
}

.service-style .carousel {
  position: relative;
  z-index: 5;
}

.service-style .carousel .slick-dots {
  bottom: -10px;
}

.service-style .carousel .slick-dots li {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in;
}

.theme--light .service-style .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.theme--dark .service-style .carousel .slick-dots li {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.service-style .carousel .slick-dots li.slick-active {
  width: 40px;
}

.service-style .carousel .slick-dots li.slick-active button {
  box-shadow: none;
  transform: none;
  opacity: 1;
}

.service-style .carousel .slick-dots li button {
  border-radius: 15px;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  background: none;
  transition: all 0.5s ease-in;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  opacity: 0;
}

.service-style .carousel .slick-dots li button:before {
  display: none;
}

.service-style .item {
  padding: 0px 12px 0px 12px;
}

.service-style .item:focus {
  outline: none;
  margin: 0 auto;
}

.service-style .item > div {
  width: 320px;
}

.service-style .link {
  padding: 0;
}

.service-style .link span {
  text-transform: none;
  font-weight: var(--font-regular);
}

.service-style .nav {
  position: absolute;
  top: 32%;
  border-radius: 8px;
  width: 48px;
  height: 100px;
  padding: 0px;
  min-width: 0px;
  z-index: 10;
  background: rgb(var(--v-theme-primary));
  box-shadow: none;
}

[dir="rtl"] .service-style .nav {
  transform: scale(-1.6);
}

[dir="ltr"] .service-style .nav {
  transform: scale(1.6);
}

.service-style .nav:hover {
  background: rgb(var(--v-theme-primarydark));
}

.service-style .nav i {
  color: #fff;
}

@media (max-width: 959px) {
  .service-style .nav {
    display: none;
  }
}
.service-style .prev {
  left: -2px;
}

.service-style .next {
  right: 2px;
}

.service-style .desc {
  position: relative;
  z-index: 60;
}

.service-style .item-text {
  position: relative;
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .service-style .item-text {
    min-height: 320px;
    margin-bottom: 120px;
  }
}
@media (max-width: 959px) {
  .service-style .item-text {
    text-align: center;
  }
}
.service-style .item-text h6 {
  margin-bottom: 32px;
}

.service-style .item-text.last {
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .service-style .item-text.last {
    margin-bottom: 0;
  }
}
.service-style .illustration {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  width: 280px;
  height: 280px;
}

@media (min-width: 1280px) {
  .service-style .illustration {
    margin: 0px 40px 0px 40px;
  }
}
@media (max-width: 959px) {
  .service-style .illustration {
    width: 180px;
    height: 180px;
  }
}
.service-style .illustration.primary {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgb(var(--v-theme-primary)) 130%);
}

.service-style .illustration.secondary {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgb(var(--v-theme-secondary)) 130%);
}

.service-style .illustration.accent {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgb(var(--v-theme-accent)) 130%);
}

.service-style .illustration > div {
  position: absolute;
  top: 10px;
  font-size: 100px;
  transform-origin: center left;
  transform: scale(2);
}

[dir="ltr"] .service-style .illustration > div {
  left: -50px;
}

[dir="rtl"] .service-style .illustration > div {
  right: -50px;
}

@media (min-width: 960px) {
  .service-style .illustration > div {
    transform: scale(3.5);
  }
}
.service-style .progress-bar {
  flex: 1;
  margin-bottom: 80px;
  overflow: visible;
}

.service-style .progress-bar.last {
  margin-bottom: 0;
}

.service-style .progress-bar .text {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.service-style .progress-bar .text p {
  font-size: 18px;
  font-weight: var(--font-medium);
}

.service-style .progress-bar .text h3 {
  font-weight: var(--font-medium);
  font-size: 36px;
}

.service-style .progress-bar .text h3 span {
  font-size: 22px;
}

.service-style .progress-bar .progress {
  border-radius: 10px;
  height: 10px;
  overflow: visible;
}

.theme--light .service-style .progress-bar .progress {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark .service-style .progress-bar .progress {
  background: rgba(255, 255, 255, 0.24);
}

.service-style .zero .range-progress,
.service-style .zero .progress-bg {
  width: 0 !important;
}

.service-style .progress-bg {
  background-image: linear-gradient(120deg, rgb(var(--v-theme-secondary)), rgb(var(--v-theme-primary)));
  border-radius: 10px;
}

.service-style .range-progress {
  border-radius: 10px;
  height: 10px;
  overflow: visible;
  position: relative;
  background-image: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  transition: width 0.5s ease-out;
}

[dir="rtl"] .m-application .service-style .range-progress {
  transform: translateX(50%);
}

.service-style .range-progress span {
  position: absolute;
  font-weight: var(--font-medium);
  font-size: 18px;
  top: -300%;
}

.service-style .range-progress span:first-of-type {
  transform: translateX(-50%);
}

[dir="ltr"] .service-style .range-progress span:first-of-type {
  left: 0;
}

[dir="rtl"] .service-style .range-progress span:first-of-type {
  right: 0;
}

.service-style .range-progress span:last-child {
  transform: translateX(50%);
}

[dir="ltr"] .service-style .range-progress span:last-child {
  right: 0;
}

[dir="rtl"] .service-style .range-progress span:last-child {
  left: 0;
}

@media (min-width: 960px) {
  .service-style .action {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .service-style .action {
    margin: 24px 0px 24px 0px;
  }
}
#portfolio-gallery .root {
  position: relative;
  z-index: 10;
  min-height: 600px;
  padding: 0;
}

#portfolio-gallery .post-card > a {
  height: 410px;
}

#portfolio-gallery .news-card > div {
  height: 410px;
  max-width: none;
}

#portfolio-gallery .photo-card > div {
  height: 410px;
}

#portfolio-gallery .collection-card div a {
  height: 410px !important;
}

#portfolio-gallery .massonry {
  -moz-columns: 3 300px;
  columns: 3 300px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

#portfolio-gallery .item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

#portfolio-gallery .item.loaded {
  opacity: 1;
  transition: all 0.3s ease-out;
  transform: translateY(0px);
}

#portfolio-gallery .filter {
  position: relative;
  z-index: 20;
  overflow: auto;
  flex-grow: inherit;
  padding: 8px;
  display: flex;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 600px) {
  #portfolio-gallery .filter {
    width: auto;
    margin-bottom: 40px;
  }
}
#portfolio-gallery .filter > .btn {
  background: transparent;
  border-radius: 40px;
  font-weight: var(--font-medium);
  color: #000;
  white-space: nowrap;
  min-width: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
}

@media (min-width: 600px) {
  #portfolio-gallery .filter > .btn {
    font-size: 16px;
    padding: 0px 32px 0px 32px;
    box-shadow: none;
  }

  [dir="ltr"] #portfolio-gallery .filter > .btn {
    margin-right: 24px;
  }

  [dir="rtl"] #portfolio-gallery .filter > .btn {
    margin-left: 24px;
  }
}
#portfolio-gallery .filter > .btn.selected {
  background: #000;
  color: #fff;
}

[dir="ltr"] #portfolio-detail .socmed-share {
  left: 30px;
}

[dir="rtl"] #portfolio-detail .socmed-share {
  right: 30px;
}

#portfolio-detail .divider-main {
  border: none;
  position: relative;
  overflow: visible;
  height: 1px;
  max-height: none;
  margin: 80px 0px 80px 0px;
  opacity: 1;
}

@media (max-width: 599px) {
  #portfolio-detail .divider-main {
    margin: 64px 0px 64px 0px;
  }
}
#portfolio-detail .divider-main:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

.theme--light #portfolio-detail .divider-main:before {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #portfolio-detail .divider-main:before {
  background: rgba(255, 255, 255, 0.24);
}

[dir="ltr"] #portfolio-detail .divider-main:before {
  left: 50%;
}

[dir="rtl"] #portfolio-detail .divider-main:before {
  right: 50%;
}

[dir="ltr"] #portfolio-detail .divider-main:before {
  margin-left: -43px;
}

[dir="rtl"] #portfolio-detail .divider-main:before {
  margin-right: -43px;
}

#portfolio-detail .divider-main:after {
  content: "";
  width: 70px;
  height: 12px;
  top: 0;
  border-radius: 12px;
  position: absolute;
}

.theme--light #portfolio-detail .divider-main:after {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #portfolio-detail .divider-main:after {
  background: rgba(255, 255, 255, 0.24);
}

[dir="ltr"] #portfolio-detail .divider-main:after {
  left: 50%;
}

[dir="rtl"] #portfolio-detail .divider-main:after {
  right: 50%;
}

[dir="ltr"] #portfolio-detail .divider-main:after {
  margin-left: -23px;
}

[dir="rtl"] #portfolio-detail .divider-main:after {
  margin-right: -23px;
}

[dir="ltr"] #portfolio-detail .counter {
  text-align: right;
}

[dir="rtl"] #portfolio-detail .counter {
  text-align: left;
}

@media (max-width: 599px) {
  #portfolio-detail .counter {
    text-align: center;
    padding: 0px 24px 0px 24px;
    justify-content: center;
  }
}
#portfolio-detail .counter h2 {
  font-size: 100px;
  line-height: 80px;
  font-weight: var(--font-bold);
}

@media (min-width: 600px) {
  [dir="ltr"] #portfolio-detail .counter h2 {
    margin-right: 16px;
  }

  [dir="rtl"] #portfolio-detail .counter h2 {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #portfolio-detail .counter h2 {
    font-size: 56px;
  }
  #portfolio-detail .comment {
    padding: 0px 8px 0px 8px;
  }
}
#portfolio-detail .filter {
  position: relative;
  z-index: 20;
  overflow: auto;
  flex-grow: inherit;
  padding: 8px;
  display: flex;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  border-radius: 40px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 600px) {
  #portfolio-detail .filter {
    width: auto;
    margin-bottom: 40px;
  }
}
#portfolio-detail .filter > .btn {
  background: transparent;
  border-radius: 40px;
  font-weight: var(--font-medium);
  color: #000;
  white-space: nowrap;
  min-width: 100px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
}

@media (min-width: 600px) {
  #portfolio-detail .filter > .btn {
    font-size: 16px;
    padding: 0px 32px 0px 32px;
    box-shadow: none;
  }

  [dir="ltr"] #portfolio-detail .filter > .btn {
    margin-right: 24px;
  }

  [dir="rtl"] #portfolio-detail .filter > .btn {
    margin-left: 24px;
  }
}
#portfolio-detail .filter > .btn.selected {
  background: #000;
  color: #fff;
}

#portfolio-detail .root-mini-gallery {
  position: relative;
}

#portfolio-detail .massonry {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 8px;
}

.theme--light #portfolio-detail .massonry {
  background: rgba(0, 0, 0, 0.24);
}

.theme--dark #portfolio-detail .massonry {
  background: rgba(255, 255, 255, 0.24);
}

#portfolio-detail .massonry.expand {
  height: auto;
  padding-bottom: 80px;
}

#portfolio-detail .masonry-content {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#portfolio-detail .masonry-content .item {
  display: grid;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

#portfolio-detail .masonry-content .item .card {
  margin: 0;
}

#portfolio-detail .landscape {
  height: 180px;
  position: relative;
}

#portfolio-detail .landscape > a {
  height: 100%;
}

#portfolio-detail .portrait {
  height: 400px;
  position: relative;
}

#portfolio-detail .portrait > a {
  height: 100%;
}

#portfolio-detail .btn-show {
  position: absolute;
  z-index: 10;
  bottom: 16px;
  margin: 0px 16px 0px 16px;
  width: calc(100% - 32px);
}

#portfolio-detail .img-button {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#portfolio-detail .video-popup {
  max-width: none;
}

#portfolio-detail .video-popup h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

@media (min-width: 600px) {
  #portfolio-detail .video-popup {
    width: 690px;
  }
}
#portfolio-detail .video-popup .modal-content {
  height: 100%;
}

#portfolio-detail .video-popup iframe {
  width: 100%;
}

#portfolio-detail .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #portfolio-detail .close-btn {
  right: 4px;
}

[dir="rtl"] #portfolio-detail .close-btn {
  left: 4px;
}

#portfolio-detail.sidebar {
  z-index: 2;
}

[dir="ltr"] #portfolio-detail.sidebar {
  padding-right: 24px;
}

[dir="rtl"] #portfolio-detail.sidebar {
  padding-left: 24px;
}

@media (min-width: 1280px) {
  #portfolio-detail.sidebar {
    margin: 40px 0px 40px 0px;
    position: sticky;
    top: -64px;
  }
}
@media (max-width: 959px) {
  #portfolio-detail.sidebar {
    padding: 0px 24px 0px 24px;
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  #portfolio-detail.sidebar {
    margin-top: 40px;
    padding: 0;
  }
}
#portfolio-detail .property-sidebar {
  margin: 40px 0px 40px 0px;
  list-style: none;
  padding: 0;
}

#portfolio-detail .property-sidebar li {
  list-style: none;
  margin-bottom: 24px;
  display: inline-block;
}

[dir="ltr"] #portfolio-detail .property-sidebar li {
  margin-right: 24px;
}

[dir="rtl"] #portfolio-detail .property-sidebar li {
  margin-left: 24px;
}

[dir="ltr"] #portfolio-detail .property-sidebar li i {
  margin-right: 4px;
}

[dir="rtl"] #portfolio-detail .property-sidebar li i {
  margin-left: 4px;
}

#portfolio-detail .tags {
  margin-bottom: 24px;
}

#portfolio-detail .tags > div,
#portfolio-detail .tags > span {
  font-weight: var(--font-medium);
  margin: 2px;
}

#portfolio-detail .apps {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

#portfolio-detail .apps figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 65px;
  height: 65px;
  margin-bottom: 8px;
}

[dir="ltr"] #portfolio-detail .apps figure {
  margin-right: 16px;
}

[dir="rtl"] #portfolio-detail .apps figure {
  margin-left: 16px;
}

#portfolio-detail .apps figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map {
  position: relative;
  z-index: 20;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
  height: 850px;
}

@media (max-width: 959px) {
  .map {
    height: 300px !important;
  }
}
@media (min-width: 960px) {
  [dir="ltr"] .map {
    border-radius: 0 12px 12px 0 !important;
  }

  [dir="rtl"] .map {
    border-radius: 12px 0 0 12px !important;
  }
}
.map.full {
  height: 984px;
}

.map #map {
  height: 100%;
}

.map .buble .material-icons {
  color: #607d8b;
  font-size: 16px;
  top: 3px;
  position: relative;
}

[dir="ltr"] .map .buble .material-icons {
  margin-right: 8px;
}

[dir="rtl"] .map .buble .material-icons {
  margin-left: 8px;
}

.pricing-wrap {
  margin-top: 40px;
}

.pricing-wrap .pricing-card {
  margin-left: auto;
  margin-right: auto;
}

.page-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page-deco .top-deco,
.page-deco .bottom-deco {
  position: absolute;
  opacity: 0.1;
  background: url("../images/ai/liquid-deco.svg") no-repeat transparent;
  background-size: 100%;
  width: 1122px;
  height: 950px;
}

.page-deco .top-deco {
  top: -300px;
  right: -800px;
}

.page-deco .bottom-deco {
  bottom: -800px;
  left: -120px;
}

#hero-banner .video {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 500px;
  width: 120%;
  background: #000;
}

#hero-banner .video iframe {
  margin-top: -100px;
  margin-left: -10%;
}

@media (min-width: 960px) {
  #hero-banner .video iframe {
    margin-top: -60px;
  }
}
@media (min-width: 600px) {
  #hero-banner .video iframe {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #hero-banner .video iframe {
    height: 100%;
    margin-left: -50%;
  }
}
@media (min-width: 960px) {
  #hero-banner .video {
    height: 650px;
  }
}
#hero-banner .illustration {
  width: 100%;
  height: 500px;
}

#hero-banner .particle-background {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
}

#hero-banner .slideshow {
  height: 100%;
  width: 100%;
}

#hero-banner .slideshow > div {
  height: 100%;
  width: 100%;
}

#hero-banner .slide-item {
  height: 500px;
  width: 100%;
}

#hero-banner .img {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#hero-banner .root {
  position: relative;
}

#hero-banner .deco-wrap {
  position: relative;
  z-index: 4;
}

#hero-banner .banner {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 300px;
}

@media (max-width: 959px) {
  #hero-banner .banner {
    height: 200px;
  }
}
#hero-banner .banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme--light #hero-banner .banner:after {
  opacity: 0.9;
}

.theme--dark #hero-banner .banner:after {
  opacity: 0.7;
}

.theme--light #hero-banner .banner:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

.theme--dark #hero-banner .banner:after {
  background: linear-gradient(148deg, rgb(var(--v-theme-primarydark)) 0%, rgb(var(--v-theme-secondarydark)) 46%, rgb(var(--v-theme-accentdark)) 100%);
}

#hero-banner .video-card {
  overflow: hidden;
  position: relative;
  margin: 48px 0px 16px 0px;
  border-radius: 12px;
}

@media (max-width: 959px) {
  #hero-banner .video-card {
    margin-left: auto;
    margin-right: auto;
  }
}
#hero-banner .video-card figure {
  display: flex;
  justify-content: center;
  margin: 0;
  background: #000;
}

#hero-banner .video-card figure img {
  opacity: 0.62;
  min-height: 100%;
  width: 101%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#hero-banner .play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.theme--light #hero-banner .play-btn {
  background-color: #fff;
}

.theme--dark #hero-banner .play-btn {
  background-color: #0a0a0a;
  box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
}

.theme--light #hero-banner .play-btn {
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}

[dir="ltr"] #hero-banner .play-btn {
  left: 50%;
}

[dir="rtl"] #hero-banner .play-btn {
  right: 50%;
}

#hero-banner .play-btn i {
  display: block;
  line-height: normal;
}

[dir="ltr"] #hero-banner .play-btn i {
  padding-left: 10px;
}

[dir="rtl"] #hero-banner .play-btn i {
  padding-right: 10px;
}

#hero-banner .play-btn i:before {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

#hero-banner .play-btn .waves-ripple {
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
}

#hero-banner .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-banner .video-background > div {
  width: 100% !important;
}

#hero-banner .video-background iframe {
  margin-top: -160px;
  width: 100% !important;
}

#hero-banner .content-thumb {
  position: relative;
  margin-top: -280px;
}

@media (max-width: 959px) {
  #hero-banner .content-thumb {
    margin-top: -140px;
  }
}
#hero-banner .content {
  position: relative;
  margin-top: -80px;
}

#hero-banner .video-popup {
  max-width: none;
}

#hero-banner .video-popup h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

@media (min-width: 600px) {
  #hero-banner .video-popup {
    width: 690px;
  }
}
#hero-banner .video-popup .modal-content {
  height: 100%;
}

#hero-banner .video-popup iframe {
  width: 100%;
}

#hero-banner .close-btn {
  position: absolute;
  top: 4px;
}

[dir="ltr"] #hero-banner .close-btn {
  right: 4px;
}

[dir="rtl"] #hero-banner .close-btn {
  left: 4px;
}

#hero-banner .featured {
  position: relative;
}

@media (min-width: 960px) and (max-width: 1279px) {
  #hero-banner .featured {
    transform: scale(0.8);
  }
}
@media (min-width: 960px) {
  #hero-banner .featured > div {
    position: absolute;
  }
}
#hero-banner .featured > div > div {
  width: 100%;
  height: 100%;
}

#hero-banner .portrait-thumb {
  width: 286px;
  height: 425px;
  top: -500px;
}

[dir="ltr"] #hero-banner .portrait-thumb {
  left: -20px;
}

[dir="rtl"] #hero-banner .portrait-thumb {
  right: -20px;
}

@media (max-width: 1279px) {
  #hero-banner .portrait-thumb {
    width: 246px;
    height: 385px;
    top: -450px;
  }
}
@media (max-width: 959px) {
  #hero-banner .portrait-thumb {
    display: none;
  }
}
#hero-banner .landscape-thumb {
  width: 392px;
  height: 208px;
  bottom: 20px;
}

[dir="ltr"] #hero-banner .landscape-thumb {
  right: 0;
}

[dir="rtl"] #hero-banner .landscape-thumb {
  left: 0;
}

@media (max-width: 1279px) {
  #hero-banner .landscape-thumb {
    width: 352px;
    height: 168px;
    bottom: 50px;
  }

  [dir="ltr"] #hero-banner .landscape-thumb {
    right: 10px;
  }

  [dir="rtl"] #hero-banner .landscape-thumb {
    left: 10px;
  }
}
@media (max-width: 959px) {
  #hero-banner .landscape-thumb {
    display: none;
  }
}
#hero-banner .square-thumb {
  width: 180px;
  height: 180px;
  top: -430px;
}

[dir="ltr"] #hero-banner .square-thumb {
  right: 20px;
}

[dir="rtl"] #hero-banner .square-thumb {
  left: 20px;
}

@media (max-width: 1279px) {
  #hero-banner .square-thumb {
    width: 140px;
    height: 140px;
    top: -400px;
  }

  [dir="ltr"] #hero-banner .square-thumb {
    right: 10px;
  }

  [dir="rtl"] #hero-banner .square-thumb {
    left: 10px;
  }
}
@media (max-width: 959px) {
  #hero-banner .square-thumb {
    width: 250px;
    height: 250px;
    top: -24px;
    position: relative;
  }

  [dir="ltr"] #hero-banner .square-thumb {
    right: 0;
  }

  [dir="rtl"] #hero-banner .square-thumb {
    left: 0;
  }
}
@media (max-width: 599px) {
  #hero-banner .square-thumb {
    display: none;
  }
}
#hero-banner .basic-hero {
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 80px 0px 80px 0px;
  min-height: 500px;
}

#hero-banner .basic-hero p {
  font-size: 24px;
  margin-top: 40px;
}

@media (max-width: 599px) {
  #hero-banner .basic-hero p {
    font-size: 18px;
    padding: 0px 16px 0px 16px;
  }
}
#hero-banner .btn-area-simple {
  position: relative;
  z-index: 10;
  margin: 40px 0px 40px 0px;
}

@media (min-width: 600px) {
  #hero-banner .btn-area-simple {
    display: flex;
    justify-content: center;
  }
}
#hero-banner .btn-area-simple a,
#hero-banner .btn-area-simple button {
  margin: 0px 8px 0px 8px;
  width: 230px;
}

@media (max-width: 599px) {
  #hero-banner .btn-area-simple a,
  #hero-banner .btn-area-simple button {
    width: auto;
    display: block;
    margin-bottom: 24px;
  }
}
#hero-banner .avatar {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin-bottom: -100px;
}

#hero-banner .avatar .avatar-img {
  width: 200px;
  height: 200px;
}

#hero-banner .deco-circle-line {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 0;
  border: 1px solid rgb(var(--v-theme-secondary));
}

[dir="ltr"] #hero-banner .deco-circle-line {
  margin-left: 20px;
}

[dir="rtl"] #hero-banner .deco-circle-line {
  margin-right: 20px;
}

#hero-banner .deco-circle-line:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -10px;
  border: 1px solid rgb(var(--v-theme-primary));
}

[dir="ltr"] #hero-banner .deco-circle-line:after {
  left: -20px;
}

[dir="rtl"] #hero-banner .deco-circle-line:after {
  right: -20px;
}

#hero-banner .deco-circle-line:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 10px;
  border: 1px solid rgb(var(--v-theme-accent));
}

[dir="ltr"] #hero-banner .deco-circle-line:before {
  left: 0;
}

[dir="rtl"] #hero-banner .deco-circle-line:before {
  right: 0;
}

#hero-banner .profile-cover {
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  padding: 120px 40px 40px 40px;
  position: relative;
  color: #fff;
}

#hero-banner .profile-cover figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  margin: 0px;
}

#hero-banner .profile-cover figure img {
  opacity: 0.4;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#hero-banner .profile-cover h3,
#hero-banner .profile-cover p {
  position: relative;
  z-index: 1;
}

#hero-banner .profile-cover p {
  font-size: 22px;
}

@media (max-width: 599px) {
  #hero-banner .profile-cover p {
    font-size: 16px;
  }
}
#hero-banner .socmed {
  position: relative;
  z-index: 10;
  margin: 16px 0;
}

@media (max-width: 599px) {
  #hero-banner .socmed {
    margin-bottom: 40px;
  }
}
#hero-banner .socmed a {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  opacity: 0.75;
  font-size: 24px;
  color: #fff;
}

#hero-banner .followers {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

[dir="ltr"] #hero-banner .followers {
  margin-left: 32px;
}

[dir="rtl"] #hero-banner .followers {
  margin-right: 32px;
}

@media (min-width: 600px) {
  #hero-banner .followers .btn {
    width: 200px;
    font-size: 20px;
  }

  [dir="ltr"] #hero-banner .followers .btn {
    margin-left: 24px;
  }

  [dir="rtl"] #hero-banner .followers .btn {
    margin-right: 24px;
  }
}
#hero-banner .rest {
  color: #fff;
  background: rgb(var(--v-theme-primary));
  border: none !important;
  z-index: 1;
  font-size: 20px;
  font-weight: var(--font-bold);
  width: 64px;
  height: 64px;
  line-height: normal;
  text-align: center;
}

[dir="ltr"] #hero-banner .rest {
  margin-left: -32px;
}

[dir="rtl"] #hero-banner .rest {
  margin-right: -32px;
}

@media (min-width: 960px) {
  [dir="ltr"] #hero-banner .rest {
    margin-left: -16px;
  }

  [dir="rtl"] #hero-banner .rest {
    margin-right: -16px;
  }
}
#hero-banner .rest > div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#hero-banner .rest span {
  line-height: normal;
  display: block;
  font-size: 10px;
  font-weight: var(--font-regular);
}

@media (max-width: 599px) {
  #hero-banner .rest {
    width: 38px;
    height: 38px;
  }
}
#hero-banner .avatar-small {
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
  padding: 2px;
  border: none !important;
  width: 60px;
  height: 60px;
}

[dir="ltr"] #hero-banner .avatar-small {
  margin-left: -22px;
}

[dir="rtl"] #hero-banner .avatar-small {
  margin-right: -22px;
}

@media (min-width: 600px) {
  [dir="ltr"] #hero-banner .avatar-small {
    margin-left: -32px;
  }

  [dir="rtl"] #hero-banner .avatar-small {
    margin-right: -32px;
  }
}
@media (min-width: 960px) {
  [dir="ltr"] #hero-banner .avatar-small {
    margin-left: -16px;
  }

  [dir="rtl"] #hero-banner .avatar-small {
    margin-right: -16px;
  }
}
@media (max-width: 599px) {
  #hero-banner .avatar-small {
    width: 34px;
    height: 34px;
  }
}
#hero-banner .avatar-small img {
  border-radius: 50%;
}

#hero-banner .icon-banner figure {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.theme--light #hero-banner .icon-banner figure {
  background-color: #fff;
}

.theme--dark #hero-banner .icon-banner figure {
  background-color: #0a0a0a;
}

#hero-banner .icon-banner figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
}

.theme--light #hero-banner .icon-banner figure img {
  opacity: 0.1;
}

.theme--dark #hero-banner .icon-banner figure img {
  opacity: 0.2;
}

#hero-banner .icon-banner h3 {
  position: relative;
  z-index: 1;
  font-weight: var(--font-bold);
  font-size: 48px;
}

@media (max-width: 599px) {
  #hero-banner .icon-banner h3 {
    font-size: 32px;
    text-align: center;
    line-height: 48px;
  }
}
#hero-banner .banner-content h3 {
  text-transform: capitalize;
}

@media (min-width: 960px) {
  #hero-banner .banner-content {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  #hero-banner .banner-content {
    padding: 8px;
  }
}
#hero-banner .deco-line {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 800px;
  z-index: 1;
  top: 40px;
}

[dir="ltr"] #hero-banner .deco-line {
  left: 0;
}

[dir="rtl"] #hero-banner .deco-line {
  right: 0;
}

#hero-banner .deco-line svg {
  width: 1600px;
  height: 700px;
  transform: scale(1.1, 0.9);
  position: absolute;
}

#hero-banner .content-banner {
  position: relative;
}

#hero-banner .line-primary {
  stroke: rgb(var(--v-theme-primary));
  top: 30px;
}

[dir="ltr"] #hero-banner .line-primary {
  left: -250px;
}

[dir="rtl"] #hero-banner .line-primary {
  right: -250px;
}

#hero-banner .line-secondary {
  stroke: rgb(var(--v-theme-secondary));
  top: 10px;
}

[dir="ltr"] #hero-banner .line-secondary {
  left: -280px;
}

[dir="rtl"] #hero-banner .line-secondary {
  right: -280px;
}

#hero-banner .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  top: 120px;
}

[dir="ltr"] #hero-banner .icon {
  left: 70px;
}

[dir="rtl"] #hero-banner .icon {
  right: 70px;
}

@media (min-width: 1280px) {
  [dir="ltr"] #hero-banner .icon {
    left: 100px;
  }

  [dir="rtl"] #hero-banner .icon {
    right: 100px;
  }
}
@media (min-width: 960px) {
  #hero-banner .icon {
    transform: scale(2.5);
  }
}
#hero-banner .icon > div {
  position: absolute;
  text-align: center;
  z-index: 2;
}

#hero-banner .icon .left {
  font-size: 64px;
  top: -80px;
}

[dir="ltr"] #hero-banner .icon .left {
  left: -60px;
}

[dir="rtl"] #hero-banner .icon .left {
  right: -60px;
}

#hero-banner .icon .right {
  font-size: 48px;
  top: 10px;
}

[dir="ltr"] #hero-banner .icon .right {
  right: -80px;
}

[dir="rtl"] #hero-banner .icon .right {
  left: -80px;
}

#hero-banner .icon .center {
  font-size: 128px;
  top: -80px;
}

[dir="ltr"] #hero-banner .icon .center {
  left: -60px;
}

[dir="rtl"] #hero-banner .icon .center {
  right: -60px;
}

#hero-banner .properties {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

@media (min-width: 600px) {
  #hero-banner .properties {
    display: flex;
  }
}
#hero-banner .desc p {
  font-size: 18px;
}

@media (max-width: 599px) {
  #hero-banner .desc p {
    font-size: 16px;
    text-align: center;
  }
}
#hero-banner .desc ul {
  margin-top: 24px;
  padding: 0;
}

[dir="ltr"] #hero-banner .desc ul {
  text-align: left;
}

[dir="rtl"] #hero-banner .desc ul {
  text-align: right;
}

@media (min-width: 600px) {
  [dir="ltr"] #hero-banner .desc ul {
    margin-right: 24px;
  }

  [dir="rtl"] #hero-banner .desc ul {
    margin-left: 24px;
  }
}
#hero-banner .desc ul li {
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  list-style: none;
  width: 49%;
  display: inline-block;
}

[dir="ltr"] #hero-banner .desc ul li {
  padding-left: 24px;
}

[dir="rtl"] #hero-banner .desc ul li {
  padding-right: 24px;
}

@media (max-width: 599px) {
  #hero-banner .desc ul li {
    font-size: 12px;
  }
}
#hero-banner .desc ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  background: linear-gradient(148deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-primarylight)) 50%, rgb(var(--v-theme-accentlight)) 100%);
}

[dir="ltr"] #hero-banner .desc ul li:before {
  left: 4px;
}

[dir="rtl"] #hero-banner .desc ul li:before {
  right: 4px;
}

@media (min-width: 960px) {
  #hero-banner .btn-area {
    margin-top: 40px;
  }
}
@media (min-width: 600px) {
  #hero-banner .btn-area {
    display: flex;
  }
  [dir="ltr"] #hero-banner .btn-area button,
  [dir="ltr"] #hero-banner .btn-area a {
    margin-right: 16px;
  }

  [dir="rtl"] #hero-banner .btn-area button,
  [dir="rtl"] #hero-banner .btn-area a {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  #hero-banner .btn-area button,
  #hero-banner .btn-area a {
    width: 100%;
    margin-top: 24px;
  }
}
#hero-banner .counter {
  position: relative;
}

#hero-banner .counter .paper {
  border-radius: 20px;
  font-size: 20px;
}

@media (max-width: 599px) {
  #hero-banner .counter .paper {
    font-size: 16px;
  }
}
#hero-banner .counter .paper.bg-secondary {
  background: rgb(var(--v-theme-secondary)) !important;
  color: rgb(var(--v-theme-secondarydark)) !important;
}

@media (min-width: 600px) and (max-width: 1279px) {
  [dir="ltr"] #hero-banner .counter {
    padding-left: 16px;
  }

  [dir="rtl"] #hero-banner .counter {
    padding-right: 16px;
  }
}
@media (min-width: 1280px) {
  [dir="ltr"] #hero-banner .counter {
    right: -40px;
  }

  [dir="rtl"] #hero-banner .counter {
    left: -40px;
  }
}
@media (max-width: 599px) {
  #hero-banner .counter {
    margin-top: 40px;
    display: flex;
  }
}
#hero-banner .paper {
  text-align: center;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  font-size: 20px;
}

@media (min-width: 600px) {
  #hero-banner .paper {
    margin-bottom: 32px;
  }
}
@media (min-width: 960px) {
  #hero-banner .paper {
    height: 140px;
  }
}
@media (max-width: 599px) {
  #hero-banner .paper {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
#hero-banner .paper h2 {
  font-size: 60px;
  line-height: 55px;
  font-weight: var(--font-bold);
}

@media (max-width: 599px) {
  #hero-banner .paper h2 {
    font-size: 36px;
  }
}
#hero-banner .bg-primary {
  background: rgb(var(--v-theme-primary));
  color: #fff;
}

@media (max-width: 599px) {
  [dir="ltr"] #hero-banner .bg-primary {
    margin-right: 8px;
  }

  [dir="rtl"] #hero-banner .bg-primary {
    margin-left: 8px;
  }
}
#hero-banner .bg-secondary {
  background: rgb(var(--v-theme-secondary));
  color: rgb(var(--v-theme-secondarydark));
}

#hero-banner .tags {
  display: flex;
  text-transform: capitalize;
}

[dir="ltr"] #hero-banner .tags h6 {
  margin-right: 8px;
}

[dir="rtl"] #hero-banner .tags h6 {
  margin-left: 8px;
}

#hero-banner .tags h6:after {
  content: ", ";
}

#hero-banner .tags > h6:last-child:after {
  content: none;
}

#hero-banner .front {
  position: relative;
}

#hero-banner .front button {
  z-index: 5;
}

@media (min-width: 600px) and (max-width: 1279px) {
  [dir="ltr"] #hero-banner .front {
    padding-right: 16px;
  }

  [dir="rtl"] #hero-banner .front {
    padding-left: 16px;
  }
}
@media (max-width: 599px) {
  #hero-banner .front {
    margin-top: -32px;
  }

  #hero-banner .front > div {
    max-width: 100% !important;
  }
}
.parallax-3d .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 959px) {
  .parallax-3d .parallax-wrap {
    display: none;
  }
}
.parallax-3d .parallax-scene {
  z-index: 10;
  top: 0px;
  position: absolute;
  width: 1200px;
  height: 300px;
}

[dir="ltr"] .parallax-3d .parallax-scene {
  right: 0;
}

[dir="rtl"] .parallax-3d .parallax-scene {
  left: 0;
}

.parallax-3d .parallax-scene > div {
  position: absolute;
}

@media (max-width: 1279px) {
  .parallax-3d .parallax-scene {
    display: none;
  }
}
.parallax-3d .parallax-wrap {
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1279px) {
  .parallax-3d .parallax-wrap {
    display: none;
  }
}
.parallax-3d .inner-parallax {
  height: 500px;
  width: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
}

.theme--light .parallax-3d .inner-parallax {
  opacity: 0.5;
}

.theme--dark .parallax-3d .inner-parallax {
  opacity: 1;
}

.parallax-3d .obj-hover {
  position: absolute;
}

.parallax-3d .obj-hover img {
  width: 100%;
  height: 100%;
  display: block;
}

.parallax-3d .obj-scroll > div > div {
  position: relative;
}

.parallax-3d .obj-scroll img {
  width: 100%;
  height: 100%;
  display: block;
}

.parallax-3d .start {
  width: 50%;
}

.parallax-3d .end {
  width: 50%;
}

.parallax-3d .end .obj-hover {
  margin-left: auto;
}

.parallax-3d .end .obj-scroll > div > div {
  margin-left: auto;
}

.parallax-3d .end-bottom {
  width: 50%;
}

.parallax-3d .end-bottom .obj-hover {
  margin-left: auto;
}

.parallax-3d .end-bottom .obj-scroll > div > div {
  margin-left: auto;
}

.parallax-3d .geometric {
  width: 100%;
  height: 100%;
}

.parallax-3d .geometric .start {
  top: 0;
  left: 15px;
}

.parallax-3d .geometric .end {
  top: 0;
  right: 0;
}

.parallax-3d .geometric .ring-left {
  width: 106px;
  height: 106px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .geometric .box {
  width: 150px;
  height: 150px;
}

.parallax-3d .geometric .ring-right {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .geometric .ball {
  width: 120px;
  height: 120px;
}

.parallax-3d .flowers {
  width: 100%;
  height: 100%;
}

.parallax-3d .flowers .start {
  top: 100px;
  left: -150px;
}

.parallax-3d .flowers .end {
  top: -20px;
  right: 0px;
}

.parallax-3d .flowers .end-bottom {
  top: 250px;
  right: 0px;
}

.parallax-3d .flowers .tornado {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .flowers .snail {
  width: 232px;
  height: 232px;
}

.parallax-3d .flowers .bom {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .flowers .flower {
  width: 150px;
  height: 150px;
}

.parallax-3d .flowers .ring-right {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .flowers .ball {
  width: 160px;
  height: 160px;
}

.parallax-3d .planet {
  width: 100%;
  height: 100%;
}

.parallax-3d .planet .start {
  top: 100px;
  left: -150px;
}

.parallax-3d .planet .end {
  top: -20px;
  right: 0px;
}

.parallax-3d .planet .end-bottom {
  top: 250px;
  right: 0px;
}

.parallax-3d .planet .noodle {
  width: 156px;
  height: 156px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .planet .ufo {
  width: 232px;
  height: 232px;
  left: 50px;
  transform: rotate(-65deg);
}

.parallax-3d .planet .bom {
  width: 80px;
  height: 80px;
  top: -100px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .planet .flower {
  width: 150px;
  height: 150px;
}

.parallax-3d .planet .ring {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .planet .ball {
  width: 160px;
  height: 160px;
}

.parallax-3d .snail {
  width: 100%;
  height: 100%;
}

.parallax-3d .snail .start {
  top: 50px;
  left: -150px;
}

.parallax-3d .snail .end {
  top: 200px;
  right: 0px;
}

.parallax-3d .snail .ball {
  width: 170px;
  height: 170px;
  transform: rotate(-70deg);
}

.parallax-3d .snail .plate {
  width: 100px;
  height: 100px;
  transform: rotate(-50deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .snail .flower {
  width: 150px;
  height: 150px;
  transform: rotate(-50deg);
}

.parallax-3d .snail .wormhole {
  width: 80px;
  height: 80px;
  transform: rotate(60deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .ufo {
  width: 100%;
  height: 100%;
}

.parallax-3d .ufo .start {
  top: 0px;
  left: 15px;
}

.parallax-3d .ufo .end {
  top: 0;
  right: 0;
}

.parallax-3d .ufo .ring-left {
  width: 106px;
  height: 76px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .ufo .plate {
  width: 150px;
  height: 150px;
}

.parallax-3d .ufo .ring-right {
  width: 80px;
  height: 80px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .ufo .orbit {
  width: 130px;
  height: 170px;
  transform: rotate(65deg);
}

.parallax-3d .basket {
  width: 100%;
  height: 100%;
}

.parallax-3d .basket .start {
  top: 0;
  left: 15px;
}

.parallax-3d .basket .end {
  top: 0px;
  right: 0px;
}

.parallax-3d .basket .bom {
  width: 60px;
  height: 60px;
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .basket .ring2 {
  width: 120px;
  height: 90px;
  transform: rotate(135deg);
}

.parallax-3d .basket .ring1 {
  width: 60px;
  height: 90px;
  transform: rotate(-35deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .basket .ball {
  width: 160px;
  height: 160px;
  transform: rotate(65deg);
}

.parallax-3d .food {
  width: 100%;
  height: 100%;
}

.parallax-3d .food .start {
  top: 0;
  left: -150px;
}

.parallax-3d .food .end {
  top: 100px;
  right: 0px;
}

.parallax-3d .food .ufo {
  width: 222px;
  height: 192px;
  left: 50px;
  transform: rotate(-45deg);
}

.parallax-3d .food .plate {
  width: 100px;
  height: 100px;
  transform: rotate(-50deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.parallax-3d .food .tube {
  width: 150px;
  height: 150px;
  transform: rotate(190deg);
}

.parallax-3d .food .wormhole {
  width: 80px;
  height: 80px;
  transform: rotate(60deg);
  filter: blur(5px) drop-shadow(20px 25px 5px rgba(0, 0, 0, 0.3));
}

.main-wrap {
  position: relative;
  width: 100%;
}
.inner-text {
  text-align: justify;
}
.inner-text ul {
  padding-left: 30px;
  list-style: circle;
  margin: 20px 0;
}
.inner-text ol {
  padding-left: 30px;
  list-style: decimal;
  margin: 20px 0;
}
.inner-text ul li {
  width: max-content;
  list-style-type: circle;
}
.inner-text ol li {
  width: max-content;
  list-style-type: decimal;
}
@media (max-width: 959px) {
  .main-wrap.has-fixed-scroll {
    overflow: hidden;
  }
}
.main-wrap:not(.has-fixed-scroll) {
  overflow: hidden;
}

.theme--dark .main-wrap {
  background-color: rgba(var(--v-theme-primarydark), 0.5);
}

.theme--light .main-wrap {
  background-color: #fff;
}

.inner-page {
  padding-top: 80px;
}

@media (min-width: 600px) {
  .inner-page {
    padding-top: 120px;
  }
}
@media (max-width: 599px) {
  .higher-top {
    padding-top: 64px;
  }
}
.space-bottom {
  margin-bottom: 160px;
}

@media (max-width: 1279px) {
  .space-bottom {
    margin-bottom: 80px;
  }
  .space-bottom--lg-down {
    margin-bottom: 80px;
  }
}
@media (max-width: 959px) {
  .space-bottom--md-down {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .space-bottom--sm-down {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .space-bottom--lg-up {
    margin-bottom: 80px;
  }
  .space-bottom--md-up {
    margin-bottom: 160px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .space-bottom--md-up {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .space-bottom--sm-up {
    margin-bottom: 160px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .space-bottom--sm-up {
    margin-bottom: 80px;
  }
}
.space-bottom-short {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .space-bottom-short {
    margin-bottom: 50px;
  }
  .space-bottom-short--lg-down {
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  .space-bottom-short--md-down {
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .space-bottom-short--sm-down {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .space-bottom-short--lg-up {
    margin-bottom: 120px;
  }
  .space-bottom-short--md-up {
    margin-bottom: 120px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .space-bottom-short--md-up {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .space-bottom-short--sm-up {
    margin-bottom: 120px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .space-bottom-short--sm-up {
    margin-bottom: 50px;
  }
}

.space-top {
  padding-top: 160px;
}

@media (max-width: 1279px) {
  .space-top {
    padding-top: 80px;
  }
  .space-top--lg-down {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  .space-top--md-down {
    padding-top: 80px;
  }
}
@media (max-width: 599px) {
  .space-top--sm-down {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .space-top--lg-up {
    padding-top: 160px;
  }
  .space-top--md-up {
    padding-top: 160px;
  }
  .space-top-discover {
    padding-top: 50px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .space-top--md-up {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .space-top--sm-up {
    padding-top: 160px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .space-top--sm-up {
    padding-top: 80px;
  }
}
.space-top-short {
  padding-top: 120px;
}

@media (max-width: 1279px) {
  .space-top-short {
    padding-top: 50px;
  }
  .space-top-short--lg-down {
    padding-top: 50px;
  }
}
@media (max-width: 959px) {
  .space-top-short--md-down {
    padding-top: 50px;
  }
}
@media (max-width: 599px) {
  .space-top-short--sm-down {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .space-top-short--lg-up {
    padding-top: 120px;
  }
  .space-top-short--md-up {
    padding-top: 120px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .space-top-short--md-up {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .space-top-short--sm-up {
    padding-top: 120px;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .space-top-short--sm-up {
    padding-top: 50px;
  }
}
.container-wrap > section {
  position: relative;
}

.container-general {
  position: relative;
  padding-top: 32px;
  margin-top: 56px;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .container-general {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.container-front {
  position: relative;
  z-index: 20;
}

.full-screen-container {
  height: 100vh;
  display: flex;
}

.full-screen-container .socmed-btn .ion-social-facebook {
  color: #3f51b5;
}

.full-screen-container .socmed-btn .ion-social-twitter {
  color: #2196f3;
}

.full-screen-container .socmed-btn .ion-social-instagram {
  color: #9c27b0;
}

.full-screen-container .socmed-btn .ion-social-linkedin {
  color: #2196f3;
}

.full-width {
  width: 100% !important;
}

.maintenance-icon {
  margin: 8px;
}

.maintenance-icon > div {
  font-size: 80px;
  position: relative;
}

@media (min-width: 960px) and (max-width: 1279px) {
  .maintenance-icon > div {
    font-size: 56px;
    top: 40px;
  }
}
.primary-icon {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  position: relative;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-accentlight)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.primary-icon > div {
  left: -50px;
  top: 40px;
  transform: scale(4);
}

.secondary-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-secondary)) 0%, rgb(var(--v-theme-primarylight)) 100%);
}

.secondary-icon > div {
  left: -20px;
  top: -10px;
  transform: scale(2.5);
}

.accent-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
  background-image: linear-gradient(180deg, rgb(var(--v-theme-secondarylight)) 0%, rgb(var(--v-theme-accentlight)) 100%);
}

.accent-icon > div {
  left: -20px;
  top: -20px;
  transform: scale(1.5);
}

[dir="rtl"] .m-application .arrow .btn-flat i {
  transform: scaleX(-1);
}

#blog-page .news-card.portrait {
  max-width: none;
}

@media (min-width: 640px) {
  .sm\:\!mt-0 {
    margin-top: 0px !important;
  }
  .sm\:-mt-25 {
    margin-top: -200px !important;
  }
  .sm\:-mt-5 {
    margin-top: -40px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 120px !important;
  }
  .sm\:mb-6 {
    margin-bottom: 48px !important;
  }
  .sm\:me-4 {
    margin-inline-end: 32px !important;
  }
  .sm\:ms-0 {
    margin-inline-start: 0px;
  }
  .sm\:mt-10 {
    margin-top: 80px !important;
  }
  .sm\:mt-12 {
    margin-top: 96px !important;
  }
  .sm\:mt-15 {
    margin-top: 120px !important;
  }
  .sm\:mt-2 {
    margin-top: 16px !important;
  }
  .sm\:mt-5 {
    margin-top: 40px !important;
  }
  .sm\:\!justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-15 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .sm\:px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm\:px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .sm\:px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm\:px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .sm\:py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm\:py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm\:\!pe-5 {
    padding-inline-end: 40px !important;
  }
  .sm\:\!pe-6 {
    padding-inline-end: 48px !important;
  }
  .sm\:pb-2 {
    padding-bottom: 16px !important;
  }
  .sm\:pe-8 {
    padding-inline-end: 64px !important;
  }
  .sm\:ps-6 {
    padding-inline-start: 48px !important;
  }
  .sm\:pt-5 {
    padding-top: 40px !important;
  }
  .sm\:\!text-start {
    text-align: start !important;
  }
  .sm\:\!text-end {
    text-align: end !important;
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-10 {
    margin-top: 80px !important;
  }
  .md\:mt-15 {
    margin-top: 120px !important;
  }
  .md\:mt-3 {
    margin-top: 24px !important;
  }
  .md\:mt-5 {
    margin-top: 40px !important;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:p-4 {
    padding: 32px !important;
  }
  .md\:px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .md\:px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md\:px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .md\:pe-4 {
    padding-inline-end: 32px !important;
  }
  .md\:pe-8 {
    padding-inline-end: 64px !important;
  }
  .md\:pt-10 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:-mt-15 {
    margin-top: -120px !important;
  }
  .lg\:me-1 {
    margin-inline-end: 8px !important;
  }
  .lg\:ms-1 {
    margin-inline-start: 8px !important;
  }
  .lg\:mt-15 {
    margin-top: 120px !important;
  }
  .lg\:mt-5 {
    margin-top: 40px !important;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .lg\:px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .lg\:pe-15 {
    padding-inline-end: 120px !important;
  }
  .lg\:pe-6 {
    padding-inline-end: 48px !important;
  }
  .lg\:pt-10 {
    padding-top: 80px !important;
  }
  .lg\:pt-15 {
    padding-top: 120px !important;
  }
  .lg\:pt-2 {
    padding-top: 16px !important;
  }
  .lg\:pt-3 {
    padding-top: 24px !important;
  }
  .lg\:\!text-start {
    text-align: start !important;
  }
  .lg\:\!text-end {
    text-align: end !important;
  }
}

@media (min-width: 1280px) {
  .xl\:-ms-6 {
    margin-inline-start: -48px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 80px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 40px !important;
  }
  .xl\:mt-12 {
    margin-top: 96px !important;
  }
  .xl\:\!p-0 {
    padding: 0px !important;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl\:px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xl\:px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .xl\:px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .xl\:px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .xl\:\!pt-15 {
    padding-top: 120px !important;
  }
}

.response {
  margin-top: 12px;
  position: relative;
  z-index: 2;
  font-family: Commissioner, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 600;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 18px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .response {
    height: 58px;
    margin-top: 24px;
    font-size: 14px;
  }
}
.response.success {
  background-color: #1a78c2;
  color: #fff;
  -webkit-animation: fade 0.25s ease;
  animation: fade 0.25s ease;
}
.response.error {
  background-color: #da4c4c;
  color: #fff;
  -webkit-animation: fade 0.25s ease;
  animation: fade 0.25s ease;
}

.footer__buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (min-width: 960px) {
  .footer__buttons {
    justify-content: flex-end;
    padding-left: 16px;
  }
}
.popup-login {
  font-weight: 600 !important;
  height: 45px !important;
  margin: 0 auto 15px !important;
  width: 100%;
  padding: 12px !important;
  font-weight: 600 !important;
}
.discover-title {
  top: 50px !important;
}
@media (max-width: 620px) {
  .popup-login {
    width: 250px;
  }
  .discover-title {
    top: 97px !important;
  }
  #howto{
        margin-top: 50px;
  }
}
