:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;width:100%;height:300px;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size:var(--item-font-size);---item-height:var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:1px solid var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1 1}.adm-picker-body{flex:1 1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 6px;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1 1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button,.adm-picker-view-mask{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:1px solid var(--adm-color-border);border-bottom:1px solid var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:1px solid var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),hsla(0,0%,100%,0))}.styles_followedContainer__PoL9_{display:flex;align-items:center;justify-content:flex-end}.styles_followedContainer__PoL9_ .styles_heart__Ox2ZT{height:20px;width:20px}.styles_followedContainer__PoL9_ .styles_heart__Ox2ZT.styles_liked__HFVTd{animation:styles_liked__HFVTd .4s ease}.styles_followedContainer__PoL9_ .styles_followed__UwacV{font-size:14px;margin-left:6px;line-height:normal}.styles_hasOutLine__ZqOA9{background:#e3e3e3;border:1px solid #d6d6d6;border-radius:8px;padding:9px!important;display:flex;align-items:center;justify-content:center;min-width:55px;cursor:pointer}.styles_hasOutLine__ZqOA9 .styles_buttonLike__bT3y3{margin-top:0!important}.styles_hasOutLine__ZqOA9 .styles_buttonLike__bT3y3 .followed{font-size:16px!important}.styles_hasOutLine__ZqOA9 .styles_buttonLike__bT3y3 img{height:28px;width:28px}.styles_NFTCard__4s_9W{display:flex;flex-direction:column;padding:0 8px 13px;border-radius:10px;background:#f3f3f3;filter:drop-shadow(0 4px 6px rgba(63,32,149,.2));box-shadow:0 4px 6px rgba(63,32,149,.2);max-width:264px;margin:0 auto}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG{max-width:calc(50vw - 26px);padding:6px 4px 10px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_header__b0WoY{height:unset!important;position:relative}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_header__b0WoY .styles_icon__y4h2c{width:20px;height:20px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_imageContainer__3YiXD .styles_image__uttRS{max-width:calc(50vw - 33px);min-width:100%;min-height:calc(50vw - 33px);width:100%;height:100%;max-height:calc(50vw - 33px);aspect-ratio:1/1;height:unset!important}@supports not (aspect-ratio:1/1){.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_imageContainer__3YiXD .styles_image__uttRS:before{float:left;padding-top:100%;content:""}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_imageContainer__3YiXD .styles_image__uttRS:after{display:block;content:"";clear:both}}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_imageContainer__3YiXD .ant-image{max-width:calc(50vw - 31px);min-width:100%;min-height:calc(50vw - 31px);height:unset!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_rankingNormal__VVMLo{height:20px;width:20px;font-size:12px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_rankingNormal__VVMLo .styles_jpCurency__KXB4W{height:15px;width:15px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_header__b0WoY,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_header__b0WoY,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_header__b0WoY{margin-bottom:10px;padding:0 6px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_header__b0WoY .styles_icon__y4h2c,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_header__b0WoY .styles_icon__y4h2c,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_header__b0WoY .styles_icon__y4h2c{width:40px;height:40px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_storeInfo__aG3db .styles_name__pLaJ5,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_storeInfo__aG3db .styles_name__pLaJ5,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_storeInfo__aG3db .styles_name__pLaJ5{font-size:18px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_content__PBYuE .styles_nameOfStore__DLYBy div,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_content__PBYuE .styles_nameOfStore__DLYBy div,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_content__PBYuE .styles_nameOfStore__DLYBy div{font-weight:700;font-size:20px!important;line-height:30px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_imageContainer__3YiXD,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_imageContainer__3YiXD,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_imageContainer__3YiXD{max-width:100%!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_imageContainer__3YiXD .styles_image__uttRS,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_imageContainer__3YiXD .styles_image__uttRS,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_imageContainer__3YiXD .styles_image__uttRS{max-width:calc(100vw - 52px)!important;max-height:calc(100vw - 52px)!important;width:100%;height:unset}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_price__9rshk,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_price__9rshk,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_bottomContainer__sAGnh .styles_price__9rshk{font-size:20px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW{max-width:120px!important;min-width:120px!important;font-size:14px;padding:9px 15px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW img,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW img,.styles_NFTCard__4s_9W.styles_inMobile__3uBnG.styles_rank3__gv3Ei .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW img{height:unset;width:unset;margin-left:8px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_storeInfo__aG3db .styles_name__pLaJ5{font-size:12px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_content__PBYuE .styles_nameOfStore__DLYBy div{font-weight:700;font-size:14px}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_bottomContainer__sAGnh{flex-direction:column;justify-content:flex-start;align-items:flex-start}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_bottomContainer__sAGnh .styles_priceContainer__GcFmX{justify-content:flex-start}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_bottomContainer__sAGnh .styles_price__9rshk{font-size:14px!important}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW{max-width:80px;font-size:14px;padding:3px!important;height:30px!important;margin:auto}.styles_NFTCard__4s_9W.styles_inMobile__3uBnG .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW img{height:13px;width:13px;margin-left:2px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek{box-shadow:unset;filter:unset;background:unset!important;justify-content:flex-end;height:100%}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_header__b0WoY,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_header__b0WoY{height:50px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_header__b0WoY .styles_avatarStore__19Q1j,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_header__b0WoY .styles_avatarStore__19Q1j{width:31px!important;height:31px!important;object-fit:cover}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_content__PBYuE .styles_nameOfStore__DLYBy div,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_content__PBYuE .styles_nameOfStore__DLYBy div{line-height:51px;font-size:32px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_content__PBYuE .styles_typeOfStore__weBUn,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_content__PBYuE .styles_typeOfStore__weBUn{font-size:14px!important}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_content__PBYuE .styles_followed__kldlL,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_content__PBYuE .styles_followed__kldlL{font-size:20px!important}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_price__9rshk,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_price__9rshk{font-weight:700;font-size:30px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW{min-width:166px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW span,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW span{font-size:16px!important}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_bottomContainer__sAGnh .styles_jpCurency__KXB4W,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_bottomContainer__sAGnh .styles_jpCurency__KXB4W{height:40px;width:40px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_name__pLaJ5,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_name__pLaJ5{font-size:20px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_imageContainer__3YiXD{background:unset!important;filter:unset!important}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_imageContainer__3YiXD .ant-image,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank1__hua5a .styles_imageContainer__3YiXD .styles_image__uttRS{max-height:555px;width:100%!important;height:unset!important;border-radius:20px;aspect-ratio:1/1}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_imageContainer__3YiXD .ant-image{aspect-ratio:1/1}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_imageContainer__3YiXD .ant-image,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_rank2__RSHek .styles_imageContainer__3YiXD .styles_image__uttRS{max-height:480px;max-width:480px!important;width:100%!important;height:unset!important;border-radius:20px}.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_inMobile__3uBnG.styles_rank1__hua5a,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_inMobile__3uBnG.styles_rank1__hua5a .styles_image__uttRS,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_inMobile__3uBnG.styles_rank2__RSHek,.styles_NFTCard__4s_9W.styles_inHome__KXAjV.styles_inMobile__3uBnG.styles_rank2__RSHek .styles_image__uttRS{max-width:100%!important}.styles_NFTCard__4s_9W.styles_inHome__KXAjV .styles_header__b0WoY{height:35px;padding:5px 0}.styles_NFTCard__4s_9W.styles_inHome__KXAjV .styles_header__b0WoY .styles_rankingNormal__VVMLo{position:relative;transform:unset;right:0;top:0}.styles_NFTCard__4s_9W .styles_header__b0WoY{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;margin-bottom:2px}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_storeInfo__aG3db{display:flex;flex-direction:row;align-items:center;width:100%}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_storeInfo__aG3db .ant-image{height:-moz-fit-content;height:fit-content;display:flex}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_hasIconRanking__of7zd{width:calc(100% - 44px)}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_avatarStore__19Q1j{width:20px;height:20px;object-fit:cover;border-radius:50%}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_name__pLaJ5{font-weight:400;font-size:12px;margin-left:8px}.styles_NFTCard__4s_9W .styles_header__b0WoY .styles_icon__y4h2c{max-width:50px;max-height:50px}.styles_NFTCard__4s_9W .styles_rankingNormal__VVMLo{background:#acacac;border-radius:32px;height:24px;width:24px;min-width:24px!important;min-height:24px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:12px;color:#fff}.styles_NFTCard__4s_9W .styles_content__PBYuE{display:flex;flex-direction:column}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_imageContainer__3YiXD{background:linear-gradient(250.79deg,hsla(0,0%,100%,.2) -.91%,hsla(0,0%,100%,0));filter:drop-shadow(0 4px 4px rgba(63,32,149,.2));border-radius:10px;position:relative;display:flex}@supports(-webkit-backdrop-filter:blur(10px)){.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_imageContainer__3YiXD{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_image__uttRS{width:100%;height:248px;max-height:248px;object-fit:cover;border-radius:10px;aspect-ratio:1/1}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_image__uttRS img{border-radius:10px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_typeAbsolute__we_8z{left:10px;bottom:10px;display:flex;flex-direction:row;column-gap:10px;position:absolute}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_statusChangeAll__IYZ_G,.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_typeNft__5FkCo,.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_type__9_gQM{background:rgba(27,27,27,.5);border-radius:8px;font-weight:400;font-size:13px;line-height:22px;padding:5px;color:#fff}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_type__9_gQM{left:10px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_followedContainer___Teec{display:flex;align-items:center;justify-content:flex-end;margin-top:9px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_followedContainer___Teec .styles_buttonLike__ee4eT{margin-top:9px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_followedContainer___Teec .heart{height:22px!important;width:22px!important}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_followedContainer___Teec .heart.liked{animation:liked .4s ease}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_followedContainer___Teec .followed{font-size:14px;margin-left:6px;line-height:17px;line-height:normal}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_typeOfStore__weBUn{margin-top:4px;font-weight:400;font-size:12px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_nameOfStore__DLYBy{margin:4px 0 16px}.styles_NFTCard__4s_9W .styles_content__PBYuE .styles_nameOfStore__DLYBy div{font-weight:700;font-size:16px;line-height:24px;-webkit-box-orient:vertical;max-width:100%}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:10px}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh .styles_priceContainer__GcFmX{display:flex;flex-direction:row;align-items:center;justify-content:space-between;white-space:nowrap}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh .styles_priceContainer__GcFmX .styles_price__9rshk{font-weight:700;font-size:18px;line-height:27px;text-align:right;color:#3f2095;margin-left:8px}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh .styles_priceContainer__GcFmX .styles_jpCurency__KXB4W{height:20px;width:20px}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW{padding:9px 15px!important;max-width:150px;height:40px!important;border:none!important}.styles_NFTCard__4s_9W .styles_bottomContainer__sAGnh .styles_btnBuy__JQZsW span{font-size:14px!important}.styles_NFTCard__4s_9W .styles_badgeRegularUpdate__T8Wcb{position:absolute;top:8px;left:-8px;width:75%;aspect-ratio:unset;transform:rotate(-18deg)}.styles_publisherCard__1dJXy{display:flex;flex-direction:row;align-items:center}.styles_publisherCard__1dJXy .styles_avatar__y2Y94{height:30px;width:30px}.styles_publisherCard__1dJXy .styles_name__pLaJ5{max-width:calc(100% - 34px);margin-left:4px;font-weight:700;font-size:14px;line-height:22px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word;overflow:hidden}.styles_userCard__Fgo2y{display:flex;flex-direction:column;padding:8px 8px 20px;border-radius:10px;background:#f3f3f3;filter:drop-shadow(0 4px 6px rgba(63,32,149,.2));box-shadow:0 4px 6px rgba(63,32,149,.2);max-width:264px;position:relative}.styles_userCard__Fgo2y.styles_inMobile__upvXr .styles_background__U14RN{max-width:calc(50vw - 41px)}.styles_userCard__Fgo2y.styles_inMobile__upvXr .styles_avatarCotainer__mfDhL{bottom:36px!important}.styles_userCard__Fgo2y.styles_inMobile__upvXr .styles_name__lA70x{font-size:14px!important;max-width:calc(50vw - 41px)}.styles_userCard__Fgo2y.styles_inMobile__upvXr .styles_iconRanking__pObFU{width:24px;height:24px;top:10px}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inHome__7FE34.styles_rank1__MVfgS .styles_background__U14RN,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_background__U14RN{max-width:100%}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank1__MVfgS,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank2__GHf_9,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank3__LeMC0{max-width:unset!important}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_background__U14RN,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank2__GHf_9 .styles_background__U14RN,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank3__LeMC0 .styles_background__U14RN{width:100%!important;max-width:unset!important}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank2__GHf_9 .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank3__LeMC0 .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5{width:136px;height:136px}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_name__lA70x,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank2__GHf_9 .styles_name__lA70x,.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_.styles_rank3__LeMC0 .styles_name__lA70x{padding-top:90px;max-width:100%}.styles_userCard__Fgo2y.styles_inMobile__upvXr.styles_inRanking__nlrH_ .styles_avatarCotainer__mfDhL{bottom:40px!important}.styles_userCard__Fgo2y.styles_inHome__7FE34 .styles_avatarCotainer__mfDhL{bottom:25px!important}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9{width:342px}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_background__U14RN,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_background__U14RN{width:100%!important}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_iconRanking__pObFU,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_iconRanking__pObFU{width:51px;height:51px}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_avatarCotainer__mfDhL,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_avatarCotainer__mfDhL{bottom:10px!important}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5{height:129px!important;width:129px!important;border-radius:100%;object-fit:cover}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_name__lA70x,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_name__lA70x{padding-top:61px;font-size:18px!important;max-width:340px}.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank1__MVfgS .styles_descriptionContainer__CdVWq,.styles_userCard__Fgo2y.styles_inHome__7FE34.styles_rank2__GHf_9 .styles_descriptionContainer__CdVWq{font-size:16px!important}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank1__MVfgS{max-width:unset}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_background__U14RN{width:100%}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_avatarCotainer__mfDhL{bottom:36px!important}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5{width:136px;height:136px}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank1__MVfgS .styles_name__lA70x{padding-top:87px}.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank2__GHf_9 .styles_avatarCotainer__mfDhL,.styles_userCard__Fgo2y.styles_inRanking__nlrH_.styles_rank3__LeMC0 .styles_avatarCotainer__mfDhL{bottom:44px!important}.styles_userCard__Fgo2y .styles_background__U14RN{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.styles_userCard__Fgo2y .styles_iconRanking__pObFU{position:absolute;right:15px;height:40px;width:40px}.styles_userCard__Fgo2y .styles_textRanking__GPuDV{position:absolute;border-radius:50%;background:#acacac;color:#fff;top:15px;right:15px;height:24px;width:24px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:12px}.styles_userCard__Fgo2y .styles_avatarCotainer__mfDhL{position:absolute;border-radius:50%;background:#f3f3f3;padding:10px;bottom:44px;left:50%;transform:translate(-50%,-50%)}.styles_userCard__Fgo2y .styles_avatarCotainer__mfDhL .styles_avatar__4qcC5{width:100px;height:100px;border-radius:100%;object-fit:cover}.styles_userCard__Fgo2y .styles_name__lA70x{margin-top:6px;padding-top:60px;text-align:center;font-weight:700;font-size:16px;line-height:27px;width:100%;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.styles_userCard__Fgo2y .styles_descriptionContainer__CdVWq{font-weight:400;font-size:12px;line-height:24px;display:flex;flex-direction:row;justify-content:center;text-align:center;margin:10px auto auto}.styles_userCard__Fgo2y .styles_descriptionContainer__CdVWq div:first-child{margin-right:10px}.styles_userCard__Fgo2y .styles_descriptionContainer__CdVWq div:last-child{margin-left:10px}.styles_storeCard__jYy9K{display:flex;flex-direction:column;padding:8px 8px 20px;border-radius:10px;background:#f3f3f3;filter:drop-shadow(0 4px 6px rgba(63,32,149,.2));box-shadow:0 4px 6px rgba(63,32,149,.2);max-width:264px;position:relative}.styles_storeCard__jYy9K.styles_inMobile__Iip_O .styles_background__OerTG{max-width:calc(50vw - 41px)}.styles_storeCard__jYy9K.styles_inMobile__Iip_O .styles_avatarCotainer__zcl63{bottom:25px!important}.styles_storeCard__jYy9K.styles_inMobile__Iip_O .styles_name__8x5IM{font-size:14px!important;max-width:calc(50vw - 41px)}.styles_storeCard__jYy9K.styles_inMobile__Iip_O .styles_iconRanking__IKOem{width:24px;height:24px;top:10px}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_background__OerTG,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_background__OerTG{max-width:100%}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank1__BDuhF,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank2__pxjRq,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank3__PNqIk{max-width:unset!important}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_background__OerTG,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank2__pxjRq .styles_background__OerTG,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank3__PNqIk .styles_background__OerTG{width:100%!important;max-width:unset!important}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank2__pxjRq .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank3__PNqIk .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK{width:136px;height:136px}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_name__8x5IM,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank2__pxjRq .styles_name__8x5IM,.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S.styles_rank3__PNqIk .styles_name__8x5IM{padding-top:90px;max-width:100%}.styles_storeCard__jYy9K.styles_inMobile__Iip_O.styles_inRanking__Ejy5S .styles_avatarCotainer__zcl63{bottom:40px!important}.styles_storeCard__jYy9K.styles_inHome__YUfAb .styles_avatarCotainer__zcl63{bottom:25px!important}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq{width:342px}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_background__OerTG,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_background__OerTG{width:100%!important;aspect-ratio:16/9}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_iconRanking__IKOem,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_iconRanking__IKOem{width:51px;height:51px}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_avatarCotainer__zcl63,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_avatarCotainer__zcl63{bottom:10px!important}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK{height:129px!important;width:129px!important;border-radius:100%;object-fit:cover}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_name__8x5IM,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_name__8x5IM{padding-top:61px;font-size:18px!important;max-width:340px}.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank1__BDuhF .styles_descriptionContainer__rt14F,.styles_storeCard__jYy9K.styles_inHome__YUfAb.styles_rank2__pxjRq .styles_descriptionContainer__rt14F{font-size:16px!important}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank1__BDuhF{max-width:unset}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_background__OerTG{aspect-ratio:16/9;width:100%}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_avatarCotainer__zcl63{bottom:36px!important}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK{width:136px;height:136px}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank1__BDuhF .styles_name__8x5IM{padding-top:87px}.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank2__pxjRq .styles_avatarCotainer__zcl63,.styles_storeCard__jYy9K.styles_inRanking__Ejy5S.styles_rank3__PNqIk .styles_avatarCotainer__zcl63{bottom:44px!important}.styles_storeCard__jYy9K .styles_background__OerTG{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.styles_storeCard__jYy9K .styles_iconRanking__IKOem{position:absolute;right:15px;height:40px;width:40px}.styles_storeCard__jYy9K .styles_textRanking___1bqy{position:absolute;border-radius:50%;background:#acacac;color:#fff;top:15px;right:15px;height:24px;width:24px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:12px}.styles_storeCard__jYy9K .styles_avatarCotainer__zcl63{position:absolute;border-radius:50%;background:#f3f3f3;padding:10px;bottom:25px;left:50%;transform:translate(-50%,-50%)}.styles_storeCard__jYy9K .styles_avatarCotainer__zcl63 .styles_avatar__aGBaK{width:100px;height:100px;border-radius:100%;object-fit:cover}.styles_storeCard__jYy9K .styles_name__8x5IM{margin-top:6px;padding-top:60px;text-align:center;font-weight:700;font-size:16px;line-height:27px;width:100%;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.styles_storeCard__jYy9K .styles_descriptionContainer__rt14F{font-weight:400;font-size:12px;line-height:24px;display:flex;flex-direction:row;justify-content:center;text-align:center;margin:10px auto auto}.styles_storeCard__jYy9K .styles_descriptionContainer__rt14F div:first-child{margin-right:10px}.styles_storeCard__jYy9K .styles_descriptionContainer__rt14F div:last-child{margin-left:10px}.styles_fotterContainer__EoCIe{display:flex;flex-direction:column;padding:20px 110px 30px 100px;background:#1b1b1b;position:relative}.styles_fotterContainer__EoCIe .styles_row__g4Xqn{display:flex;flex-direction:row;justify-content:space-between}.styles_fotterContainer__EoCIe.styles_inMobile__94zqI{flex-direction:column;padding:20px 20px 110px!important}.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_row__g4Xqn{flex-direction:column!important}.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_policyContainer__IFDa3,.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_termContainer__VWxdx{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_policyContainer__IFDa3 div,.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_termContainer__VWxdx div{font-weight:700;font-size:16px;line-height:54px;margin:0;margin:8px 0!important}.styles_fotterContainer__EoCIe.styles_inMobile__94zqI .styles_copyRight__RFHyN{white-space:nowrap}.styles_fotterContainer__EoCIe .styles_milkyWay__n2SFc{width:100%;object-fit:cover;position:absolute;z-index:1;height:100%;left:0;top:0}.styles_fotterContainer__EoCIe .styles_policyContainer__IFDa3,.styles_fotterContainer__EoCIe .styles_termContainer__VWxdx{z-index:2}.styles_fotterContainer__EoCIe .styles_policyContainer__IFDa3 a,.styles_fotterContainer__EoCIe .styles_policyContainer__IFDa3 div,.styles_fotterContainer__EoCIe .styles_termContainer__VWxdx a,.styles_fotterContainer__EoCIe .styles_termContainer__VWxdx div{font-weight:700;font-size:16px;color:#fff!important;cursor:pointer;margin:15px 0!important}.styles_fotterContainer__EoCIe .styles_policyContainer__IFDa3 a:hover,.styles_fotterContainer__EoCIe .styles_policyContainer__IFDa3 div:hover,.styles_fotterContainer__EoCIe .styles_termContainer__VWxdx a:hover,.styles_fotterContainer__EoCIe .styles_termContainer__VWxdx div:hover{color:#ed018c!important}.styles_fotterContainer__EoCIe .styles_copyRight__RFHyN{font-weight:700;line-height:21px;position:absolute;bottom:20px;left:50%;transform:translate(-50%,-50%);font-size:14px;color:#fff;background:transparent;z-index:2}.styles_logoContainer__t8qAv{cursor:pointer;z-index:1000;position:relative}.styles_contact__3dIwV{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;margin-top:20px;z-index:10}.styles_contact__3dIwV .styles_item__T3DKc{margin:0 20px;background:#fff;border-radius:50%;padding:10px}.styles_contact__3dIwV .styles_item__T3DKc img{width:30px;height:30px}