﻿/*
Theme Name: Emir Auctions
Theme URI: https://example.com/emirauctions-theme
Author: Your Name
Author URI: https://example.com
Description: A modern, responsive WordPress theme designed for auction websites. Features a clean design with excellent performance and user experience. Fully compatible with WooCommerce for e-commerce functionality.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emirauctions
Tags: auction, e-commerce, woocommerce, responsive, modern, clean, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
  --heading-font: "Jost", sans-serif;
  --body-font: "Manrope", sans-serif;
  /* Whites */
  --white-1: rgb(255, 255, 255);
  --white-2: rgb(253, 253, 253);
  --white-3: rgb(250, 250, 250);
  --white-4: rgb(247, 247, 247);
  --white-5: rgb(242, 242, 242);
  --white-6: rgb(237, 237, 237);
  --white-7: rgb(230, 230, 230);
  --white-8: rgb(222, 222, 222);
  --white-9: rgb(214, 214, 214);
  /* Blacks */
  --black-1: rgb(0, 0, 0);
  --black-2: rgb(10, 10, 10);
  --black-3: rgb(20, 20, 20);
  --black-4: rgb(31, 31, 31);
  --black-5: rgb(42, 42, 42);
  --black-6: rgb(51, 51, 51);
  --black-7: rgb(77, 77, 77);
  --black-8: rgb(102, 102, 102);
  --black-9: rgb(128, 128, 128);
  /* Accent & Lights */
  --light-1: rgb(229, 229, 229);
  --base-1: rgb(220, 186, 88);
  --base-2: rgb(186, 123, 7);
  /* Gradients */
  --black-gradient: linear-gradient(to left, rgba(3, 7, 10, 0.59), rgba(3, 7, 10, 0.67), rgba(3, 7, 10, 0.59));
  --gradient-1: linear-gradient(to left, var(--base-2), var(--base-1), var(--base-2));
}

/* ============================ Media Breakpoint for Each Device Start ============================ */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  font-size: 18px;
  background: var(--black-2);
  color: var(--light-1);
  overflow-x: clip;
  line-height: 1.55;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: clamp(1.75rem, 0.1327rem + 3.3694vw, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 0.3542rem + 2.6474vw, 3rem);
}

h3 {
  font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 2.5rem);
}

h4 {
  font-size: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
}

h5 {
  font-size: clamp(1.125rem, 0.7784rem + 0.722vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 0.769rem + 0.4813vw, 1.25rem);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 1.3;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
  line-height: inherit;
}

a:hover {
  color: hsl(var(--base));
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  vertical-align: middle;
}

i {
  display: inline-block;
}

section {
  overflow: hidden;
}

.small, small {
  font-size: 0.8em;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1384px;
  }
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .py-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .py-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .pt-60 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.67%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.67%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.67%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.67%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading.text-start {
    text-align: center !important;
  }
}
.section-heading.text-start .section-heading--subtitle {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section-heading.text-start .section-heading--subtitle {
    margin-left: auto;
  }
}
.section-heading--subtitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 auto 16px;
}
@media screen and (max-width: 991px) {
  .section-heading--subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading--subtitle {
    font-size: 14px;
  }
}
.section-heading--subtitle img {
  height: 19px;
}
@media screen and (max-width: 991px) {
  .section-heading--subtitle img {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading--subtitle img {
    height: 15px;
  }
}
.section-heading--subtitle span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.section-heading--title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--white-1);
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section-heading--title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading--title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: normal;
  }
}
.section-heading--title span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
.section-heading--title span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--base-1);
}
.section-heading--desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-1);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-heading--desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading--desc {
    font-size: 14px;
  }
}

.section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .section-btn {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .section-btn {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-btn {
    padding-top: 30px;
  }
}

.pagination {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 12px;
    gap: 5px;
  }
}
.pagination .page-item:first-child .page-link {
  background: var(--gradient-1);
}
.pagination .page-item:first-child .page-link::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 50%;
  z-index: -1;
}
.pagination .page-item:last-child .page-link {
  background: var(--gradient-1);
}
.pagination .page-item:last-child .page-link::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 50%;
  z-index: -1;
}
.pagination .page-item.active .page-link {
  color: var(--black-2);
}
.pagination .page-item.active .page-link::after {
  opacity: 1;
}
.pagination .page-item .page-link {
  background: transparent;
  border: 0;
  border-radius: 25px;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  color: var(--white-1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .pagination .page-item .page-link {
    border-radius: 18px;
    line-height: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-item .page-link {
    border-radius: 15px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 12px;
  }
}
.pagination .page-item .page-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.pagination .page-item .page-link:hover {
  color: var(--black-2);
}
.pagination .page-item .page-link:hover::after {
  opacity: 1;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll.os-theme-dark > .os-scrollbar, .scroll .os-theme-light > .os-scrollbar {
  padding: 0;
}
.scroll.os-theme-dark > .os-scrollbar-vertical, .scroll .os-theme-light > .os-scrollbar-vertical {
  width: 6px;
  background: transparent;
  border-radius: 3px;
}
.scroll.os-theme-dark > .os-scrollbar-horizontal, .scroll .os-theme-light > .os-scrollbar-horizontal {
  height: 6px;
  background: transparent;
  border-radius: 3px;
}
.scroll.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: var(--black-6);
  -webkit-transition: background 0.3s !important;
  transition: background 0.3s !important;
}
.scroll.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: var(--black-7);
}
.scroll.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: var(--black-7);
}

.card {
  padding: 24px 32px;
  background: color-mix(in srgb, var(--black-3), transparent 70%);
  border-color: color-mix(in srgb, var(--black-4), transparent 30%);
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .card {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    padding: 12px 16px;
    border-radius: 10px;
  }
}
.card-header {
  color: var(--light-1);
  padding: 0;
  padding-bottom: 24px;
  border-bottom: 2px dashed var(--black-4);
}
@media screen and (max-width: 991px) {
  .card-header {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .card-header {
    padding-bottom: 12px;
  }
}
.card-header .d-flex {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
}
@media screen and (max-width: 991px) {
  .card-header .d-flex {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .card-header .d-flex {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 6px;
  }
}
.card-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .card-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-title {
    font-size: 18px;
  }
}
.card-title span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
.card-title span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
@media screen and (max-width: 767px) {
  .card-title span::after {
    bottom: 4px;
  }
}
.card--select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card--select span {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card--select span {
    font-size: 12px;
  }
}
.card--select select {
  height: 34px;
  font-size: 12px;
  color: var(--white-1);
  padding: 0 30px 0 12px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 128 128'%3E%3Cg%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--black-4);
  border-radius: 20px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .card--select select {
    height: 30px;
    font-size: 10px;
    padding: 0 25px 0 10px;
    background-size: 13px;
  }
}
.card--select select option {
  background: var(--black-3);
}
.card-body {
  padding: 0;
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .card-body {
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .card-body {
    padding-top: 12px;
  }
}

.input-group-text {
  color: var(--light-1);
  background: color-mix(in srgb, var(--white-1), transparent 80%);
  border-color: transparent;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .input-group-text {
    border-radius: 6px;
  }
}

.form-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--light-1);
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .form-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.form-label.required::after {
  content: "*";
}

.form-control {
  font-size: 16px;
  line-height: 1.3;
  padding: 15px 20px;
  color: var(--white-1);
  background: color-mix(in srgb, var(--white-1), transparent 94%);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 94%);
  border-radius: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 991px) {
  .form-control {
    font-size: 14px;
    padding: 13px 16px;
  }
}
@media screen and (max-width: 767px) {
  .form-control {
    padding: 11px 13px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 575px) {
  .form-control {
    font-size: 12px;
    padding: 9px 10px;
  }
}
.form-control.form-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 128 128'%3E%3Cg%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) !important;
  background-size: 20px !important;
}
@media screen and (max-width: 991px) {
  .form-control.form-select {
    padding-right: 32px;
    background-position: calc(100% - 11px) !important;
    background-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .form-control.form-select {
    padding-right: 26px;
    background-position: calc(100% - 8px) !important;
    background-size: 13px !important;
  }
}
@media screen and (max-width: 575px) {
  .form-control.form-select {
    padding-right: 20px;
    background-position: calc(100% - 5px) !important;
    background-size: 10px !important;
  }
}
.form-control.form-select option {
  background: var(--black-2);
}
.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control::-webkit-inner-spin-button {
  display: none;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: var(--white-1);
  caret-color: var(--white-1);
}
.form-control::-webkit-input-placeholder {
  color: var(--black-8) !important;
}
.form-control::-moz-placeholder {
  color: var(--black-8) !important;
}
.form-control:-ms-input-placeholder {
  color: var(--black-8) !important;
}
.form-control::-ms-input-placeholder {
  color: var(--black-8) !important;
}
.form-control::placeholder {
  color: var(--black-8) !important;
}
.form-control:focus {
  color: var(--white-1);
  background: color-mix(in srgb, var(--white-1), transparent 94%);
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-color: var(--base-2);
}

.form-check {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-check {
    padding-left: 20px;
  }
}
.form-check .form-check-input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  float: none;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-check .form-check-input {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 575px) {
  .form-check .form-check-input {
    width: 11px;
    height: 11px;
  }
}
.form-check .form-check-input:checked + .form-check-label::before {
  opacity: 1;
}
.form-check .form-check-input:checked + .form-check-label::after {
  font-weight: bolder;
  color: var(--black-2);
  border-color: transparent;
}
.form-check .form-check-label {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--light-1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-check .form-check-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .form-check .form-check-label {
    font-size: 11px;
  }
}
.form-check .form-check-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--gradient-1);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .form-check .form-check-label::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 575px) {
  .form-check .form-check-label::before {
    width: 11px;
    height: 11px;
  }
}
.form-check .form-check-label::after {
  content: "\e182";
  font-family: "Phosphor";
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 40%);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .form-check .form-check-label::after {
    width: 13px;
    height: 13px;
    line-height: 11px;
    font-size: 8px;
  }
}
@media screen and (max-width: 575px) {
  .form-check .form-check-label::after {
    width: 11px;
    height: 11px;
    line-height: 9px;
    font-size: 7px;
  }
}

.password-field {
  position: relative;
}
.password-field .form-control {
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .password-field .form-control {
    padding-right: 44px;
  }
}
@media screen and (max-width: 767px) {
  .password-field .form-control {
    padding-right: 38px;
  }
}
@media screen and (max-width: 575px) {
  .password-field .form-control {
    padding-right: 34px;
  }
}
.password-field--btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 14px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
  color: var(--white-1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .password-field--btn {
    right: 16px;
    width: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .password-field--btn {
    right: 13px;
    width: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .password-field--btn {
    right: 9px;
  }
}
.password-field--btn.show::after {
  content: "\e224";
}
.password-field--btn::after {
  content: "\e220";
  font-family: "Phosphor";
  font-weight: normal;
  position: absolute;
  inset: 0;
}

.modal {
  --bs-modal-width: 550px;
}
.modal-content {
  border: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
.modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 32px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .modal-content::before {
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .modal-content::before {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content::before {
    border-radius: 16px;
  }
}
.modal-content::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 32px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .modal-content::after {
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .modal-content::after {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content::after {
    border-radius: 16px;
  }
}
.modal-header {
  border-color: transparent;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .modal-header {
    padding: 28px;
  }
}
@media screen and (max-width: 991px) {
  .modal-header {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-header {
    padding: 16px;
  }
}
.modal-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
.modal-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .modal-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .modal-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 18px;
  }
}
.modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 55px;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
  background-repeat: no-repeat;
  background-size: 150%;
  background-position-x: left;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .modal .btn-close {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .modal .btn-close {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modal .btn-close {
    width: 35px;
    height: 35px;
    font-size: 20px;
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
  }
}
@media screen and (max-width: 575px) {
  .modal .btn-close {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.modal .btn-close::after {
  content: "\e4f6";
  font-family: "Phosphor";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .btn-close:focus, .modal .btn-close:hover, .modal .btn-close:focus-visible, .modal .btn-close:active {
  background-position-x: right;
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}
.modal-body {
  padding: 32px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .modal-body {
    padding: 28px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .modal-body {
    padding: 24px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 16px;
    border-radius: 16px;
  }
}
.modal-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .modal-body::after {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(70px);
            filter: blur(70px);
  }
}
.modal-footer {
  padding: 32px;
}
@media screen and (max-width: 1199px) {
  .modal-footer {
    padding: 28px;
  }
}
@media screen and (max-width: 991px) {
  .modal-footer {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-footer {
    padding: 16px;
  }
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.89;
}
.modal .form-control {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .modal .form-control {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .modal .form-control {
    font-size: 12px;
  }
}

.btn {
  padding: 8px 24px;
  border: 0;
  border-radius: 60px;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
  background-repeat: no-repeat !important;
  background-size: 150% !important;
  background-position-x: left !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .btn {
    padding: 6px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 2;
  }
}
.btn--icon {
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--white-1);
  border-radius: 50%;
  color: initial;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .btn--icon {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
}
@media screen and (max-width: 767px) {
  .btn--icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.btn--icon i {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.btn-primary {
  color: var(--black-1);
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
}
.btn-primary .btn--icon {
  background: var(--black-1);
  color: var(--base-1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: var(--black-1) !important;
}
.btn-secondary {
  color: var(--base-1);
  background: var(--black-1);
}
.btn-secondary .btn--icon {
  background: var(--gradient-1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: var(--base-1) !important;
  background: var(--black-2) !important;
}
.btn-danger {
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
}
.btn-success {
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
}
.btn-warning {
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
}
.btn-info {
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
}
.btn.btn-icon {
  padding: 0;
  width: 51.5px;
  height: 51.5px;
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .btn.btn-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-icon {
    width: 41px;
    height: 41px;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-icon {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.btn:hover, .btn:focus, .btn:active, .btn:focus-visible {
  background-position-x: right !important;
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}
.btn:hover .btn--icon, .btn:focus .btn--icon, .btn:active .btn--icon, .btn:focus-visible .btn--icon {
  -webkit-transform: translateX(16px) rotate(45deg);
          transform: translateX(16px) rotate(45deg);
}
@media screen and (max-width: 991px) {
  .btn:hover .btn--icon, .btn:focus .btn--icon, .btn:active .btn--icon, .btn:focus-visible .btn--icon {
    -webkit-transform: translateX(14px) rotate(45deg);
            transform: translateX(14px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .btn:hover .btn--icon, .btn:focus .btn--icon, .btn:active .btn--icon, .btn:focus-visible .btn--icon {
    -webkit-transform: translateX(8px) rotate(45deg);
            transform: translateX(8px) rotate(45deg);
  }
}

.table-wrap {
  background-size: 25%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.table-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1500px;
  height: 200px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  z-index: -1;
}
.table-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1500px;
  height: 200px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  z-index: -1;
}
.table-wrap .table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
}
.table-wrap .table th {
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--white-1);
  padding: 20px 32px;
  background: color-mix(in srgb, var(--black-2), transparent 15%);
  border-bottom: 5px solid transparent;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .table-wrap .table th {
    font-size: 22px;
    padding: 15px 24px;
    border-bottom-width: 4px;
  }
}
@media screen and (max-width: 991px) {
  .table-wrap .table th {
    font-size: 20px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap .table th {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .table-wrap .table th {
    font-size: 16px;
    padding: 8px 10px;
    border-bottom-width: 2px;
  }
}
.table-wrap .table th:last-child::after {
  border-right-width: 0;
}
.table-wrap .table th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 5px solid transparent;
  border-right: 1px solid transparent;
  -o-border-image: var(--gradient-1);
     border-image: var(--gradient-1);
  border-image-slice: 1;
}
.table-wrap .table td {
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--light-1);
  padding: 20px 32px;
  background: color-mix(in srgb, var(--black-2), transparent 10%);
  border: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .table-wrap .table td {
    font-size: 17px;
    padding: 15px 24px;
  }
}
@media screen and (max-width: 991px) {
  .table-wrap .table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap .table td {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .table-wrap .table td {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.table-wrap .table td:last-child::after {
  border-right-width: 0;
}
.table-wrap .table td::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  -o-border-image: var(--gradient-1);
     border-image: var(--gradient-1);
  border-image-slice: 1;
}
.table-wrap .table--btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 5px 7px;
  background: var(--gradient-1);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .table-wrap .table--btn-group {
    padding: 4px 6px;
    border-radius: 9px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap .table--btn-group {
    padding: 3px 4px;
    border-radius: 6px;
  }
}
.table-wrap .table--btn-group::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 12px;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .table-wrap .table--btn-group::after {
    border-radius: 9px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap .table--btn-group::after {
    border-radius: 6px;
  }
}
.table-wrap .table--btn {
  width: calc(50% - 2px);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 8px;
}
@media screen and (max-width: 1399px) {
  .table-wrap .table--btn {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap .table--btn {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 4px;
  }
}
.table-wrap .table--btn-primary {
  color: var(--black-2);
  background: -webkit-gradient(linear, left top, right top, from(var(--base-2)), color-stop(var(--base-1)), color-stop(var(--base-2)), to(var(--base-1)));
  background: linear-gradient(to right, var(--base-2), var(--base-1), var(--base-2), var(--base-1));
  background-repeat: no-repeat;
  background-size: 150%;
  background-position-x: left;
}
.table-wrap .table--btn-primary:hover, .table-wrap .table--btn-primary:focus, .table-wrap .table--btn-primary:active {
  background-position-x: right;
}
.table-wrap .table--btn-secondary {
  background: var(--black-4);
  background: -webkit-gradient(linear, left top, right top, from(var(--black-4)), color-stop(var(--black-4)), color-stop(var(--black-4)), color-stop(var(--black-3)), color-stop(var(--black-5)), to(var(--black-3)));
  background: linear-gradient(to right, var(--black-4), var(--black-4), var(--black-4), var(--black-3), var(--black-5), var(--black-3));
  background-repeat: no-repeat;
  background-size: 250%;
  background-position-x: left;
}
.table-wrap .table--btn-secondary:hover, .table-wrap .table--btn-secondary:focus, .table-wrap .table--btn-secondary:active {
  background-position-x: right;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 10px;
  }
}
.header--top {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .header--top {
    padding-bottom: 30px;
  }
}
.header--top--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .header--top--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.header--top--content--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .header--top--content--right {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .header--top--content--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
.header--top--content p {
  font-size: 15px;
  color: var(--black-9);
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .header--top--content p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.header--top--content p i {
  font-size: 20px;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.header--top--content p a {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  padding-bottom: 2px;
  font-weight: 600;
  position: relative;
}
.header--top--content p a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
}
.header--bottom--left-menu {
  position: relative;
  z-index: 2;
}
.header--bottom--left-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 50vw;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(to left, var(--base-1), var(--base-2));
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: -1;
}
.header--bottom--left-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 25px);
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-2)), color-stop(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(var(--base-2), var(--base-1), var(--base-2));
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
}
@media screen and (max-width: 1199px) {
  .header--bottom--left-menu::after {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .header--bottom--left-menu::after {
    left: calc(100% + 15px);
  }
}
.header--bottom--right-menu {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .header--bottom--right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header--bottom--right-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 50vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(to right, var(--base-1), var(--base-2));
  -webkit-transform: skewX(32deg);
          transform: skewX(32deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: -1;
}
.header--bottom--right-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 25px);
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-2)), color-stop(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(var(--base-2), var(--base-1), var(--base-2));
  -webkit-transform: skewX(32deg);
          transform: skewX(32deg);
}
@media screen and (max-width: 1199px) {
  .header--bottom--right-menu::after {
    right: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .header--bottom--right-menu::after {
    right: calc(100% + 15px);
  }
}
.header--bottom--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .header--bottom--menu {
    gap: 20px;
  }
}
.header--bottom--menu--item {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .header--bottom--menu--item {
    padding: 18px 0;
  }
}
.header--bottom--menu--item a {
  color: var(--black-1);
  padding: 4px 0;
}
.header--bottom--menu--item a.user-btn {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  border: 1px solid var(--black-1);
  border-radius: 50%;
  padding: 0;
  margin: -8px 0;
}
.header--bottom--menu-sm {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: var(--black-3);
  overflow: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1000;
}
.header--bottom--menu-sm.active {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.header--bottom--menu-sm--logo {
  padding: 30px;
}
.header--bottom--menu-sm--logo img {
  width: 90px;
}
.header--bottom--menu-sm--close {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  color: var(--white-1);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 90%);
  border-radius: 50%;
}
.header--bottom--menu-sm ul {
  padding: 0 30px 30px;
}
.header--bottom--menu-sm ul li {
  padding: 15px 0;
  border-bottom: 1px dashed color-mix(in srgb, var(--white-1), transparent 90%);
}
.header--bottom--menu-sm ul li:first-child {
  padding-top: 0;
}
.header--bottom--menu-sm ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.header--bottom--menu-sm--item {
  font-size: 15px;
  line-height: 1;
  color: var(--white-1);
}
.header--bottom .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -62px;
  margin-bottom: -30px;
}
@media screen and (max-width: 1199px) {
  .header--bottom .logo {
    max-width: 120px;
    margin: -40px auto -20px;
  }
}
@media screen and (max-width: 767px) {
  .header--bottom .logo {
    height: 80px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
.header--bottom .logo img {
  height: 100%;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 136px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .banner {
    padding-top: 131px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 162px;
  }
}
@media screen and (max-width: 575px) {
  .banner {
    padding-top: 184px;
  }
}
.banner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-gradient);
  z-index: -1;
}
.banner--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--black-2)), to(transparent));
  background: linear-gradient(var(--black-2) 50%, transparent);
  z-index: -1;
}
.banner--overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black-2)));
  background: linear-gradient(transparent, var(--black-2));
  z-index: -1;
}
.banner--content {
  text-align: center;
  padding: 200px 0;
}
@media screen and (max-width: 1399px) {
  .banner--content {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1199px) {
  .banner--content {
    padding: 130px 0;
  }
}
@media screen and (max-width: 991px) {
  .banner--content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner--content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 575px) {
  .banner--content {
    padding: 60px 0;
  }
}
.banner--content--title {
  font-size: 110px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -5px;
  color: var(--white-1);
  margin-bottom: 31px;
}
@media screen and (max-width: 1399px) {
  .banner--content--title {
    font-size: 90px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1199px) {
  .banner--content--title {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .banner--content--title {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  .banner--content--title {
    font-size: 40px;
    letter-spacing: normal;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 575px) {
  .banner--content--title {
    font-size: 30px;
    letter-spacing: normal;
  }
}
.banner--content--title span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.banner--content--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner--content--desc--icon {
  font-size: 170px;
  line-height: 1;
  color: var(--white-1);
}
@media screen and (max-width: 1199px) {
  .banner--content--desc--icon {
    font-size: 130px;
  }
}
@media screen and (max-width: 991px) {
  .banner--content--desc--icon {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .banner--content--desc--icon {
    font-size: 100px;
  }
}
@media screen and (max-width: 575px) {
  .banner--content--desc--icon {
    font-size: 70px;
  }
}
.banner--content--desc--content {
  width: 475px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .banner--content--desc--content {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .banner--content--desc--content {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 575px) {
  .banner--content--desc--content {
    width: calc(100% - 70px);
  }
}
.banner--content--desc--content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--white-1);
  padding-bottom: 25px;
  border-bottom: 1px solid var(--white-1);
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner--content--desc--content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner--content--desc--content p {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.banner--content--desc--content p::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: var(--white-1);
}
.banner--content--desc--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.about {
  color: var(--white-1);
}
.about--overlay {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--black-5)), to(transparent));
  background: linear-gradient(var(--black-5), transparent);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transform: rotateX(25deg);
          transform: rotateX(25deg);
  margin-bottom: -30px;
}
@media screen and (max-width: 1399px) {
  .about--overlay {
    font-size: 70px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .about--overlay {
    font-size: 55px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 991px) {
  .about--overlay {
    font-size: 40px;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 767px) {
  .about--overlay {
    font-size: 30px;
    margin-bottom: -5px;
  }
}
.about--subtitle {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about--subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about--subtitle {
    font-size: 14px;
  }
}
.about--subtitle img {
  height: 18px;
  margin-top: -6px;
}
@media screen and (max-width: 991px) {
  .about--subtitle img {
    height: 15px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .about--subtitle img {
    height: 15px;
  }
}
.about--subtitle span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.about--title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 57px;
}
@media screen and (max-width: 1199px) {
  .about--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .about--title {
    font-size: 24px;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .about--title {
    font-size: 20px;
    margin-bottom: 37px;
  }
}
.about--title span {
  display: inline;
  color: var(--black-9);
}
.about--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .about--list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .about--list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about--list {
    margin-bottom: 30px;
  }
}
.about--list--item {
  width: calc(50% - 10px);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .about--list--item {
    width: calc(50% - 8px);
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about--list--item {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .about--list--item {
    width: 100%;
  }
}
.about--list--item::before {
  content: "\e182";
  font-family: "Phosphor" !important;
  font-weight: bold;
  font-size: 20px;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media screen and (max-width: 1199px) {
  .about--list--item::before {
    font-size: 18px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 991px) {
  .about--list--item::before {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .about--list--item::before {
    font-size: 16px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about--thumb {
    max-width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .about--thumb {
    max-width: 320px;
  }
}

.workflow {
  position: relative;
  z-index: 2;
}
.workflow::before {
  content: "";
  position: absolute;
  top: -160px;
  left: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .workflow::before {
    left: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .workflow::before {
    top: -130px;
    left: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .workflow::before {
    top: -100px;
    left: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .workflow::before {
    top: -60px;
    left: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.workflow::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .workflow::after {
    right: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .workflow::after {
    top: -130px;
    right: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .workflow::after {
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .workflow::after {
    top: -60px;
    right: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.workflow--card {
  background-color: var(--black-1);
  background-repeat: no-repeat;
  background-size: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--black-4);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .workflow--card {
    max-width: 320px;
    border-radius: 10px;
    margin: auto;
  }
}
.workflow--card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 280px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0.9;
  z-index: -1;
}
.workflow--card--content {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .workflow--card--content {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--content {
    padding: 20px;
  }
}
.workflow--card--icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .workflow--card--icon {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .workflow--card--icon {
    width: 60px;
    height: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--icon {
    width: 55px;
    height: 55px;
    padding: 10px;
    margin-bottom: 50px;
  }
}
.workflow--card--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, var(--base-1), var(--black-1), var(--black-1), var(--base-1));
  border-radius: 12px;
  z-index: -1;
}
.workflow--card--icon::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--black-1);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .workflow--card--icon::after {
    inset: 1px;
  }
}
.workflow--card--title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .workflow--card--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--title {
    font-size: 20px;
  }
}
.workflow--card--desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--light-1);
  opacity: 0.8;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .workflow--card--desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--desc {
    font-size: 14px;
  }
}
.workflow--card--number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  padding: 20px 0;
  background: var(--black-3);
  border-left: 1px solid var(--base-2);
  border-bottom: 1px solid var(--base-2);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .workflow--card--number {
    width: 70px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--number {
    width: 60px;
    padding: 10px 0;
    border-radius: 10px;
  }
}
.workflow--card--number::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--gradient-1);
  border-radius: 15px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .workflow--card--number::after {
    border-radius: 10px;
  }
}
.workflow--card--number span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.workflow--card--number span:first-child {
  font-size: 30px;
  line-height: 1;
  color: var(--white-1);
  margin-bottom: auto;
}
@media screen and (max-width: 1199px) {
  .workflow--card--number span:first-child {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--number span:first-child {
    font-size: 20px;
  }
}
.workflow--card--number span:nth-child(2) {
  font-family: var(--heading-font);
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  .workflow--card--number span:nth-child(2) {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--number span:nth-child(2) {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
.workflow--card--number span:last-child {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--light-1);
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .workflow--card--number span:last-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .workflow--card--number span:last-child {
    font-size: 12px;
  }
}
.workflow--card:hover {
  border-color: var(--base-1);
}
.workflow--card:hover .workflow--card--number::after {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.workflow--card:hover .workflow--card--number span {
  color: var(--black-1) !important;
}

.auction {
  border-top: 1px solid var(--base-2);
  border-bottom: 1px solid var(--base-2);
  border-radius: 60px;
}
@media screen and (max-width: 1199px) {
  .auction {
    border-radius: 50px;
  }
}
@media screen and (max-width: 991px) {
  .auction {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .auction {
    border-radius: 15px;
  }
}
.auction .section-heading--desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .auction .section-heading--desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auction .section-heading--desc {
    margin-bottom: 10px;
  }
}
.auction--card {
  background: color-mix(in srgb, var(--black-3), transparent 50%);
  border: 1px solid var(--black-4);
  border-radius: 20px;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .auction--card {
    max-width: 320px;
    padding: 5px;
    margin: auto;
  }
}
.auction--card--top {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .auction--card--top {
    padding: 20px;
  }
}
.auction--card--top h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--white-1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1399px) {
  .auction--card--top h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--top h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.auction--card--top p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-1);
  opacity: 0.8;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .auction--card--top p {
    font-size: 14px;
  }
}
.auction--card--body {
  padding: 30px;
  background: var(--gradient-1);
  border-radius: 30px 30px 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auction--card--body {
    padding: 20px;
  }
}
.auction--card--body::before {
  content: "";
  position: absolute;
  inset: 4px 1px 1px;
  background: var(--black-2);
  border-radius: 26px 26px 19px 19px;
  z-index: -1;
}
.auction--card--body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  -webkit-transform: translateY(50%) translateX(50%);
          transform: translateY(50%) translateX(50%);
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.8;
  z-index: -1;
}
.auction--card--body--title {
  font-family: var(--body-font);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1399px) {
  .auction--card--body--title {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--title {
    font-size: 30px;
    line-height: 1;
    gap: 5px;
  }
}
.auction--card--body--title span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
}
@media screen and (max-width: 1399px) {
  .auction--card--body--title span {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--title span {
    font-size: 14px;
    font-weight: 300;
  }
}
.auction--card--body--title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.auction--card--body--counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}
.auction--card--body--counter--countdown {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: var(--white-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1399px) {
  .auction--card--body--counter--countdown {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--counter--countdown {
    font-size: 25px;
  }
}
.auction--card--body--counter--countdown span {
  text-align: center;
  width: 40px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  font-weight: 500;
  color: var(--black-2);
  background: var(--gradient-1);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
@media screen and (max-width: 1399px) {
  .auction--card--body--counter--countdown span {
    width: 35px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--counter--countdown span {
    width: 30px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
.auction--card--body--counter--txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--white-1);
  opacity: 0.8;
}
@media screen and (max-width: 1399px) {
  .auction--card--body--counter--txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--counter--txt {
    font-size: 14px;
  }
}
.auction--card--body--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 35px;
}
.auction--card--body--list li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white-1);
}
@media screen and (max-width: 1399px) {
  .auction--card--body--list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .auction--card--body--list li {
    font-size: 14px;
  }
}
.auction--card--body--list li span {
  opacity: 0.8;
}
.auction--card--body--btn {
  width: 100%;
  height: 50px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--base-1);
  border-radius: 30px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auction--card--body--btn {
    height: 40px;
    line-height: 38px;
  }
}
.auction--card--body--btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--gradient-1);
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.auction--card--body--btn span {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: var(--gradient-1);
  border-radius: 50%;
  color: var(--black-1);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(14px);
          transform: translateY(-50%) translateX(14px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auction--card--body--btn span {
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-transform: translateY(-50%) translateX(17px);
            transform: translateY(-50%) translateX(17px);
  }
}
.auction--card--body--btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.auction--card--body--btn:hover::after {
  opacity: 1;
}
.auction--card--body--btn:hover span {
  color: var(--white-1);
  -webkit-transform: translateY(-50%) translateX(14px) rotate(45deg);
          transform: translateY(-50%) translateX(14px) rotate(45deg);
}
.auction--card--body--btn:hover span::after {
  opacity: 1;
}

.auction-page--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  background: var(--black-3);
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .auction-page--filter {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .auction-page--filter {
    gap: 7px;
    padding: 10px;
    border-radius: 15px;
  }
}
.auction-page--filter select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 128 128'%3E%3Cg%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.auction-page--filter--item {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--black-4);
  padding: 0 20px;
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
  border-radius: 12px;
  color: var(--white-1);
  outline: none;
}
@media screen and (max-width: 1199px) {
  .auction-page--filter--item {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item {
    width: calc(50% - 5px);
    height: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .auction-page--filter--item {
    width: calc(50% - 3.5px);
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .auction-page--filter--item {
    width: 100%;
  }
}
.auction-page--filter--item:not(:first-child, :last-child) {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item:not(:first-child, :last-child) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.auction-page--filter--item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--white-1);
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item label {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .auction-page--filter--item label {
    font-size: 13px;
    padding: 0 10px;
  }
}
.auction-page--filter--item label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item label > span {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .auction-page--filter--item label > span {
    gap: 5px;
  }
}
.auction-page--filter--item label > span span {
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item label > span span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}
.auction-page--filter--item label > span span i {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auction-page--filter--item label > span span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 3px;
  z-index: -1;
}
.auction-page--filter--item label > span span::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-4);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.auction-page--filter--item label input {
  width: 0;
  height: 0;
}
.auction-page--filter--item label input:checked + span span i {
  color: var(--black-2);
}
.auction-page--filter--item label input:checked + span span::after {
  opacity: 0;
}
.auction-page--filter--item input:not([type=checkbox]) {
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--white-1);
  width: 100%;
}
.auction-page--filter--item button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(12px);
          transform: translateY(-50%) translateX(12px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: var(--gradient-1);
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .auction-page--filter--item button {
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}
@media screen and (max-width: 991px) {
  .auction-page--filter--item button {
    width: 29px;
    height: 29px;
    line-height: 30px;
    -webkit-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}
@media screen and (max-width: 767px) {
  .auction-page--filter--item button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-50%) translateX(6px);
            transform: translateY(-50%) translateX(6px);
  }
}

.auction-details {
  color: var(--white-1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.auction-details::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-details::before {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details::before {
    top: 100px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details::before {
    top: 50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
@media screen and (max-width: 575px) {
  .auction-details::before {
    width: 100px;
    height: 100px;
  }
}
.auction-details::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-details::after {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details::after {
    top: 100px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details::after {
    top: 50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
@media screen and (max-width: 575px) {
  .auction-details::after {
    width: 100px;
    height: 100px;
  }
}
.auction-details--title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--white-1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .auction-details--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--title {
    font-size: 20px;
  }
}
.auction-details--desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--light-1);
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .auction-details--desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--desc {
    font-size: 14px;
  }
}
.auction-details--return {
  font-family: var(--body-font);
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--base-2);
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .auction-details--return {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--return {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--return {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.auction-details--return span {
  font-size: 16px;
  font-weight: 400;
  color: var(--light-1);
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .auction-details--return span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--return span {
    font-size: 12px;
  }
}
.auction-details--list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .auction-details--list {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--list {
    margin-bottom: 30px;
  }
}
.auction-details--list--title {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .auction-details--list--title {
    font-size: 22px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--list--title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--list--title {
    font-size: 18px;
  }
}
.auction-details--list--title span {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(to right, var(--base-1), var(--base-2));
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
@media screen and (max-width: 991px) {
  .auction-details--list--title span {
    font-weight: 500;
  }
}
.auction-details--list--title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
@media screen and (max-width: 1199px) {
  .auction-details--list--title span::after {
    bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--list--title span::after {
    bottom: 3px;
  }
}
.auction-details--list--item {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--white-1);
  padding: 13px 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .auction-details--list--item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--list--item {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--list--item {
    font-size: 14px;
  }
}
.auction-details--list--item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.3;
}
.auction-details--list--item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.3;
}
.auction-details--list--item span {
  font-size: 18px;
  font-weight: 400;
  color: color-mix(in srgb, var(--white-1), transparent 40%);
  margin-left: 25px;
}
@media screen and (max-width: 1399px) {
  .auction-details--list--item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--list--item span {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--list--item span {
    font-size: 12px;
    margin-left: 15px;
  }
}
.auction-details--highlight {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .auction-details--highlight {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--highlight {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--highlight {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--highlight {
    font-size: 16px;
  }
}
.auction-details--highlight::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
.auction-details--subtitle {
  font-family: var(--body-font);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .auction-details--subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--subtitle {
    font-size: 24px;
  }
}
.auction-details--subtitle span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 5px;
}
@media screen and (max-width: 1399px) {
  .auction-details--subtitle span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--subtitle span {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--subtitle span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}
.auction-details--rules--list li {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--white-1);
  padding: 13px 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .auction-details--rules--list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--rules--list li {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--rules--list li {
    font-size: 12px;
  }
}
.auction-details--rules--list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.25;
}
.auction-details--rules--list li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.25;
}
.auction-details--rules--list li span {
  font-size: 20px;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin: 0 12px;
}
@media screen and (max-width: 1399px) {
  .auction-details--rules--list li span {
    font-size: 18px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--rules--list li span {
    font-size: 16px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--rules--list li span {
    font-size: 14px;
    margin: 0 6px;
  }
}
.auction-details--form {
  background: var(--gradient-1);
  border-radius: 32px 32px 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .auction-details--form {
    border-radius: 25px 25px 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form {
    border-radius: 20px 20px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form {
    border-radius: 15px 15px 10px 10px;
  }
}
.auction-details--form::before {
  content: "";
  position: absolute;
  inset: 4px 1px 1px;
  background: var(--black-2);
  border-radius: 32px 32px 20px 20px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-details--form::before {
    border-radius: 25px 25px 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form::before {
    border-radius: 20px 20px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form::before {
    border-radius: 15px 15px 10px 10px;
  }
}
.auction-details--form--title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
  padding: 32px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--title {
    font-size: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form--title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--title {
    font-size: 16px;
    padding: 15px;
  }
}
.auction-details--form--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
.auction-details--form--body {
  padding: 32px;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--body {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form--body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--body {
    padding: 15px;
  }
}
.auction-details--form--subtitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form--subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--subtitle {
    font-size: 14px;
  }
}
.auction-details--form--subtitle::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
@media screen and (max-width: 1199px) {
  .auction-details--form--subtitle::after {
    bottom: 3px;
  }
}
@media screen and (max-width: 991px) {
  .auction-details--form--subtitle::after {
    bottom: 2px;
  }
}
.auction-details--form--list {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--list {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--list {
    margin-bottom: 22px;
  }
}
.auction-details--form--list ul {
  position: relative;
}
.auction-details--form--list ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.25;
}
.auction-details--form--list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
  padding: 13px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--list ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--list ul li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}
.auction-details--form--list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0.25;
}
.auction-details--form--list ul li span {
  font-family: var(--body-font);
  color: var(--light-1);
}
.auction-details--form--label {
  display: block;
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1399px) {
  .auction-details--form--label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--form--label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--label {
    font-size: 14px;
    font-weight: 400;
  }
}
.auction-details--form--input {
  display: block;
  width: 100%;
  height: 50px;
  color: var(--white-1);
  padding: 0 20px;
  background: color-mix(in srgb, var(--white-1), transparent 94%);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 94%);
  border-radius: 12px;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .auction-details--form--input {
    height: 45px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--form--input {
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--input {
    height: 35px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 22px;
  }
}
.auction-details--form--input::-webkit-inner-spin-button {
  display: none;
}
.auction-details--form--quick-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .auction-details--form--quick-select {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--form--quick-select {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--quick-select {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 22px;
  }
}
.auction-details--form--quick-select .auction-details--form--subtitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
.auction-details--form--quick-select--btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--quick-select--btn-group {
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--quick-select--btn-group {
    gap: 4px;
  }
}
.auction-details--form--quick-select--btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: var(--light-1);
  padding: 0 20px;
  background: color-mix(in srgb, var(--white-1), transparent 94%);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 94%);
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .auction-details--form--quick-select--btn {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    padding: 0 13px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--form--quick-select--btn {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--quick-select--btn {
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    border-radius: 3px;
  }
}
.auction-details--form--quick-select--btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--quick-select--btn::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--quick-select--btn::before {
    border-radius: 3px;
  }
}
.auction-details--form--quick-select--btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-3);
  border-radius: 6px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--quick-select--btn::after {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--quick-select--btn::after {
    border-radius: 3px;
  }
}
.auction-details--form--quick-select--btn.active::before {
  opacity: 1;
}
.auction-details--form--your-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--your-share {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--your-share {
    margin-bottom: 22px;
  }
}
.auction-details--form--your-share .auction-details--form--subtitle {
  margin-bottom: 0;
}
.auction-details--form--your-share span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--light-1);
}
@media screen and (max-width: 1199px) {
  .auction-details--form--your-share span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--your-share span {
    font-size: 12px;
    font-weight: 400;
  }
}
.auction-details--form .btn {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1399px) {
  .auction-details--form .btn {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-details--form .btn {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form .btn {
    border-radius: 6px;
  }
}
.auction-details--form--footer--list {
  padding-left: 30px;
  list-style: disc;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: var(--white-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  .auction-details--form--footer--list {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .auction-details--form--footer--list {
    padding-left: 20px;
    font-size: 12px;
  }
}

.auction-information {
  background: var(--gradient-1);
  border-radius: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .auction-information {
    border-radius: 50px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information {
    border-radius: 15px;
  }
}
.auction-information::before {
  content: "";
  position: absolute;
  inset: 1px 0;
  background: var(--black-2);
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-information::before {
    border-radius: 50px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information::before {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information::before {
    border-radius: 15px;
  }
}
.auction-information--slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .auction-information--slot {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--slot {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .auction-information--slot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.auction-information--slot--txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--heading-font);
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .auction-information--slot--txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .auction-information--slot--txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--slot--txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--slot--txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--slot--txt {
    font-size: 20px;
  }
}
.auction-information--slot--txt span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.auction-information--slot--progress {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  background: var(--gradient-1);
  padding: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .auction-information--slot--progress {
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--slot--progress {
    height: 28px;
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--slot--progress {
    height: 25px;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--slot--progress {
    height: 22px;
    padding: 3px;
  }
}
@media screen and (max-width: 479px) {
  .auction-information--slot--progress {
    height: 17px;
  }
}
.auction-information--slot--progress::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 15px;
  z-index: -1;
}
.auction-information--slot--progressbar {
  height: 100%;
  background: var(--gradient-1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.auction-information--slot--progressbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--black-2)), color-stop(40%, transparent));
  background: linear-gradient(to right, var(--black-2) 40%, transparent 40%);
  background-size: 20px 100%;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}
@media screen and (max-width: 1399px) {
  .auction-information--slot--progressbar::after {
    background-size: 18px 100%;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--slot--progressbar::after {
    background-size: 16px 100%;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--slot--progressbar::after {
    background-size: 13px 100%;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--slot--progressbar::after {
    background-size: 10px 100%;
  }
}
.auction-information--content {
  color: var(--white-1);
  position: relative;
  z-index: 2;
}
.auction-information--content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .auction-information--content::before {
    width: 450px;
    height: 450px;
    -webkit-filter: blur(175px);
            filter: blur(175px);
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--content::before {
    width: 350px;
    height: 350px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content::before {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(125px);
            filter: blur(125px);
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content::before {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.5;
  }
}
.auction-information--content::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .auction-information--content::after {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--content::after {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content::after {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(125px);
            filter: blur(125px);
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content::after {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
.auction-information--content--title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .auction-information--content--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--content--title {
    font-size: 28px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content--title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content--title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 17px;
  }
}
.auction-information--content--desc {
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--light-1);
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .auction-information--content--desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--content--desc {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content--desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content--desc {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.auction-information--content--subtitle {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 24px;
}
@media screen and (max-width: 1399px) {
  .auction-information--content--subtitle {
    font-size: 22px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content--subtitle {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content--subtitle {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.auction-information--content--list {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1399px) {
  .auction-information--content--list {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content--list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content--list {
    font-size: 13px;
  }
}
.auction-information--content--list span {
  font-size: 20px;
  line-height: 1;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-right: 12px;
}
@media screen and (max-width: 1399px) {
  .auction-information--content--list span {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .auction-information--content--list span {
    font-size: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--content--list span {
    font-size: 15px;
    margin-right: 6px;
  }
}
.auction-information--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px;
}
@media screen and (max-width: 1399px) {
  .auction-information--list {
    gap: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--list {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list {
    gap: 60px;
  }
}
.auction-information--list--group {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1399px) {
  .auction-information--list--group {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 1199px) {
  .auction-information--list--group {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list--group {
    width: 100%;
  }
}
.auction-information--list--group ul {
  position: relative;
  z-index: 2;
}
.auction-information--list--group ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-2)), color-stop(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(var(--base-2), var(--base-1), var(--base-2));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-information--list--group ul::after {
    left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list--group ul::after {
    left: 33px;
  }
}
.auction-information--list--title {
  font-family: var(--heading-font);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .auction-information--list--title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list--title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  .auction-information--list--title {
    font-size: 20px;
  }
}
.auction-information--list--title span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  z-index: 2;
}
.auction-information--list--title span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .auction-information--list--title span::after {
    bottom: 2px;
  }
}
.auction-information--list--item {
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 24px 12px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .auction-information--list--item {
    font-size: 16px;
    gap: 20px;
    padding: 18px 9px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list--item {
    font-size: 14px;
    padding: 12px 6px;
  }
}
.auction-information--list--item:last-child::after {
  display: none;
}
.auction-information--list--item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
.auction-information--list--item i {
  display: inline-block;
  font-size: 23px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 1199px) {
  .auction-information--list--item i {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auction-information--list--item i {
    font-size: 18px;
  }
}

.auction-timeline--inner {
  margin-bottom: 2px;
  position: relative;
}
.auction-timeline--inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--black-9)), to(transparent));
  background: linear-gradient(to left, transparent, var(--black-9), transparent);
}
.auction-timeline--title {
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 60px;
}
@media screen and (max-width: 1399px) {
  .auction-timeline--title {
    font-size: 28px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .auction-timeline--title {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .auction-timeline--title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.auction-timeline--title span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
.auction-timeline--title span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
}
.auction-timeline--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .auction-timeline--grid {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--grid {
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .auction-timeline--grid {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: auto;
  }
}
.auction-timeline--grid::after {
  content: "";
  position: absolute;
  top: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: var(--gradient-1);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .auction-timeline--grid::after {
    top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--grid::after {
    top: 69px;
  }
}
@media screen and (max-width: 575px) {
  .auction-timeline--grid::after {
    top: 50%;
    left: 72px;
    width: 2px;
    height: calc(80% + 24px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.auction-timeline--card {
  width: calc(20% - 9.6px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .auction-timeline--card {
    width: calc(20% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--card {
    width: calc(20% - 6.4px);
  }
}
@media screen and (max-width: 575px) {
  .auction-timeline--card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    text-align: left;
  }
}
.auction-timeline--card::after {
  content: "";
  position: absolute;
  top: 89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--gradient-1);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .auction-timeline--card::after {
    top: 74px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--card::after {
    top: 65px;
  }
}
@media screen and (max-width: 575px) {
  .auction-timeline--card::after {
    top: 50%;
    left: 72px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
  }
}
.auction-timeline--card--number {
  text-align: center;
  width: 56px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 66px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auction-timeline--card--number {
    width: 47px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--card--number {
    width: 42px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 575px) {
  .auction-timeline--card--number {
    margin-bottom: 0;
  }
}
.auction-timeline--card--number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: -1;
}
.auction-timeline--card--number::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.auction-timeline--card--number span {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auction-timeline--card--title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .auction-timeline--card--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .auction-timeline--card--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--card--title {
    font-size: 16px;
  }
}
.auction-timeline--card--info {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--light-1);
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .auction-timeline--card--info {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .auction-timeline--card--info {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .auction-timeline--card--info {
    font-size: 12px;
    margin-top: 6px;
  }
}
.auction-timeline--card.active .auction-timeline--card--number::after, .auction-timeline--card:hover .auction-timeline--card--number::after {
  opacity: 0;
}
.auction-timeline--card.active .auction-timeline--card--number span, .auction-timeline--card:hover .auction-timeline--card--number span {
  color: var(--black-2);
}

.auction-result--table {
  background-size: 25%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.auction-result--table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1500px;
  height: 200px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  z-index: -1;
}
.auction-result--table::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1500px;
  height: 200px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  z-index: -1;
}
.auction-result--table .table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
}
.auction-result--table .table th {
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--white-1);
  padding: 20px 32px;
  background: color-mix(in srgb, var(--black-2), transparent 15%);
  border-bottom: 5px solid transparent;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .auction-result--table .table th {
    font-size: 22px;
    border-bottom-width: 4px;
  }
}
@media screen and (max-width: 991px) {
  .auction-result--table .table th {
    font-size: 20px;
    padding: 15px 24px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .auction-result--table .table th {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .auction-result--table .table th {
    font-size: 16px;
    padding: 8px 10px;
    border-bottom-width: 2px;
  }
}
.auction-result--table .table th:first-child::after {
  border-right-width: 6px;
}
@media screen and (max-width: 1399px) {
  .auction-result--table .table th:first-child::after {
    border-right-width: 5px;
  }
}
@media screen and (max-width: 991px) {
  .auction-result--table .table th:first-child::after {
    border-right-width: 4px;
  }
}
@media screen and (max-width: 575px) {
  .auction-result--table .table th:first-child::after {
    border-right-width: 3px;
  }
}
.auction-result--table .table th:last-child::after {
  border-right-width: 0;
}
.auction-result--table .table th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 5px solid transparent;
  border-right: 1px solid transparent;
  -o-border-image: var(--gradient-1);
     border-image: var(--gradient-1);
  border-image-slice: 1;
}
.auction-result--table .table td {
  width: 25%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--light-1);
  padding: 20px 32px;
  background: color-mix(in srgb, var(--black-2), transparent 10%);
  border: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .auction-result--table .table td {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .auction-result--table .table td {
    font-size: 16px;
    padding: 15px 24px;
  }
}
@media screen and (max-width: 767px) {
  .auction-result--table .table td {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .auction-result--table .table td {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.auction-result--table .table td:first-child::after {
  border-right-width: 6px;
}
@media screen and (max-width: 1399px) {
  .auction-result--table .table td:first-child::after {
    border-right-width: 5px;
  }
}
@media screen and (max-width: 991px) {
  .auction-result--table .table td:first-child::after {
    border-right-width: 4px;
  }
}
@media screen and (max-width: 575px) {
  .auction-result--table .table td:first-child::after {
    border-right-width: 3px;
  }
}
.auction-result--table .table td:last-child::after {
  border-right-width: 0;
}
.auction-result--table .table td::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  -o-border-image: var(--gradient-1);
     border-image: var(--gradient-1);
  border-image-slice: 1;
}

.vip-level {
  position: relative;
  z-index: 2;
}
.vip-level::before {
  content: "";
  position: absolute;
  top: -260px;
  left: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .vip-level::before {
    left: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .vip-level::before {
    top: -200px;
    left: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .vip-level::before {
    top: -150px;
    left: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .vip-level::before {
    top: -100px;
    left: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.vip-level::after {
  content: "";
  position: absolute;
  top: -260px;
  right: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .vip-level::after {
    right: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .vip-level::after {
    top: -200px;
    right: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .vip-level::after {
    top: -150px;
    right: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .vip-level::after {
    top: -100px;
    right: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.vip-level--card {
  padding: 8px;
  background: var(--gradient-1);
  border-radius: 30px 30px 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vip-level--card {
    max-width: 320px;
    padding: 5px;
    margin: auto;
  }
}
.vip-level--card::before {
  content: "";
  position: absolute;
  inset: 2px 1px 1px;
  background: var(--black-2);
  border-radius: 30px 30px 20px 20px;
  z-index: -1;
}
.vip-level--card--bg {
  position: absolute;
  inset: 1px;
  background-repeat: no-repeat;
  border-radius: 30px 30px 20px 20px;
  z-index: -1;
}
.vip-level--card--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(40%);
          transform: translateX(-50%) translateY(40%);
  width: 50%;
  aspect-ratio: 1/1;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(140px);
          filter: blur(140px);
  z-index: -1;
}
.vip-level--card--noise {
  position: absolute;
  inset: 1px;
  background-repeat: no-repeat;
  border-radius: 30px 30px 20px 20px;
  opacity: 100%;
  z-index: -1;
}
.vip-level--card--title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: var(--white-1);
  padding: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .vip-level--card--title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .vip-level--card--title {
    font-size: 22px;
    padding: 20px;
  }
}
.vip-level--card--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(3px);
  background: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--base-2), transparent 80%)), to(color-mix(in srgb, var(--black-1), transparent 90%)));
  background: linear-gradient(color-mix(in srgb, var(--base-2), transparent 80%), color-mix(in srgb, var(--black-1), transparent 90%));
  border: 1px solid color-mix(in srgb, var(--base-2), transparent 70%);
  border-radius: 20px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .vip-level--card--list {
    gap: 5px;
  }
}
.vip-level--card--list li {
  background: color-mix(in srgb, var(--white-1), transparent 94%);
  border-radius: 16px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: var(--white-1);
  font-weight: 500;
  padding: 12px;
}
@media screen and (max-width: 1199px) {
  .vip-level--card--list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .vip-level--card--list li {
    font-size: 13px;
    font-weight: 400;
  }
}
.vip-level--card--list li span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin: 8px auto 0;
}
@media screen and (max-width: 1199px) {
  .vip-level--card--list li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .vip-level--card--list li span {
    font-size: 15px;
  }
}

.referral {
  position: relative;
  z-index: 2;
}
.referral::before {
  content: "";
  position: absolute;
  top: -160px;
  left: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .referral::before {
    left: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .referral::before {
    top: -130px;
    left: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .referral::before {
    top: -100px;
    left: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .referral::before {
    top: -60px;
    left: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.referral::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -280px;
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .referral::after {
    right: -200px;
    width: 450px;
    height: 450px;
    -webkit-filter: blur(180px);
            filter: blur(180px);
  }
}
@media screen and (max-width: 1199px) {
  .referral::after {
    bottom: -130px;
    right: -150px;
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .referral::after {
    bottom: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .referral::after {
    bottom: -60px;
    right: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.referral--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.referral--card {
  width: calc(20% - 16px);
}
@media screen and (max-width: 1199px) {
  .referral--card {
    width: calc(33.3333333333% - 13.4px);
  }
}
@media screen and (max-width: 767px) {
  .referral--card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .referral--card {
    width: 100%;
  }
}
.referral--card--level {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  height: 115px;
  background: var(--black-4);
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: -27px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1399px) {
  .referral--card--level {
    width: 100px;
    height: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .referral--card--level {
    width: 91px;
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .referral--card--level {
    width: 82px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--level {
    width: 73px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .referral--card--level {
    width: 65px;
    height: 70px;
  }
}
.referral--card--level--shadow {
  position: absolute;
  inset: -6px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: var(--black-1);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .referral--card--level--shadow {
    inset: -5px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--level--shadow {
    inset: -4px;
  }
}
@media screen and (max-width: 575px) {
  .referral--card--level--shadow {
    inset: -3px;
  }
}
.referral--card--level--frame {
  position: absolute;
  inset: 0;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--base-2)), color-stop(var(--base-1)), to(var(--base-2)));
  background: linear-gradient(var(--base-2), var(--base-1), var(--base-2));
  z-index: -1;
}
.referral--card--level--txt {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 1399px) {
  .referral--card--level--txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .referral--card--level--txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .referral--card--level--txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--level--txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .referral--card--level--txt {
    font-size: 22px;
  }
}
.referral--card--level--txt span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}
@media screen and (max-width: 1199px) {
  .referral--card--level--txt span {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .referral--card--level--txt span {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--level--txt span {
    font-size: 9px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 575px) {
  .referral--card--level--txt span {
    font-size: 8px;
    margin-top: 3px;
  }
}
.referral--card--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px;
  border: 1px dashed var(--base-2);
  border-radius: 24px;
}
@media screen and (max-width: 1199px) {
  .referral--card--list {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--list {
    gap: 5px;
    padding: 5px;
    border-radius: 15px;
  }
}
.referral--card--list--item {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white-1);
  padding: 16px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .referral--card--list--item {
    font-size: 12px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--list--item {
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
  }
}
.referral--card--list--item:first-child {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .referral--card--list--item:first-child {
    padding-top: 31px;
  }
}
.referral--card--list--item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 80%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(70px);
          filter: blur(70px);
  opacity: 0.7;
  z-index: -1;
}
.referral--card--list--item--bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.referral--card--list--item span:not(.bg-img) {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: 12px;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  .referral--card--list--item span:not(.bg-img) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .referral--card--list--item span:not(.bg-img) {
    font-size: 25px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .referral--card--list--item span:not(.bg-img) {
    font-size: 20px;
    margin-top: 6px;
  }
}

.why-choose {
  margin: 0 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .why-choose {
    margin: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose {
    margin: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .why-choose {
    margin: 0 10px;
  }
}
.why-choose::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--gradient-1);
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose::before {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose::before {
    border-radius: 30px;
  }
}
.why-choose--bg {
  position: absolute;
  inset: 0 0 1px;
  background-color: var(--black-2);
  background-size: cover;
  background-position: center center;
  border-radius: 60px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose--bg {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--bg {
    border-radius: 30px;
  }
}
.why-choose--bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose--bg::before {
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
}
@media screen and (max-width: 991px) {
  .why-choose--bg::before {
    bottom: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 767px) {
  .why-choose--bg::before {
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
.why-choose--bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose--bg::after {
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
}
@media screen and (max-width: 991px) {
  .why-choose--bg::after {
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 767px) {
  .why-choose--bg::after {
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
.why-choose--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .why-choose--cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why-choose--card {
  width: 120px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .why-choose--card {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card {
    width: calc(50% - 12px);
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card {
    width: 100%;
    border-radius: 10px;
  }
}
.why-choose--card.active {
  width: calc(100% - 432px);
}
@media screen and (max-width: 991px) {
  .why-choose--card.active {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card.active {
    width: 100%;
  }
}
.why-choose--card.active::before {
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .why-choose--card.active::before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card.active::before {
    border-radius: 15px;
  }
}
.why-choose--card.active::after {
  inset: 1px;
}
@media screen and (max-width: 991px) {
  .why-choose--card.active::after {
    inset: 0;
  }
}
.why-choose--card.active .why-choose--card--img {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.why-choose--card.active .why-choose--card--number {
  color: transparent;
}
@media screen and (max-width: 991px) {
  .why-choose--card.active .why-choose--card--number {
    color: var(--white-1);
  }
}
.why-choose--card.active .why-choose--card--title {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.why-choose--card.active .why-choose--card--desc {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.why-choose--card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .why-choose--card::before {
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card::before {
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card::before {
    border-radius: 15px;
  }
}
.why-choose--card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black-3);
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .why-choose--card::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card::after {
    border-radius: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card::after {
    border-radius: 10px;
  }
}
.why-choose--card--bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--bg {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--bg {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--bg {
    border-radius: 10px;
  }
}
.why-choose--card--bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 300px;
  height: 300px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  -webkit-transform: translateY(50%) translateX(30%);
          transform: translateY(50%) translateX(30%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--bg::before {
    right: 30px;
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--bg::before {
    right: 30px;
    width: 200px;
    height: 200px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--bg::before {
    right: 20px;
    width: 150px;
    height: 150px;
  }
}
.why-choose--card--img {
  position: absolute;
  top: -40px;
  right: 50px;
  max-width: 260px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width: 1599px) {
  .why-choose--card--img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1399px) {
  .why-choose--card--img {
    top: -30px;
    right: 45px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .why-choose--card--img {
    top: -25px;
    right: 35px;
    max-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--img {
    top: -15px;
    right: 25px;
    max-width: 140px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--img {
    top: -10px;
    right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .why-choose--card--img {
    max-width: 120px;
  }
}
.why-choose--card--content {
  width: 100%;
  padding: 40px 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--content {
    padding: 35px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--content {
    padding: 30px 35px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--content {
    padding: 20px 25px;
    border-radius: 10px;
  }
}
.why-choose--card--number {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--heading-font);
  font-size: 120px;
  line-height: 1;
  font-weight: 600;
  color: var(--white-1);
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 58px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1399px) {
  .why-choose--card--number {
    font-size: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .why-choose--card--number {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--number {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--number {
    font-size: 60px;
  }
}
.why-choose--card--title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--white-1);
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--title {
    font-size: 18px;
  }
}
.why-choose--card--title span {
  display: block;
  margin-left: 100px;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--title span {
    margin-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--title span {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--title span {
    margin-left: 40px;
  }
}
.why-choose--card--desc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--light-1);
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width: 1199px) {
  .why-choose--card--desc {
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card--desc {
    width: 100%;
    font-size: 15px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card--desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card:hover::before {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose--card:hover::before {
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card:hover::after {
    inset: 1px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose--card:hover .why-choose--card--number {
    color: transparent;
  }
}

.testimonial {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 560px;
  height: 560px;
  background: var(--gradient-1);
  border-radius: 50%;
  opacity: 0.3;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .testimonial::before {
    width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial::before {
    width: 380px;
    height: 380px;
    -webkit-filter: blur(175px);
            filter: blur(175px);
  }
}
@media screen and (max-width: 991px) {
  .testimonial::before {
    width: 300px;
    height: 300px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 767px) {
  .testimonial::before {
    width: 200px;
    height: 200px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
.testimonial .bx-wrapper {
  background: transparent;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border: 0;
  margin-bottom: 0;
  position: relative;
}
.testimonial .bx-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  background: -webkit-gradient(linear, left top, right top, from(var(--black-2)), to(transparent));
  background: linear-gradient(to right, var(--black-2), transparent);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .testimonial .bx-wrapper::before {
    width: 20%;
  }
}
.testimonial .bx-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  background: -webkit-gradient(linear, right top, left top, from(var(--black-2)), to(transparent));
  background: linear-gradient(to left, var(--black-2), transparent);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .testimonial .bx-wrapper::after {
    width: 20%;
  }
}
.testimonial .bx-wrapper:last-child {
  margin-top: 24px;
}
.testimonial--card {
  width: 445px !important;
  margin: 0 12px;
  padding: 30px;
  background: var(--gradient-1);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .testimonial--card {
    width: 420px !important;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial--card {
    width: 380px !important;
  }
}
@media screen and (max-width: 991px) {
  .testimonial--card {
    width: 330px !important;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card {
    width: 290px !important;
    padding: 20px;
  }
}
.testimonial--card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--black-3)), to(var(--black-2)));
  background: linear-gradient(to right, var(--black-3), var(--black-2));
  border-radius: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.testimonial--card::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--black-3)), to(var(--black-2)));
  background: linear-gradient(to right, var(--black-3), var(--black-2));
  border-radius: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}
.testimonial--card--user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed var(--black-4);
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .testimonial--card--user {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--user {
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.testimonial--card--user--img {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .testimonial--card--user--img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial--card--user--img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--user--img {
    width: 45px;
    height: 45px;
  }
}
.testimonial--card--user--name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .testimonial--card--user--name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--user--name {
    font-size: 16px;
  }
}
.testimonial--card--user--role {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--black-9);
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .testimonial--card--user--role {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--user--role {
    font-size: 12px;
  }
}
.testimonial--card--desc {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: var(--white-7);
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .testimonial--card--desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.testimonial--card--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial--card--footer--txt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
}
@media screen and (max-width: 1199px) {
  .testimonial--card--footer--txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--card--footer--txt {
    font-size: 16px;
  }
}
.testimonial--card--footer--star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .testimonial--card--footer--star {
    font-size: 12px;
  }
}
.testimonial--card--footer--star i {
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.testimonial--card:hover::before {
  opacity: 0;
}

.overview--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .overview--content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.overview--content--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview--content--img span {
  text-align: center;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  font-weight: 600;
  background: var(--gradient-1);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .overview--content--img span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--content--img span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .overview--content--img span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.overview--content--img span:not(:first-child) {
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  .overview--content--img span:not(:first-child) {
    margin-left: -10px;
  }
}
.overview--content--txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white-1);
}
@media screen and (max-width: 1399px) {
  .overview--content--txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .overview--content--txt {
    font-size: 12px;
  }
}
.overview--content--txt span {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (max-width: 1399px) {
  .overview--content--txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--content--txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .overview--content--txt span {
    font-size: 18px;
  }
}
.overview--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.overview--card {
  width: calc(50% - 6px);
  padding: 35px 40px;
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 93%);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .overview--card {
    padding: 30px 35px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card {
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .overview--card {
    padding: 30px 35px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .overview--card {
    padding: 25px 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 479px) {
  .overview--card {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 374px) {
  .overview--card {
    width: 100%;
  }
}
.overview--card.overview--card-sm h3 {
  font-size: 40px;
}
@media screen and (max-width: 1399px) {
  .overview--card.overview--card-sm h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card.overview--card-sm h3 {
    font-size: 30px;
    margin: -2px 0;
  }
}
@media screen and (max-width: 767px) {
  .overview--card.overview--card-sm h3 {
    font-size: 25px;
    margin: -2px 0;
  }
}
@media screen and (max-width: 1599px) {
  .overview--card.overview--card-sm h3 span {
    margin: -4px 0;
  }
}
@media screen and (max-width: 1399px) {
  .overview--card.overview--card-sm h3 span {
    margin: -3.5px 0;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card.overview--card-sm h3 span {
    margin: -3px 0;
  }
}
@media screen and (max-width: 767px) {
  .overview--card.overview--card-sm h3 span {
    margin: -2px 0;
  }
}
@media screen and (max-width: 1599px) {
  .overview--card.overview--card-sm h3 span.odometer-formatting-mark {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen and (max-width: 1199px) {
  .overview--card.overview--card-sm h3 span.odometer-formatting-mark {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (max-width: 991px) {
  .overview--card.overview--card-sm h3 span.odometer-formatting-mark {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  .overview--card.overview--card-sm h3 span.odometer-formatting-mark {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.overview--card--bg {
  position: absolute;
  inset: 12px;
  background-size: cover;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0.25;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .overview--card--bg {
    inset: 10px;
    border-radius: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card--bg {
    inset: 8px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .overview--card--bg {
    border-radius: 11px;
  }
}
@media screen and (max-width: 767px) {
  .overview--card--bg {
    inset: 6px;
    border-radius: 6px;
  }
}
.overview--card--bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, color-mix(in srgb, var(--black-2), transparent 90%) 60%, var(--base-1));
}
.overview--card p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--white-1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .overview--card p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .overview--card p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 479px) {
  .overview--card p {
    margin-bottom: 10px;
  }
}
.overview--card h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--base-2);
  margin: -3px 0;
}
@media screen and (max-width: 1399px) {
  .overview--card h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card h3 {
    font-size: 35px;
    margin: -2px 0;
  }
}
@media screen and (max-width: 767px) {
  .overview--card h3 {
    font-size: 30px;
    margin: -2px 0;
  }
}
.overview--card h3 span {
  margin: -5px 0;
}
@media screen and (max-width: 1399px) {
  .overview--card h3 span {
    margin: -4.5px 0;
  }
}
@media screen and (max-width: 1199px) {
  .overview--card h3 span {
    margin: -3.5px 0;
  }
}
@media screen and (max-width: 767px) {
  .overview--card h3 span {
    margin: -3px 0;
  }
}
.overview--card h3 span.odometer-formatting-mark {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 1199px) {
  .overview--card h3 span.odometer-formatting-mark {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.cta {
  margin-bottom: -165px;
  position: relative;
  z-index: 3;
}
.cta--inner {
  text-align: center;
  padding: 90px 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .cta--inner {
    padding: 75px 40px;
  }
}
@media screen and (max-width: 991px) {
  .cta--inner {
    padding: 60px 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta--inner {
    padding: 45px 20px;
    border-radius: 10px;
  }
}
.cta--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  z-index: -1;
}
.cta--bg {
  position: absolute;
  inset: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .cta--bg {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta--bg {
    border-radius: 10px;
  }
}
.cta--title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  padding-bottom: 4px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 991px) {
  .cta--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta--title {
    font-size: 30px;
  }
}
.cta p {
  font-size: 18px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--light-1), transparent 20%);
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .cta p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cta p {
    font-size: 14px;
  }
}
.cta .btn {
  position: relative;
  z-index: 2;
}
.cta .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 30px;
  z-index: -1;
}
.cta .btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 30px;
  z-index: -1;
}

.footer {
  padding-top: 165px;
  border-radius: 60px 60px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .footer {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    border-radius: 35px 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    border-radius: 15px 15px 0 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 120px;
  height: 300px;
  background: var(--gradient-1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .footer::before {
    width: 100px;
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .footer::before {
    width: 80px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    width: 60px;
    height: 200px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 120px;
  height: 300px;
  background: var(--gradient-1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .footer::after {
    width: 100px;
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .footer::after {
    width: 80px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .footer::after {
    width: 60px;
    height: 200px;
  }
}
.footer--bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.footer--vector {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 155px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .footer--vector {
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .footer--vector {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer--vector {
    width: 100px;
  }
}
.footer--top {
  border-bottom: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
}
.footer--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
  color: var(--white-1);
}
@media screen and (max-width: 1399px) {
  .footer--content {
    gap: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .footer--content {
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .footer--content {
    border-bottom: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
  }
}
@media screen and (max-width: 767px) {
  .footer--content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: 0;
  }
}
.footer--content--left {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .footer--content--left {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer--content--left {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer--content--left {
    padding: 30px 0;
  }
}
.footer--content--logo {
  width: 105px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .footer--content--logo {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .footer--content--logo {
    width: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer--content--logo {
    width: 70px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
.footer--content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footer--content p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer--content p {
    margin-bottom: 20px;
  }
}
.footer--content--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer--content--social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.footer--content--social a {
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 44px;
  font-size: 20px;
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 90%);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .footer--content--social a {
    width: 37px;
    height: 37px;
    line-height: 38px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer--content--social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}
.footer--content--social a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.footer--content--social a:hover {
  color: var(--black-1);
}
.footer--content--social a:hover::before {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 1199px) {
  .footer--content--social a:hover::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer--content--social a:hover::before {
    width: 35px;
    height: 35px;
  }
}
.footer--menu {
  text-align: center;
  border-left: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
  border-right: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
}
@media screen and (max-width: 767px) {
  .footer--menu {
    display: none;
  }
}
.footer--menu ul li {
  border-bottom: 1px solid color-mix(in srgb, var(--white-1), transparent 95%);
}
.footer--menu ul li:last-child {
  border-bottom: 0;
}
.footer--menu ul li a {
  width: 210PX;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white-1);
  padding: 22px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .footer--menu ul li a {
    width: 170px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer--menu ul li a {
    width: 170px;
    font-size: 14px;
    padding: 15px 0;
  }
}
.footer--menu ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--gradient-1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.footer--menu ul li a:hover {
  color: var(--black-1);
}
.footer--menu ul li a:hover::after {
  width: 100%;
}
.footer--title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 95px;
  line-height: 1.2;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .footer--title {
    font-size: 75px;
  }
}
@media screen and (max-width: 991px) {
  .footer--title {
    font-size: 65px;
    padding: 20px 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer--title {
    font-size: 50px;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.footer--bottom {
  padding: 30px 0;
  gap: 30px;
  color: var(--white-1);
}
.footer--bottom--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer--bottom--content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    row-gap: 10px;
  }
}
.footer--bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer--bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer--bottom p {
    font-size: 12px;
  }
}

.breadcrumb {
  text-align: center;
  padding-top: 136px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-top: 131px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 162px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb {
    padding-top: 184px;
  }
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 136px;
  left: 0;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-transform: translateX(calc(-100% + 60px));
          transform: translateX(calc(-100% + 60px));
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.25;
  z-index: -1;
}
.breadcrumb::after {
  content: "";
  position: absolute;
  top: 136px;
  right: 0;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-transform: translateX(calc(100% - 60px));
          transform: translateX(calc(100% - 60px));
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.25;
  z-index: -1;
}
.breadcrumb--bg {
  position: absolute;
  top: 136px;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  z-index: -1;
}
.breadcrumb--vector {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
.breadcrumb--content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .breadcrumb--content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--content {
    padding: 50px 0;
  }
}
.breadcrumb--title {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .breadcrumb--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.breadcrumb--desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-1);
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .breadcrumb--desc {
    font-size: 15px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--desc {
    font-size: 14px;
  }
}
.breadcrumb--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--gradient-1);
  padding: 12px 20px;
  border-radius: 8px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .breadcrumb--list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    padding: 10px 15px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb--list {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
    padding: 6px 10px;
  }
}
.breadcrumb--list::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .breadcrumb--list::after {
    border-radius: 6px;
  }
}
.breadcrumb--list li {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white-1);
  position: relative;
}
@media screen and (max-width: 991px) {
  .breadcrumb--list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--list li {
    font-size: 12px;
  }
}
.breadcrumb--list li::after {
  display: inline-block;
  content: "\e12a";
  font-family: "Phosphor-Bold";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-left: 6px;
}
@media screen and (max-width: 991px) {
  .breadcrumb--list li::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--list li::after {
    font-size: 11px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb--list li::after {
    margin-left: 3px;
  }
}
.breadcrumb--list li:not(:first-child) {
  font-weight: 500;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.breadcrumb--list li:not(:first-child)::after {
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
}
.breadcrumb--list li:last-child::after {
  display: none;
}

.faq .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.faq .accordion-item {
  background: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--black-4), transparent 40%)), to(transparent));
  background: linear-gradient(color-mix(in srgb, var(--black-4), transparent 40%), transparent);
  border: 0;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-item {
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq .accordion-item {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-item {
    border-radius: 20px;
  }
}
.faq .accordion-item::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--black-3), transparent 70%)), to(color-mix(in srgb, var(--black-3), transparent 70%)));
  background-image: linear-gradient(color-mix(in srgb, var(--black-3), transparent 70%), color-mix(in srgb, var(--black-3), transparent 70%));
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-item::after {
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq .accordion-item::after {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-item::after {
    border-radius: 20px;
  }
}
.faq .accordion-item .show .accordion-body::before, .faq .accordion-item .show .accordion-body::after {
  opacity: 1;
}
.faq .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white-1);
  padding: 28px;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-button {
    font-size: 18px;
    padding: 21px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-button {
    font-size: 16px;
    padding: 14px;
  }
}
.faq .accordion-button.collapsed span {
  color: var(--white-1);
  border-color: var(--white-1);
}
.faq .accordion-button.collapsed span::before {
  opacity: 0;
}
.faq .accordion-button.collapsed span::after {
  content: "\e3d4";
  font-weight: normal;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: var(--black-2);
  border: 1px solid transparent;
  border-radius: 50%;
  margin-block: -8px;
  margin-right: -8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-button span {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    margin-block: -7px;
    margin-right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-button span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-block: -6px;
    margin-right: -6px;
  }
}
.faq .accordion-button span::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.faq .accordion-button span::after {
  display: inline-block;
  content: "\e32a";
  font-family: "Phosphor";
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .accordion-body {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-1);
  padding: 0 50px 24px;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-body {
    padding: 0 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .faq .accordion-body {
    font-size: 14px;
    padding: 0 30px 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-body {
    font-size: 12px;
    padding: 0 25px 14px;
  }
}
.faq .accordion-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 40px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-body::before {
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq .accordion-body::before {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-body::before {
    border-radius: 20px;
  }
}
.faq .accordion-body::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -150px;
  width: 250px;
  height: 100px;
  background: var(--gradient-1);
  -webkit-filter: blur(70px);
          filter: blur(70px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .faq .accordion-body::after {
    bottom: -50px;
    right: -100px;
    width: 200px;
    height: 80px;
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-body::after {
    bottom: -30px;
    right: -80px;
    width: 150px;
    height: 60px;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
}
.faq .accordion-body p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--light-1);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq .accordion-body p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion-body p {
    font-size: 12px;
  }
}

.auth {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.auth::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .auth::before {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .auth::before {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .auth::before {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.auth::after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .auth::after {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .auth::after {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .auth::after {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.auth .g-60 {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 60px;
}
@media screen and (max-width: 1199px) {
  .auth .g-60 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
  }
}
@media screen and (max-width: 991px) {
  .auth .g-60 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}
@media screen and (max-width: 767px) {
  .auth .g-60 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
.auth--img {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .auth--img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .auth--img {
    height: 250px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .auth--img {
    height: 200px;
    border-radius: 10px;
  }
}
.auth--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth--form {
  padding: 40px;
  background: var(--gradient-1);
  border-radius: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .auth--form {
    padding: 30px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form {
    padding: 25px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form {
    padding: 20px;
    border-radius: 10px;
  }
}
.auth--form::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 32px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .auth--form::before {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form::before {
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form::before {
    border-radius: 10px;
  }
}
.auth--form--title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white-1);
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .auth--form--title {
    font-size: 35px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 991px) {
  .auth--form--title {
    font-size: 30px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form--title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form--title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.auth--form--body {
  overflow: hidden;
}
.auth--form--google {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  padding: 14px 20px;
  color: var(--white-1);
  background: color-mix(in srgb, var(--white-1), transparent 96%);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 96%);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .auth--form--google {
    font-size: 13px;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form--google {
    padding: 10px 13px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form--google {
    font-size: 11px;
    padding: 8px 10px;
  }
}
.auth--form--google img {
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 991px) {
  .auth--form--google img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form--google img {
    width: 18px;
    height: 18px;
  }
}
.auth--form--google:hover {
  border-color: var(--base-2);
}
.auth--form--devider {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  line-height: 1.2;
  color: color-mix(in srgb, var(--white-1), transparent 60%);
  padding-inline: 20px;
  margin: 32px auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .auth--form--devider {
    font-size: 13px;
    padding-inline: 15px;
    margin: 24px auto;
  }
}
@media screen and (max-width: 575px) {
  .auth--form--devider {
    font-size: 11px;
    padding-inline: 10px;
    margin: 16px auto;
  }
}
.auth--form--devider::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50vw;
  height: 1px;
  background: color-mix(in srgb, var(--white-1), transparent 80%);
}
.auth--form--devider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50vw;
  height: 1px;
  background: color-mix(in srgb, var(--white-1), transparent 80%);
}
.auth--form .g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
@media screen and (max-width: 767px) {
  .auth--form .g-20 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
.auth--form .form-control {
  background: color-mix(in srgb, var(--white-1), transparent 96%);
  border: 1px solid color-mix(in srgb, var(--white-1), transparent 96%);
}
.auth--form .form-control:focus {
  border-color: var(--base-2);
}
.auth--form--link {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: transparent;
  background: var(--gradient-1);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
@media screen and (max-width: 991px) {
  .auth--form--link {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form--link {
    font-size: 11px;
  }
}
.auth--form--link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient-1);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auth--form--link:hover {
  color: transparent;
}
.auth--form--link:hover::after {
  opacity: 1;
}
.auth--form .btn {
  border-radius: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .auth--form .btn {
    border-radius: 9px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .auth--form .btn {
    border-radius: 6px;
    margin-top: 10px;
  }
}
.auth--form--txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .auth--form--txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .auth--form--txt {
    font-size: 11px;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contact::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact::before {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .contact::before {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .contact::before {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.contact::after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact::after {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .contact::after {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .contact::after {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.contact--card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 40px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .contact--card {
    padding: 0 35px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .contact--card {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact--card {
    max-width: 290px;
    padding: 0 20px 20px;
    margin: auto;
  }
}
.contact--card::before {
  content: "";
  position: absolute;
  inset: 13px 0 0;
  background: var(--gradient-1);
  clip-path: polygon(0% 10.063%, 0% 10.063%, 0.096% 8.431%, 0.373% 6.882%, 0.817% 5.438%, 1.413% 4.12%, 2.145% 2.947%, 2.998% 1.942%, 3.957% 1.123%, 5.008% 0.513%, 6.135% 0.132%, 7.323% 0%, 18.938% 0%, 18.938% 0%, 19.468% 0.026%, 19.993% 0.105%, 20.511% 0.235%, 21.018% 0.415%, 21.515% 0.644%, 21.999% 0.921%, 22.467% 1.245%, 22.918% 1.616%, 23.351% 2.032%, 23.762% 2.492%, 29.914% 9.895%, 29.914% 9.895%, 30.326% 10.355%, 30.758% 10.771%, 31.21% 11.142%, 31.678% 11.467%, 32.161% 11.744%, 32.658% 11.973%, 33.166% 12.153%, 33.683% 12.282%, 34.208% 12.361%, 34.738% 12.387%, 50% 12.387%, 65.262% 12.387%, 65.262% 12.387%, 65.792% 12.361%, 66.317% 12.282%, 66.834% 12.153%, 67.342% 11.973%, 67.839% 11.744%, 68.322% 11.467%, 68.79% 11.142%, 69.242% 10.771%, 69.674% 10.355%, 70.086% 9.895%, 76.238% 2.492%, 76.238% 2.492%, 76.649% 2.032%, 77.082% 1.616%, 77.533% 1.245%, 78.001% 0.921%, 78.485% 0.644%, 78.982% 0.415%, 79.49% 0.235%, 80.007% 0.105%, 80.532% 0.026%, 81.062% 0%, 92.677% 0%, 92.677% 0%, 93.865% 0.132%, 94.992% 0.513%, 96.043% 1.123%, 97.002% 1.942%, 97.855% 2.947%, 98.587% 4.12%, 99.183% 5.438%, 99.627% 6.882%, 99.904% 8.431%, 100% 10.063%, 100% 89.937%, 100% 89.937%, 99.904% 91.569%, 99.627% 93.118%, 99.183% 94.562%, 98.587% 95.88%, 97.855% 97.053%, 97.002% 98.058%, 96.043% 98.877%, 94.992% 99.487%, 93.865% 99.868%, 92.677% 100%, 7.323% 100%, 7.323% 100%, 6.135% 99.868%, 5.008% 99.487%, 3.957% 98.877%, 2.998% 98.058%, 2.145% 97.053%, 1.413% 95.88%, 0.817% 94.562%, 0.373% 93.118%, 0.096% 91.569%, 0% 89.937%, 0% 10.063%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .contact--card::before {
    top: 10px;
  }
}
.contact--card::after {
  content: "";
  position: absolute;
  inset: 14px 1px 1px;
  background: var(--black-2);
  clip-path: polygon(0% 10.063%, 0% 10.063%, 0.096% 8.431%, 0.373% 6.882%, 0.817% 5.438%, 1.413% 4.12%, 2.145% 2.947%, 2.998% 1.942%, 3.957% 1.123%, 5.008% 0.513%, 6.135% 0.132%, 7.323% 0%, 18.938% 0%, 18.938% 0%, 19.468% 0.026%, 19.993% 0.105%, 20.511% 0.235%, 21.018% 0.415%, 21.515% 0.644%, 21.999% 0.921%, 22.467% 1.245%, 22.918% 1.616%, 23.351% 2.032%, 23.762% 2.492%, 29.914% 9.895%, 29.914% 9.895%, 30.326% 10.355%, 30.758% 10.771%, 31.21% 11.142%, 31.678% 11.467%, 32.161% 11.744%, 32.658% 11.973%, 33.166% 12.153%, 33.683% 12.282%, 34.208% 12.361%, 34.738% 12.387%, 50% 12.387%, 65.262% 12.387%, 65.262% 12.387%, 65.792% 12.361%, 66.317% 12.282%, 66.834% 12.153%, 67.342% 11.973%, 67.839% 11.744%, 68.322% 11.467%, 68.79% 11.142%, 69.242% 10.771%, 69.674% 10.355%, 70.086% 9.895%, 76.238% 2.492%, 76.238% 2.492%, 76.649% 2.032%, 77.082% 1.616%, 77.533% 1.245%, 78.001% 0.921%, 78.485% 0.644%, 78.982% 0.415%, 79.49% 0.235%, 80.007% 0.105%, 80.532% 0.026%, 81.062% 0%, 92.677% 0%, 92.677% 0%, 93.865% 0.132%, 94.992% 0.513%, 96.043% 1.123%, 97.002% 1.942%, 97.855% 2.947%, 98.587% 4.12%, 99.183% 5.438%, 99.627% 6.882%, 99.904% 8.431%, 100% 10.063%, 100% 89.937%, 100% 89.937%, 99.904% 91.569%, 99.627% 93.118%, 99.183% 94.562%, 98.587% 95.88%, 97.855% 97.053%, 97.002% 98.058%, 96.043% 98.877%, 94.992% 99.487%, 93.865% 99.868%, 92.677% 100%, 7.323% 100%, 7.323% 100%, 6.135% 99.868%, 5.008% 99.487%, 3.957% 98.877%, 2.998% 98.058%, 2.145% 97.053%, 1.413% 95.88%, 0.817% 94.562%, 0.373% 93.118%, 0.096% 91.569%, 0% 89.937%, 0% 10.063%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .contact--card::after {
    top: 11px;
  }
}
.contact--card--shape {
  position: absolute;
  inset: 13px 0 0;
  background: var(--black-4);
  clip-path: polygon(0% 10.063%, 0% 10.063%, 0.096% 8.431%, 0.373% 6.882%, 0.817% 5.438%, 1.413% 4.12%, 2.145% 2.947%, 2.998% 1.942%, 3.957% 1.123%, 5.008% 0.513%, 6.135% 0.132%, 7.323% 0%, 18.938% 0%, 18.938% 0%, 19.468% 0.026%, 19.993% 0.105%, 20.511% 0.235%, 21.018% 0.415%, 21.515% 0.644%, 21.999% 0.921%, 22.467% 1.245%, 22.918% 1.616%, 23.351% 2.032%, 23.762% 2.492%, 29.914% 9.895%, 29.914% 9.895%, 30.326% 10.355%, 30.758% 10.771%, 31.21% 11.142%, 31.678% 11.467%, 32.161% 11.744%, 32.658% 11.973%, 33.166% 12.153%, 33.683% 12.282%, 34.208% 12.361%, 34.738% 12.387%, 50% 12.387%, 65.262% 12.387%, 65.262% 12.387%, 65.792% 12.361%, 66.317% 12.282%, 66.834% 12.153%, 67.342% 11.973%, 67.839% 11.744%, 68.322% 11.467%, 68.79% 11.142%, 69.242% 10.771%, 69.674% 10.355%, 70.086% 9.895%, 76.238% 2.492%, 76.238% 2.492%, 76.649% 2.032%, 77.082% 1.616%, 77.533% 1.245%, 78.001% 0.921%, 78.485% 0.644%, 78.982% 0.415%, 79.49% 0.235%, 80.007% 0.105%, 80.532% 0.026%, 81.062% 0%, 92.677% 0%, 92.677% 0%, 93.865% 0.132%, 94.992% 0.513%, 96.043% 1.123%, 97.002% 1.942%, 97.855% 2.947%, 98.587% 4.12%, 99.183% 5.438%, 99.627% 6.882%, 99.904% 8.431%, 100% 10.063%, 100% 89.937%, 100% 89.937%, 99.904% 91.569%, 99.627% 93.118%, 99.183% 94.562%, 98.587% 95.88%, 97.855% 97.053%, 97.002% 98.058%, 96.043% 98.877%, 94.992% 99.487%, 93.865% 99.868%, 92.677% 100%, 7.323% 100%, 7.323% 100%, 6.135% 99.868%, 5.008% 99.487%, 3.957% 98.877%, 2.998% 98.058%, 2.145% 97.053%, 1.413% 95.88%, 0.817% 94.562%, 0.373% 93.118%, 0.096% 91.569%, 0% 89.937%, 0% 10.063%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .contact--card--shape {
    top: 10px;
  }
}
.contact--card--icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: var(--black-2);
  background: var(--gradient-1);
  border-radius: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1399px) {
  .contact--card--icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .contact--card--icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact--card--icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.contact--card--title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-1);
  margin-bottom: 12px;
}
@media screen and (max-width: 1399px) {
  .contact--card--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .contact--card--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact--card--title {
    font-size: 18px;
  }
}
.contact--card--desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--light-1);
  margin-bottom: 24px;
}
@media screen and (max-width: 1399px) {
  .contact--card--desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .contact--card--desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact--card--desc {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.contact--card--link {
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--light-1);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1399px) {
  .contact--card--link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .contact--card--link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact--card--link {
    font-size: 14px;
  }
}
.contact--card:hover::before {
  opacity: 1;
}
.contact--card:hover .contact--card--shape {
  opacity: 0;
}
.contact--form {
  padding: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .contact--form {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact--form {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact--form {
    padding: 30px;
  }
}
.contact--form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  border-radius: 32px;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .contact--form::before {
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact--form::before {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact--form::before {
    border-radius: 16px;
  }
}
.contact--form::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--black-2);
  border-radius: 32px;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .contact--form::after {
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact--form::after {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact--form::after {
    border-radius: 16px;
  }
}
.contact--form--inner {
  position: absolute;
  inset: 1px;
  border-radius: 32px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .contact--form--inner {
    border-radius: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact--form--inner {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact--form--inner {
    border-radius: 16px;
  }
}
.contact--form--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact--form--inner::before {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .contact--form--inner::before {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .contact--form--inner::before {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}
.contact--form--inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 500px;
  height: 500px;
  background: var(--gradient-1);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact--form--inner::after {
    width: 350px;
    height: 350px;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .contact--form--inner::after {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
@media screen and (max-width: 575px) {
  .contact--form--inner::after {
    width: 150px;
    height: 150px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0.7;
  }
}