.label{position:absolute;display:block;color:#fff;left:16px;top:0;bottom:0;margin:auto;pointer-events:none;transition:.2s;height:max-content}.label--focused{padding:0 4px;margin:unset;top:-8px;font-size:12px;line-height:16px;background:linear-gradient(180deg,rgba(1,2,2,0) 50%,#2b2b2b 0);height:16px}.label--valued{color:#939390}.field-with-label{display:block;margin-bottom:8px}.select-field-wrapper{position:relative}.select-field .select__control{cursor:pointer;min-height:48px;display:flex;align-items:center;padding:0 24px;background:hsla(0,2%,80%,.1);border-radius:18px;box-shadow:none;color:#fff;border:1px solid transparent}.select-field .select__control--is-focused,.select-field .select__control:hover{border-color:#fff700}.select-field .select__control--menu-is-open .select__indicators svg{transition:transform .3s;transform:rotate(180deg)}.select-field .select__indicators svg{transition:transform .3s}.select-field .select__value-container{padding:0;margin:0}.select-field .select__menu{z-index:10;width:500px;width:100%;min-width:max-content;background:red!important}.select-field .select__menu ::-webkit-scrollbar{width:4px;height:4px}.select-field .select__menu ::-webkit-scrollbar-track{background:transparent;border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb:hover{background:#888}.select-field .select__menu-list{background:#191919}.select-field .select__option{min-height:40px}.select-field .select__option--is-focused,.select-field .select__option--is-selected{color:#191919;background:#0098ff}.select-field .select__single-value{margin-right:9px;color:#fff;font-family:var(--font-space-bold),serif}.select-field--secondary .select__control{background:#191919!important;color:#fff}.select-field--big .select__control{min-height:56px;border-radius:15px}.dropdown-select{position:relative;width:100%;max-width:360px}.dropdown-select .select-field .select__control{background:hsla(0,2%,80%,.1)}.text-field{font-size:16px;line-height:24px;width:100%}.text-field:not(:last-child){margin-bottom:16px}.text-field__box{position:relative}.text-field input{font-size:16px;line-height:24px;width:100%;height:48px;border-radius:15px;padding:16px;background:#2b2b2b;color:#fff;border:1px solid #2b2b2b;transition:.2s}@media screen and (min-width:992px){.text-field input{height:56px}}.text-field input:-webkit-autofill,.text-field input:-webkit-autofill:active,.text-field input:-webkit-autofill:focus,.text-field input:-webkit-autofill:hover{box-shadow:inset 0 0 0 100px #2b2b2b!important;-webkit-text-fill-color:#fff!important;caret-color:#fff}.text-field__input-wrapper{position:relative}.text-field__input-wrapper--focused input{border:1px solid #fff700}.text-field__input-wrapper--valued input{border:1px solid #939390}.text-field__input-wrapper--error input{border:1px solid #dd4747}.text-field__input-wrapper--disabled input{border:none;color:#fff}.text-field__input-wrapper--disabled input::placeholder{color:#fff}.text-field__icon{cursor:pointer;height:24px;width:24px;position:absolute;right:16px;top:0;bottom:0;margin:auto}.counter{display:flex;align-items:center;justify-content:space-between;height:56px;min-width:213px;border-radius:28px;background-color:#1f1f1e;padding:10px;color:#fff;position:relative}.counter input{max-width:calc(100% - 180px);height:36px;color:#fff;font-family:var(--font-space-bold),sans-serif;text-align:center}.counter__action{cursor:pointer;height:36px;width:36px;min-width:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff700;position:relative}.counter__action:before{position:absolute;content:"";inset:0;margin:auto;height:2px;width:14px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDJWMEgxNFYySDBaIiBmaWxsPSIjMTQwRjBEIi8+Cjwvc3ZnPgo=")}.counter__action--plus:before{height:14px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOEgwVjZINlYwSDhWNkgxNFY4SDhWMTRINlY4WiIgZmlsbD0iIzE0MEYwRCIvPgo8L3N2Zz4K")}.counter__prefix{position:absolute;right:70px;font-size:14px;line-height:20px}@media screen and (max-width:700px){.counter__prefix{right:55px}}.filters-group__container{background-color:#191919;display:flex;gap:9px;border-radius:18px;width:max-content}@media screen and (max-width:700px){.filters-group__container{flex-direction:column;height:unset;gap:16px;width:100%}.filters-group .select-field-wrapper{border-radius:18px;background-color:#191919}}.filters-group .select-field-wrapper .label{display:none}.filters-group .select-field-wrapper:not(:last-child):after{content:"";height:24px;position:absolute;border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(255,247,0,.15);top:12px;right:0}@media screen and (max-width:700px){.filters-group .select-field-wrapper:not(:last-child):after{display:none}}.filters-group .select-field .select__control{background:none;min-width:158px}.filters-group .select-field .select__control--is-focused,.filters-group .select-field .select__control:hover{border:none}.offer-form__price{display:flex;align-items:flex-end;gap:6px;width:100%}.offer-form__price .text-field__input-wrapper input{border:none;height:72px}.offer-form__currency{background:hsla(0,2%,80%,.1);width:94px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.offer-form__currency--error{margin-bottom:44px}.offer-form .sell__paper{align-items:flex-start}.offer-form__file{width:100px;height:100px;background:hsla(0,2%,80%,.1);border-radius:10px;overflow:hidden;position:relative}.offer-form__file img{object-fit:cover}.offer-form__file--empty{border:1px dotted hsla(0,0%,100%,.15)}.offer-form__file:hover img{object-fit:contain;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);max-width:500px;max-height:500px;z-index:10;box-shadow:0 4px 8px rgba(0,0,0,.3);width:unset;height:unset}.offer-form__upload{height:48px;width:142px;background:#fff700;display:flex;align-items:center;justify-content:center;color:#191919;font-family:var(--font-space-bold),sans-serif;border-radius:10px;position:relative;cursor:pointer}.offer-form__upload span{cursor:pointer}.offer-form__upload input{cursor:pointer;opacity:0;position:absolute;top:0;left:0;height:48px;width:142px;z-index:1}.offer-form__upload-text{color:#cecccc}.offer-form__fee{width:100%;max-width:350px;display:flex;align-items:center;justify-content:flex-end;color:#cecccc;gap:16px}.offer-form__sum{text-align:right;color:#fff;font-family:Proxima Nova,sans-serif;font-weight:600}.offer-form__submit-wrapper{width:100%;display:flex;gap:24px}.offer-form__submit-wrapper .offer-form__submit{margin-top:0;height:48px;max-width:132px}.offer-form__row{display:flex;flex-direction:row;gap:24px;width:max-content}.offer-form__row--center{align-items:center}.offer-form__row--min{flex-wrap:wrap}.offer-form__row--min:has(.counter-field){width:100%}.offer-form__row--min:has(.counter-field) .counter-field{flex:1 1}.offer-info{display:flex;flex-direction:column;gap:24px}.offer-info h5,.offer-info p{color:#cecccc;display:none}@media screen and (min-width:992px){.offer-info h5,.offer-info p{display:flex}}.offer-info__image{width:252px;height:252px;border-radius:8px;overflow:hidden}.offer-info__description{font-family:Proxima Nova,sans-serif;white-space:pre-wrap}.OfferInfoMinified_offer-info--minified__Qv5Vt,.OfferInfoMinified_offer-info__krlfh{display:flex;flex-direction:column;gap:24px}.OfferInfoMinified_offer-info--minified__Qv5Vt{gap:12px}.OfferInfoMinified_offer-info--minified__Qv5Vt h5,.OfferInfoMinified_offer-info--minified__Qv5Vt p,.OfferInfoMinified_offer-info__krlfh h5,.OfferInfoMinified_offer-info__krlfh p{color:#cecccc;display:none}@media screen and (min-width:992px){.OfferInfoMinified_offer-info--minified__Qv5Vt h5,.OfferInfoMinified_offer-info--minified__Qv5Vt p,.OfferInfoMinified_offer-info__krlfh h5,.OfferInfoMinified_offer-info__krlfh p{display:flex}}.OfferInfoMinified_offer-info__header-column__rfrJj{display:flex;flex-direction:column}.OfferInfoMinified_offer-info__header-column--between__bNE91{justify-content:space-between}.OfferInfoMinified_offer-info__header-column--end__81AoJ{justify-content:flex-end}.OfferInfoMinified_offer-info__header-column--pl-12__1cfKC{padding-left:12px}.OfferInfoMinified_offer-info__detail__XooDx:nth-of-type(2){margin-top:34px}.OfferInfoMinified_offer-info__detail__XooDx{display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(255,247,0,.15)}.OfferInfoMinified_offer-info__detail--minified__NcFt0{padding:0 0 12px}.OfferInfoMinified_offer-info__detail__XooDx:first-child{padding-top:0}.OfferInfoMinified_offer-info__detail--guarantee__3RdS3{align-items:center}.OfferInfoMinified_offer-info__detail--guarantee__3RdS3 svg{display:block}.OfferInfoMinified_offer-info__detail__XooDx span:first-child{color:#cecccc}.OfferInfoMinified_offer-info__detail__XooDx span:last-child{display:flex;gap:6px}.OfferInfoMinified_offer-info__image__g4XPD{max-width:252px;max-height:252px;width:max-content;height:max-content;min-width:60px;min-height:60px;aspect-ratio:1/1;border-radius:10px;overflow:hidden}.OfferInfoMinified_offer-info__image--active-status__ymixD{position:relative}.OfferInfoMinified_offer-info__image--active-status__ymixD:before{position:absolute;display:block;content:"";width:17px;height:17px;background-color:#26a62b;right:0;bottom:0;border-radius:9999px}.OfferInfoMinified_offer-info__header-container__GlZyy{display:flex;flex-direction:row;gap:16px}.OfferInfoMinified_offer-info__header-container__GlZyy .OfferInfoMinified_offer-info__header-info__qYL2G{padding:5px 0}.OfferInfoMinified_offer-info__description__IcVPL{font-family:Proxima Nova,sans-serif;white-space:pre-wrap;max-height:2rem;overflow:hidden}.OfferInfoMinified_offer-info__description--expanded__2ak6M{max-height:max-content}.OfferInfoMinified_offer-info__description-container__I0fse{position:relative}.offer-purchase{width:100%}.offer-purchase__detail{display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(255,247,0,.15)}.offer-purchase__detail:first-child{padding-top:0}.offer-purchase__detail span:first-child{color:#cecccc}.offer-purchase__detail span:last-child{display:flex;gap:6px}.offer-purchase__button{font-size:20px;line-height:28px;font-family:var(--font-space-bold),sans-serif;border-radius:18px;height:60px;margin:24px 0 16px;width:100%}.offer-purchase__guarantee{display:flex;gap:6px}.offer-purchase__guarantee a{display:contents;color:#0098ff}.offer-purchase__guarantee a:hover{color:#0080d5}.offer-purchase__counter{margin-top:24px}.offer-purchase__row{margin-top:8px;display:flex;justify-content:space-between;font-size:12px;line-height:16px}.offer-purchase__currency{font-size:21px;line-height:1}.offer-purchase__price{display:flex;align-items:center}.OfferPurchaseMinified_offer-purchase__CCigt{width:100%;height:max-content}.OfferPurchaseMinified_offer-purchase__form__E_Qax{display:flex;flex-direction:column;gap:36px;padding-bottom:16px}.OfferPurchaseMinified_offer-purchase__info__c_39i{display:flex;flex-direction:row;gap:12px;align-items:flex-end;justify-content:space-between}.OfferPurchaseMinified_offer-purchase__controls__hf8Kr{display:flex;flex-direction:row;gap:12px;align-items:center}@media screen and (max-width:700px){.OfferPurchaseMinified_offer-purchase__controls__hf8Kr{flex-direction:column;align-items:flex-start}}.OfferPurchaseMinified_offer-purchase__counter__VJPah input{max-width:calc(100% - 100px);width:100%}@media screen and (max-width:700px){.OfferPurchaseMinified_offer-purchase__counter__VJPah{width:100%}}.OfferPurchaseMinified_offer-purchase__detail__TOBaD{display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(255,247,0,.15)}.OfferPurchaseMinified_offer-purchase__detail__TOBaD:first-child{padding-top:0}.OfferPurchaseMinified_offer-purchase__detail__TOBaD span:first-child{color:#cecccc}.OfferPurchaseMinified_offer-purchase__detail__TOBaD span:last-child{display:flex;gap:6px}.OfferPurchaseMinified_offer-purchase__button__ewk4E{font-size:20px;line-height:28px;font-family:var(--font-space-bold),sans-serif;border-radius:18px;height:60px;margin:0!important;width:100%}.OfferPurchaseMinified_offer-purchase__title__tLIsf{font-size:16px;font-weight:700;line-height:24px;display:flex;align-items:flex-end;color:#939390}.OfferPurchaseMinified_offer-purchase__currency__0GCGa{font-size:21px;line-height:1}.OfferPurchaseMinified_offer-purchase__price__Ce5_0{font-size:36px;font-weight:700;line-height:40px}.OfferPurchaseMinified_offer-purchase__nominal__cZ0R1{font-size:16px;font-weight:700;line-height:24px}.OfferPurchaseMinified_offer-purchase__total-price__NJShT{display:flex;align-items:center}.paper.buyer-offers-filter{padding:12px;width:307px}.buyer-offers-filter--vertical{display:flex;flex-direction:column}.buyer-offers-filter__header{display:flex;align-items:center;margin-bottom:40px;gap:12px}.buyer-offers-filter__grid-container{display:grid;grid-template-columns:repeat(4,max-content);grid-template-rows:auto;grid-gap:12px;gap:12px}.buyer-offers-filter__title{font-size:18px;line-height:24px}.buyer-offers-filter__applied-filters{display:flex;justify-content:space-between;align-items:center}.buyer-offers-filter__clear-all{display:flex;align-items:center;font-size:14px;line-height:20px;color:#fff;background:none;border:1px solid #666;cursor:pointer;border-radius:10px;padding:3px 6px 3px 8px;gap:4px}.buyer-offers-filter__clear-all svg{width:14px;height:14px}.buyer-offers-filter__tag{background-color:#939390;color:#191919;padding:2px 8px;border-radius:10px;font-size:14px;line-height:20px;display:flex;align-items:center;gap:4px}.buyer-offers-filter__tag--active{background-color:#fff700}.buyer-offers-filter__tag svg{width:14px;height:14px}.buyer-offers-filter__tag svg path{fill:#191919}.buyer-offers-filter__tag--filter{border:1px solid #cecccc;background-color:#191919;padding:8px 12px;color:#fff}.buyer-offers-filter__tag--filter-active{color:#000;border-color:#000;background-color:#fff700}.buyer-offers-filter__tags{display:flex;gap:12px;flex-wrap:wrap;padding-bottom:33px}.buyer-offers-filter__section{border-top:1px solid rgba(255,247,0,.15)}.buyer-offers-filter__section-header{padding:33px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.buyer-offers-filter__section-title{display:flex;align-items:center;gap:8px}.buyer-offers-filter__checkbox{display:flex;align-items:center;font-size:14px}.buyer-offers-filter__checkbox input{margin-right:10px}.filter-panel__switch{display:flex;align-items:center}.filter-panel__switch input{display:none}.filter-panel__switch-slider{width:40px;height:20px;background-color:#cecccc;border-radius:20px;position:relative;margin-right:10px;cursor:pointer}.filter-panel__switch-slider:before{content:"";position:absolute;width:18px;height:18px;background-color:#191919;border-radius:50%;top:1px;left:1px;transition:all .3s}input:checked+.filter-panel__switch-slider{background-color:#fff700}input:checked+.filter-panel__switch-slider:before{left:21px}.filter-panel__checkbox{display:flex;align-items:center;font-size:14px;margin-bottom:10px}.filter-panel__checkbox input{margin-right:10px}.filter-panel__price-range{font-size:16px;margin-bottom:10px}.filter-panel__range-slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px;background:#ffeb3b;outline:none;opacity:.7;transition:opacity .2s}.filter-panel__range-slider:hover{opacity:1}.filter-panel__range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:25px;height:25px;background:#333;cursor:pointer;border-radius:50%}.filter-panel__search{margin-top:20px}.filter-panel__search-input{width:100%;padding:10px;background-color:#333;border:none;border-radius:5px;color:#fff}.RangeInputFilter_range-filter__zwTRg{display:flex;flex-direction:row;place-items:center center;gap:12px}.RangeInputFilter_range-filter__options__Yh2nF{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,247,0,.15);display:flex;flex-direction:column;gap:6px}.RangeInputFilter_range-filter__options__Yh2nF .RangeInputFilter_range-filter__option__7ivNK{display:flex;align-items:center;padding:0 8px;height:36px;border-radius:8px;cursor:pointer}.RangeInputFilter_range-filter__options__Yh2nF .RangeInputFilter_range-filter__option__7ivNK:focus,.RangeInputFilter_range-filter__options__Yh2nF .RangeInputFilter_range-filter__option__7ivNK:hover{background-color:hsla(0,0%,100%,.1)}.RangeInputFilter_input--with-icon__BGcMx{position:relative}.RangeInputFilter_input--with-icon__BGcMx .RangeInputFilter_icon__SrM4w{position:absolute;top:50%;transform:translateY(-50%)}.RangeInputFilter_input--with-icon__BGcMx .RangeInputFilter_input__Tk6aj{width:100%;color:#fff;border:1px solid #fff700;border-radius:5px;padding:8px 12px;background-color:#333}.OfferFilterPopup_offers-filter-popup__tbHZc{display:flex;flex:1 1;border-radius:18px!important;overflow:hidden}.OfferFilterPopup_offers-filter-popup__popup__PUhON{padding:48px 24px 0!important;width:100%!important;max-width:462px!important;max-height:90vh;position:fixed!important;left:50%!important;transform:translateX(-50%);top:5vh!important;border-radius:60px;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:space-between}.OfferFilterPopup_offers-filter-popup__filter-button__GoUgA{height:70px;gap:8px;font-family:Proxima Nova,sans-serif;border-radius:18px}.OfferFilterPopup_offers-filter-popup__content__Gt7fI{padding:0 24px;width:100%;position:relative;display:block;overflow:auto}.OfferFilterPopup_offers-filter-popup__content__Gt7fI::-webkit-scrollbar{width:2px}.OfferFilterPopup_offers-filter-popup__content__Gt7fI::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.OfferFilterPopup_offers-filter-popup__content__Gt7fI::-webkit-scrollbar-thumb{background-color:#666;outline:1px solid #666}.OfferFilterPopup_offers-filter-popup__portal__E3K2y{z-index:99;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.OfferFilterPopup_offers-filter-popup__dropdown__3Pvha{overflow:auto;background:#191919;position:fixed;height:100vh;padding:32px 24px 0;left:0;top:0;transition:right,.5s;width:100%;z-index:2;display:none}@media screen and (min-width:992px){.OfferFilterPopup_offers-filter-popup__dropdown__3Pvha{display:none}}.OfferFilterPopup_offers-filter-popup__dropdown--open__Hg7OX{display:block}.OfferFilterPopup_offers-filter-popup__row__Mtole{display:flex;width:100%;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.2)}.OfferFilterPopup_offers-filter-popup__clear-all__oeOXF{background:#cecccc;color:#000;border-radius:10px;gap:4px}.OfferFilterPopup_offers-filter-popup__clear-all__oeOXF svg{width:14px;height:14px}.OfferFilterPopup_offers-filter-popup__clear-all__oeOXF svg path{fill:#666}.OfferFilterPopup_offers-filter-popup__filter__JSwHv{display:flex;gap:12px;font-size:20px}.OfferFilterPopup_offers-filter-popup__buttons__eTc3_{position:-webkit-sticky;position:sticky;align-items:center;display:flex;gap:24px;bottom:0;width:100%;background:#191919;border-top:1px solid hsla(0,0%,100%,.2);z-index:3;padding:56px 0;overflow:hidden}.OfferFilterPopup_offers-filter-popup__buttons__eTc3_ button{width:100%;height:52px;border-radius:18px;margin-top:0}.text-field--search{max-width:284px}@media screen and (max-width:700px){.text-field--search{max-width:unset}}.text-field--search-input{height:48px;background:#191919!important;border:1px solid #191919;padding-left:48px!important;border-radius:18px}.text-field--search-input::placeholder{color:#cecccc}.text-field--search-input:focus{border:1px solid #fff700}.text-field--search__icon{position:absolute;height:21px;top:0;bottom:0;margin:auto;left:14px}.text-field--search__icon svg{height:21px}.text-field--search__icon svg path{fill:#cecccc}.buyer-offers-container{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.buyer-offers-container .buyer-offer-card{width:100%}.range-filter{width:100%;margin:0 auto}.range-filter__range,.range-filter__range-input{font-size:16px;line-height:24px;display:flex;color:#cecccc;margin-bottom:16px;justify-content:center}.range-filter__range-input{display:inline-block;resize:horizontal;max-width:45px}.range-filter__range-slider{position:relative;width:100%;max-width:300px;margin:0;height:30px}.range-filter .slider{position:absolute;width:100%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:5px;background:transparent}.range-filter .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff700;border-radius:50%;cursor:pointer;pointer-events:auto;position:relative}.range-filter .slider::-moz-range-thumb{width:20px;height:20px;background:#fff700;border-radius:50%;cursor:pointer;pointer-events:auto;position:relative}.range-filter .slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#fff700;border-radius:5px;cursor:pointer}.range-filter .slider--max,.range-filter .slider--min{pointer-events:auto}.range-filter .slider--max::-webkit-slider-runnable-track,.range-filter .slider--min::-webkit-slider-runnable-track{background:transparent}.range-filter .slider--max::-moz-range-track,.range-filter .slider--min::-moz-range-track{background:transparent}.range-filter .slider--max::-webkit-slider-thumb,.range-filter .slider--min::-webkit-slider-thumb{background-color:#fff700;z-index:1}.range-filter__slider-track{position:absolute;top:8px;left:0;right:0;height:2px;border-radius:2px;z-index:0;background-color:#cecccc}.buyer-offers-search{display:flex;flex-grow:1;max-width:calc(100% - 247px)}.buyer-offers-search .text-field{max-width:unset}.buyer-offers-search input{height:70px}.sort-field{display:flex;align-items:center;gap:12px;border-radius:18px;background:#191919;padding:12px 24px;position:relative;height:70px;width:213px}.sort-field__icon{width:24px;display:flex;justify-content:center}.sort-field__label{font-size:14px;line-height:20px;color:#cecccc}.sort-field__column{display:flex;flex-direction:column;height:46px;gap:2px}.sort-field .sort-field__select{position:absolute;width:100%;height:100%;left:0;top:0}.sort-field .select__value-container{padding:0;width:100%}.sort-field .select__single-value{margin:22px 0 0 61px;font-family:var(--font-space-bold),sans-serif;color:#fff;font-size:16px;line-height:24px}.sort-field .select__control{background:none;border:none;height:100%}.sort-field .select__control--is-focused{background:none;border:none;box-shadow:none}.sort-field .select__indicators{margin-right:24px}.sort-field .select__menu-list{background:#191919}.sort-field .select__option{min-height:40px;cursor:pointer}.sort-field .select__option--is-selected{color:#191919;background:#0098ff}.sort-field .select__option--is-focused:not(.select__option--is-selected){background:none;border:none;box-shadow:none}.Dropdown_dropdown__mg3AO{font-size:16px;line-height:24px;color:#fff;width:100%}@media screen and (min-width:992px){.Dropdown_dropdown__mg3AO{width:auto}}.Dropdown_dropdown__button__OaO_6{display:flex;align-items:center;gap:5px;color:#fff;transition:.5s;width:100%;justify-content:space-between;cursor:pointer;line-height:24px;font-size:24px;font-family:var(--font-space-bold),serif}@media screen and (min-width:992px){.Dropdown_dropdown__button__OaO_6{font-size:16px;width:auto;justify-content:normal}}.Dropdown_dropdown__button__OaO_6 svg{transition:.5s;transform:rotate(-90deg)}@media screen and (min-width:992px){.Dropdown_dropdown__button__OaO_6 svg{transform:rotate(0deg)}}.Dropdown_dropdown__button--active__nlIcI,.Dropdown_dropdown__button__OaO_6:hover{color:#fff700}.Dropdown_dropdown__button--active__nlIcI svg path,.Dropdown_dropdown__button__OaO_6:hover svg path{fill:#fff700}.Dropdown_dropdown__button--active__nlIcI svg{transform:rotate(90deg)}@media screen and (min-width:992px){.Dropdown_dropdown__button--active__nlIcI svg{transform:rotate(-180deg)}}.Dropdown_dropdown__wrapper--xl__03UWO,.Dropdown_dropdown__wrapper__T3GdX{position:absolute;top:108px;max-width:100%;transform:translateX(-50%);padding:40px 48px;border-radius:20px;background-color:#191919;z-index:10}.Dropdown_dropdown__wrapper--xl__03UWO{left:50%;width:1036px;border-radius:60px}@media screen and (max-width:991px){.Dropdown_dropdown__wrapper--xl__03UWO{z-index:50;top:0;padding:24px;border-radius:0}}.login{padding-top:16px;display:flex;justify-content:center;flex:auto}.login__wrapper{height:max-content;width:100%;max-width:910px;padding:32px 24px;border-radius:60px!important;text-align:center;margin:0 5px}@media screen and (min-width:992px){.login__wrapper{padding:40px 48px 56px!important}}.login__wrapper p{color:#939390;font-size:14px;line-height:20px;display:block;margin-bottom:8px}.login__block{display:flex;flex-direction:column;margin-top:56px;align-items:center;position:relative}@media screen and (min-width:992px){.login__block{flex-direction:row;justify-content:space-between}}.login__column{display:flex;flex-direction:column;width:100%}@media screen and (min-width:992px){.login__column{width:calc(50% - 47.95px)}}.login__column--buttons{gap:16px;align-self:flex-start}.login__column--line{width:unset;justify-content:center;padding:40px 0;height:100%}@media screen and (min-width:992px){.login__column--line{padding:0 40px}}.login__forgot,.login__text{font-family:Proxima Nova,sans-serif}.login__line{position:absolute;height:1px;width:100%;background:rgba(255,247,0,.15);left:0;right:0;margin:auto}@media screen and (min-width:992px){.login__line{height:100%;width:1px}}.login__line-text{padding:0 16px;background:#191919;color:#939390;inset:0;margin:auto;z-index:1}@media screen and (min-width:992px){.login__line-text{padding:16px 0}}.login__social{position:relative;font-family:Proxima Nova,sans-serif}.login__social img{position:absolute;left:16px}.login__forgot{display:flex;margin-top:-8px;justify-content:flex-end}.login__forgot a{color:#939390;font-size:14px;line-height:20px}.login__link{text-decoration:underline}.offers-layout{width:100%}.offers-layout .container{width:100%;display:flex;flex-direction:column;gap:34px}@media screen and (max-width:700px){.offers-layout .container{gap:24px}}.offers-layout__header{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:12px;overflow:visible}.offers-layout__header:before{position:absolute;display:block;background:url(/assets/images/bg.webp) repeat-x 100%/cover;content:"";height:calc(100% + 84px);width:100vw;z-index:-1;transform:translate(-24px,-84px)}@media screen and (min-width:992px) and (max-width:1348px){.offers-layout__header:before{height:calc(100% + 108px);transform:translate(calc(-.5 * (100vw - 100% + 48px)),-108px)}}@media screen and (min-width:1348px){.offers-layout__header:before{height:calc(100% + 108px);transform:translate(calc(-.5 * (100vw - 1300px)),-108px)}}@media screen and (min-width:992px){.offers-layout__header{height:unset;justify-content:flex-start;gap:34px}}.offers-layout__title{font-size:24px;line-height:36px;margin-bottom:16px;font-family:var(--font-space-bold),serif;font-weight:600}@media screen and (min-width:992px){.offers-layout__title{font-size:36px;line-height:40px}}.offers-layout__row{display:flex;width:100%;justify-content:space-between}@media screen and (max-width:700px){.offers-layout__row{height:unset;flex-direction:column-reverse;justify-content:flex-start;gap:8px}}@media screen and (min-width:992px){.offers-layout__row{height:unset}}.offers-layout__column{display:flex;flex-direction:column;gap:12px}.offers-layout__column h2{margin-bottom:0;width:max-content}.offers-layout__column p{display:flex;flex-direction:row;line-height:1em;color:#cecccc}.offers-layout__column p span{display:block}@media screen and (max-width:700px){.offers-layout__column p{font-size:12px;line-height:16px}}.offers-layout__column--category{gap:0}.offers-layout__column--category span:last-child{color:#cecccc;line-height:20px}@media screen and (max-width:700px){.offers-layout__column--category{align-items:center;font-size:12px;line-height:20px}}.offers-layout__breadcrumbs{padding-top:0}.offers-layout__category-item{padding:16px;display:flex;flex:1 1;gap:12px;align-items:center;width:150px}@media screen and (max-width:700px){.offers-layout__category-item{gap:0;padding:8px;flex-direction:column}.offers-layout__category-item svg{max-height:27px;max-width:20px}}.paper.offers-layout__categories{border-bottom-left-radius:0;border-bottom-right-radius:0;display:flex;align-items:center;max-width:max-content;justify-content:space-between;padding:0}.paper.offers-layout__rate{display:flex;color:#cecccc;padding:14px 12px;gap:16px;flex-direction:row;align-items:center;max-width:344px}@media screen and (max-width:700px){.paper.offers-layout__rate{padding:6px 12px;max-width:300px;gap:0;flex-direction:column;align-items:flex-start}}.paper.offers-layout__rate p{font-size:14px;line-height:20px}.profile{padding:16px 0 128px;min-height:100vh}.profile:before{background:url(/assets/images/bg-profile.webp) repeat-x;content:"";display:block;height:204px;width:100%;position:absolute;top:0;z-index:-1}@media screen and (min-width:992px){.profile:before{height:304px}}.profile__container{display:flex;gap:24px;position:relative}.profile__navigation{display:none}@media screen and (min-width:992px){.profile__navigation{display:block}}.profile__content{width:100%}.profile__sell{width:100%;margin-top:104px}@media screen and (min-width:992px){.profile__sell{margin-top:180px}}.PaymentPolitics_politics__YtVcD{display:grid;grid-gap:12px 16px;gap:12px 16px;grid-template-columns:repeat(2,auto);grid-template-rows:auto}.PaymentPolitics_politics__YtVcD .PaymentPolitics_row__y1FSA{display:grid;grid-column:span 2;grid-row:span 1;align-items:flex-start;grid-template-columns:subgrid;grid-template-rows:subgrid}.PaymentPolitics_politics__YtVcD .PaymentPolitics_row__y1FSA .PaymentPolitics_icon__gxOYL{fill:#fff700}.PaymentPolitics_politics__YtVcD .PaymentPolitics_row__y1FSA .PaymentPolitics_paragraph__LEZ9a{font-family:Proxima Nova;font-size:1rem;font-weight:400;line-height:1.5rem}.PaymentPolitics_politics__YtVcD .PaymentPolitics_row__y1FSA .PaymentPolitics_paragraph__LEZ9a a{color:#fff700}.PaymentTrustBadges_payment-trust-badges__GWd1p{display:flex;align-items:center;gap:6px}.profile-content{padding:24px 0;width:100%}.profile-content__wrapper{width:100%;display:flex;flex-direction:column;gap:24px}.profile-header-title{height:104px;flex-direction:column;justify-content:flex-end;display:flex;width:100%}@media screen and (min-width:992px){.profile-header-title{height:180px}}.profile-header-title__row{display:flex;justify-content:space-between;align-items:center;width:100%}.profile-header-title__buttons{display:none;gap:12px}@media screen and (min-width:992px){.profile-header-title__buttons{display:flex}}.profile-header-title__button{height:48px;border-radius:18px;width:139px;gap:8px}.paper.profile-header-title__paper{margin-right:24px;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:16px;display:flex;gap:12px;align-items:center;max-width:476px;min-width:258px}@media screen and (max-width:700px){.paper.profile-header-title__paper{margin-right:0}}.paper.profile-header-title__paper p{font-size:14px;line-height:16px;color:#cecccc}.paper.profile-header-title__paper svg{min-width:14px}.paper.profile-header-title__paper svg path{fill:#fff700}.ProfilePhoto_profile-photo__Cuiyv{border-radius:50%;width:100%;height:100%;overflow:hidden}.ProfilePhoto_profile-photo__Cuiyv img{object-fit:cover}.profile-navigation .profile-navigation__paper{width:307px;padding:32px 16px;border-radius:18px}.profile-navigation__data{display:flex;flex-direction:column;align-items:center;padding-bottom:10px}.profile-navigation__photo{margin-bottom:16px}.profile-navigation p,.profile-navigation__username{color:#cecccc;margin-bottom:6px;font-size:14px;line-height:20px}.profile-navigation__username{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.profile-navigation__username-tooltip{max-width:100%}.profile-navigation__items{padding-top:8px;border-top:1px solid rgba(255,247,0,.15);border-bottom:1px solid rgba(255,247,0,.15)}.profile-navigation__item{padding-block:8px;width:100%;display:flex;align-items:center;justify-content:space-between}.profile-navigation__item .profile-navigation__arrow{transition:all .3s ease-in-out}.profile-navigation__item--open{margin-bottom:12px}.profile-navigation__item--open .profile-navigation__arrow{transform:rotate(-180deg)}.profile-navigation__item-row,.profile-navigation__link{font-size:18px;line-height:28px;color:#fff;display:flex;align-items:center;gap:6px;padding-left:8px}.profile-navigation__item-row svg,.profile-navigation__link svg{width:24px}.profile-navigation .settings-icon{max-width:20px;max-height:20px}.profile-navigation .settings-icon svg{width:100%;height:100%}.profile-navigation .settings-icon svg path{fill:#cecccc}.profile-navigation__link{padding-block:7px;margin-block:1px;border-radius:10px}.profile-navigation__link--active{color:#191919;background:#fff700}.profile-navigation__link--active .settings-icon svg path,.profile-navigation__link--active svg path{fill:#191919}.profile-navigation__item-link{height:36px;width:100%;padding:0 16px;align-items:center;display:flex;border-radius:10px;font-size:16px;line-height:24px}.profile-navigation__item-link:last-child{margin-bottom:16px}.profile-navigation__item-link--active{color:#191919;background:#fff700}.profile-navigation__footer{padding-top:12px}.ScrollIndicator_scroll-indicator__wrapper__w6DNX{position:relative}.ScrollIndicator_scroll-indicator__wrapper__w6DNX .ScrollIndicator_scroll-indicator__wrapped__6E7lZ{position:absolute;transform:translateY(-50%);top:50%;right:clamp(20px,3vw,70px)}.ScrollIndicator_scroll-indicator__VAzHc{display:none;z-index:2}@media screen and (min-width:992px){.ScrollIndicator_scroll-indicator__VAzHc{display:flex;flex-direction:column;gap:23px;align-items:flex-end}.ScrollIndicator_scroll-indicator__item-dot__GUH_7{display:flex;background-color:transparent;border-radius:9999px;height:24px;width:24px;justify-content:center;align-items:center}.ScrollIndicator_scroll-indicator__item-dot__GUH_7:before{display:block;position:relative;content:"";border-radius:50px;height:6px;width:6px;background-color:#cecccc}.ScrollIndicator_scroll-indicator__item-title___X9la{margin-top:6px;display:none}.ScrollIndicator_scroll-indicator__item-link__4ZN2I{display:flex;flex-direction:column;align-items:flex-end}.ScrollIndicator_scroll-indicator__item--active__ulA_H .ScrollIndicator_scroll-indicator__item-dot__GUH_7{background-color:#191919}.ScrollIndicator_scroll-indicator__item--active__ulA_H .ScrollIndicator_scroll-indicator__item-dot__GUH_7:before{display:block;position:relative;content:"";border-radius:50px;height:6px;width:6;background-color:#fff700}.ScrollIndicator_scroll-indicator__item--active__ulA_H .ScrollIndicator_scroll-indicator__item-title___X9la{display:block}}._ProfileChangePassword_profile-change-password__column__RjtZ_{display:flex;flex-direction:column;gap:12px}._ProfileChangePassword_profile-change-password__column--rules__vFu6Y{gap:6px}@media screen and (max-width:700px){._ProfileChangePassword_profile-change-password__column--rules__vFu6Y{margin-left:0}}._ProfileChangePassword_profile-change-password__column--inputs__msfPq{gap:18px}._ProfileChangePassword_profile-change-password__button__vhbGb{height:56px;width:100%;max-width:360px}._ProfileChangePassword_profile-change-password__rule__dIDEY{display:flex;align-items:center;gap:6px;color:#cecccc;text-align:left}._ProfileChangePassword_profile-change-password__rule__dIDEY svg{width:15px;height:15px}._ProfileChangePassword_profile-change-password__rule--valid__KoXVv{color:#26a62b}._ProfileChangePassword_profile-change-password__wrapper__m3C2A{width:100%;max-width:360px}@media screen and (max-width:700px){._ProfileChangePassword_profile-change-password__wrapper__m3C2A{max-width:100%}}._ProfileChangePassword_profile-change-password__input-wrapper__diH2e{width:100%;position:relative}._ProfileChangePassword_profile-change-password__buttons__c0JC4{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-left:170px}@media screen and (max-width:700px){._ProfileChangePassword_profile-change-password__buttons__c0JC4{margin-left:0}}._ProfileChangePassword_profile-change-password__buttons__c0JC4 ._ProfileChangePassword_profile-change-password__button__vhbGb{margin-top:0}._ProfileChangePassword_profile-change-password__buttons__c0JC4 ._ProfileChangePassword_profile-change-password__button--blocked__a01MH{cursor:not-allowed}._ProfileChangePassword_profile-change-password__buttons__c0JC4 button{max-width:200px}@media screen and (max-width:700px){._ProfileChangePassword_profile-change-password__buttons__c0JC4 button{max-width:100%}}.table-container__table{display:none}@media screen and (min-width:992px){.table-container__table{display:block}}.table-container__cards{display:flex;gap:24px;flex-wrap:wrap}@media screen and (min-width:992px){.table-container__cards{display:none}}.ScrollTop_scroll-top__V9fXN{transition:.2s;visibility:visible;opacity:1;cursor:pointer;z-index:1000;position:fixed;bottom:100px;right:11px;width:64px;height:64px;border-radius:50%;background-color:#191919;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 11px 0 rgba(0,0,0,.2)}.ScrollTop_scroll-top__V9fXN:hover{background-color:#333}@media screen and (max-width:991px){.ScrollTop_scroll-top__V9fXN:hover{background-color:#191919}}.ScrollTop_scroll-top--hidden__N1D5B{opacity:0;visibility:hidden}.ScrollTop_scroll-top__V9fXN svg{transform:rotate(180deg) translateY(2px);width:26px;height:26px}.CurrencyIdView_buyer-offers--currency__O7ciu,.CurrencyIdView_buyer-offers__j2f1T{display:flex;overflow:hidden;width:100%;gap:24px}.CurrencyIdView_buyer-offers--currency__O7ciu{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}@media screen and (max-width:991px){.CurrencyIdView_buyer-offers--currency__O7ciu{display:flex;flex-direction:column}}.CurrencyIdView_buyer-offers__heading__ZalVV{display:flex;flex-direction:row;gap:12px;align-items:center}.CurrencyIdView_buyer-offers__heading__ZalVV .CurrencyIdView_buyer-offers__icon__b_Ckn{border-radius:10px}.CurrencyIdView_buyer-offers__others__TfP7U{margin-top:80px}.CurrencyIdView_buyer-offers__info__28UaB{margin-top:128px;grid-column:span 2;margin-bottom:96px}.CurrencyIdView_buyer-offers__panel__9EEla{display:none;gap:24px;max-width:100%}@media screen and (min-width:992px){.CurrencyIdView_buyer-offers__panel__9EEla{display:flex}}.CurrencyIdView_buyer-offers__panel-mobile__IYfD5{display:flex;flex-direction:column;gap:15px}@media screen and (min-width:992px){.CurrencyIdView_buyer-offers__panel-mobile__IYfD5{display:none}}.CurrencyIdView_buyer-offers__panel-mobile__IYfD5 .CurrencyIdView_buyer-offers-search__8L2kJ{max-width:100%}.CurrencyIdView_buyer-offers__column__rE98C{display:flex;flex-direction:column;gap:24px;flex-grow:1;max-width:100%}@media screen and (min-width:992px){.CurrencyIdView_buyer-offers__column__rE98C{max-width:calc(100% - 324px)}}.CurrencyIdView_buyer-offers__column--filter__Mi4Is{max-width:unset;display:none;flex-grow:0}@media screen and (min-width:992px){.CurrencyIdView_buyer-offers__column--filter__Mi4Is{display:flex}}.CurrencyIdView_buyer-offers__count__BexmV{width:100%;display:flex;align-items:center;color:#cecccc}@media screen and (min-width:992px){.CurrencyIdView_buyer-offers__count__BexmV{height:70px}}.CurrencyIdView_buyer-offers__filter-button__xKjcR{height:70px;gap:8px;font-family:Proxima Nova,sans-serif;border-radius:18px 0 0 18px}.CurrencyIdView_buyer-offers__filter-group__GrzCJ{display:flex;align-items:center;background:#191919;border-radius:18px}.CurrencyIdView_buyer-offers__filter-group__GrzCJ .CurrencyIdView_sort-field__uU_Ml{border-top-left-radius:0;border-bottom-left-radius:0}.CurrencyIdView_buyer-offers__filter-group__GrzCJ .CurrencyIdView_buyer-offers__filter-button__xKjcR,.CurrencyIdView_buyer-offers__filter-group__GrzCJ .CurrencyIdView_sort-field__uU_Ml{padding:0 16px;display:flex;flex:1 1;align-items:center}.CurrencyIdView_buyer-offers__line__14w6j{width:1px;height:44px;background:rgba(255,247,0,.15)}.OffersOther_other-offers__CLHG2{display:flex;flex-direction:column;grid-column:span 2}.OffersOther_other-offers__header__rq7oz{display:flex;flex-direction:row;gap:24px;align-items:center;justify-content:space-between}@media screen and (max-width:700px){.OffersOther_other-offers__header__rq7oz{flex-direction:column;align-items:flex-start}}.OffersOther_other-offers__filters-group-container__qTsBT{flex-flow:row wrap}@media screen and (max-width:700px){.OffersOther_other-offers__filters-group-container__qTsBT{background-color:transparent}}@media screen and (max-width:449px){.OffersOther_other-offers__filters-group-container__qTsBT{flex-direction:column}}.OffersOther_other-offers__list__r_thW{display:grid;grid-template-rows:auto;grid-template-columns:auto max-content auto;grid-gap:16px;gap:16px;margin-top:24px}@media screen and (max-width:991px){.OffersOther_other-offers__list__r_thW{grid-template-columns:repeat(2,1fr)}}.OffersOther_other-offers__list-item__FrMV5{display:grid;grid-row:span 1;grid-column:span 3;grid-template-columns:subgrid}.OffersOther_other-offers__list-pagination__04i_D{margin-top:24px}.OffersOther_other-offers__empty__ttPNH{padding:20px;display:flex;place-items:center center;flex-direction:column}.ui_offer-seller-list__91bzs{display:flex;flex-direction:column;gap:4rem}.ui_offer-seller-list__title__BVikQ{font-size:36px;line-height:40px}.ui_offer-seller-list__slider__r75mj{display:flex;flex-direction:column;align-items:center;gap:24px}.ui_slider__VpOJk{width:100%}.ui_slider__controls__W4UaW{display:flex;gap:12px;align-items:center}.ui_slider__controls-item__jfeU0:first-child svg{transform:rotate(90deg)}.ui_slider__controls-item__jfeU0:last-child svg{transform:rotate(-90deg)}.ui_slider__viewport__EcOlU{overflow:hidden;width:100%}.ui_slider__tape___Ixdi{display:flex;flex-direction:row;gap:24px;transition:all .3s ease-in-out}.ui_slider__slide__1iDpb{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;grid-gap:24px;gap:24px;align-items:center}@media screen and (max-width:1024px){.ui_slider__slide__1iDpb{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.ui_slider__slide__1iDpb{grid-template-columns:repeat(1,1fr)}}.ui_slider__slide-item__a86fh{height:100%;width:100%;max-width:none!important}.ConversationView_conversation__EAG4w{display:grid;grid-template-columns:60fr 40fr;grid-gap:32px;gap:32px;width:100%;margin-bottom:128px}@media screen and (max-width:991px){.ConversationView_conversation__EAG4w{grid-template-columns:1fr}}.ConversationView_conversation__col__VF0w1{grid-template-columns:auto;display:flex;flex-direction:column;gap:16px}.ConversationView_conversation__delivery-status__22rn7{display:flex;flex-direction:row;gap:16px;align-items:center}.ConversationView_conversation__delivery-status-wrapper__T_IMe{display:flex;flex-direction:column;gap:16px;width:100%}.ConversationView_conversation__delivery-status-title__wTVfD{font-weight:700;font-size:1.25rem;line-height:1.75rem;letter-spacing:0;margin:0}.ConversationView_conversation__delivery-status-buttons__cY_4O{display:flex;flex-direction:row;gap:16px}.ConversationView_conversation__delivery-status-info__gXIog{display:flex;border-radius:10px;background-color:#cecccc;align-items:center;justify-content:center;gap:12px;padding-block:12px}.ConversationView_conversation__delivery-status-info__gXIog svg{fill:#191919}.ConversationView_conversation__delivery-status-info__gXIog p{color:#191919}.ConversationView_conversation__delivery-status-icon___Zc71 path{fill:#fff700}.ConversationView_conversation__delivery-status-footer__JC42o{color:#cecccc}.ConversationView_conversation__block__tiU_l,.ConversationView_order__cVuw5{padding:24px 40px}.ConversationView_order__widget-title__XYn69{font-weight:700;font-size:24px;line-height:32px;letter-spacing:0;margin-bottom:48px}.ConversationView_order__header__lmnBS{align-items:center;margin:0}.ConversationView_order__title__y8FHb{font-weight:400;font-size:.875rem;line-height:1.25rem;letter-spacing:0}.ConversationView_order__subtitle__4n4VS{display:flex;flex-direction:row;align-items:center;gap:.75rem;color:#cecccc}.ConversationView_order__subtitle-text__UleyM{font-weight:400;font-size:.75rem;line-height:1rem;letter-spacing:0}.ConversationView_order__link__UIUSy{color:#0098ff;word-break:break-all}.ConversationView_faq__Qaivk{display:flex;flex-direction:column;gap:16px}.ConversationView_faq__Qaivk,.ConversationView_faq__link__m59kk{font-weight:400;font-size:1rem;line-height:1.5rem;letter-spacing:0}.ConversationView_faq__link__m59kk{color:#fff700}