:root {
    --gray-900: #26242c;
    --gray-800: #13111a;
    --gray-700: #e1e1e1;
    --gray-10: #fff;
    --primary-600: #724fe5;
    --primary-500: #2c04fe;
    --success-500: #32e7b1;
    --warning-600: #eee6d0;
    --warning-500: #ffc947;
    --warning-400: #f0e9e1;
    --warning-300: #fffdf5;
    --warning-200: #f6f2e8;
    --warning-100: #fffcf2;
    --danger-500: #ff6b55;
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    color: var(--color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.style-5 {
    margin-bottom: 30px;
    padding: 23px 24px 24px;
}

.sc-product-item {
    background-color: #343444;
    padding: 49px 23px 37px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    border-radius: 20px;
}

.product-img {
    margin-bottom: 39px;
    position: relative;
}

.sc-product-item .product-img img {
    width: 100%;
    /* object-fit: cover; */
    border-radius: 20px;
}

.sc-product-item .product-img .sc-button.style {
    top: 70%;
    left: 50%;
    transform: translate(-50%,-30%);
    padding: 10px;
    width: 56%;
    text-align: center;
    border: 0px;
    background-size: 200% auto;
    background-image: linear-gradient(130.35deg, #6345ED 17.35%, #6345ED 78.23%);
    color: #fff;
    opacity: 0;
    border: unset;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fugu--card-data {
    margin-top: 20px;
}

.fugu--card-data h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-10);
    margin: 0 0 10px;
    font-family: Inter,sans-serif;
}

.fugu--card-data p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-10);
    opacity: .4;
    margin: 0;
}

.fugu--card-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fugu--card-footer-data span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-10);
}

.fugu--card-footer-data h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-10);
    margin: 0;
    font-family: Inter,sans-serif;
}

.fugu--slider-one .slick-slide.slick-current.slick-active .fugu--btn {
    color: var(--gray-10);
}

.fugu--card-footer .fugu--btn {
    min-width: inherit;
}

.fugu--btn.btn-sm {
    font-size: 14px;
    padding: 8px 23px;
}

.fugu--btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    min-width: 180px;
    text-align: center;
    transition: all .4s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    padding: 15.5px 36px;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--bs-bg-opacity))!important;
}

.fugu--slider-one .slick-slide.slick-current.slick-active .fugu--btn:before {
    opacity: 1;
}

.fugu--btn:before {
    content: " ";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s;
    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(225deg,#0080ff,#7d41ea 46.35%,#ff00d4);
}

.fugu--slider-one .slick-slide.slick-current.slick-active .fugu--btn {
    color: var(--gray-10);
}

.modal-sm {
    --bs-modal-width: 310px;
}

.modal-dialog-scrollable {
    min-height: calc(75% - var(--bs-modal-margin) * 2) !important;
    height: calc(75% - var(--bs-modal-margin) * 2) !important;
}

.ztOIu {
    background: rgb(244, 244, 244);
    padding: 8px 0px 6px;
    border-bottom: 2px solid rgb(35, 35, 35);
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.cBuDQz {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.cBuDQz .inner-wrapper {
    display: flex;
    padding-top: 6px;
}

.cBuDQz .inner-wrapper .avatar {
    /*flex-basis: 162px;*/
    flex-basis: 280px;
}

.Explorer {
    display: inline-block;
    flex-basis: 174px;
    position: relative;
}
.Explorer .image-container {
    background-color: var(--explorer-color);
    border: 2px solid #232323;
    border-radius: 50%;
    box-shadow: 0 4px 4px #00000040;
    height: 148px;
    margin: auto;
    position: relative;
    transition: all .25s;
    width: 148px;
}

.Explorer .image-container img:not(.badge-icon) {
    height: 162px;
    left: 51%;
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
}

.gQkodS {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.5s ease 0s;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%) rotate(168deg) translate(86px) rotate(-168deg);
}

.cvwEAa {
    position: absolute;
    color: white;
    top: 0px;
    z-index: 1;
    font-size: 10.2px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.lazSOu {
    position: absolute;
    color: white;
    top: -3.5px;
    z-index: 2;
    font-size: 10.2px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.fAKLNj {
    position: absolute;
    color: white;
    top: -7px;
    z-index: 3;
    font-size: 10.2px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.jWHads {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -45%);
    letter-spacing: -0.06em;
    text-shadow: rgb(35, 35, 35) 0px -0.5px 1px, rgb(35, 35, 35) 0px -0.5px 1px, rgb(35, 35, 35) 0px 0.5px 1px, rgb(35, 35, 35) 0px 0.5px 1px, rgb(35, 35, 35) -0.5px 0px 1px, rgb(35, 35, 35) 0.5px 0px 1px, rgb(35, 35, 35) -0.5px 0px 1px, rgb(35, 35, 35) 0.5px 0px 1px, rgb(35, 35, 35) -1px -0.5px 1px, rgb(35, 35, 35) 1px -0.5px 1px, rgb(35, 35, 35) -1px 0.5px 1px, rgb(35, 35, 35) 1px 0.5px 1px, rgb(35, 35, 35) -0.5px -1px 1px, rgb(35, 35, 35) 0.5px -1px 1px, rgb(35, 35, 35) -0.5px 1px 1px, rgb(35, 35, 35) 0.5px 1px 1px, rgb(35, 35, 35) -0.5px -0.5px 1px, rgb(35, 35, 35) 0.5px -0.5px 1px, rgb(35, 35, 35) -0.5px 0.5px 1px, rgb(35, 35, 35) 0.5px 0.5px 1px, rgb(35, 35, 35) -0.5px -0.5px 1px, rgb(35, 35, 35) 0.5px -0.5px 1px, rgb(35, 35, 35) -0.5px 0.5px 1px, rgb(35, 35, 35) 0.5px 0.5px 1px;
}

.eKljdz {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.5s ease 0s;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%) rotate(151deg) translate(86px) rotate(-151deg);
}

.Explorer .position-right-bottom {
    scale: var(--badge-scale,1.28);
    transform: translate(37px,29px);
}

.Explorer .grouped-collection {
    left: 50%;
    position: absolute;
    top: 50%;
    transition: opacity .5s;
}

.bmHgPA {
    position: absolute;
    color: white;
    top: 0px;
    z-index: 2;
    font-size: 11.5px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.gnQsJj {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    letter-spacing: -0.06em;
    text-shadow: rgb(35, 35, 35) 0px -0.5px 1px, rgb(35, 35, 35) 0px -0.5px 1px, rgb(35, 35, 35) 0px 0.5px 1px, rgb(35, 35, 35) 0px 0.5px 1px, rgb(35, 35, 35) -0.5px 0px 1px, rgb(35, 35, 35) 0.5px 0px 1px, rgb(35, 35, 35) -0.5px 0px 1px, rgb(35, 35, 35) 0.5px 0px 1px, rgb(35, 35, 35) -1px -0.5px 1px, rgb(35, 35, 35) 1px -0.5px 1px, rgb(35, 35, 35) -1px 0.5px 1px, rgb(35, 35, 35) 1px 0.5px 1px, rgb(35, 35, 35) -0.5px -1px 1px, rgb(35, 35, 35) 0.5px -1px 1px, rgb(35, 35, 35) -0.5px 1px 1px, rgb(35, 35, 35) 0.5px 1px 1px, rgb(35, 35, 35) -0.5px -0.5px 1px, rgb(35, 35, 35) 0.5px -0.5px 1px, rgb(35, 35, 35) -0.5px 0.5px 1px, rgb(35, 35, 35) 0.5px 0.5px 1px, rgb(35, 35, 35) -0.5px -0.5px 1px, rgb(35, 35, 35) 0.5px -0.5px 1px, rgb(35, 35, 35) -0.5px 0.5px 1px, rgb(35, 35, 35) 0.5px 0.5px 1px;
}

.jljLNV {
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    padding-right: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 12px;
    width: 150px;
    max-width: 150px;
}

.jljLNV .username {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 800;
    padding-bottom: 10px;
}

.jljLNV .border-bottom {
    border-bottom: 2px solid rgb(35, 35, 35);
}

.jljLNV .status {
    position: relative;
    letter-spacing: 0.88px;
    font-size: 18px;
    font-weight: 800;
    color: rgb(71, 122, 241);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 16px;
    height: 45px;
    min-height: 45px;
}

.jljLNV .status .status-text {
    margin-top: 3px;
}

.jljLNV .status .union-icon {
    width: 16px;
    height: 20px;
}

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

.jaTsI {
font-family: "Avenir Next", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
text-align: center;
text-transform: uppercase;
line-height: 25px;
letter-spacing: 2px;
color: rgb(0, 116, 255);
margin: auto;
}

.kRORPR {
    background: rgb(244, 244, 244);
    padding: 8px 0px 6px;
    border-top: 2px solid rgb(35, 35, 35);
    border-bottom: 2px solid rgb(35, 35, 35);
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.cWsPYI {
    position: relative;
    display: flex;
    max-width: 100%;
}

.cWsPYI .home-address {
    border-bottom: none;
    min-height: 73px;
}

.dYtXpm {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 60px;
    border-bottom: 2px solid rgb(35, 35, 35);
    cursor: auto;
    position: relative;
}

.dYtXpm .image-wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    flex-basis: 58px;
    max-width: 58px;
    height: 58px;
    padding: 0px;
    overflow: hidden;
    cursor: auto;
}

.hfUoNm {
    width: 100%;
    height: 100%;
}

.dYtXpm .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cWsPYI .home-address .text-wrapper {
    min-height: 73px;
}

.dYtXpm .text-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: start;
    box-sizing: border-box;
    min-height: 58px;
    padding: 8px;
    margin-right: auto;
    border-left: 2px solid rgb(35, 35, 35);
}

.dYtXpm .text-wrapper .link {
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(0, 102, 255);
    display: block;
    margin-top: 5px;
}

.dYtXpm .text-wrapper .sub-title {
    font-weight: 800;
    font-size: 15px;
    padding-top: 6px;
    line-height: 15px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
}

.dYtXpm .text-wrapper .additional-info {
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    margin-top: 6px;
}

.hNZHwU h3.title {
    margin: 0px;
    padding: 6px 0px;
    background-color: rgb(5, 221, 102);
    border-top: 2px solid rgb(35, 35, 35);
    border-bottom: 2px solid rgb(35, 35, 35);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(35, 35, 35);
}

.ccHTsV {
    margin: 20px 15px;
    border: 2px solid rgb(35, 35, 35);
    border-radius: 22px;
    box-shadow: rgba(196, 196, 196, 0.3) 10px 5px 0px;
}

.ccHTsV .networth-value {
    flex-direction: column;
    border-bottom: 2px solid rgb(35, 35, 35);
    background-color: rgb(244, 244, 244);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    min-height: 62px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.ccHTsV .networth-value span {
    font-weight: 800;
    font-size: 31px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(35, 35, 35);
}

.ccHTsV .networth-value p {
    font-weight: 800;
    font-size: 9px;
    line-height: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    margin-bottom: -4px;
}

.ccHTsV .info-table-bottom {
    display: flex;
}

.ccHTsV .column:first-child {
    border-right: 1px solid rgb(35, 35, 35);
    border-bottom-left-radius: 22px;
}

.ccHTsV .column {
    padding-bottom: 1px;
    min-height: 59px;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    background-color: rgb(255, 255, 255);
}

.ccHTsV .column .value {
    font-weight: 800;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(35, 35, 35);
    margin-bottom: 7px;
}

.ccHTsV .column .label {
    font-weight: 800;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    margin-bottom: -10px;
}

.ccHTsV .column:last-child {
    border-left: 1px solid rgb(35, 35, 35);
    border-bottom-right-radius: 22px;
}

.ccHTsV .column {
    padding-bottom: 1px;
    min-height: 59px;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    background-color: rgb(255, 255, 255);
}

.kRORPR {
    background: rgb(244, 244, 244);
    padding: 8px 0px 6px;
    border-top: 2px solid rgb(35, 35, 35);
    border-bottom: 2px solid rgb(35, 35, 35);
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.koTcyO {
    padding: 20px 0px;
    text-align: center;
    font-family: "Avenir Next", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: rgb(153, 153, 153);
}

.kRORPR {
    background: rgb(244, 244, 244);
    padding: 8px 0px 6px;
    border-top: 2px solid rgb(35, 35, 35);
    border-bottom: 2px solid rgb(35, 35, 35);
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    z-index: 2;
}

.fbxvdz {
    list-style: none;
    padding: 15px 13px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 25px;
    margin-bottom: 20px;
}

.eTQSSf {
    display: flex;
    flex-direction: column;
}

.eTQSSf .collection-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.cCUqhO {
    height: 71px;
    width: 77px;
    border-radius: 50%;
    border: 5px solid rgb(118, 55, 157);
}

.eTQSSf .title {
    word-break: break-word;
    font-family: "Avenir Next", sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(0, 102, 255);
    margin-top: 8px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jiZzHA {
    margin-top: 0px;
    padding-bottom: 0px;
    border-top: none;
}

.sc-dnqmqq {
    min-height: calc(26px);
}



.sc-gzVnrw {
    bottom: 0px;
    left: 0px;
}

.cLEaIl {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.EXdNv {
    display: block;
    width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 2px;
    background: rgb(35, 35, 35);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -1px 5px;
}

.iBeJVD {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0px 0px 1px;
    border: none;
    outline: none;
    border-radius: 50px;
    font-family: "AvenirNext Bold", sans-serif;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(35, 35, 35);
    background: linear-gradient(rgb(255, 255, 255) 17.14%, rgb(255, 255, 255) 76.68%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 0px inset;
    font-size: 14px;
    font-weight: 600;
}

.lvHJA {
    font-weight: 800;
    font-size: 15px;
 padding: 15px;
    text-align: center;
    vertical-align: middle;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    background: rgb(244, 244, 244);
    border-bottom: 2px solid rgb(35, 35, 35);
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    box-shadow: rgb(174, 174, 174) 0px -5px 0px inset;
    letter-spacing: 2px;
    position: relative;
}
