@charset "UTF-8";@import'https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet';.loader{transform:rotate(0);animation:spin 2.4s linear infinite}.loader line{stroke:var(--color-primary);stroke-width:4;stroke-linecap:round;opacity:.8;stroke-dasharray:10;stroke-dashoffset:10;animation:dash 2.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:10;opacity:.8}50%{stroke-dashoffset:0;opacity:.4}to{stroke-dashoffset:10;opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip[data-v-dd03f13c]{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tooltip .tooltip-icon[data-v-dd03f13c]{color:var(--color-text-muted)}.tooltip .tooltip-icon path[data-v-dd03f13c]{transition:.3s}.tooltip:hover .tooltip-icon[data-v-dd03f13c]{color:var(--color-primary)}.tooltip:hover .tooltip-content[data-v-dd03f13c]{visibility:visible;opacity:1;transform:translate3d(3%,-85%,0)}.tooltip[data-v-dd03f13c]:hover:after{content:"";width:1px;height:55px;background:var(--color-primary);position:absolute;top:-55px}.tooltip .tooltip-content[data-v-dd03f13c]{padding:15px;visibility:hidden;position:absolute;z-index:1;top:-48px;left:-270.6666666667px;opacity:0;transition:.3s;transform:translate3d(-3%,-105%,0);width:max-content;max-width:305px;min-width:300px;height:max-content;text-align:start;text-transform:none;background:var(--color-bg-sidebar);border:1px solid var(--color-text-primary);border-bottom:1px solid var(--color-primary);border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);font-weight:400;font-size:14px;line-height:24px;color:var(--color-text-secondary)}.info-card[data-v-91aceda9]{background-color:var(--color-bg-section);display:flex;flex-direction:column;height:100%;width:100%;border:var(--border-primary);height:auto;min-height:130px}.info-card__header[data-v-91aceda9]{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:16px;border-bottom:var(--border-primary)}.info-card__title[data-v-91aceda9]{font-weight:500;font-size:15px;line-height:20px;color:var(--color-text-muted)}.info-card__content[data-v-91aceda9]{flex-grow:1;padding:16px}.info-card__heading[data-v-91aceda9]{font-weight:500;font-size:20px;line-height:28px;color:var(--color-text-secondary);margin-bottom:8px}.info-card__heading--orange[data-v-91aceda9]{font-weight:500;font-size:48px;line-height:100%;color:var(--color-primary)}.info-card__description[data-v-91aceda9]{font-weight:400;font-size:13px;line-height:16px;color:var(--color-text-muted)}.info-card__footer[data-v-91aceda9]{margin-top:auto;display:flex}.info-card__footer[data-v-91aceda9] *{flex-grow:1}.dashboard-table[data-v-22d73f12]{border:var(--border-primary);background-color:var(--color-bg-section);width:100%}.dashboard-table__header[data-v-22d73f12]{padding:16px;border-bottom:var(--border-primary);font-weight:500;font-size:15px;line-height:20px;color:var(--color-text-muted)}.dashboard-table .table-container[data-v-22d73f12]{max-height:400px;overflow-y:auto}.dashboard-table .table-container[data-v-22d73f12]::-webkit-scrollbar{width:8px}.dashboard-table .table-container[data-v-22d73f12]::-webkit-scrollbar-track{background:#8080800d;border-radius:4px}.dashboard-table .table-container[data-v-22d73f12]::-webkit-scrollbar-thumb{background:#80808033;border-radius:4px}.dashboard-table .table-container[data-v-22d73f12]::-webkit-scrollbar-thumb:hover{background:#8080804d}.dashboard-table table[data-v-22d73f12]{width:100%;border-collapse:collapse;color:var(--color-text-secondary)}.dashboard-table table th[data-v-22d73f12],.dashboard-table table td[data-v-22d73f12]{padding:16px;text-align:left;border-bottom:var(--border-primary)}.dashboard-table table th[data-v-22d73f12]{font-weight:500;font-size:14px;color:var(--color-text-muted)}.dashboard-table table th .sort-icon[data-v-22d73f12]{margin-left:4px;opacity:.6}.dashboard-table table td[data-v-22d73f12]{font-size:14px}.dashboard-table table tbody tr[data-v-22d73f12]:hover{background-color:#ffffff0d}.dashboard-table .empty-state[data-v-22d73f12]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.dashboard-table .empty-state__icon[data-v-22d73f12]{color:var(--color-text-muted);margin-bottom:24px}.dashboard-table .empty-state__text[data-v-22d73f12]{color:var(--color-text-muted);font-size:16px;font-weight:400}.dashboard-title[data-v-83840f1d]{font-size:15px;line-height:20px;font-weight:500;color:var(--color-text-muted);padding-bottom:8px;border-bottom:var(--border-primary);margin-bottom:16px}.dashboard-rewards[data-v-d7ae5202]{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}@media (max-width: 1200px){.dashboard-rewards[data-v-d7ae5202]{grid-template-columns:1fr}}.dashboard-rewards__table[data-v-d7ae5202]{margin-top:12px;grid-column:1/4}@media (max-width: 1200px){.dashboard-rewards__table[data-v-d7ae5202]{grid-column:1/1}}.dashboard-stake-info[data-v-6d3e24f5]{display:flex;gap:12px}@media (max-width: 1200px){.dashboard-stake-info[data-v-6d3e24f5]{flex-wrap:wrap}}.dashboard-withdrawals[data-v-6bbb7d6d]{display:flex;gap:12px}@media (max-width: 1200px){.dashboard-withdrawals[data-v-6bbb7d6d]{flex-wrap:wrap}}.dashboard__loader[data-v-f65b2629]{position:absolute;top:120px;left:50%;transform:translate(-50%)}.content-loading[data-v-f65b2629]{filter:blur(6px);position:relative}.content-loading[data-v-f65b2629]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.dashboard-apr[data-v-f65b2629]{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;background:#ffffff0d;border-radius:12px;padding:16px}.dashboard-apr__value[data-v-f65b2629]{font-weight:600;font-size:24px;line-height:32px;color:#fff}.dashboard-apr__label[data-v-f65b2629]{font-weight:400;font-size:14px;line-height:20px;color:#b2b2b2;text-transform:uppercase}.mercuryo__header[data-v-a2ad14ec]{display:flex;justify-content:space-between;align-items:center;padding:16px}.mercuryo__header-close[data-v-a2ad14ec]{cursor:pointer}.mercuryo__page[data-v-a2ad14ec]{padding:16px;background:#21212166;border:1px solid rgba(255,255,255,.1)}.mercuryo__wrapper[data-v-a2ad14ec],.mercuryo__header[data-v-a2ad14ec]{max-width:480px;background:#171717;margin:0 auto}.mercuryo__content[data-v-a2ad14ec]{width:100%;min-height:630px}#mercuryo-widget[data-v-a2ad14ec]{min-height:630px;display:flex;width:100%;height:100%;flex-direction:column}#mercuryo-widget iframe[data-v-a2ad14ec],iframe[data-v-a2ad14ec]{flex-grow:1}.final-modal{display:flex;justify-content:center;align-items:center;z-index:1000!important}.final-modal .vfm--overlay{background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.final-modal .vfm__content{background:#111;border:1px solid #565656;max-width:100%;max-height:100%;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;overflow-y:auto;padding:0}.final-modal--small .vfm__content{width:400px;max-width:90vw}.final-modal--medium .vfm__content{width:480px;max-width:90vw}.final-modal--large .vfm__content{width:800px;max-width:90vw}.final-modal--full .vfm__content{width:95vw;height:95vh}.final-modal-container{display:flex;flex-direction:column;height:100%;max-height:100%;padding:30px;background:#111c!important;border:none!important;border-radius:0!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.final-modal-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding-bottom:25px}.final-modal-header .final-modal-title{margin:0;font-weight:600;font-size:18px;line-height:24px;color:#fff}.final-modal-header .final-modal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.final-modal-header .final-modal-close-btn:hover{background-color:#ffffff1a}.final-modal-header .final-modal-close-btn img{width:16px;height:16px}.final-modal-content{flex:1;overflow-y:auto;color:#b2b2b2}.final-modal-footer{padding:16px 24px 20px;display:flex;gap:12px;justify-content:flex-end;flex-shrink:0}@media (max-width: 640px){.final-modal--small .vfm--content,.final-modal--medium .vfm--content,.final-modal--large .vfm__content{width:95vw;max-width:95vw}.final-modal-header{padding:16px 20px 12px}.final-modal-header .final-modal-title{font-size:16px;line-height:22px}.final-modal-content{padding:20px}.final-modal-footer{padding:12px 20px 16px;flex-direction:column}.final-modal-footer>*{width:100%}}.mutual__wrapper[data-v-4965ae18]{display:flex}.mutual__content[data-v-4965ae18]{width:100%}.mutual-header[data-v-4965ae18]{display:flex;justify-content:flex-end;flex-direction:row-reverse;align-items:center;gap:10px;padding-top:25px;padding-bottom:25px}.mutual-header__title[data-v-4965ae18]{font-size:20px;line-height:30px;color:#fff}.terms p[data-v-4965ae18]{font-size:14px}.terms a[data-v-4965ae18]{color:#f5be37}.terms a[data-v-4965ae18]:hover{text-decoration:underline}.terms__content-title[data-v-4965ae18]{font-size:16px!important;line-height:24px;font-weight:500;color:#fffce5;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #565656}.terms__content-list[data-v-4965ae18]{gap:13px;display:flex;flex-direction:column}.terms__content-bullet-list[data-v-4965ae18]{font-size:14px;list-style:disc;padding-left:20px;margin-bottom:10px}.terms__content-bullet-list li[data-v-4965ae18]{margin-bottom:5px}.terms__content-item[data-v-4965ae18]{font-size:14px;display:flex;align-items:flex-start;gap:10px}.terms svg[data-v-4965ae18]{flex-shrink:0}@media (min-width: 600px){.terms[data-v-4965ae18]{max-height:460px;overflow-y:auto;padding-bottom:0;padding-right:10px}.terms[data-v-4965ae18]::-webkit-scrollbar{width:6px}.terms[data-v-4965ae18]::-webkit-scrollbar-track{background-color:#565656;width:10px}.terms[data-v-4965ae18]::-webkit-scrollbar-thumb{background-color:#fffce5;background-color:#f5be37;border:2px solid transparent;background-clip:content-box}.terms[data-v-4965ae18]::-webkit-scrollbar-thumb:hover{background-color:#fffce5}}.overview__buy button[data-v-4965ae18]{background:#000;font-size:20px;line-height:24px;color:#111;padding:10px;width:100%;background:#f5be37;text-transform:uppercase;font-weight:500;border:none}.overview__buy button[data-v-4965ae18]:disabled{opacity:.7}@media (min-width: 600px){.overview[data-v-4965ae18]{padding-top:40px}}.mutual-main[data-v-274c4ddb]{background:#171717;width:100%;padding:16px;border:1px solid rgba(255,255,255,.1);margin:0 auto}.mutual-header[data-v-274c4ddb]{margin-bottom:16px}.mutual__wrapper[data-v-274c4ddb]{display:flex}.mutual__content[data-v-274c4ddb]{width:100%}.mutual-header[data-v-274c4ddb]{display:flex;justify-content:space-between}.mutual-header__close[data-v-274c4ddb]{cursor:pointer}.mutual-header__title[data-v-274c4ddb]{margin-top:10px;font-size:16px;color:#fff;text-align:center;text-transform:uppercase;width:100%;margin-bottom:25px;font-weight:500}.settings[data-v-274c4ddb]{display:flex;flex-direction:column;gap:15px;width:100%;padding:10px 0}.settings__amount[data-v-274c4ddb]{width:100%;flex-shrink:0}.settings__amount-content[data-v-274c4ddb]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:15px}.settings__input[data-v-274c4ddb]{width:100%;padding:13px;color:#ffffff80;background:#171717;border:none;text-align:center;font-size:48px;height:60px;color:#fff}.settings__input-label[data-v-274c4ddb]{position:absolute;right:15px;top:15px;font-size:15px;text-transform:uppercase}.settings__period-buttons[data-v-274c4ddb]{display:flex;flex-direction:column;gap:4px}.settings__amount-input[data-v-274c4ddb]{display:flex;align-items:center;border-bottom:1px solid #565656;padding-bottom:4px}.settings__amount-input[data-v-274c4ddb],.settings__period-input[data-v-274c4ddb]{position:relative}.settings__amount-input .input__progress_wrap[data-v-274c4ddb],.settings__period-input .input__progress_wrap[data-v-274c4ddb]{margin-top:20px;margin-bottom:20px}.settings__amount-title[data-v-274c4ddb]{font-size:16px;font-weight:500}.settings__amount-max[data-v-274c4ddb]{font-size:12px;cursor:pointer}.settings__period[data-v-274c4ddb]{width:100%;flex-shrink:0}.settings__period-content[data-v-274c4ddb]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:15px}.settings__period-title[data-v-274c4ddb]{font-size:16px;font-weight:500;line-height:1.5;text-transform:uppercase}.settings__period-title span[data-v-274c4ddb]{color:#f5be37}.settings__period-buttons[data-v-274c4ddb]{display:flex;gap:0}.settings__period-button[data-v-274c4ddb]{padding:2px 7px;text-transform:uppercase;font-size:12px;color:#b2b2b2;background:transparent;border:1px solid #565656}.settings__period-button--active[data-v-274c4ddb]{color:#f5be37}.settings__period-button[data-v-274c4ddb]:last-child{margin-top:-1px}.settings__period-error[data-v-274c4ddb],.settings__amount-error[data-v-274c4ddb]{min-height:18px}.settings__period-error p[data-v-274c4ddb],.settings__amount-error p[data-v-274c4ddb]{font-size:12px;color:#ff5353;margin-top:5px;opacity:0;transition:opacity .2s ease}.settings__period-error p.is-visible[data-v-274c4ddb],.settings__amount-error p.is-visible[data-v-274c4ddb]{opacity:1}.settings__balance[data-v-274c4ddb]{display:flex;justify-content:flex-end;margin-top:-5px;gap:4px;color:#b2b2b2;font-weight:400}.settings__balance span[data-v-274c4ddb]{color:#fff}.terms[data-v-274c4ddb]{padding:20px 0;border-top:1px solid #565656;border-bottom:1px solid #565656;margin-bottom:25px}.terms__button[data-v-274c4ddb]{border:none;background:transparent;width:100%;display:flex;justify-content:space-between;align-items:center;color:#fffce5;transition:all .3s}.terms__button svg path[data-v-274c4ddb]{transition:all .3s}.terms__button[data-v-274c4ddb]:hover{color:#f5be37}.terms__button:hover svg path[data-v-274c4ddb]{fill:#f5be37}.terms__title[data-v-274c4ddb]{font-size:16px;font-weight:500}.overview[data-v-274c4ddb]{width:100%}.overview__header[data-v-274c4ddb]{display:flex;flex-wrap:wrap;flex-direction:column;gap:10px}.overview__title[data-v-274c4ddb]{font-size:16px;font-weight:500;text-transform:uppercase}.overview__slippage[data-v-274c4ddb]{margin-bottom:15px}.overview__slippage-text[data-v-274c4ddb]{font-size:12px;line-height:1.5;margin-bottom:5px;text-transform:uppercase}.overview__slippage-buttons[data-v-274c4ddb]{display:flex;gap:5px;flex-wrap:wrap}.overview__slippage-button[data-v-274c4ddb]{font-size:12px;line-height:1.5;background:transparent;padding:4px 13px;border:1px solid #565656;color:#fffce5;transition:all .3s;min-width:52px}.overview__slippage-button[data-v-274c4ddb]:hover,.overview__slippage-button--selected[data-v-274c4ddb]{color:#f5be37}.overview__list[data-v-274c4ddb]{display:flex;flex-direction:column;gap:8px}.overview__item-line[data-v-274c4ddb]{display:none}.overview__item[data-v-274c4ddb]{display:flex;flex-direction:column}.overview__item-title[data-v-274c4ddb]{font-size:12px;line-height:18px;text-transform:uppercase;color:#fffce5;display:flex;align-items:center;gap:8px}.overview__item-title--large[data-v-274c4ddb]{font-size:14px}.overview__item-desc[data-v-274c4ddb]{font-size:12px;line-height:18px;color:#f5be37}.overview__terms[data-v-274c4ddb]{font-size:12px;line-height:1.5;margin-bottom:17px;letter-spacing:1px;display:none}.overview__terms a[data-v-274c4ddb],.overview__terms span[data-v-274c4ddb]{color:#f5be37}.overview__terms a[data-v-274c4ddb]{transition:all .3s}.overview__terms a[data-v-274c4ddb]:hover{opacity:.7}.overview__buy[data-v-274c4ddb]{width:100%}.overview__buy button[data-v-274c4ddb]{background:#000;border:none;font-size:20px;line-height:24px;color:#111;padding:10px;width:100%;background:#f5be37;text-transform:uppercase;font-weight:500;transition:all .3s}.overview__buy button[data-v-274c4ddb]:disabled{opacity:.7}@media (min-width: 600px){.overview__header[data-v-274c4ddb]{flex-direction:row;justify-content:space-between;align-content:center;margin-bottom:10px}.overview__slippage[data-v-274c4ddb]{display:flex;gap:10px;align-items:center;margin-bottom:0;justify-content:flex-end}.overview__slippage-text[data-v-274c4ddb]{margin-bottom:0}.overview__list[data-v-274c4ddb]{margin-bottom:20px}.overview__item-line[data-v-274c4ddb]{display:block;flex-grow:1;height:1px;border-top:1px solid #5b5b5b;margin:0 10px}.overview__item[data-v-274c4ddb]{flex-direction:row;align-items:center;justify-content:space-between}}.overview__accept-button[data-v-274c4ddb]{background:transparent;border:none;color:#f5be37;text-decoration:underline;transition:all .3s}.overview__accept-button[data-v-274c4ddb]:hover{opacity:.7}.overview__accept[data-v-274c4ddb]{margin-bottom:10px;color:#b2b2b2;font-size:12px}.overview__accept label[data-v-274c4ddb]{display:flex;align-items:center}.connect-modal{display:flex;justify-content:right;align-items:flex-start;z-index:900!important}.connect-modal .vfm--overlay{background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.connect-modal .mocked-local-address{margin-top:var(--space-6)}.stake-now[data-v-45c2b3cc]{background:var(--color-primary);color:var(--color-text-button);border:1px solid var(--color-primary);border-radius:var(--border-radius-lg);width:100%;padding:20px;font-size:28px;font-weight:500;line-height:24px;border:none;text-transform:var(--tt-button);cursor:pointer}.stake-now[data-v-45c2b3cc]:disabled{opacity:.4}.stake-input-wrapper[data-v-87132d05]{display:flex;border:var(--border-primary);border-radius:var(--border-radius-sm);padding:14px 12px;margin-bottom:16px}.stake-input-wrapper--error[data-v-87132d05]{border-bottom:1px solid #ff5353}.stake-input-wrapper .stake-input[data-v-87132d05]{width:100%;flex:1;background:transparent;border:none;color:var(--color-text-secondary);font-size:20px;line-height:28px;font-weight:500;outline:none}.stake-input-wrapper .stake-input-label[data-v-87132d05]{margin-left:8px;color:var(--color-text-muted);align-self:center}.stake-input-caption[data-v-87132d05]{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--color-text-muted)}@media (max-width: 640px){.stake-input-caption[data-v-87132d05]{align-items:flex-start}}.stake-input-caption-content[data-v-87132d05]{flex-grow:1;display:flex;justify-content:space-between;align-items:center}@media (max-width: 640px){.stake-input-caption-content[data-v-87132d05]{align-items:flex-start;flex-direction:column;gap:8px}}.stake-input-caption .availability[data-v-87132d05]{display:flex;gap:6px;font-size:16px;line-height:20px;font-weight:500;align-items:center}.stake-input-caption .availability .availability-amount[data-v-87132d05]{color:var(--color-text-secondary)}.stake-input-caption-right[data-v-87132d05]{display:flex;align-items:center;gap:12px}.stake-input-caption .gas-fee[data-v-87132d05]{display:flex;gap:6px;font-size:13px;line-height:15px;font-weight:500}.stake-input-caption .stake-max[data-v-87132d05]{border:1px solid var(--color-primary);border-radius:var(--border-radius-sm);color:var(--color-primary);font-weight:500;font-size:12px;background:transparent;line-height:100%;padding:6px;cursor:pointer}.staking-terms[data-v-02e47880]{padding:0 var(--space-4);display:flex;align-items:center;gap:8px;background:var(--color-bg-form-tertiary)}.staking-terms-checkbox+label[data-v-02e47880]:before{margin-right:8px;width:16px;height:16px}.staking-terms-checkbox:checked+label[data-v-02e47880]:after{width:14px;height:15px}.staking-terms-text[data-v-02e47880]{color:var(--color-text-secondary);align-items:center;margin-bottom:0;font-weight:400;font-size:14px;line-height:130%}.staking-terms-text a[data-v-02e47880]{color:var(--color-link);text-decoration:underline}.custom-toast[data-v-eae21152]{display:flex;align-items:flex-start;flex-direction:column;gap:12px;padding:10px 16px;border-radius:8px;min-width:300px;max-width:400px}.toast-content[data-v-eae21152]{display:flex;align-items:flex-start;gap:12px;flex:1}.toast-icon[data-v-eae21152]{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff}.toast-message[data-v-eae21152]{flex:1;min-width:0}.toast-title[data-v-eae21152]{margin:0 0 4px;font-size:24px;font-weight:700;color:var(--color-text-secondary);line-height:1.2}.toast-text[data-v-eae21152]{margin:0;color:var(--color-text-muted);font-weight:400;font-size:16px;line-height:24px;letter-spacing:.02em;font-family:var(--font-family),sans-serif}.toast-actions[data-v-eae21152]{flex-shrink:0;display:flex;align-items:center}.action-button[data-v-eae21152]{padding:6px 12px;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffff1a;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.action-button[data-v-eae21152]:hover{background:#fff3;border-color:#ffffff80}.action-button[data-v-eae21152]:active{transform:translateY(1px)}.reward-rate[data-v-70cbbee1]{display:flex;align-items:center;gap:16px;font-size:15px}.reward-rate .reward-rate-text[data-v-70cbbee1]{display:flex;align-items:center;gap:4px;color:var(--color-text-muted);font-size:15px;font-weight:500}.reward-rate .reward-rate-value[data-v-70cbbee1]{background:transparent;padding:3px 6px;border:1px solid var(--color-primary);border-radius:var(--border-radius-sm);color:var(--color-primary);font-weight:500;font-size:14px;line-height:20px}.staking-details[data-v-cceabc07]{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 640px){.staking-details[data-v-cceabc07]{grid-template-columns:1fr}}.staking-details .detail[data-v-cceabc07]{background:var(--color-bg-form-primary);border:var(--border-primary);border-radius:var(--border-radius-sm);padding:var(--space-4);color:var(--color-text-muted);font-size:15px;line-height:20px;font-weight:500}.staking-details .detail[data-v-cceabc07]:nth-child(3){grid-column:span 2}.staking-details .detail .detail-label[data-v-cceabc07]{display:flex;align-items:center;gap:6px;margin-bottom:8px}.staking-details .detail .detail-value span[data-v-cceabc07]{color:var(--color-text-secondary)}.staking-details .detail-row[data-v-cceabc07]{display:flex;justify-content:space-between}.staking-details .detail-row .detail-label[data-v-cceabc07]{margin-bottom:0}.airdrop-checker[data-v-a97d676f]{color:#fff;padding:16px;background:#21212166;border:1px solid rgba(255,255,255,.1019607843);position:relative}.airdrop-checker__loader[data-v-a97d676f]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}@media (max-width: 768px){.airdrop-checker[data-v-a97d676f]{max-width:calc(100vw - 32px)}}.airdrop-checker .header[data-v-a97d676f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;height:unset}@media (max-width: 768px){.airdrop-checker .header[data-v-a97d676f]{flex-direction:column-reverse;align-items:flex-start;gap:12px;margin-bottom:12px}}.airdrop-checker .header .header-title[data-v-a97d676f]{font-size:15px;line-height:20px;font-weight:500;color:#b2b2b2;text-transform:capitalize}.airdrop-checker .header .header-tabs[data-v-a97d676f]{display:flex}.airdrop-checker .header .header-tabs button[data-v-a97d676f]{text-align:center;border:none;height:25px;padding:0 4px;border-bottom:1px solid #b2b2b2;background:transparent;font-weight:500;font-size:15px;line-height:20px;cursor:pointer;transition:background .2s ease;color:#b2b2b2}@media (max-width: 768px){.airdrop-checker .header .header-tabs button[data-v-a97d676f]{width:50%}}.airdrop-checker .header .header-tabs button.active[data-v-a97d676f]{color:#f5be37;border-width:2px;border-color:#f5be37}.airdrop-checker .table[data-v-a97d676f]{padding:0 16px;background:#212121;border:1px solid rgba(255,255,255,.1019607843);color:#828282}@media (max-width: 768px){.airdrop-checker .table[data-v-a97d676f]{overflow-x:auto;width:100%}}.airdrop-checker .table-wrapper[data-v-a97d676f]{position:relative}.airdrop-checker .table .table-head[data-v-a97d676f],.airdrop-checker .table .table-row[data-v-a97d676f]{display:grid;grid-template-columns:2fr 1.5fr 1.5fr 2fr .25fr;padding:16px 0;font-weight:500;font-size:15px;line-height:20px;color:#828282;letter-spacing:0}@media (max-width: 768px){.airdrop-checker .table .table-head[data-v-a97d676f],.airdrop-checker .table .table-row[data-v-a97d676f]{min-width:800px}}.airdrop-checker .table .table-head[data-v-a97d676f]{border-bottom:1px solid #565656}.airdrop-checker .table .table-row[data-v-a97d676f]:not(:last-child){border-bottom:1px solid #565656}.airdrop-checker .table .table-row[data-v-a97d676f]:hover{color:#fff}.airdrop-checker .table .table-row:hover .arrow[data-v-a97d676f]{display:block;transform:translate(4px)}.airdrop-checker .table .table-body-loading[data-v-a97d676f]{min-height:500px}.airdrop-checker .table .table-body .project[data-v-a97d676f]{display:flex;align-items:center;gap:8px}.airdrop-checker .table .table-body .project-image[data-v-a97d676f]{width:20px;height:20px;object-fit:contain}.airdrop-checker .table .arrow[data-v-a97d676f]{display:none;transition:transform .2s ease}.connect-wallet[data-v-e00ed33a]{background:#21212166;border:1px solid rgba(255,255,255,.1019607843)}.connect-wallet-body[data-v-e00ed33a]{padding:48px 70px}@media (max-width: 640px){.connect-wallet-body[data-v-e00ed33a]{padding:20px 10px}}.connect-wallet-content[data-v-e00ed33a]{margin:0 auto;max-width:540px;text-align:center}@media (max-width: 640px){.connect-wallet-content[data-v-e00ed33a]{max-width:100%}}.connect-wallet-icon[data-v-e00ed33a]{margin-bottom:40px;color:var(--color-primary)}@media (max-width: 640px){.connect-wallet-icon[data-v-e00ed33a]{margin-bottom:10px}}.connect-wallet-title[data-v-e00ed33a]{margin-bottom:12px;font-weight:700;font-size:28px;line-height:36px;color:#fff}.connect-wallet-text[data-v-e00ed33a]{font-weight:400;font-size:16px;line-height:20px;color:#b2b2b2}.connect-wallet-button[data-v-e00ed33a]{padding:20px;width:100%;background:#f5be37;font-weight:500;font-size:28px;line-height:24px;color:#000;text-transform:uppercase}@media (max-width: 640px){.connect-wallet-button[data-v-e00ed33a]{font-size:22px}}.noneverstake .rewards-banner[data-v-afc9fe8d]{background:#111}.noneverstake .rewards-banner__cta[data-v-afc9fe8d],.noneverstake .rewards-banner__cta[data-v-afc9fe8d]:hover{background:#f5be37}.noneverstake .rewards-banner__badge[data-v-afc9fe8d]{border-color:#ff5353;color:#ff5353}.rewards-banner[data-v-afc9fe8d]{background:#111;color:#b2b2b2;padding:15px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:space-between;gap:9px;text-transform:capitalize;position:inherit}.rewards-banner__loader[data-v-afc9fe8d]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.rewards-banner__header[data-v-afc9fe8d]{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:3px}.rewards-banner__title[data-v-afc9fe8d]{font-size:15px;font-weight:700;line-height:1.4;text-transform:capitalize}.rewards-banner__badge[data-v-afc9fe8d]{background:#ff53531a;color:#f5be37;font-size:14px;font-weight:500;padding:4px 8px;border:1px solid #f5be37}.rewards-banner__info[data-v-afc9fe8d]{padding:16px;display:flex;flex-direction:column;background:#212121;gap:12px}.rewards-banner__field[data-v-afc9fe8d]{display:flex;align-items:self-start;justify-content:space-between;font-size:15px}.label[data-v-afc9fe8d]{display:flex;gap:4px;align-items:center;font-weight:400;font-size:15px}.label__primary[data-v-afc9fe8d]{font-size:15px}.label img[data-v-afc9fe8d]{width:16px;height:16px}.value[data-v-afc9fe8d]{display:flex;font-size:16px;align-items:center;color:#fff;gap:8px;word-break:break-word}.value__column[data-v-afc9fe8d]{flex-flow:column;align-items:end}.value__column div[data-v-afc9fe8d]{justify-content:right}.value__column--amount[data-v-afc9fe8d]{font-size:20px;word-break:break-word}.value__column--bottom[data-v-afc9fe8d]{font-size:16px}.divider[data-v-afc9fe8d]{height:1px;background:#ffffff1a}.rewards-banner__field--right[data-v-afc9fe8d]{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;font-size:28px;font-weight:700;text-align:right}.rewards-banner__cta[data-v-afc9fe8d]{display:flex;margin-top:auto;justify-content:center;color:#111;border:2px solid #f5be37;border-top:none;background:#f5be37;font-size:28px;line-height:24px;font-weight:500;padding:20px;width:100%;cursor:pointer;text-transform:uppercase;transition:background .3s}.rewards-banner__cta[data-v-afc9fe8d]:hover{background:#cda030}@media (max-width: 1250px){.rewards-banner__header[data-v-afc9fe8d]{flex-direction:column}.rewards-banner__title[data-v-afc9fe8d]{order:2}.rewards-banner__badge[data-v-afc9fe8d]{order:1;margin-bottom:12px}.rewards-banner__field[data-v-afc9fe8d]{flex-flow:column;gap:3px}.rewards-banner__cta[data-v-afc9fe8d]{padding:20px 10px}.rewards-banner .value__column[data-v-afc9fe8d]{align-items:flex-start}}.wrapper[data-v-93d4d0c1]{width:100%}@media (max-width: 920px){.wrapper[data-v-93d4d0c1]{margin:0;width:100%}}.calculate[data-v-93d4d0c1]{background-color:#40404033}@media (max-width: 920px){.calculate[data-v-93d4d0c1]{width:100%}}.calculate-content[data-v-93d4d0c1]{padding:71px 0}@media (max-width: 768px){.calculate-content[data-v-93d4d0c1]{padding:32px 0}}.calculate-center[data-v-93d4d0c1]{padding:0 32px}@media (max-width: 768px){.calculate-center[data-v-93d4d0c1]{padding:0 16px}}.calculate-center .field[data-v-93d4d0c1]{width:100%;margin-bottom:12px}.calculate-center .field .input[data-v-93d4d0c1]{text-align:center;font-size:24px;line-height:130%}@media (max-width: 768px){.calculate-center .field .input[data-v-93d4d0c1]{font-size:18px}}.calculate-center .field .label[data-v-93d4d0c1]{font-size:20px;line-height:130%}.calculate-center .verified[data-v-93d4d0c1]{font-size:16px;line-height:28px;text-align:center;color:#b2b2b2}@media (max-width: 768px){.calculate-center .verified[data-v-93d4d0c1]{font-size:14px;line-height:24px}}.calculate-caption[data-v-93d4d0c1]{margin-bottom:22px;text-align:center;font-size:18px;line-height:24px;font-weight:500;color:#f5be37}@media (max-width: 768px){.calculate-caption[data-v-93d4d0c1]{font-size:12px;line-height:140%}}.calculate .cta[data-v-93d4d0c1]{background:#f5be37;padding:28px 20px;border:none;width:100%;font-weight:700;text-transform:uppercase;font-size:32px;line-height:24px;cursor:pointer}@media (max-width: 768px){.calculate .cta[data-v-93d4d0c1]{padding:16px 20px;font-size:24px}}.calculate .cta[data-v-93d4d0c1]:hover{background:#cda030}.error-msg[data-v-93d4d0c1]{margin:10px 0;color:#ff5353}.rewards-chart[data-v-35b19c2b]{width:100%;background:#111;padding:16px;border:1px solid #333}.rewards-chart-title[data-v-35b19c2b]{margin-bottom:20px;color:#b2b2b2;font-weight:500;font-size:15px;line-height:20px}.chart-wrapper[data-v-35b19c2b]{width:100%;position:relative;min-height:300px;height:300px}@media (max-width: 768px){.chart-wrapper[data-v-35b19c2b]{min-height:200px;height:200px}}.dashboard-rewards[data-v-d018194f]{display:flex;flex-direction:column;gap:64px}@media (max-width: 768px){.dashboard-rewards[data-v-d018194f]{gap:32px}}.dashboard-footer[data-v-9288e7a0]{margin:50px auto 0;display:flex;align-items:center;gap:16px}@media (max-width: 768px){.dashboard-footer[data-v-9288e7a0]{flex-direction:column-reverse}}.dashboard-footer p[data-v-9288e7a0],.dashboard-footer a[data-v-9288e7a0]{color:var(--color-text-muted);font-weight:500;font-size:15px;line-height:20px}.dashboard-footer a[data-v-9288e7a0]:hover{text-decoration:underline}.dashboard-footer .divider[data-v-9288e7a0]{height:16px;width:1px;background:var(--color-text-muted)}@media (max-width: 768px){.dashboard-footer .divider[data-v-9288e7a0]{display:none}}.app-menu[data-v-81a16014]{display:flex;align-items:center;color:var(--color-text-muted);font-size:16px;line-height:24px;font-weight:500;height:100%}@media (max-width: 1024px){.app-menu[data-v-81a16014]{background:var(--color-bg-page);padding:40px 64px 30px;width:100vw;display:none;position:fixed;top:84px;left:0;height:100vh;z-index:1000;flex-direction:column;align-items:flex-start}.app-menu.open[data-v-81a16014]{display:flex}}@media (max-width: 640px){.app-menu[data-v-81a16014]{padding:20px 16px;top:64px}}.app-menu .menu-container[data-v-81a16014]{display:flex;align-items:center;gap:32px;height:100%}@media (max-width: 1024px){.app-menu .menu-container[data-v-81a16014]{flex-direction:column;gap:12px;width:100%}}.app-menu .menu-item[data-v-81a16014]{position:relative;height:100%;display:flex;align-items:center}@media (max-width: 1024px){.app-menu .menu-item[data-v-81a16014]{width:100%;height:auto}}.app-menu .menu-link[data-v-81a16014]{display:flex;align-items:center;gap:8px;height:100%;padding:0 16px;color:var(--color-text-muted);cursor:pointer;text-decoration:none;transition:color .2s ease}.app-menu .menu-link[data-v-81a16014]:hover{color:var(--color-text-secondary)}@media (max-width: 1024px){.app-menu .menu-link[data-v-81a16014]{height:40px;padding:0;justify-content:flex-start}}.app-menu .menu-link .arrow[data-v-81a16014]{transform:rotate(180deg);transition:transform .2s ease}.app-menu .dropdown[data-v-81a16014]{position:relative}.app-menu .dropdown:hover .dropdown-menu[data-v-81a16014]{opacity:1;visibility:visible;transform:translate(-50%)}.app-menu .dropdown:hover .arrow[data-v-81a16014]{transform:rotate(0)}.app-menu .dropdown-menu[data-v-81a16014]{position:absolute;top:100%;left:50%;background:var(--color-bg-page);border:var(--border-primary);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;padding:16px;opacity:0;visibility:hidden;transform:translate(-50%);transition:all .2s ease;min-width:336px}@media (max-width: 1024px){.app-menu .dropdown-menu[data-v-81a16014]{position:static;background:transparent;border:none;box-shadow:none;padding:8px 0 8px 12px;margin-top:8px;opacity:1;visibility:visible;transform:none}}.app-menu .dropdown-item[data-v-81a16014]{display:flex;align-items:center;gap:8px;padding:8px 16px;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.app-menu .dropdown-item[data-v-81a16014]:hover{color:var(--color-text-secondary);background:var(--color-bg-hover)}.app-menu .dropdown-item.active[data-v-81a16014]{color:var(--color-text-secondary)}@media (max-width: 1024px){.app-menu .dropdown-item[data-v-81a16014]{height:40px;padding:0 16px}}.app-menu .active[data-v-81a16014],.app-menu .router-link-exact-active[data-v-81a16014]{color:var(--color-text-secondary)}.app-menu .router-link-exact-active svg[data-v-81a16014]{color:var(--color-text-secondary)}.app-menu .coming-soon[data-v-81a16014]{font-size:10px;line-height:10px;vertical-align:top}.app-menu .disabled[data-v-81a16014]{opacity:.5;cursor:not-allowed!important;color:#fff4!important}.app-menu .disabled[data-v-81a16014]:hover{color:#fff4!important}.dashboard-header[data-v-99f15c19]{margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:12px}@media (max-width: 640px){.dashboard-header[data-v-99f15c19]{margin-bottom:28px}}.dashboard-header-left[data-v-99f15c19]{display:flex;align-items:center;gap:12px}@media (max-width: 640px){.dashboard-header-left[data-v-99f15c19]{gap:4px}}.dashboard-header-buttons[data-v-99f15c19]{max-width:204px;width:100%;display:flex;align-items:center}@media (max-width: 640px){.dashboard-header-buttons[data-v-99f15c19]{gap:8px}}.dashboard-header .main-logo-section[data-v-99f15c19]{display:flex;color:var(--color-text-secondary)}.dashboard-header .burger[data-v-99f15c19]{display:none;background:transparent;border:none;outline:none;padding:0}@media (max-width: 1024px){.dashboard-header .burger[data-v-99f15c19]{display:block}}.dashboard-header .burger .line[data-v-99f15c19]{fill:none;stroke:var(--color-text-secondary);stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.dashboard-header .burger .line1[data-v-99f15c19]{stroke-dasharray:60 207;stroke-width:3}.dashboard-header .burger .line2[data-v-99f15c19]{stroke-dasharray:60 60;stroke-width:3}.dashboard-header .burger .line3[data-v-99f15c19]{stroke-dasharray:60 207;stroke-width:3}.dashboard-header .burger.opened .line1[data-v-99f15c19]{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:3}.dashboard-header .burger.opened .line2[data-v-99f15c19]{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:3}.dashboard-header .burger.opened .line3[data-v-99f15c19]{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:3}.dashboard-header .logo-mobile[data-v-99f15c19]{display:none}.dashboard-header .logo-desktop[data-v-99f15c19]{display:block}@media (max-width: 768px){.dashboard-header .logo-desktop[data-v-99f15c19]{display:none}.dashboard-header .logo-mobile[data-v-99f15c19]{display:block;min-width:30px}}.dashboard-header .connect-wallet[data-v-99f15c19]{width:100%;height:36px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--color-primary);color:var(--color-text-button);text-transform:var(--tt-button);border-radius:var(--border-radius-lg);padding:8px 24px;font-weight:500;font-size:15px;line-height:20px;border:none;cursor:pointer}@media (max-width: 640px){.dashboard-header .connect-wallet[data-v-99f15c19]{padding:6px 12px}}.dashboard-notification[data-v-0aca0a91]{display:flex;align-items:flex-start;background:#f5be371a;border:1px solid #f5be37;padding:16px;color:#f5be37}.dashboard-notification .notification-title[data-v-0aca0a91]{margin-bottom:4px;font-weight:700;font-size:15px;line-height:24px}.dashboard-notification .notification-caption[data-v-0aca0a91]{font-weight:400;font-size:14px;line-height:18px}.dashboard-notification .notification-cross[data-v-0aca0a91]{cursor:pointer;margin-left:auto}.dashboard-sidebar[data-v-ccd275b0]{flex-basis:224px;flex-shrink:0;width:200px;display:flex;flex-direction:column;gap:12px;background:var(--color-bg-sidebar);color:var(--color-text-muted);border:var(--border-primary);padding:16px;font-size:16px;line-height:24px;font-weight:500}@media (max-width: 1024px){.dashboard-sidebar[data-v-ccd275b0]{background:var(--color-bg-page);border:unset;padding:40px 64px 30px;width:100vw;display:none;position:fixed;top:84px;left:0;height:100vh;z-index:1000}.dashboard-sidebar.open[data-v-ccd275b0]{display:flex}}@media (max-width: 640px){.dashboard-sidebar[data-v-ccd275b0]{padding:20px 16px;top:64px}}.dashboard-sidebar .close-btn[data-v-ccd275b0]{display:none;position:absolute;top:16px;right:16px;font-size:24px;background:none;border:none;color:var(--color-text-secondary);cursor:pointer}@media (max-width: 1024px){.dashboard-sidebar .close-btn[data-v-ccd275b0]{display:block}}.dashboard-sidebar .sidebar-stake-title[data-v-ccd275b0]{justify-content:space-between;cursor:pointer}.dashboard-sidebar .sidebar-stake-title .arrow.active[data-v-ccd275b0]{transform:rotate(180deg)}.dashboard-sidebar .sidebar-stake-items[data-v-ccd275b0]{padding-left:12px}.dashboard-sidebar .flex[data-v-ccd275b0]{display:flex;align-items:center;gap:8px}.dashboard-sidebar .height-40[data-v-ccd275b0]{height:40px}.dashboard-sidebar .clickable[data-v-ccd275b0]{color:var(--color-text-muted);cursor:pointer}.dashboard-sidebar .clickable[data-v-ccd275b0]:hover,.dashboard-sidebar .active[data-v-ccd275b0]{color:var(--color-text-secondary)}.dashboard-sidebar .router-link-exact-active svg[data-v-ccd275b0],.dashboard-sidebar .router-link-exact-active p[data-v-ccd275b0]{color:var(--color-text-secondary)}.dashboard-sidebar .coming-soon[data-v-ccd275b0]{font-size:10px;line-height:10px;vertical-align:top}.dashboard-sidebar .disabled[data-v-ccd275b0]{opacity:.5;cursor:not-allowed!important;color:#fff4!important}.dashboard-sidebar .disabled[data-v-ccd275b0]:hover{color:#fff4!important}.dashboard-main[data-v-898f73b2]{flex-grow:1}.dashboard-stats[data-v-ea19e444]{display:flex;flex-direction:column;gap:12px}.dashboard-stats-content[data-v-ea19e444]{flex-basis:224px;flex-shrink:0;padding:16px;display:flex;flex-direction:column;gap:12px;background-color:var(--color-bg-sidebar);border:var(--border-primary);color:var(--color-text-muted)}.dashboard-stats-content .stats-title[data-v-ea19e444]{font-weight:500;font-size:15px;line-height:20px}.dashboard-stats-content .stats-cards[data-v-ea19e444]{display:flex;flex-direction:column;gap:12px}.dashboard-stats-content .stats-cards .stats-card-top[data-v-ea19e444]{margin-bottom:6px;display:flex;align-items:center;gap:6px}.dashboard-stats-content .stats-cards .stats-card-label[data-v-ea19e444]{font-weight:500;font-size:15px;line-height:20px}.dashboard-stats-content .stats-cards .stats-card-value[data-v-ea19e444]{font-weight:700;font-size:16px;line-height:22px;color:var(--color-text-secondary)}.dashboard-stats-content .stats-cards .stats-card .icon[data-v-ea19e444]{width:20px;height:20px;color:var(--color-text-muted)}.dashboard-container[data-v-d21d0917]{padding:40px 64px 24px;min-height:100vh;display:flex;flex-direction:column}@media (max-width: 768px){.dashboard-container[data-v-d21d0917]{padding:20px 16px}}.dashboard-container.sidebarOpen[data-v-d21d0917]{background:var(--color-bg-page);overflow:hidden}.dashboard-body[data-v-d21d0917]{display:flex;gap:117px;align-items:flex-start;flex-grow:1}.dashboard-content[data-v-d21d0917]{display:flex;align-items:flex-start;gap:117px;flex-grow:1}@media (max-width: 1280px){.dashboard-content[data-v-d21d0917]{flex-direction:column;gap:50px;align-items:stretch}}.dashboard-center[data-v-d21d0917]{flex-grow:1;display:flex;flex-direction:column;gap:32px}:root{--color-primary: #f5be37;--color-link: #f5be37;--color-success: #bbff9b;--color-text-primary: #111111;--color-text-secondary: #ffffff;--color-text-muted: #b2b2b2;--color-text-button: #000000;--color-bg-page: #111111;--color-bg-sidebar: #21212166;--color-bg-section: #1a1a1a;--color-bg-form-primary: #212121;--color-bg-form-secondary: #171717;--color-bg-form-tertiary: #111;--font-family: "Space Grotesk";--tt-button: none;--border-radius-sm: 0;--border-radius-md: 0;--border-radius-lg: 0;--border-primary: 1px solid #ffffff1a;--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--text-sm: 13px;--text-md: 15px;--text-lg: 18px;--text-xl: 28px}:root[data-theme=everstake]{--color-primary: #f5be37;--color-link: #f5be37;--color-success: #bbff9b;--color-text-primary: #111111;--color-text-secondary: #ffffff;--color-text-muted: #b2b2b2;--color-text-button: #000000;--color-bg-page: #111111;--color-bg-sidebar: rgba(33, 33, 33, .4);--color-bg-section: #1a1a1a;--color-bg-form-primary: #212121;--color-bg-form-secondary: #171717;--color-bg-form-tertiary: #111;--font-family: Space Grotesk;--tt-button: uppercase;--border-radius-sm: 0;--border-radius-md: 0;--border-radius-lg: 0;--border-primary: 1px solid rgba(255, 255, 255, .1019607843);--text-lg: 18px}:root[data-theme=coinhouse]{--color-primary: #070707;--color-link: #eea88a;--color-success: #039855;--color-text-primary: #070707;--color-text-secondary: #070707;--color-text-muted: #727272;--color-text-button: #ffffff;--color-bg-page: #fcfcfc;--color-bg-sidebar: #ffffff;--color-bg-section: #ffffff;--color-bg-form-primary: #ffffff;--color-bg-form-secondary: #ffffff;--color-bg-form-tertiary: #ffffff;--font-family: DM Sans;--tt-button: none;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 32px;--border-primary: 1px solid #f2f2f2;--text-lg: 15px}:root[data-theme=iofinnet]{--color-primary: #20469b;--color-link: #3b82f6;--color-success: #039855;--color-text-primary: #ffffff;--color-text-secondary: #000000;--color-text-muted: #6b7280;--color-text-button: #ffffff;--color-bg-page: #ffffff;--color-bg-sidebar: #ffffff;--color-bg-section: #f0f0f0;--color-bg-form-primary: #f0f0f0;--color-bg-form-secondary: #f8f9fa;--color-bg-form-tertiary: #e9ecef;--font-family: Space Grotesk;--tt-button: none;--border-radius-sm: 4px;--border-radius-md: 4px;--border-radius-lg: 4px;--border-primary: 1px solid #e5e5e5;--text-lg: 16px}/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.yellow{color:#f5be37!important}.white{color:#fff!important}.black{color:#111!important}.green{color:var(--color-success)!important}.gray{color:#b2b2b2!important}.red{color:#ff5353!important}.gray-2{color:#b2b2b2!important}.link{display:flex;align-items:center;font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:var(--color-primary);text-decoration:none}.link:hover{text-decoration:none;color:var(--color-primary)}.link:hover img{transform:translate(4px)}.link img{transition:.4s;width:28px;height:16px;margin-left:8px}.h1,h1{font-family:var(--font-family);font-weight:500;font-size:88px;line-height:100%;text-transform:uppercase;color:#fff;margin-bottom:0}.h2,h2{font-family:var(--font-family);font-weight:700;font-size:48px;line-height:120%;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin-bottom:0}.h3,h3{font-family:var(--font-family);font-weight:700;font-size:32px;line-height:130%;text-transform:uppercase;color:#fff;margin-bottom:0}.h4,h4{font-family:var(--font-family);font-weight:700;font-size:24px;line-height:130%;text-transform:uppercase;color:#fff;margin-bottom:0}.h5,h5{font-family:var(--font-family);font-weight:500;font-size:18px;line-height:130%;text-transform:uppercase;color:#fff;margin-bottom:0}.text{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:28px;color:#fff}.text-lg{font-family:var(--font-family);font-weight:400;color:#fff;font-size:20px;line-height:32px}.text-lg b{font-weight:700}.text-sm{font-family:var(--font-family);font-weight:400;color:#fff;font-size:12px;line-height:20px}.title{font-weight:500;font-size:100px;line-height:100%;text-transform:uppercase;margin-left:150px}.subtitle{text-shadow:0 0 1.6px #fff;color:#0a0718;font-weight:500;font-size:100px;line-height:100%;text-transform:uppercase}@supports (-webkit-text-stroke: 1px white){.subtitle{text-shadow:none;color:transparent;-webkit-text-stroke:1px #fff}}html{scroll-behavior:smooth}body{background:var(--color-bg-page);color:#fff;font-family:var(--font-family),sans-serif;overflow-x:hidden}body ::selection{color:#fff;background:#f5be3733}*{box-sizing:border-box}a{outline:none!important;text-decoration:none}a:hover{text-decoration:none}ol,ul,dl{margin-bottom:0}.wrapper{width:1300px;margin:0 auto}.seo{margin-top:180px}.seo .block{margin-top:74px}.seo .w-65{width:65%}.seo .w-30{margin:0;width:30%}.seo .w-50{width:48%}.seo .mt-80{margin-top:80px}.seo .mt-64{margin-top:64px}.seo .m-0{margin:0}.seo .border-right{border-right:1px solid #5b5b5b}.seo .border-t-none{border-top:none!important}.seo hr{margin-top:80px;border-color:#5b5b5b}.seo strong{font-weight:700}.seo h1{font-size:48px;scroll-margin:100px;line-height:120%;letter-spacing:.88px;font-weight:700}.seo h1 a{color:#fff;text-decoration:underline}.seo h1 a:hover{color:#f5be37}.seo h2{scroll-margin:100px;font-size:48px;line-height:120%;letter-spacing:.48px}.seo h2 a{color:#fff;font-size:48px;line-height:120%;letter-spacing:.48px;text-decoration:underline}.seo h2 a:hover{color:#f5be37}.seo h4{scroll-margin:100px;font-size:32px;line-height:130%}.seo h4 a{color:#fff;text-decoration:underline}.seo h4 a:hover{color:#f5be37}.seo h3{scroll-margin:100px;margin-top:32px;font-size:24px;font-weight:700;line-height:130%}.seo h3 a{color:#fff;text-decoration:underline}.seo h3 a:hover{color:#f5be37}.seo p{margin-top:32px;line-height:28px}.seo p a{color:#fff;text-decoration:underline}.seo p a:hover{color:#f5be37}.seo ul{list-style-type:square;margin-left:24px;margin-bottom:24px}.seo ul li{margin-top:16px;line-height:32px}.seo-flex{margin-top:48px;display:flex}.seo-flex--space{justify-content:space-between}.seo-flex .card{display:block;border:1px solid #5b5b5b;border-left:none;padding:30px 64px;height:auto}.seo-flex .card:last-child{border-right:none}.seo-end{width:80%;margin-left:150px}.seo__table{padding:24px 32px;border:1px solid #5b5b5b;width:50%}.seo__table ol{margin-top:24px;list-style:none;counter-reset:li}.seo__table ol ol{margin-top:0;padding-left:10px}.seo__table li{font-size:14px;line-height:220%}.seo__table li a{color:#fff;text-decoration:underline}.seo__table li a:hover{color:#f5be37}.seo__table li:before{counter-increment:li;content:counters(li,".") ". "}.seo__block{padding-left:32px;width:50%}.seo__block p{margin-top:16px;color:#b2b2b2}.seo__swiper{margin-top:48px}.seo__swiper--card{height:auto;border:1px solid #5b5b5b;padding:24px 28px}.seo__swiper--card h3{scroll-margin:100px;margin:0}.seo__swiper--card p{margin-top:16px}.seo__big-table{margin-top:48px;border:1px solid #5b5b5b;border-bottom:none}.seo__big-table--flex{display:flex;border-bottom:1px solid #5b5b5b}.seo__big-table--title{padding:10px 20px;width:30%;height:auto;min-height:80px;font-size:20px;font-weight:700;line-height:32px;display:flex;align-items:center;justify-content:center}.seo__big-table--content{display:flex;align-items:center;font-size:20px;font-weight:700;padding:10px 20px;width:70%;height:auto;min-height:120px;line-height:32px;border-left:1px solid #5b5b5b}.seo__big-table--content p{margin:0;color:#b2b2b2;font-weight:400}.seo__list--content{margin-left:48px}.seo__list--content p:first-child{margin-top:8px!important}.seo__list ul{list-style-type:square;margin-left:24px;margin-bottom:24px}.seo__list ul li{margin-top:16px;line-height:32px}.seo__list ol{margin-top:24px;list-style-type:none;counter-reset:my-counter;margin-bottom:24px}.seo__list ol li{margin-bottom:32px;line-height:32px}.seo__list ol li:before{display:inline-flex;align-items:center;justify-content:center;content:counter(my-counter);counter-increment:my-counter;color:#111;margin-right:16px;width:32px;height:32px;background-color:#b2b2b2;font-weight:500;font-size:20px}.seo__faq{margin-top:64px}.seo__faq--card{border:1px solid #5b5b5b;padding:30px 20px;margin-bottom:20px}.seo__faq--card:last-child{margin-bottom:0}.seo__faq--card h3{margin:0}.seo__faq:first-child{margin-top:38px}.seo__faq:last-child{margin-bottom:0}.seo .seo__list-clasic ul{list-style-type:disc;margin-left:24px;margin-bottom:24px}.seo .seo__list-clasic ul li{font-size:16px;margin-top:16px;line-height:28px}.header-mobile{display:none}.header{display:flex;align-items:center;justify-content:space-between;height:80px}.header--inner{margin-bottom:80px}.header--wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;z-index:10;width:100%;height:80px;transition:height .3s}.header--div{color:#b2b2b2}.header--div:hover{color:#f5be37}.header__logo{cursor:pointer;width:195px;height:35px}.header__items{display:flex;font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#fff;cursor:pointer}.header__item{margin-left:40px;position:relative;transition:color .35s;cursor:pointer}.header__item--dot{position:relative}.header__item--dot:after{content:"";position:absolute;width:4px;height:4px;border-radius:99%;background:#f5be37;top:40%;right:-12px}.header__item--dot:before{content:"";position:absolute;width:2px;height:0;background:#f5be37;top:calc(40% + 12px);right:-11px;transition:.4s;opacity:0}.header__item--dot--active{opacity:0;position:absolute;z-index:999;transition:.4s;padding:24px;background:#111;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);width:300px;height:0;border-top:2px solid #f5be37;top:60px;left:30px;display:none;cursor:pointer}.header__item--dot--active:after{content:"";width:calc(100% + 30px);height:40px;background:transparent;position:absolute;top:-40px;left:-30px}.header__item--dot--active_link{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#fff;margin-top:32px}.header__item--dot--active_link:first-child{margin-top:0}.header__item--dot--active_link--active,.header__item--dot--active_link:hover{color:#f5be37}.header__item--dot:hover .header__item--dot--active{opacity:1;height:max-content;display:block}.header__item--dot:hover .header__item--dot--active:before{width:100%}.header__item--dot:hover:before{opacity:1;height:38px}.header__item--active{color:#f5be37}.header__item--active:before{background-color:#f5be37}.header__item:first-child{margin-left:0}.header__item:before{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1.5px;background-color:#f5be37;transition:width .35s}.header__item:hover{color:#f5be37}.header__item:hover:before{width:100%}.main{width:100%;border-bottom:1px solid #5b5b5b;height:calc((100vh - 80px) / 3);padding:30px 0}.main--wrapper{position:relative;padding-bottom:805px}.main--wrapper .blob{opacity:0}.main--wrapper:hover .blob{opacity:1!important}.main--wrapper:hover .main{border-color:#f5be37}.main .text b{font-weight:700}.main .title{transition:.5s}.main:hover{border-color:#f5be37}.main:hover .title{text-shadow:0 0 1.6px #fff;color:#0a0718;font-weight:500;font-size:100px;line-height:100%;text-transform:uppercase}@supports (-webkit-text-stroke: 1px white){.main:hover .title{text-shadow:none;color:transparent;-webkit-text-stroke:1px #fff}}.main__title{font-weight:500;font-size:32px;line-height:110%;letter-spacing:.01em;text-transform:uppercase}.main-first{border-top:1px solid #5b5b5b}.main-first--wrapper{display:flex;justify-content:space-between;align-items:center}.main-first--hidden{opacity:0;transition:.5s}.main-first__right{margin-left:70px;width:50%}.main-first:hover .main-first{border-top:none!important}.main-first:hover .main-first--hidden{opacity:1}.main-first .main__title{margin-left:150px;width:75%;margin-top:12px}.main-second--hidden{opacity:0;transition:.5s}.main-second .title{margin-left:0}.main-second .main__title{width:90%;margin-bottom:20px}.main-second--wrapper{display:flex;align-items:center;justify-content:space-between}.main-second h1{margin-right:20px}.main-second .text{width:80%}.main-second:hover .main-second--hidden{opacity:1}.main-third--wrapper{display:flex;align-items:center;justify-content:space-between}.main-third .title,.main-third .main__title{text-align:end}.main-third .main__title{margin-top:12px}.main-third .title{margin-left:0}.main-third .text{width:50%;margin-right:70px}.main-third .main-third--hidden{opacity:0;transition:.5s}.main-third:hover .main-third--hidden{opacity:1}.content-loading{filter:blur(6px);position:relative}.content-loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.stats{margin-top:190px}.stats__item{height:170px;padding:40px 0}.stats__item--wrapper{display:flex;align-items:flex-start}.stats__item_text{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;margin-top:7px;margin-left:12px;transition:3.3s}.stats__item--second .stats__item--wrapper{padding-right:150px;justify-content:flex-end}.stats__item--third .stats__item--wrapper{justify-content:space-evenly}.liquid-staking-preview .blob--static{left:-5%}.stake{display:flex;align-items:center;justify-content:space-between;height:925px}.stake .blob--static{right:-5%}.stake__item{padding:40px 0 40px 40px}.stake__item h4{margin-top:12px;margin-bottom:30px}.stake__left{width:40%}.stake__left h2{margin-bottom:80px}.stake__left .title{margin-left:0;margin-top:4px;margin-bottom:12px}.stake__left svg{width:412px;height:379px;transition:1s}.stake__left button{margin-top:30px}.stake__mid{width:30%}.stake__mid .stake__item{padding-right:40px}.stake__right{width:30%}.institutional{display:flex;align-items:center;justify-content:space-between;height:1325px}.institutional__item{padding:80px 0 80px 80px}.institutional__item h4{margin-top:12px;margin-bottom:30px}.institutional__left{width:66.6666666667%;padding-left:65px}.institutional__left--wrapper{display:flex;align-items:center}.institutional__left--wrapper .subtitle{margin-right:15px;margin-top:-6px}.institutional__left h2{margin-bottom:80px}.institutional__left .title{margin-left:0;margin-top:4px;margin-bottom:12px}.institutional__left svg{margin-left:350px;width:380px;height:408px;margin-bottom:140px}.institutional__left button{margin-top:30px}.institutional__left--margin{margin-left:150px}.institutional__right{padding-right:65px;width:33.3333333333%}.institutional__line{width:1px;transform:translate(1px);background:#f5be37;height:100%}.people-stake{border-top:1px solid #f5be37;border-bottom:1px solid #f5be37;margin-top:160px}.coins{margin-top:160px}.coins__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.coins__top_left{width:65%;margin-right:30px}.coins__top_left .text{margin:30px 0}.coins__top_left .link,.coins__top_left .text{margin-left:150px}.coins__top_right svg{width:380px;height:408px}.coins-grid{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.coins-grid__item{transition:background-color .2s}.coins-grid__item_top{height:270px;padding:25px;border:1px solid #5b5b5b}.coins-grid__item_bottom{height:70px;border:1px solid #f5be37;padding:25px;display:flex;align-items:center;justify-content:space-between;position:relative}.coins-grid__item_bottom--gray{border:1px solid #5b5b5b;justify-content:center}.coins-grid__item_bottom .link{font-weight:500;font-size:32px;line-height:120%;letter-spacing:.02em;width:100%;display:flex;align-items:center;justify-content:space-between}.coins-grid__item_bottom:after{content:"STAKE NOW";right:65px;position:absolute;opacity:0;transition:.4s;font-weight:500;font-size:18px;line-height:100%;text-transform:uppercase;color:#f5be37}.coins-grid__item_bottom:hover:after{animation:slide-bottom .75s ease 0s 1 normal forwards}.coins-grid__item_bottom:hover .link svg{transform:translate(4px)}.coins-grid__item_currency{font-weight:400;font-size:24px;line-height:130%;text-transform:uppercase;color:#5b5b5b}.coins-grid__item_logo{text-align:center;display:flex;align-items:center}.coins-grid__item_logo svg{width:100%;margin-bottom:40px;margin-top:15px}.coins-grid__item_gray{font-weight:700;font-size:18px;line-height:120%;display:flex;align-items:center;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#5b5b5b}.coins-grid__item_name{font-weight:700;font-size:24px;line-height:130%;text-align:center;text-transform:uppercase;color:#fff}.liquid-preview{margin-top:200px;margin-bottom:60px;width:100%;position:relative}.liquid-preview__icon{position:absolute;width:293px;height:135px;top:0;z-index:-1;right:60px}.liquid-preview h2{margin-left:150px}.liquid-preview .text-lg{margin:40px 0 40px 240px}.liquid-preview__link{margin-left:240px}.bridges{margin-top:160px;display:flex;justify-content:space-between}.bridges__icon{min-width:508px;width:508px;height:535px;margin-right:55px}.bridges__right .text-lg{margin:40px 0 40px 100px}.bridges__link{margin-left:100px}.institutional-staking .text-lg b{font-weight:700}.institutional-staking_text{font-weight:700;font-size:18px;line-height:24px;text-transform:uppercase;margin-left:15px}.institutional-staking_text--wrapper{display:flex;align-items:center;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.institutional-staking--wrapper{position:relative;margin-right:20px}.b2b{margin-top:200px}.b2b__top{border-bottom:1px solid #f5be37;padding-bottom:100px}.b2b__top--wrapper{display:flex;align-items:center}.b2b__top_title{margin-left:0}.b2b__top .subtitle{margin-left:240px}.b2b__top_element{display:flex;justify-content:space-between;align-items:center}.b2b__top_text{width:300px;word-break:break-word;margin-left:20px}.b2b__bottom{margin:70px 0}.b2b__bottom--wrapper{display:flex;align-items:center}.b2b__bottom_left{margin-right:110px}.b2b__bottom_left-text{margin:42px 0}.b2b__bottom_right{width:50%;position:relative}.b2b__bottom_right svg{width:508px;height:466px}.b2b__bottom_right h4{color:#111;border:1px solid #f5be37;height:65px;width:max-content;padding:0 20px;display:flex;align-items:center;justify-content:center;background:#fff;position:absolute;z-index:5}.b2b__bottom_right h4:first-child{top:60px;left:-70px}.b2b__bottom_right h4:last-child{bottom:60px;right:-50px}.partner-list{height:144px}.partner-list--wrapper{height:100%;overflow:hidden;display:flex;justify-content:space-around;align-items:center}.partner-list__item:first-child{margin-left:0}.partner-list__item:hover svg path{transition:all .3s linear;fill:#f5be37}.partner-link{height:160px;border-top:1px solid #f5be37;border-bottom:1px solid #f5be37}.partner-link--wrapper{height:100%;overflow:hidden;display:flex;justify-content:space-around;align-items:center}.partner-link__item{width:100%;height:100%;border-right:1px solid #f5be37;display:flex;align-items:center;justify-content:space-between;padding:60px}.partner-link__item_icon{display:flex;align-items:center;width:200px;height:65px}.partner-link__item_icon svg{max-width:80%;max-height:80%}.partner-link__item:hover .partner-link__item--arrow{transform:translate(4px)}.partner-link__item--arrow{width:28px;height:16px;transition:.4s}.partner-link__item:first-child{margin-left:0;padding-left:0}.partner-link__item:last-child{border-right:none;padding-right:0}.rpc{margin-top:160px;margin-bottom:160px;display:flex;align-items:center}.rpc .blob--static{left:30%}.rpc__cube{width:400px;min-width:400px;height:450px}.rpc__item{margin-left:130px}.rpc__item--wrapper{margin-left:90px;margin-top:30px}.rpc__item_blocs{display:flex;align-items:center;width:100%;margin-top:25px;margin-bottom:45px}.rpc__item_blocs--button{width:50%;height:80px;display:flex;align-items:center;justify-content:center;border:1px solid #5b5b5b}.rpc__item_blocs--button:first-child{border-right:none}.about-preview .blob--static{right:-5%}.stories__top{display:flex;align-items:center;margin-bottom:50px}.stories__top_left{width:50%;margin-right:130px}.stories__top_left h2{margin-bottom:30px}.stories__top_right{min-width:412px;height:318px}.stories__bottom{display:flex;justify-content:space-between}.stories__bottom_item{height:360px;width:33.3333333333%}.stories__bottom_item a{font-family:var(--font-family);font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#f5be37;text-decoration:none;outline:none}.stories__bottom_item a:hover{text-decoration:none;color:#f5be37}.stories__bottom_item--wrapper{width:100%;height:120px;display:flex;justify-content:center;align-items:center}.stories__bottom_item--wrapper:hover svg path{transition:all .3s linear;fill:#f5be37}.stories__bottom_item a{display:flex;align-items:center}.stories__bottom_item a svg{margin-left:8px;width:28px;height:16px}.stories__bottom_item a:hover svg{transition:transform .3s linear;transform:translate(8px)}.stories__bottom_item--first{display:flex;align-items:center;justify-content:center}.stories__bottom_item--first span{font-weight:500;font-size:88px;line-height:100%;color:#f5be37;margin-right:12px}.stories__bottom_item--first div{width:15%;font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase}.info{display:flex;align-items:flex-end;margin-bottom:100px;margin-top:160px}.info__item{width:50%}.info--wrapper{position:relative}.info--wrapper .title{margin-left:0}.info--wrapper .subtitle{margin-left:150px}.info__circle{position:absolute;background:#f5be37;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;text-align:center;padding:30px;color:#111;width:180px;height:180px;border-radius:99px;top:-30px;right:130px;z-index:-1}.card{display:flex;justify-content:space-between;height:360px}.card--small{height:250px}.card__item{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:40px 65px}.card__item_text{margin-top:24px}.card__item_title{font-weight:700;font-size:24px;line-height:130%;color:#f5be37;margin-bottom:10px}.card__item_icon svg{width:165px;height:40px}.card__item--yellow{background:#f5be37}.card__item--yellow h4,.card__item--yellow .text,.card__item--yellow .link{color:#111}.people{margin-top:160px}.people__text{margin-top:30px;margin-bottom:30px;font-weight:400;font-size:20px;line-height:32px;width:60%}.people__text a{font-family:var(--font-family);font-weight:400;font-size:20px;line-height:32px;text-transform:none;color:#f5be37;text-decoration:none;outline:none}.people__text a:hover{text-decoration:none;color:#f5be37}.people__link{margin-bottom:40px}.people__card{background:#21212166;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);padding:28px;display:flex;align-items:center;justify-content:space-between;color:#fff}.people__card--wrapper{display:grid;grid-template:repeat(2,1fr)/repeat(3,1fr);gap:20px}.people__card_left{height:100%;display:flex;flex-direction:column;justify-content:space-between}.people__card_left_name{font-weight:700;font-size:20px;line-height:32px}.people__card_left_link{font-weight:400;font-size:16px;line-height:28px;color:#828282}.people__card_left_followers{font-weight:400;font-size:20px;display:flex;align-items:center}.people__card_left_followers svg{width:24px;height:20px;margin-right:10px}.people__card_left_followers--gray{margin-left:10px;color:#828282}.people__card_right img{width:112px;height:112px;border-radius:99px}.people__card--first{background:transparent;display:flex;justify-content:center;align-items:center}.people__card--first_num{font-weight:500;font-size:88px;color:#f5be37}.people__card--first_text{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;margin-left:12px;width:30%}.blog__preview{margin-top:160px}.blog__preview--wrapper{margin-top:50px;display:flex;justify-content:space-between;width:100%}.blog__preview--text{display:none;margin:24px auto 32px}.blog__preview--swiper,.blog__preview--link{display:none}.blog__preview_card{width:100%;margin-left:20px;height:380px;border:1px solid #5b5b5b;padding:30px;transition:.3s}.blog__preview_card:hover{border:1px solid #f5be37}.blog__preview_card:first-child{margin-left:0}.blog__preview_card--yellow{background:#f5be37;border:1px solid transparent;display:flex;flex-direction:column;justify-content:space-between}.blog__preview_card--yellow .blog__preview_card_top,.blog__preview_card--yellow .blog__preview_card_title,.blog__preview_card--yellow .blog__preview_card_subtitle{color:#111}.blog__preview_card--yellow:hover{background:transparent}.blog__preview_card--yellow:hover .blog__preview_card_top{color:#f5be37}.blog__preview_card--yellow:hover .blog__preview_card_title,.blog__preview_card--yellow:hover .blog__preview_card_subtitle{color:#fff}.blog__preview_card--yellow:hover .blog__preview_card_bottom{color:#f5be37}.blog__preview_card--yellow:hover .blog__preview_card_bottom--yellow{display:block}.blog__preview_card--yellow:hover .blog__preview_card_bottom--black{display:none}.blog__preview_card_top{font-weight:500;font-size:16px;line-height:130%;text-transform:uppercase;color:#f5be37}.blog__preview_card_title{font-weight:700;font-size:24px;line-height:130%;text-transform:uppercase;color:#fff;margin:12px 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog__preview_card_subtitle{font-weight:400;font-size:16px;line-height:28px;color:#fff;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog__preview_card_bottom{display:flex;align-items:center;font-weight:500;font-size:18px;line-height:24px;letter-spacing:.01em;text-transform:uppercase;color:#111}.blog__preview_card_bottom--yellow{display:none}.blog__preview_card_bottom-black{display:block}.blog__preview_card_bottom svg{margin-left:8px;width:28px;height:16px}.subscribe{margin-top:160px;margin-bottom:60px;background:#21212166;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);width:100vw;padding:60px 0;overflow-x:hidden}.subscribe .blob{width:250px;height:250px;top:0;left:-10%}.subscribe--wrapper{display:flex;align-items:center}.subscribe_text{width:340px;word-break:break-word;margin-left:20px}.subscribe_input--wrapper{display:flex;align-items:center;margin-top:45px;margin-left:150px}.subscribe_input_content{margin-left:70px;transition:.5s;margin-bottom:24px}.text-block__item{border:1px solid #565656;margin-top:64px}.text-block__item_title{border-bottom:1px solid #565656;height:80px;display:flex;align-items:center;padding:0 28px}.text-block__item_text{padding:28px}.text-block__item_text a,.text-block__item_text a:hover{color:#f5be37;text-decoration:none}.text-block__item_text h2,.text-block__item_text h3,.text-block__item_text h4,.text-block__item_text h5{color:inherit;margin-bottom:24px}.text-block__item_text h2 span,.text-block__item_text h3 span,.text-block__item_text h4 span,.text-block__item_text h5 span{font-weight:700!important}.text-block__item_text ul{list-style-type:square;margin-left:24px;margin-bottom:24px}.text-block__item_text ul li::marker{margin:0 .5rem 0 0;color:#f5be37}.text-block__item_text p{margin-bottom:24px}.text-block__item_text p:last-child{margin-bottom:0}.press{margin-top:160px}.press--wrapper{display:flex;align-items:center;justify-content:space-between}.press--inner{margin-top:50px}.press_button{border:1px solid #5b5b5b;width:64px;height:64px;display:flex;align-items:center;justify-content:center;transition:border-color .3s linear;-webkit-user-select:none;user-select:none}.press_button--wrapper{display:flex;align-items:center}.press_button:first-child{margin-right:20px}.press_button:hover{border-color:#f5be37}.press_button-prev:hover svg{transform:translate(-4px)}.press_button-next:hover svg{transform:translate(4px)}.press_button svg{transition:.4s;width:28px;height:16px}.press__item{height:420px;display:flex;justify-content:space-between;position:relative}.press__item--wrapper{display:flex;align-items:center;justify-content:space-between}.press__item_left{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:65px 65px 40px}.press__item:after,.press__item:before{position:absolute;opacity:0;transition:opacity .5s linear}.press__item:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA4MCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc5LjIgNjRMNDAgNDAuOTkxN1YyMy4wMDgzTDc5LjIgMEg4MFYxNy45ODM1TDU1Ljg2NjcgMzAuODA5OVYzMy4xOTAxTDgwIDQ2LjAxNjVWNjRINzkuMlpNMzkuMiA2NEwwIDQwLjk5MTdWMjMuMDA4M0wzOS4yIDBINDBWMTcuOTgzNUwxNS44NjY3IDMwLjgwOTlWMzMuMTkwMUw0MCA0Ni4wMTY1VjY0SDM5LjJaIiBmaWxsPSIjRjVCRTM3Ii8+Cjwvc3ZnPgo=);left:15px;top:5px}.press__item:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA4MCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzk5OTk3IDY0TDQwIDQwLjk5MTdWMjMuMDA4M0wwLjc5OTk5NyAwSC0xLjI3MTU2ZS0wN1YxNy45ODM1TDI0LjEzMzMgMzAuODA5OVYzMy4xOTAxTC0xLjI3MTU2ZS0wNyA0Ni4wMTY1VjY0SDAuNzk5OTk3Wk00MC44IDY0TDgwIDQwLjk5MTdWMjMuMDA4M0w0MC44IDBINDBWMTcuOTgzNUw2NC4xMzMzIDMwLjgwOTlWMzMuMTkwMUw0MCA0Ni4wMTY1VjY0SDQwLjhaIiBmaWxsPSIjRjVCRTM3Ii8+Cjwvc3ZnPgo=);right:15px;bottom:25px}.press__item:hover:before,.press__item:hover:after{opacity:1}.press__item svg{width:200px;height:44px}.contact{margin-bottom:65px}.contact .blob{width:200px;height:200px}.contact--wrapper{display:flex;align-items:flex-end;justify-content:space-between}.contact_title{margin-top:160px;margin-bottom:50px}.contact_subtitle,.contact_text{width:50%}.footer .blob{width:300px;height:300px}.footer .mobile{display:none}.footer .desktop{display:block}.footer__top{display:flex;align-items:center;justify-content:space-between;height:280px}.footer__top_item{width:33.3333333333%;height:100%;display:flex;justify-content:space-between}.footer__top_item_left{width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:45px 65px}.footer__top_item:last-child{border-right:none}.footer__top_item_icon{width:22px;height:22px;margin-bottom:20px}.footer__top_item_arrow{width:28px;height:16px;transition:transform .3s linear}.footer__top_item:hover .footer__top_item_arrow{transform:translate(8px)}.footer__top_item_text{font-weight:700;font-size:24px;line-height:130%;text-transform:uppercase;color:#fff;text-decoration:none;display:flex;justify-content:space-between;align-items:flex-end}.footer__top_item_text div{width:170px;word-break:break-word}.footer__bottom{background:#21212166;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);display:flex;align-items:center;justify-content:space-between;height:330px;width:100%;border-top:1px solid #5b5b5b;border-bottom:1px solid #5b5b5b}.footer__bottom_item{width:33.3333333333%;padding:65px;height:100%;border-right:1px solid #5b5b5b}.footer__bottom_item--first{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;font-weight:400;font-size:18px;line-height:28px}.footer__bottom_item--first svg{width:250px;height:45px}.footer__bottom_item--first a{color:#fff}.footer__bottom_item--first a:hover{color:#f5be37}.footer__bottom_item--second{display:grid;grid-template:repeat(4,1fr)/repeat(2,60%);grid-auto-flow:column;align-items:center;gap:20px}.footer__bottom_item--second a{font-family:var(--font-family);font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#fff;text-decoration:none;outline:none}.footer__bottom_item--second a:hover{text-decoration:none;color:#f5be37}.footer__bottom_item:last-child{border-right:none;padding:0}.footer__bottom_item_top{display:flex;align-items:center;justify-content:space-between;padding:65px}.footer__bottom_item_top svg{width:28px;height:28px;transition:.3s}.footer__bottom_item_top svg:hover path{fill:#f5be37}.footer__bottom_item_bottom{padding:0 65px;height:50%;border-top:1px solid #5b5b5b;display:flex;align-items:center}.footer__bottom_item_bottom svg{width:310px;height:63px}.faq{display:flex;justify-content:space-between;margin-top:180px}.faq__left{margin-right:70px}.faq__left svg{margin-top:110px}.stake-more{background:#21212166;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);padding:65px 0;margin-top:180px}.stake-more--wrapper{display:flex;align-items:center;justify-content:space-between}.stake-more__right svg{width:412px;height:318px;margin-right:130px}.stake-more__left--inner{margin-left:60px}.stake-more__left--inner .text-lg{margin:32px 0}.stake-more__left--wrapper{display:flex;align-items:center}.stake-more__left--wrapper button{margin-right:32px}.about-staking{margin-top:160px}.about-staking_blocs{margin-left:150px;display:flex;align-items:center;width:calc(100% - 150px);margin-top:25px;margin-bottom:45px}.about-staking_blocs--button{width:50%;max-width:325px;height:80px;display:flex;padding:0 30px;align-items:center;justify-content:flex-start;border:1px solid #5b5b5b}.about-staking_blocs--button .link{margin-left:0}.about-staking_blocs--button:first-child{border-right:none}.bread-crumb{display:flex;align-items:center;margin-top:30px}.bread-crumb--home img{width:0;height:0;transition:.3s;opacity:0}.bread-crumb--home:hover img{width:28px;height:16px;margin-right:8px;opacity:1}.bread-crumb li{display:flex;align-items:center}.bread-crumb_link{font-weight:400;font-size:16px;line-height:130%;text-transform:uppercase;color:#fff}.bread-crumb_link:hover{color:#fff}.bread-crumb_link--gray{color:#828282}.bread-crumb_space{margin:0 5px;font-weight:400;font-size:16px;line-height:130%;color:#f5be37;transform:translateY(-2px)}.filter{margin-top:100px;display:flex;align-items:center;justify-content:space-between}.filter__item{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;display:flex;align-items:center}.filter__item svg{width:22px;height:17px;margin-right:12px}.staking-top{margin-top:70px;display:flex;align-items:center;justify-content:space-between}.staking-top__left{width:50%;margin-right:100px}.staking-top__left .text{margin-top:40px}.staking-top__left--wrapper{display:flex;align-items:center;position:relative}.staking-top__left .circle{position:absolute;right:-120px;top:10px;z-index:-1}.staking-top__right{width:50%;text-align:end}.staking-top__right img{width:80%}.circle{background:#f5be37;width:180px;height:180px;padding:30px;border-radius:99px;font-weight:500;font-size:14px;line-height:120%;text-transform:uppercase;color:#111;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.circle svg{margin-top:12px;height:40px}.block-top{display:flex;justify-content:space-between;align-items:flex-start;margin-top:50px}.block-top__left{width:100%;margin-right:30px}.block-top__left .text,.block-top__left .link{margin-top:32px}.card-block{display:flex;align-items:center;justify-content:space-between}.card-block__left{width:50%;padding-top:210px;padding-bottom:65px;border-right:1px solid #5b5b5b}.card-block__left svg{width:655px;height:580px;display:block}.card-block__right{width:50%;height:100%;padding-left:40px;padding-top:190px;padding-bottom:65px}.card-block__right_icon{width:280px;height:65px;margin-bottom:20px}.card-block__right_icon svg{max-width:165px;max-height:50px}.card-block_text{margin-top:24px;margin-bottom:32px}.card-block_text p{margin-bottom:20px}.card-block_text p:last-child{margin-bottom:0}.card-block_text b{font-weight:700}.card-block--revers{flex-direction:row-reverse}.card-block--revers .card-block__left{border-right:none;border-left:1px solid #5b5b5b;transform:translate(-1px)}.card-block--revers .card-block__right{padding-right:40px;padding-left:0}.card-stats{border:1px solid #5b5b5b;display:flex;align-items:center;justify-content:space-between;height:145px}.card-stats__item{display:flex;flex-direction:column;justify-content:center;padding:40px;height:100%;width:25%;border-right:1px solid #5b5b5b}.card-stats__item:last-child{border-right:none}.card-stats__item_num{font-weight:700;font-size:32px;line-height:130%;text-transform:uppercase;color:#f5be37}.card-stats__item_text{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase}.card-nodes{border:1px solid #5b5b5b;display:flex;align-items:center;justify-content:space-between;height:145px}.card-nodes__item{width:50%;display:flex;align-items:center;padding:25px 40px;height:100%;border-right:1px solid #5b5b5b}.card-nodes__item:last-child{border-right:none}.card-nodes__item:first-child{justify-content:space-between}.card-nodes__item_icon{width:80%;height:65px;display:flex;align-items:center;justify-content:space-between}.card-nodes__item_icon svg{max-width:42px;max-height:42px}.card-nodes_text{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;margin-left:20px}.card-nodes_num{font-weight:500;font-size:88px;line-height:100%;color:#f5be37}.card-nodes_plus{font-weight:700;font-size:32px;line-height:130%;color:#f5be37;margin-left:15px}.card-oracle{border:1px solid #5b5b5b;display:flex;align-items:center;justify-content:space-between;height:145px}.card-oracle__item{display:flex;align-items:center;padding:40px;height:100%;width:33.3333333333%;border-right:1px solid #5b5b5b}.card-oracle__item:last-child{border-right:none}.card-oracle__item_num{font-weight:500;font-size:88px;line-height:100%;text-transform:uppercase;color:#f5be37;margin-right:20px}.card-oracle__item_text{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase}.block-protocols{padding:120px 0;border-bottom:1px solid #f5be37;display:flex;align-items:center}.block-protocols .subtitle{margin-left:300px}.block-protocols .wrapper{position:relative}.block-protocols .circle{position:absolute;right:100px;bottom:0}.academy-top{margin:50px 0;display:flex;justify-content:space-between;align-items:flex-end}.academy-top__left{width:50%}.academy-top__left h2{margin-bottom:32px}.academy-top__left .text-lg{margin-bottom:20px}.academy-top__left .text-lg:last-child{margin-bottom:0}.academy-points__item{display:flex;align-items:center;justify-content:space-between;height:100px;padding:0 30px;outline:1px solid #5b5b5b;transition:.4s}.academy-points__item:hover{outline:1px solid #f5be37}.academy-points__item:hover h4{color:#f5be37}.academy-points__item_left{display:flex;align-items:center}.academy-points__item_left h4{transition:.4s;margin-left:55px}.academy-points__item_right{display:flex;align-items:center}.academy-points__item_right svg{width:28px;height:16px;margin-left:55px}.content{display:flex;align-items:center;justify-content:space-between;margin-top:160px;margin-bottom:100px}.content__text{width:45%}.content__text .text-lg{margin:32px 0}.marquee{width:100vw;height:140px;display:flex;align-items:center}.track{overflow:hidden;position:absolute;display:flex}.track-item{animation:marquee 20s linear infinite;align-items:center;display:inline-flex;will-change:transform}.track-item div{width:220px;height:108px}.track.-twox{animation-duration:25s}.explorers{margin-top:240px}.explorers .blob--static{left:-20%}.explorers h2{margin-left:150px}.explorers__text{margin-top:32px;margin-bottom:64px;display:flex;justify-content:center}.explorers__text .text-lg{width:65%}.about-everstake-top{display:flex;align-items:center;justify-content:space-between;height:calc(100vh - 200px);position:relative}.about-everstake-top img{position:absolute;left:33%;z-index:-1}.about-everstake-top__left{width:40%}.about-everstake-top__left .text-lg{margin-bottom:32px}.our-team{margin-top:120px}.our-team__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.our-team__top_left{width:70%}.our-team__top_left .text-lg{margin-top:32px}.our-team__top_right{width:30%}.our-team__bottom{display:flex;justify-content:space-between}.our-team__bottom img{padding:12px;width:33%}.hiring{margin-top:160px}.hiring h2{margin-left:150px;width:70%;margin-bottom:30px}.hiring__bottom{display:flex;align-items:center;margin-bottom:80px}.hiring__bottom--wrapper{width:70%}.hiring__bottom .text-lg{margin-bottom:32px}.hiring__bottom .circle{display:flex;align-items:center;justify-content:center;text-align:center;margin-right:70px}.hiring-card{display:flex;height:160px}.hiring-card__item{width:100%;padding:50px 70px}.about-products{display:flex;justify-content:space-between;position:relative}.about-products .blob--static{right:-20%;top:50%}.about-products__left{padding-top:180px;padding-right:130px}.about-products__left .title{margin-left:0}.about-products__left .subtitle{margin-bottom:48px}.about-products__left_top{position:sticky;top:100px;margin-bottom:160px}.about-products__left_bottom{margin-top:490px;position:sticky;top:100px;margin-bottom:160px;background:#111}.about-products__left_bottom--wrapper{display:flex;align-items:center}.about-products__left_bottom img{border-radius:99px;width:200px;height:200px;margin-right:32px}.about-products__left_bottom .text-lg{color:#828282}.about-products__right{padding-top:180px;padding-left:50px}.about-products__right--1{margin-bottom:160px}.about-products__right--2{margin-bottom:350px}.about-products__right--3,.about-products__right--4{margin-bottom:180px}.about-products__right--5{margin-bottom:160px}.about-products__right h4{margin-bottom:40px}.guide{margin-top:100px}.guide--wrapper{display:flex}.guide__item{background:#21212166;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);margin-bottom:15px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}.guide__item--wrapper{width:50%}.guide__item--wrapper:first-child{margin-right:25px}.guide__item--wrapper:last-child{margin-left:25px}.guide__item--wrapper h5{margin-bottom:20px;margin-top:50px}.guide__item span{margin-right:10px}.guide__item--icon{opacity:0;transition:.3s}.guide__item:hover{color:#f5be37;transition:.3s}.guide__item:hover .guide__item--icon{opacity:1;transform:translate(4px)}.validator-address{display:flex}.validator-address--wrapper{margin:100px 0}.validator-address__left{display:flex;align-items:center;width:33%;padding:25px 0}.validator-address__left h3{margin-left:20px}.validator-address__left--svg{width:100px;height:100px;background:#21212199;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:99%;display:flex;align-items:center;justify-content:center}.validator-address__left--svg svg{height:50px;width:50px}.validator-address__right{width:66%;padding:25px 0 25px 64px;display:flex;flex-direction:column;justify-content:space-evenly}.validator-address__right_copy{display:flex;align-items:center;word-break:break-all;cursor:pointer}.validator-address__right_copy--wrapper{display:flex;align-items:center}.validator-address__right_copy span{font-weight:400;font-size:20px;line-height:32px;color:#f5be37}.validator-address__right_copy span img{width:30px;height:20px;margin-left:14px}.safe{display:flex;margin-top:120px;margin-bottom:120px}.safe__left{width:30%;position:sticky;top:120px;height:100%}.safe__left .title{margin-left:89px}.safe__left .title:first-child{margin-left:0}.safe__left .circle{position:absolute;top:-30px;left:195px;z-index:-1;display:flex;align-items:center;justify-content:center;flex-direction:row}.safe__left .circle span{margin-right:10px}.safe__right{width:50%}.safe_item{margin-bottom:65px}.safe_item:last-child{margin-bottom:0}.safe_item h4{margin-top:12px;margin-bottom:40px}.safe_item .text-lg p{margin-bottom:25px}.safe_item .text-lg p:last-child{margin-bottom:0}.back-menu{display:flex;align-items:flex-end;justify-content:space-between;padding-top:16px;padding-bottom:16px}.back-menu--wrapper{border-bottom:1px solid rgba(255,255,255,.3)}.back-menu__title{cursor:pointer;display:flex;align-items:center}.back-menu__title svg{transition:.4s;margin-right:20px}.back-menu__title h3{transition:.3s}.back-menu__title img{opacity:0;width:0;height:0;transition:.4s}.back-menu__title:hover img{width:35px;height:20px;opacity:1;margin-right:12px}.back-menu__title:hover h3{color:#f5be37}.back-menu__title:hover svg path{fill:#f5be37}.back-menu .text{text-transform:uppercase}.staking,.staking-skeleton{display:flex;justify-content:space-between;margin-top:65px;margin-bottom:65px}.staking-skeleton-left,.staking-skeleton-center,.staking-skeleton-right{height:480px;width:30%;border:1px solid #565656;background-color:#212121;background-image:linear-gradient(90deg,#5b5b5b00,#5b5b5b33,#5b5b5b00);background-size:360px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 2.5s ease infinite}.staking-skeleton-center{width:480px}.staking .blob{top:-100px}.staking-left{border:1px solid #565656;height:480px;width:30%;display:flex;flex-direction:column;justify-content:space-between}.staking-left__mobile{display:none}.staking-left__top{padding:35px 25px}.staking-left__top_currency{font-weight:400;font-size:32px;line-height:130%;text-transform:uppercase;color:#565656}.staking-left__top_title{font-weight:500;font-size:32px;line-height:130%;text-transform:uppercase;color:#fff;margin-top:20px}.staking-left__top--wrapper{display:flex;flex-direction:column;align-items:center;margin-top:5px}.staking-left__top--wrapper img{height:170px;width:170px}.staking-left__bottom{border-top:1px solid #565656;display:flex;align-items:flex-end;padding:15px 25px;height:80px}.staking-left__bottom_num{font-weight:500;font-size:48px;line-height:100%;color:#f5be37}.staking-left__bottom_apr{font-weight:400;font-size:24px;line-height:130%;text-transform:uppercase;color:#fff;margin-left:12px}.staking-left-dashboard{padding:24px 24px 0}.staking-left-dashboard h4{text-align:center;font-size:20px;font-weight:500;text-transform:uppercase}.staking-left-dashboard .blur{background:#11111180;filter:blur(8px)}.staking-left-dashboard__title--balance{margin-top:10px;display:flex;align-items:center;justify-content:center}.staking-left-dashboard__title--balance h3{margin-left:5px;font-weight:500;font-size:48px;color:#f5be37}.staking-left-dashboard__title--balance svg{width:35px;height:40px}.staking-left-dashboard__stats{margin-top:10px}.staking-left-dashboard__stats .staking-right__bottom_item{height:53px}.staking-left-dashboard__stats .staking-right__bottom_item--title{font-size:12px}.staking-left-dashboard__stats .staking-right__bottom_item--num{display:flex;align-items:center;justify-content:flex-end;font-size:12px}.staking-left-dashboard__stats .staking-right__bottom_item--num span{margin-left:5px}.staking-left-dashboard__stats .staking-right__bottom_item--num .my-tooltip{margin-left:10px}.staking-center{position:relative;background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%);width:480px;height:480px;display:flex;flex-direction:column;margin:0 20px}.staking-center__top{display:flex;align-items:center;justify-content:space-between}.staking-center__top_item{width:100%;height:60px;font-weight:500;font-size:20px;line-height:120%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;border-bottom:1px solid #565656;cursor:pointer}.staking-center__top_item--active{border-bottom:1px solid #f5be37}.staking-center__bottom{padding:88px 30px 0;flex-grow:1}.staking-center__bottom_redirect{padding:0 30px;height:340px;display:flex;align-items:center;justify-content:center}.staking-center__bottom_redirect--icon{margin-bottom:35px;display:flex;width:100%;justify-content:center}.staking-center__bottom_redirect--icon svg{width:40px;height:40px}.staking-center__bottom_redirect--icon svg path{fill:#b2b2b2}.staking-center__bottom_redirect p{text-align:center;font-size:16px;font-weight:500;line-height:28px;text-transform:uppercase}.staking-center__bottom_redirect p span{cursor:pointer;color:#b2b2b2;text-decoration-line:underline}.staking-center__bottom--us p{text-align:center;font-size:20px;font-weight:500;line-height:120%;text-transform:uppercase;margin-bottom:20px}.staking-center__bottom--us p:last-child{margin-bottom:0}.staking-center__bottom_tooltip{display:flex;align-items:center}.staking-center__bottom_tooltip div{margin-left:20px}.staking-center__bottom_text{font-weight:400;font-size:16px;line-height:28px;text-transform:uppercase;color:#b1b1b1;display:flex;align-items:center;justify-content:space-between;margin-top:6px}.staking-center__bottom_info{height:80px;background:#212121;padding:22px 30px;font-weight:400;font-size:14px;line-height:130%;color:#fff;display:flex;align-items:center}.staking-center__bottom_info svg{min-width:16px;margin-right:12px}.staking-center__bottom li{margin-bottom:15px}.staking-center__bottom li:last-child{margin-bottom:0}.staking-center__button{margin:0;height:80px;width:100%;background:#f5be37;font-weight:500;font-size:32px;line-height:24px;display:flex;align-items:center;justify-content:center;letter-spacing:.01em;text-transform:uppercase;font-feature-settings:"pnum" on,"lnum" on;color:#111;border:none;outline:none;transition:all .3s}.staking-center__button:hover .stake-requirements__additional{display:inline}.staking-center__about{padding:32px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 160px)}.staking-center__about--wrapper{height:100%}.staking-center__about_title{font-weight:500;font-size:32px;line-height:120%;text-transform:uppercase;color:#fff}.staking-center__about_email{font-weight:500;font-size:16px;line-height:24px;color:#f5be37}.staking-center__mutual img{width:140px;margin:40px auto 0}.staking-center__mutual .staking-center__center{display:flex;justify-content:center;margin-bottom:auto}.staking-center__mutual .staking-center__bottom--us{width:245px}.staking-center__mutual .staking-center__small{font-size:16px;font-weight:400;text-transform:none}.staking-center__mutual .staking-center__small a{color:#f5be37;transition:all .3s}.staking-center__mutual .staking-center__small a:hover{opacity:.7}.staking-center__mutual .staking-center__txhash{display:flex;align-items:center;justify-content:center;gap:8px;font-size:20px;color:#f5be37;transition:all .3s}.staking-center__mutual .staking-center__txhash:hover{opacity:.7}.staking-center__mutual .staking-center__txhash p{margin-bottom:0;text-transform:none}.staking-center__mutual .staking-center__txhash .staking-center__bottom--us{width:245px;display:flex;flex-direction:column;align-items:center;justify-content:center}.staking-calculator{height:480px;width:30%;background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%);display:flex;flex-direction:column}.staking-calculator__top{display:flex;align-items:center;justify-content:space-between}.staking-calculator__top_item{width:100%;height:60px;font-weight:500;font-size:20px;line-height:120%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;border-bottom:1px solid #565656;cursor:pointer}.staking-calculator__top_item--active{border-bottom:1px solid #f5be37}.staking-calculator__body{height:420px;padding:37px 24px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.staking-calculator__body_title{font-size:16px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase;text-align:center;margin-bottom:25px}.staking-calculator__body_item{display:flex;align-items:center;justify-content:space-between;height:56px;border-bottom:1px solid #212121}.staking-calculator__body_item:last-child{border-bottom:none}.staking-calculator__body_item--title{color:#b2b2b2;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.staking-calculator__body_item--num{color:#f5be37;font-size:20px;font-style:normal;font-weight:500;line-height:28px}.staking-calculator__body_item--num span{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.staking-right{height:480px;width:30%}.staking-right__top{padding:25px;height:180px;margin-bottom:20px;background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%)}.staking-right__top_title{font-weight:500;font-size:20px;line-height:24px;text-transform:uppercase;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.staking-right__top_item{display:flex;align-items:center}.staking-right__top_item--wrapper{display:flex;align-items:center;justify-content:space-between}.staking-right__top_item--num{font-weight:500;font-size:30px;line-height:130%;margin-right:5px}.staking-right__top_progress{background:#565656;height:8px;width:100%;margin-top:10px;margin-bottom:10px}.staking-right__top_progress--wrapper{display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:12px;line-height:20px;text-transform:uppercase;color:#b2b2b2}.staking-right__top_progress--dydx{flex-direction:column;align-items:start;justify-content:space-between;height:calc(100% - 44px)}.staking-right__top_progress--line{animation:water 2s linear forwards;height:8px;background:linear-gradient(90deg,#f5be37 53.42%,#bbff9b 108.21%)}.staking-right__top_progress--success{color:#bbff9b}.staking-right__bottom{height:200px;border:1px solid #565656;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.staking-right__bottom--big{height:400px}.staking-right__bottom--big--wrapper{display:flex;align-items:center;justify-content:center;padding:20px 0}.staking-right__bottom--big--num{font-weight:500;font-size:40px;line-height:120%;letter-spacing:.05em;color:#f5be37;margin-left:12px}.staking-right__bottom--big--svg svg{width:45px;height:45px}.staking-right__bottom--big--svg svg path{fill:#f5be37}.staking-right__bottom--dashboard{height:480px}.staking-right__bottom--header{font-weight:500;font-size:20px;line-height:120%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:#fff;height:60px;width:100%;border:1px solid #565656;border-bottom:none}.staking-right__bottom--full{height:340px;display:flex;flex-direction:column;justify-content:flex-start;padding:25px}.staking-right__bottom--full p{font-weight:400;font-size:14px;line-height:28px;color:#fff;margin-bottom:12px}.staking-right__bottom--full p:last-child{margin-bottom:0}.staking-right__bottom_title{display:flex;font-weight:500;font-size:20px;line-height:24px;text-transform:uppercase;align-items:center;justify-content:space-between}.staking-right__bottom_title--balance{display:flex;align-items:center;color:#f5be37}.staking-right__bottom_title--balance span{font-size:12px;margin:0 5px;color:#fff;align-self:baseline}.staking-right__bottom_title--balance .staking-right__bottom_item--title{font-size:12px}.staking-right__bottom_title--balance .staking-right__bottom_item--num{font-size:14px;margin-left:10px}.staking-right__bottom_item{display:flex;align-items:center;justify-content:space-between;height:55px;border-bottom:1px solid #212121}.staking-right__bottom_item--hide{border-bottom:none}.staking-right__bottom_item--title{font-weight:400;font-size:16px;line-height:28px;text-transform:uppercase;color:#b2b2b2}.staking-right__bottom_item--num{font-weight:500;font-size:20px;line-height:28px}.staking-right__bottom_item--num span{font-weight:400;font-size:12px;line-height:28px}.staking-right__button{cursor:pointer;height:80px;width:100%;background:transparent;font-weight:500;font-size:32px;line-height:24px;display:flex;align-items:center;justify-content:center;letter-spacing:.01em;text-transform:uppercase;font-feature-settings:"pnum" on,"lnum" on;color:#f5be37;border:1px solid #f5be37;outline:none;transition:all .3s}.staking-right__button:disabled{opacity:.6!important}.staking-right__button--animate{transition:all .2s linear 0s}.staking-right__button--animate:hover{background-color:#f5be37;color:#111}.staking__input{border:none;outline:none;background:transparent;align-items:center;text-align:center;color:#fff;width:100%;font-weight:500;font-size:48px;letter-spacing:.05em;padding:0;-webkit-appearance:none;-moz-appearance:textfield}.staking__input_wrap{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;position:relative;border-bottom:1px solid #565656}.staking__input_wrap_svg{position:absolute;bottom:12px;left:0}.staking__input_wrap_svg svg{height:24px;width:auto}.staking__input_wrap_svg svg path{fill:#b2b2b2}.staking__input_wrap--success{border-bottom:1px solid #f5be37}.staking__input_wrap--error{border-bottom:1px solid #ff5353}.staking__input_wrap_eth{width:43px}.staking__input_wrap_chain svg{width:40px;height:40px}.staking__input_wrap_chain svg path{fill:#b2b2b2}.staking__input_wrap_arrow{display:flex;flex-direction:column;position:absolute;right:0;bottom:10px;cursor:pointer}.staking__input_wrap_arrow svg:first-child{margin-bottom:10px}.staking__input_wrap_btn{width:43px;display:flex;flex-direction:column;cursor:pointer;color:#b2b2b2}.staking__input_wrap_btn button{background:none;color:#b2b2b2;font-size:12px;font-weight:500;border:1px solid #565656;text-align:center;text-transform:uppercase;padding:3px 8px}.staking__input_wrap_btn button:last-child{border-top:none}.staking__input_wrap_btn button:disabled,.staking__input_wrap_btn button[disabled]{color:#565656}.staking__input_wrap_btn .active{color:#f5be37}.staking-link{height:480px;width:30%}.staking-link__top{height:400px;padding:25px;border:1px solid #565656;display:flex;flex-direction:column;justify-content:space-between}.staking-link__top_img{width:180px}.staking-link__top_title{font-weight:500;font-size:32px;line-height:130%;text-transform:uppercase}.staking-link__bottom{height:80px;border:1px solid #f5be37;display:flex;align-items:center;justify-content:space-between;padding:25px}.staking-link__bottom_text{font-weight:500;font-size:24px;line-height:28px;text-transform:lowercase;color:#f5be37}.dashboard{margin-top:120px;margin-bottom:120px}.validator_link{text-transform:lowercase;color:#b2b2b2}.validator_link:hover{color:#f5be37}.validator_link svg{margin-left:15px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.color__gray-dark{color:#565656}.red_border{border-color:red}.loading-bg{background-color:#f5be3799}p{margin:0}.claim-additional{display:flex;align-items:center;gap:12px;padding:0 var(--space-4);color:var(--color-text-secondary);min-height:65px}.claim-additional--red{border-top:1px solid #ff5353}.claim-additional__text{font-size:14px}.claim-additional svg{min-width:16px;min-height:16px}.hide-mobile:after{position:absolute;content:"This feature is not available \aon the mobile version of the website. \aPlease switch to the desktop version.";width:100%;height:70%;background:#11111180;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:0 15px;display:flex;align-items:center;font-size:13px;font-weight:500;text-transform:uppercase;white-space:pre;text-align:center;justify-content:center;top:13%}.unstake_modal__select{width:calc(100% - 32px);margin:20px auto 30px;height:2px;background:#b2b2b2;display:flex;align-items:center;justify-content:space-between;position:relative}.unstake_modal__select:after{content:"";position:absolute;width:var(--unstake-select-width);height:2px;background:#f5be37}.unstake_modal__select--item{position:absolute}.unstake_modal__select--item:nth-child(1){left:-8px}.unstake_modal__select--item:nth-child(1) div{left:3px}.unstake_modal__select--item:nth-child(2){left:calc(25% - 4px)}.unstake_modal__select--item:nth-child(2) div{left:3px}.unstake_modal__select--item:nth-child(3){left:50%}.unstake_modal__select--item:nth-child(3) div{left:4px}.unstake_modal__select--item:nth-child(4){left:75%}.unstake_modal__select--item:nth-child(5){right:8px}.unstake_modal__select--item:nth-child(5) div{right:-24px}.unstake_modal__select--item span{position:absolute;width:16px;height:16px;background:#fff;border-radius:99px;top:-8px;cursor:pointer;z-index:99}.unstake_modal__select--item div{position:absolute;top:15px}.unstake_modal__select--item--active span{background:#f5be37}.unstake_modal__select--item--active div{color:#f5be37}.unstake_modal__body{padding:0 30px 30px}.unstake_modal__card{border:1px solid #f5be37;padding:16px;margin-top:24px;cursor:pointer;transition:.3s}.unstake_modal__card--gray{border:1px solid #565656}.unstake_modal__card--gray:hover{border:1px solid #f5be37}.unstake_modal__card:first-child{margin-top:0}.unstake_modal__card--top{margin-bottom:16px;text-transform:uppercase;line-height:24px;display:flex;align-items:center;justify-content:space-between}.unstake_modal__card--title{display:flex;align-items:center;font-size:16px;font-weight:500}.unstake_modal__card--title .my-tooltip{margin-left:10px}.unstake_modal__card--fee{color:#b2b2b2;font-size:14px;font-weight:400}.unstake_modal__card--fee span{font-size:12px}.unstake_modal__card--bottom{color:#b2b2b2;font-size:16px;font-weight:400;line-height:130%}.pending-requests{padding:24px;display:flex;flex-direction:column;align-items:center;gap:24px;width:390px;height:480px;text-align:center;border:1px solid #565656}@media (max-width: 1400px){.pending-requests{width:30%}}@media (max-width: 992px){.pending-requests{margin:65px auto 0;width:90%;height:auto}}.pending-requests__title{display:flex;gap:8px;font-size:20px;font-weight:500;text-transform:uppercase}.pending-requests__blur{flex-grow:1;display:flex;align-items:center;font-size:22px;font-weight:500;text-transform:uppercase;background:#11111180;background-size:contain;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;justify-content:center}.pending-requests__content{width:100%;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.pending-requests__content::-webkit-scrollbar{width:4px;height:140px;background-color:#111;margin:10px}.pending-requests__content::-webkit-scrollbar-button{display:none}.pending-requests__content::-webkit-scrollbar-thumb{background-color:#f5be37}.pending-requests__item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #b2b2b2;padding-bottom:12px;cursor:pointer}.pending-requests__item--wrapper{color:#b2b2b2;transition:.4s;font-size:16px;font-weight:500;line-height:20px;text-transform:uppercase;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:start}.pending-requests__item--wrapper span{color:#f5be37;margin-bottom:10px}@media (max-width: 1400px){.pending-requests__item--wrapper{font-size:12px}.pending-requests__item--wrapper span{margin-bottom:5px}}@media (max-width: 1015px){.pending-requests__item--wrapper span{margin-bottom:0}}@media (max-width: 992px){.pending-requests__item--wrapper{font-size:14px}.pending-requests__item--wrapper span{margin-bottom:10px}}.pending-requests__item svg{min-width:35px;margin-left:10px;transition:.4s}.pending-requests__item:hover .pending-requests__item--wrapper{color:#f5be37}.pending-requests__item:hover svg{transform:translate(4px)}.pending-requests__item:hover svg path{stroke:#f5be37}@media (max-width: 1400px){.pending-requests__item svg{display:none}}@media (max-width: 992px){.pending-requests__item svg{display:block}}.accordion{width:70%;overflow:hidden}.accordion-heading,.accordion-container{cursor:pointer;transition:.3s}.accordion-container{border:1px solid #5b5b5b;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);padding:30px}.accordion-container.active{border:1px solid #f5be37}.accordion-container.active .accordion-heading div{color:#f5be37}.accordion-container.active .panel{max-height:max-content;display:block;transition:.5s;margin-top:30px}.accordion-container .panel{max-height:0;overflow:hidden;transition:.5s}.accordion-container .panel a{color:#f5be37;text-decoration:none;cursor:pointer}.accordion-container .panel a:hover{color:#f5be37;text-decoration:none}.accordion-container .panel ul{list-style-type:square;margin-left:24px;margin-bottom:24px}.accordion-container .panel ul li::marker{margin:0 .5rem 0 0;color:#f5be37}.accordion-container .panel p{margin-bottom:20px}.accordion-heading{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase}.accordion-heading span{font-size:40px;font-weight:300;color:#f5be37}.button{border:none;outline:none;width:180px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-button);border-radius:var(--border-radius-lg);text-transform:var(--tt-button);font-weight:500;font-size:18px;line-height:24px;background:var(--color-primary);position:relative;overflow:hidden;transition:all .2s linear 0s}.button:disabled{opacity:.7}.button-lg{width:220px;height:50px}.button-lg:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjM4MjMgN0gwIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIvPgo8cGF0aCBkPSJNMTQuODIwMyAxQzE1LjQzOCAzLjMxNTc5IDE3LjUzNzkgNi42ODQyMSAyMC45OTY4IDYuNjg0MjEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42Ii8+CjxwYXRoIGQ9Ik0xNC44MjAzIDEzQzE1LjQzOCAxMC42ODQyIDE3LjUzNzkgNy4zMTU3OSAyMC45OTY4IDcuMzE1NzkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42Ii8+Cjwvc3ZnPgo=);position:absolute;display:flex;align-items:center;justify-content:center;right:34px;top:0;opacity:0;height:100%;width:max-content;transition:all .2s linear 0s}.button-lg:hover{text-indent:-20px}.button-lg:hover:before{opacity:1;right:30px}.button--gray{border:1px solid rgba(255,255,255,.3);outline:none;width:180px;height:40px;display:flex;align-items:center;justify-content:space-between;color:#111;font-weight:400;font-size:16px;line-height:24px;text-transform:uppercase;background:transparent;padding:0 10px;position:relative;overflow:hidden;transition:all .2s linear 0s}.button--gray svg:hover{fill:var(--color-primary)}.button--outline{border:1px solid var(--color-primary);color:var(--color-primary);background:transparent;text-transform:var(--tt-button);font-size:var(--text-lg)}.button--outline:hover{background:var(--color-primary);color:var(--color-text-primary)}.button--outline:disabled{opacity:.7;border:1px solid var(--color-primary);color:var(--color-primary);background:transparent}.button--disabled{opacity:.7;border:1px solid var(--color-primary);color:var(--color-primary);background:transparent;cursor:default}.button_export{border:1px solid var(--color-primary);outline:none;font-weight:500;font-size:18px;line-height:23px;letter-spacing:.02em;text-transform:uppercase;color:var(--color-primary);background:transparent;width:180px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s linear}.button_export:hover{background:var(--color-primary);color:var(--color-primary)}.button_export:disabled,.button_export[disabled]{border:1px solid #565656;cursor:not-allowed;color:#565656}.button_export:disabled:hover,.button_export[disabled]:hover{background:transparent;color:#565656}.button-animated{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .2s linear 0s}.button-animated:before{content:url("data:image/svg+xml,%3Csvg width='39' height='24' viewBox='0 0 39 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.5 12H0.5' stroke='black' stroke-width='2'/%3E%3Cpath d='M27.5 1C28.6 5.07407 32.34 11 38.5 11' stroke='black' stroke-width='2'/%3E%3Cpath d='M27.5 23C28.6 18.9259 32.34 13 38.5 13' stroke='black' stroke-width='2'/%3E%3C/svg%3E");position:absolute;display:flex;align-items:center;justify-content:center;right:54px;top:0;opacity:0;height:100%;width:max-content;transition:all .2s linear 0s}.button-animated:disabled:hover:before,.button-animated[disabled]:hover:before{display:none}.button-animated:hover:before{opacity:1;right:50px}.button--xs{width:auto;padding:0 10px;font-size:14px;line-height:16px;height:32px}.claim-input__value{text-align:center;width:100%;color:#fff;font-weight:500;font-size:48px;letter-spacing:.05em}.claim-input__text{display:flex;justify-content:flex-end}.field{position:relative;width:480px;max-width:100%}.field input:-webkit-autofill,.field input:-webkit-autofill:hover,.field input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff;-webkit-box-shadow:0 0 0px 1000px transparent inset;transition:background-color 5000s ease-in-out 0s}.field--error_text{font-weight:400;font-size:12px;line-height:20px;color:#fff;margin-top:4px;transition:.5s}.field__subscribe{position:absolute;top:11px;right:137.5px;width:0;opacity:0;font-weight:500;font-size:18px;line-height:24px;letter-spacing:.01em;text-transform:uppercase;color:#f5be37;transition:opacity .3s linear}.field--wrapper{width:70px;height:100%;position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:flex-end;cursor:pointer}.field--wrapper:hover~.field__subscribe{width:max-content;right:40px;opacity:1}.field svg{width:28px;height:16px}.field:hover:after{content:"";position:absolute;bottom:0;left:0;height:1px;background:var(--color-text-secondary);animation:border-input .4s linear forwards}.field--error:hover:after{content:"";position:absolute;bottom:0;left:0;height:1px;background:#ff5353;animation:border-input .4s linear forwards}.field .input{width:100%;padding:10px 0;font-weight:500;font-size:16px;line-height:24px;color:var(--color-text-secondary);border:none;border-bottom:1px solid var(--color-primary);outline:none;background:transparent}.field .input:focus~.label,.field .input:valid~.label{top:-20px;left:0;color:var(--color-primary);font-weight:400;font-size:10px;line-height:20px;text-transform:var(--tt-button)}.field .input:focus{border-bottom:1px solid var(--color-text-secondary)}.field .input--error{border-bottom:1px solid #ff5353!important}.field .label{position:absolute;top:0;left:0;padding:10px 0;pointer-events:none;transition:.5s;font-size:12px;line-height:24px;font-weight:400;text-transform:var(--tt-button);color:var(--color-text-secondary)}.input-border{padding-right:50px;font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;color:#828282;border:none;outline:none;background:transparent}.input-border--wrapper{border:1px solid #5b5b5b;padding:24px;height:70px;display:flex;align-items:center}.input-border--wrapper svg{width:19px;height:19px;margin-right:12px}@keyframes border-input{0%{width:0}to{width:100%}}.input__progress{-webkit-user-select:none;user-select:none;background:#21212166;border:none;height:10px;width:100%;outline:none;transition:background .45s ease-in;-webkit-appearance:none;cursor:pointer}.input__progress_wrap{position:relative;cursor:grab;margin:40px 0 60px}.input__progress_box{position:absolute;border:2px solid #555555;width:25px;height:25px;top:.5px;z-index:999;background:#21212166}.input__progress_box--active{background:#f5be37;border:2px solid rgba(245,190,55,.6);transition:all .5s}.input__progress::-webkit-slider-thumb{-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect x='1' y='1' width='38' height='38' rx='19' fill='%23F5BE37' stroke='%23CDA842' stroke-width='2'/%3E%3Cpath d='M24 25L29 20L24 15' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M16 15L11 20L16 25' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");width:40px;height:40px;z-index:10;border-radius:50%}.input__progress--small{height:5px}.input__progress--small::-webkit-slider-thumb{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect x='1' y='1' width='38' height='38' rx='19' fill='%23F5BE37' stroke='%23CDA842' stroke-width='2'/%3E%3Cpath d='M24 25L29 20L24 15' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M16 15L11 20L16 25' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");width:40px;height:40px;border-radius:50%;transform:scale(.7)}.pagination{border-radius:0!important;margin-bottom:0!important}.page-link{color:#5b5b5b!important;background-color:transparent!important;border:none!important;outline:none!important;display:flex!important;align-items:center!important;font-weight:400!important;font-size:14px!important;line-height:16px!important;font-family:var(--font-family)!important}.page-link svg{margin:0 12px}.page-link:hover{color:#f5be37!important}.page-link:hover svg{fill:#f5be37}.page-link:focus{outline:none!important;box-shadow:none!important}.page-item.active .page-link{color:#f5be37!important}.page-item.disabled .page-link{color:#565656!important}.page-item.disabled .page-link svg{fill:#565656!important}.page-item:first-child .page-link{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.page-item:last-child .page-link{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.select{position:relative;display:inline-block;cursor:pointer;border:1px solid #565656;outline:none;-webkit-user-select:none;user-select:none;font-weight:500;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff;width:200px;height:40px;background:transparent;padding-left:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select--title{width:85%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.select--beforeList ul{flex-direction:column;border-bottom:1px solid gray!important;padding-bottom:15px!important}.select--beforeList ul li{padding:15px 15px 0}.select:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggOS40OTkyMkwwLjUgMS45OTkyMkwxLjU1IDAuOTQ5MjE5TDggNy4zOTkyMkwxNC40NSAwLjk0OTIxOUwxNS41IDEuOTk5MjJMOCA5LjQ5OTIyWiIgZmlsbD0iI0Y1QkUzNyIvPgo8L3N2Zz4K);position:absolute;right:10px;top:7px;transition:.4s}.select--pagination{display:flex;align-items:center;justify-content:center;gap:30px}.select--pagination .disable{color:gray!important;cursor:not-allowed}.select--pagination .disable svg{fill:gray!important}.select--pagination div{-webkit-user-select:none;user-select:none;font-size:14px;cursor:pointer;text-transform:uppercase;display:flex;align-items:center;transition:.3s}.select--pagination div svg{transition:.3s}.select--pagination div span{margin:0 5px}.select--pagination div:hover{color:#f5be37}.select--pagination div:hover svg{fill:#f5be37}.select--option{transition:.3s}.select--option--path{padding:15px 15px 0}.select--option:hover{color:#f5be37}.select--option--title{font-size:16px;line-height:120%;color:#fff;text-transform:uppercase}.select__wallet{cursor:pointer;width:100%;height:60px;border:2px solid var(--color-bg-form-primary);display:flex;align-items:center;justify-content:space-between;padding:0 30px;transition:border .3s;background-color:var(--color-bg-form-primary);font-weight:400;font-size:16px;line-height:34px;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-secondary);margin-top:15px}.select__wallet .disable{display:block}.select__wallet .active{display:none}.select__wallet--small{height:40px;padding:0 15px;font-size:14px;line-height:120%;text-transform:none}.select__wallet_name{display:flex;align-items:center;gap:8px}.select__wallet_name div{margin-right:15px;display:flex;align-items:center}.select__wallet_name div svg{width:30px;height:30px}.select__wallet_item{color:#b2b2b2;display:flex;align-items:center;gap:7px}.select__wallet_item svg{margin-left:15px}.select__wallet:hover{border:2px solid var(--color-primary);background-color:transparent}.select__wallet:hover .select__wallet_item{color:var(--color-primary)}.select__wallet:hover .disable{display:none}.select__wallet:hover .active{color:var(--color-primary);display:block}.select.multiselect--active:after{transform:rotate(180deg)}.select__box{display:flex;align-items:center;justify-content:space-between;width:100%}.select__box div{font-weight:400;font-size:14px;line-height:28px}.select__box .styled-checkbox+label:before{margin-right:0}.multiselect__tags{display:flex!important;align-items:center!important;height:100%!important}.multiselect__placeholder{display:none!important}.multiselect__content-wrapper{z-index:99;position:absolute;width:calc(100% - 10px)}.multiselect__content-wrapper ul,.multiselect__content-wrapper li{list-style:none;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}.multiselect__element .select__box{padding:15px 15px 0!important}.multiselect__content{background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%),#111!important;border:1px solid #565656!important;width:calc(100% + 12px)!important;transform:translate(-11px)!important;padding-bottom:15px!important}.multiselect__option{width:100%!important}.multiselect--disabled{cursor:auto;color:#21212166}.select-stake{-webkit-user-select:none;user-select:none;height:70px;width:100%;border:1px solid #565656;position:relative}.select-stake--wrapper{position:relative}.select-stake--icon{position:absolute;right:20px;top:40%;transition:.4s}.select-stake--dropdown{position:absolute;height:max-content;z-index:100;top:0;width:100%;overflow-y:scroll;max-height:180px;-webkit-user-select:none;user-select:none;border:1px solid #565656;border-top:none;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.select-stake--dropdown-relative{position:relative}.select-stake--dropdown::-webkit-scrollbar{display:none}.select-stake--dropdown-item{height:60px;font-weight:400;font-size:16px;line-height:30px;display:flex;align-items:center;justify-content:space-between;letter-spacing:.03em;text-transform:uppercase;padding:15px 30px;transition:all .3s;cursor:pointer}.select-stake--dropdown-item:hover{background:#21212166}.select-stake:last-child{margin-bottom:0}.select-stake__wrapper{overflow-y:scroll;height:max-content;max-height:180px}.select-stake__wrapper::-webkit-scrollbar{display:none}.select-stake__text{cursor:pointer;display:flex;align-items:center;height:100%;padding:0 80px 0 20px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:.01em;text-transform:uppercase}.select-stake__text div:first-child{width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-stake__link{width:420px;cursor:pointer;font-size:16px;line-height:24px;letter-spacing:2px;padding:0 30px;margin:30px 0;-webkit-user-select:none;user-select:none}.select-stake__link svg:hover{fill:#f5be37}.select-stake__chain{padding:0 15px;width:240px;height:60px;border:2px solid rgba(33,33,33,.4);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:400;font-size:16px;line-height:34px;letter-spacing:.03em;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:space-between}.select-stake__chain_text{display:flex;align-items:center}.select-stake__chain_text svg{margin-right:15px}.select-stake__chain-relative{position:relative}.select-stake__chain-absolute{position:absolute;z-index:999}.select-stake__chain_select{max-width:240px;background:#111;display:flex;flex-direction:column;transition:all .3s;border:2px solid rgba(33,33,33,.4);border-top:none}.select-stake__chain_select--item{width:238px;height:60px;overflow:hidden;border:none;border-bottom:2px solid rgba(33,33,33,.4)}.select-stake__chain_select--item:last-child{border-bottom:none}.select-stake__chain_select--item:hover{color:#bbff9b}.select-stake__chain_select--item:hover svg{fill:#bbff9b}.select-stake__chain_select--active{color:#bbff9b}.select-stake__chain_select--active svg{fill:#bbff9b}.table{letter-spacing:.1em;margin-bottom:0}.table__capitalize{text-transform:capitalize}.table__uppercase{text-transform:uppercase}.table__pagination{display:flex;align-items:center;justify-content:center;padding:30px;height:60px;border:1px solid #565656;border-top:none;background:transparent;margin-bottom:80px}.table__pagination--dark{border-top:1px solid #565656}.table__no_data{padding:0 20px;height:160px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px;line-height:28px;text-transform:uppercase;border-left:1px solid #565656;border-right:1px solid #565656}.table-thead-tr{border:1px solid #565656}.table-thead-tr th{-webkit-user-select:none;user-select:none;text-align:center;padding:20px;height:60px;font-weight:700;font-size:16px;line-height:28px;text-transform:uppercase;color:#b2b2b2}.table-tbody-tr{border:1px solid #565656}.table-tbody-tr td{white-space:nowrap;font-variant-numeric:tabular-nums;text-align:center;height:40px;color:#fff;border-left:1px solid #565656;background:#111;font-weight:400;font-size:16px;line-height:28px}.table_filter{display:flex;justify-content:space-between;align-items:center;margin:30px 0}.table__sort{display:flex;align-items:center}.table__sort_item{font-weight:500;font-size:18px;line-height:24px;text-transform:uppercase;margin-left:60px;display:flex;align-items:center;cursor:pointer}.table__sort_item svg{margin-left:15px}.table.b-table>thead>tr>[aria-sort=none],.table.b-table>tfoot>tr>[aria-sort=none]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjM1MzU1IDEwLjM1MzZMNi43MDcxMSAxMEw2IDkuMjkyODlMNS42NDY0NSA5LjY0NjQ1TDYuMzUzNTUgMTAuMzUzNlpNMy41IDEyLjVMMy4xNDY0NSAxMi44NTM2QzMuMjQwMjEgMTIuOTQ3MyAzLjM2NzM5IDEzIDMuNSAxM0MzLjYzMjYxIDEzIDMuNzU5NzggMTIuOTQ3MyAzLjg1MzU1IDEyLjg1MzZMMy41IDEyLjVaTTEuMzUzNTUgOS42NDY0NUwxIDkuMjkyODlMMC4yOTI4OTMgMTBMMC42NDY0NDcgMTAuMzUzNkwxLjM1MzU1IDkuNjQ2NDVaTTUuNjQ2NDUgOS42NDY0NUwzLjE0NjQ1IDEyLjE0NjRMMy44NTM1NSAxMi44NTM2TDYuMzUzNTUgMTAuMzUzNkw1LjY0NjQ1IDkuNjQ2NDVaTTMuODUzNTUgMTIuMTQ2NEwxLjM1MzU1IDkuNjQ2NDVMMC42NDY0NDcgMTAuMzUzNkwzLjE0NjQ1IDEyLjg1MzZMMy44NTM1NSAxMi4xNDY0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNjQ2NDQ3IDMuMTQ2NDVMMC4yOTI4OTMgMy41TDEgNC4yMDcxMUwxLjM1MzU1IDMuODUzNTVMMC42NDY0NDcgMy4xNDY0NVpNMy41IDFMMy44NTM1NSAwLjY0NjQ0N0MzLjY1ODI5IDAuNDUxMTg0IDMuMzQxNzEgMC40NTExODQgMy4xNDY0NSAwLjY0NjQ0N0wzLjUgMVpNNS42NDY0NSAzLjg1MzU1TDYgNC4yMDcxMUw2LjcwNzExIDMuNUw2LjM1MzU1IDMuMTQ2NDVMNS42NDY0NSAzLjg1MzU1Wk0xLjM1MzU1IDMuODUzNTVMMy44NTM1NSAxLjM1MzU1TDMuMTQ2NDUgMC42NDY0NDdMMC42NDY0NDcgMy4xNDY0NUwxLjM1MzU1IDMuODUzNTVaTTMuMTQ2NDUgMS4zNTM1NUw1LjY0NjQ1IDMuODUzNTVMNi4zNTM1NSAzLjE0NjQ1TDMuODUzNTUgMC42NDY0NDdMMy4xNDY0NSAxLjM1MzU1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)!important}.table.b-table>thead>tr>[aria-sort=ascending],.table.b-table>tfoot>tr>[aria-sort=ascending]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjM1MzU1IDEwLjM1MzZMNi43MDcxMSAxMEw2IDkuMjkyODlMNS42NDY0NSA5LjY0NjQ1TDYuMzUzNTUgMTAuMzUzNlpNMy41IDEyLjVMMy4xNDY0NSAxMi44NTM2QzMuMjQwMjEgMTIuOTQ3MyAzLjM2NzM5IDEzIDMuNSAxM0MzLjYzMjYxIDEzIDMuNzU5NzggMTIuOTQ3MyAzLjg1MzU1IDEyLjg1MzZMMy41IDEyLjVaTTEuMzUzNTUgOS42NDY0NUwxIDkuMjkyODlMMC4yOTI4OTMgMTBMMC42NDY0NDcgMTAuMzUzNkwxLjM1MzU1IDkuNjQ2NDVaTTUuNjQ2NDUgOS42NDY0NUwzLjE0NjQ1IDEyLjE0NjRMMy44NTM1NSAxMi44NTM2TDYuMzUzNTUgMTAuMzUzNkw1LjY0NjQ1IDkuNjQ2NDVaTTMuODUzNTUgMTIuMTQ2NEwxLjM1MzU1IDkuNjQ2NDVMMC42NDY0NDcgMTAuMzUzNkwzLjE0NjQ1IDEyLjg1MzZMMy44NTM1NSAxMi4xNDY0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNjQ2NDQ3IDMuMTQ2NDVMMC4yOTI4OTMgMy41TDEgNC4yMDcxMUwxLjM1MzU1IDMuODUzNTVMMC42NDY0NDcgMy4xNDY0NVpNMy41IDFMMy44NTM1NSAwLjY0NjQ0N0MzLjY1ODI5IDAuNDUxMTg0IDMuMzQxNzEgMC40NTExODQgMy4xNDY0NSAwLjY0NjQ0N0wzLjUgMVpNNS42NDY0NSAzLjg1MzU1TDYgNC4yMDcxMUw2LjcwNzExIDMuNUw2LjM1MzU1IDMuMTQ2NDVMNS42NDY0NSAzLjg1MzU1Wk0xLjM1MzU1IDMuODUzNTVMMy44NTM1NSAxLjM1MzU1TDMuMTQ2NDUgMC42NDY0NDdMMC42NDY0NDcgMy4xNDY0NUwxLjM1MzU1IDMuODUzNTVaTTMuMTQ2NDUgMS4zNTM1NUw1LjY0NjQ1IDMuODUzNTVMNi4zNTM1NSAzLjE0NjQ1TDMuODUzNTUgMC42NDY0NDdMMy4xNDY0NSAxLjM1MzU1WiIgZmlsbD0iI0Y1QkU0NCIvPgo8L3N2Zz4K)!important}.table.b-table>thead>tr>[aria-sort=descending],.table.b-table>tfoot>tr>[aria-sort=descending]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjM1MzU1IDEwLjM1MzZMNi43MDcxMSAxMEw2IDkuMjkyODlMNS42NDY0NSA5LjY0NjQ1TDYuMzUzNTUgMTAuMzUzNlpNMy41IDEyLjVMMy4xNDY0NSAxMi44NTM2QzMuMjQwMjEgMTIuOTQ3MyAzLjM2NzM5IDEzIDMuNSAxM0MzLjYzMjYxIDEzIDMuNzU5NzggMTIuOTQ3MyAzLjg1MzU1IDEyLjg1MzZMMy41IDEyLjVaTTEuMzUzNTUgOS42NDY0NUwxIDkuMjkyODlMMC4yOTI4OTMgMTBMMC42NDY0NDcgMTAuMzUzNkwxLjM1MzU1IDkuNjQ2NDVaTTUuNjQ2NDUgOS42NDY0NUwzLjE0NjQ1IDEyLjE0NjRMMy44NTM1NSAxMi44NTM2TDYuMzUzNTUgMTAuMzUzNkw1LjY0NjQ1IDkuNjQ2NDVaTTMuODUzNTUgMTIuMTQ2NEwxLjM1MzU1IDkuNjQ2NDVMMC42NDY0NDcgMTAuMzUzNkwzLjE0NjQ1IDEyLjg1MzZMMy44NTM1NSAxMi4xNDY0WiIgZmlsbD0iI0Y1QkU0NCIvPgo8cGF0aCBkPSJNMC42NDY0NDcgMy4xNDY0NUwwLjI5Mjg5MyAzLjVMMSA0LjIwNzExTDEuMzUzNTUgMy44NTM1NUwwLjY0NjQ0NyAzLjE0NjQ1Wk0zLjUgMUwzLjg1MzU1IDAuNjQ2NDQ3QzMuNjU4MjkgMC40NTExODQgMy4zNDE3MSAwLjQ1MTE4NCAzLjE0NjQ1IDAuNjQ2NDQ3TDMuNSAxWk01LjY0NjQ1IDMuODUzNTVMNiA0LjIwNzExTDYuNzA3MTEgMy41TDYuMzUzNTUgMy4xNDY0NUw1LjY0NjQ1IDMuODUzNTVaTTEuMzUzNTUgMy44NTM1NUwzLjg1MzU1IDEuMzUzNTVMMy4xNDY0NSAwLjY0NjQ0N0wwLjY0NjQ0NyAzLjE0NjQ1TDEuMzUzNTUgMy44NTM1NVpNMy4xNDY0NSAxLjM1MzU1TDUuNjQ2NDUgMy44NTM1NUw2LjM1MzU1IDMuMTQ2NDVMMy44NTM1NSAwLjY0NjQ0N0wzLjE0NjQ1IDEuMzUzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)!important}.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right 20px center!important}@media (max-width: 768px){.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-image:none!important}}.table .flip-list-move{transition:transform .8s}.toast{font-size:16px!important;border:none!important;box-shadow:none!important;border-radius:0!important;max-width:480px!important;height:max-content!important;width:480px!important}.toast-header{border-top:2px solid rgba(255,83,83,.4);background-color:transparent!important;border-bottom:none!important;font-size:20px!important;color:#fff!important;font-weight:500!important;line-height:24px!important;padding:20px 30px!important}.toast-header .close{display:none!important}.toast-header:after{content:"";position:absolute;top:0;left:0;width:0%;height:2px;background-color:#ff5353;animation:progress 4s linear forwards}@keyframes progress{to{width:100%}}.toast-body{font-weight:400!important;font-size:16px!important;line-height:24px!important;letter-spacing:.02em!important;color:#b2b2b2!important;padding:0 30px 20px!important}@media (max-width: 768px){.toast{max-width:320px!important;width:320px!important}}.success .toast-header{border-top:2px solid rgba(245,190,55,.6)}.success .toast-header:after{background-color:var(--color-primary)}.toats-success--green .toast-header{border-top:2px solid rgba(187,255,155,.6)}.toats-success--green .toast-header:after{background-color:#bbff9b}.b-toast-handle .toast{background-color:#000!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}.b-toaster-slot{overflow:hidden}.b-toaster.b-toaster-top-right{width:auto;margin:0 auto;top:12px!important;right:12px!important}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{max-width:480px!important}@media (max-width: 768px){.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{max-width:320px!important}}.styled-checkbox{position:absolute;opacity:0}.styled-checkbox+label{position:relative;cursor:pointer;padding:0}.styled-checkbox+label:before{content:"";margin-right:12px;display:inline-block;vertical-align:text-top;width:24px;height:24px;border:1px solid var(--color-link)}.styled-checkbox:hover+label:before{background:var(--color-link)}.styled-checkbox:focus+label:before{box-shadow:0 0 0 2px #0000001f}.styled-checkbox:checked+label:before{background:var(--color-link)}.styled-checkbox:disabled+label{color:var(--color-text-muted);cursor:auto}.styled-checkbox:disabled+label:before{box-shadow:none;background:var(--color-text-muted)}.styled-checkbox:checked+label:after{content:"";position:absolute;left:2px;top:2px;z-index:99999;width:19px;height:23px;background-position:right 0px center;padding-right:0;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjc1IDEuNUw0Ljg3NSAxMC41TDEuNSA3LjEyNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjA2MjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K)}.unstyled{margin:0;padding:0;list-style-type:none}.unstyled label{font-weight:400;font-size:16px;line-height:20px;letter-spacing:.02em;color:#b2b2b2;margin-bottom:0}.unstyled label a{text-decoration:underline;color:#fff}.unstyled label a:hover{color:#fff}.div-checkbox{cursor:pointer;width:22px;height:22px;border:1px solid var(--color-link)}.div-checkbox:hover{background:var(--color-link)}.div-checkbox:focus{box-shadow:0 0 0 3px #0000001f}.div-checkbox--active{background:var(--color-link);position:relative}.div-checkbox--active:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjc1IDEuNUw0Ljg3NSAxMC41TDEuNSA3LjEyNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjA2MjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K);position:absolute;left:3px;top:-2px;z-index:99999;width:22px;height:22px}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.line{width:100%;height:1px;background:#5b5b5b;position:relative}.line--reverse{transform:rotate(180deg)}.line--active:after{content:"";position:absolute;bottom:0;left:0;height:1px;background:#f5be37;animation:line ease-in forwards;animation-duration:2s}.line--active-d1:after{animation-duration:2s}.line--active-d2:after{animation-duration:2.5s}.line--active-d3:after{animation-duration:3s}.vertical__line{width:1px;height:inherit;background:#5b5b5b;position:relative}.vertical__line--reverse{transform:rotate(180deg)}.vertical__line--transparent{background:transparent}.vertical__line--active:after{content:"";position:absolute;top:0;left:0;height:0;width:1px;background:#f5be37;animation:vertical-line 2s ease-out forwards}.scale{transform:scale(.5)}.scale--active{animation:scale 1s linear forwards}.blob{position:absolute;background:linear-gradient(45.53deg,#ff77771f,#bbff9b66 9.57%,#f5be4466 46.1% 79.04%);animation:move 15s infinite alternate;transition:1s cubic-bezier(.07,.8,.16,1);width:520px;height:520px;filter:blur(100px);z-index:-1}.blob--static{position:absolute;background:linear-gradient(45.53deg,#ff77771f,#bbff9b66 9.57%,#f5be4466 46.1% 79.04%);width:520px;height:520px;filter:blur(100px);z-index:-1;transition:1.25s}.main-first{position:absolute;animation:slide-left 1.25s ease-in forwards;top:0}.main-second{position:absolute;animation:slide-right 1.5s ease-in forwards;top:calc((100vh - 80px) / 3)}.main-third{position:absolute;animation:slide-left 2s ease-in forwards;top:calc((100vh - 80px) / 3 * 2)}@keyframes move{0%{transform:translate(50%,-5%) rotate(-90deg);border-radius:24% 76% 35% 65%/27% 36% 64% 73%}to{transform:translate(500px,100px) rotate(-10deg);border-radius:76% 24% 33% 67%/68% 55% 45% 32%}}@keyframes line{0%{width:0}to{width:100%}}@keyframes scale{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes vertical-line{0%{height:0}to{height:100%}}@keyframes slide-left{0%{right:-120%}to{right:0}}@keyframes slide-right{0%{left:-120%}to{left:0}}@keyframes slide-bottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes water{0%{width:0}to{width:var(--width)}}@keyframes shine{0%{background-position:left -360px top 0}to{background-position:right -360px top 0}}@media (max-width: 1400px){.wrapper{width:90%}.staking-right__top_title{font-size:17px}}@media (max-width: 1280px){.subscribe .subtitle{font-size:80px}.subscribe--wrapper{flex-direction:column}.subscribe_input--wrapper .field--wrapper{flex-direction:row;width:auto}.subscribe_input--wrapper .field__subscribe{display:none}.header__item,.header__item--dot--active_link{font-size:16px}.footer__bottom_item{padding:50px}.footer__bottom_item--first img{width:250px}.footer__bottom_item--second{grid-template:repeat(4,1fr)/repeat(2,50%)}.footer__bottom_item_top{padding:65px 50px}.footer__bottom_item_bottom{justify-content:center}.footer__bottom_item_bottom img{width:250px}.staking-right__top_title{font-size:14px}.staking-right__top_progress--wrapper{font-size:10px}.staking-left__bottom_num{font-size:46px}.staking-left-dashboard h4{font-size:19px}.staking-left-dashboard__title--balance h3{font-size:40px}.staking-left-dashboard__title--balance svg{height:35px}.blog__preview_card{height:auto}.text{font-size:14px}.text-lg{font-size:18px}.text-sm{font-size:10px}}@media (max-width: 1200px){.subscribe_text{order:1;width:100%;margin:0 0 10px;font-weight:700;font-size:16px;line-height:130%}.subscribe .title{order:2;font-weight:500;font-size:42px;line-height:100%;margin:0;width:100%}.subscribe--wrapper{flex-direction:column}.subscribe--wrapper .title{order:2;font-weight:500;font-size:42px;line-height:100%;margin:0;width:100%}.subscribe--wrapper .subscribe_text{order:1;width:100%;margin:0 0 10px;font-weight:700;font-size:16px;line-height:130%}.header__logo{width:140px}.header__item,.header__item--dot--active_link{font-size:12px}.header .button--gray{width:160px}.header .button{width:160px;font-size:16px}.staking-skeleton-center{width:400px}.staking-center{width:400px!important}.staking-right__top_title{font-size:10px}.staking-right__top_progress--wrapper{font-size:8px}.staking-right__top_item--num{font-size:24px}.staking-right__bottom_title{font-size:18px}.staking-right__bottom_item--title{font-size:10px}.staking-right__bottom_item--num{font-size:16px}.staking-right__bottom_item--num span{font-size:10px}.staking-right__button{font-size:28px}.staking-left__bottom_num{font-size:33px}.staking-left__bottom_apr{font-size:20px}.staking-left__top{display:flex;flex-direction:column;height:100%}.staking-left__top_title{font-size:28px}.staking-left__top--wrapper{margin-top:40px}.staking-left__top--wrapper img{width:150px;height:150px}.staking-left-dashboard .staking-right__bottom_item{flex-direction:column;align-items:flex-start}.staking-left-dashboard .staking-right__bottom_item--num{width:100%}}@media (max-width: 992px){.staking-calculator{margin:21px auto 0;width:90%}.footer__bottom_item{padding:20px}.footer__bottom_item--first img{width:200px}.footer__bottom_item--second{grid-template:repeat(4,1fr)/repeat(1,60%)}.footer__bottom_item_top{padding:65px 20px}.footer__bottom_item_bottom{justify-content:center}.footer__bottom_item_bottom img{width:200px}.back-menu--wrapper{padding-top:65px}.back-menu .text{display:none}.staking{width:100%;margin-top:30px;flex-direction:column}.staking-skeleton{width:100%;flex-direction:column}.staking-skeleton-left,.staking-skeleton-center,.staking-skeleton-right{width:90%;margin:65px auto 0}.staking-skeleton-center{width:480px}.staking-skeleton-left{order:1}.staking-skeleton-right{order:2}.staking-left{margin:21px auto 0;width:90%;height:auto;order:1}.staking-left__top,.staking-left__bottom{display:none}.staking-left__mobile{display:flex;flex-direction:column;margin:auto;padding:25px 0}.staking-left__mobile_top{display:flex;align-items:center}.staking-left__mobile_top--left_title{font-size:42px;font-weight:700;text-transform:uppercase}.staking-left__mobile_top--left_balance{display:flex;color:#f5be37;text-transform:uppercase;margin-top:10px}.staking-left__mobile_top--left_balance--num{font-weight:500;font-size:56px;line-height:1}.staking-left__mobile_top--left_balance--apr{margin-left:5px;font-weight:400;font-size:24px;display:flex;align-items:flex-end}.staking-left__mobile_top--right{margin-left:36px}.staking-left__mobile_top--right img{width:150px;height:150px}.staking-left__mobile_bottom{margin-top:24px}.staking-left__mobile_bottom .text{font-weight:400;font-size:18px}.staking-left__mobile_bottom span{font-weight:400;font-size:18px;margin-left:5px}.staking-left-dashboard .staking-right__bottom_item{flex-direction:row;align-items:center}.staking-left-dashboard .staking-right__bottom_item--title{font-size:16px}.staking-left-dashboard .staking-right__bottom_item--num{width:auto;font-size:20px;align-items:baseline}.staking-right{margin:21px auto 0;width:90%;order:2}.staking-right__top{margin-bottom:36px}.staking-right__top_title{font-size:16px}.staking-right__top_item--num{font-size:28px}.staking-right__top_progress--wrapper,.staking-right__bottom_item--title{font-size:16px}.staking-right__bottom_item--num{font-size:20px}.staking-center{margin:auto!important;width:480px!important}.safe__left .title,.safe__left .subtitle{font-size:75px}.safe__left .circle{left:140px}.subscribe--wrapper{flex-direction:column}.subscribe_input--wrapper{margin-left:0}.header--inner{display:none}.header-mobile{display:block}.validator-address{flex-direction:column}.validator-address__left{width:100%}.validator-address__left--svg{width:64px;height:64px}.validator-address__left--svg svg{height:32px;width:32px}.validator-address__right{padding:0;width:100%;margin-bottom:25px}.validator-address__right_copy{margin-top:12px}.validator-address__right_copy span{word-break:break-all}.seo .w-65,.seo .w-30,.seo .w-50{width:100%}.seo .desktop{display:none}.seo .border-right{border-right:none}.seo h1,.seo h2,.seo h2 a{font-size:24px}.seo h3{font-size:20px}.seo h4{font-size:24px}.seo h5{font-size:20px}.seo p{font-size:14px}.seo-flex{flex-direction:column;gap:20px}.seo-end{width:100%;margin-left:0}.seo__table{width:100%}.seo__table li{font-size:10px}.seo__block{padding-left:0;width:100%}.seo__big-table--flex{flex-direction:column}.seo__big-table--title{width:100%}.seo__big-table--content{width:100%;border-left:none}.seo__big-table .description{display:none}.seo__list--content{margin-left:40px}.seo__list ul li,.seo__list ol li{font-size:14px}.seo__list ol li:before{width:24px;height:24px;font-size:16px}.seo .seo__list-clasic ul li{font-size:14px}}@media (max-width: 768px){.staking__input_wrap_arrow{bottom:18px}.staking__input_wrap_svg{bottom:20px}.blob,.footer .desktop{display:none}.footer .mobile{display:block}.footer__top{flex-wrap:wrap;height:auto}.footer__top_item{flex:0 0 50%}.footer__top_item:first-child{display:block;flex:0 0 100%}.footer__top_item_text{font-size:16px}.footer__top_item_left{padding:48px 20px 32px}.footer__top_item .vertical__line{height:auto}.footer__bottom{flex-direction:column;height:100%;-webkit-backdrop-filter:none;backdrop-filter:none}.footer__bottom_item{width:100%;border-right:none}.footer__bottom_item--first{padding:48px 20px}.footer__bottom_item--second{padding:20px 20px 68px;grid-template:repeat(4,1fr)/repeat(2,50%)}.footer__bottom_item--second div a{font-size:16px}.footer__bottom_item_top{border-top:1px solid #5b5b5b;padding:25px 20px}.footer__bottom_item_bottom{padding:25px 20px}.footer__bottom_item_bottom img{width:260px}.footer__bottom_item_bottom--last{padding:48px 20px;font-weight:400;font-size:16px;line-height:28px}.footer__bottom_item_bottom--last div{margin-top:20px}.footer__bottom_item_bottom--last div:first-child{margin:0}.footer__bottom_item_bottom--last div a{color:#f5be37}.back-menu{flex-direction:column}.back-menu__title{width:100%}.back-menu__title h3{font-size:20px}.staking-skeleton-left,.staking-skeleton-center,.staking-skeleton-right{width:90%}.staking-skeleton-center{height:336px}.staking-skeleton-left{height:180px}.staking__input{font-size:24px;height:70px}.staking__input_wrap_eth img{width:20px}.staking-left--chain{height:180px;display:flex;align-items:center;justify-content:center}.staking-left__mobile{padding:0;margin:0;align-items:center;height:180px;justify-content:center}.staking-left__mobile_top{justify-content:space-between}.staking-left__mobile_top--left_title{font-size:28px;font-weight:700;text-transform:uppercase}.staking-left__mobile_top--left_balance--num{font-size:32px}.staking-left__mobile_top--left_balance--apr{font-size:16px}.staking-left__mobile_top--right{margin-left:24px}.staking-left__mobile_top--right img{width:100px;height:100px}.staking-left__mobile_bottom .text{text-transform:uppercase;font-size:12px}.staking-left__mobile_bottom span{font-size:12px}.staking-left-dashboard .staking-right__bottom_item{flex-direction:column;align-items:flex-start;height:auto}.staking-left-dashboard .staking-right__bottom_item--title{font-size:14px}.staking-left-dashboard .staking-right__bottom_item--num{width:100%;align-self:flex-end}.staking-right{order:2}.staking-right--chain{height:360px}.staking-right__top_title{font-size:14px}.staking-right__top_progress--wrapper{font-size:10px}.staking-right__bottom--big{height:280px}.staking-right__bottom--big--svg svg{width:32px;height:32px}.staking-right__bottom--big--num{font-size:32px}.staking-right__bottom_title{font-size:16px}.staking-right__bottom_item{height:34px;margin-bottom:15px}.staking-right__bottom_item--title,.staking-right__bottom_item--num span{font-size:12px}.staking-right__button{height:56px;font-size:22px}.staking-center{margin:auto!important;width:90%!important;height:336px}.staking-center__top_item{height:42px;font-size:14px}.staking-center__bottom{padding:0 20px;display:flex;align-items:center;justify-content:center;flex-direction:column}.staking-center__bottom_text{font-size:12px;width:100%}.staking-center__button{height:56px;font-size:24px}.table,.table tr th div{font-size:10px}.table_filter{flex-direction:column;gap:15px}.table_filter .button_export,.table__sort,.table__sort .select,.table .button_export{width:100%}.safe{flex-direction:column}.safe__left{width:100%;margin:auto;top:0;position:relative}.safe__left .circle{position:absolute;width:150px;height:150px}.safe__right{width:100%;margin-top:36px}.faq{flex-direction:column}.faq__left{width:100%}.faq .accordion{margin-top:36px;width:100%}.blog__preview{margin-top:100px}.blog__preview h2{font-weight:700;font-size:28px;line-height:120%}.blog__preview--text{display:block;font-weight:700;font-size:14px;line-height:24px}.blog__preview--wrapper{display:none}.blog__preview--link{display:block;margin-bottom:48px;font-size:16px}.blog__preview--link svg{width:24px;height:14px}.blog__preview--swiper{margin-top:32px;display:block}.blog__preview--swiper .pagination{margin-top:32px;justify-content:center;border:none}.blog__preview--swiper .pagination .swiper-pagination-bullet{background:#fff;width:24px;height:1px;border-radius:0;border:2px solid #404040;margin:0 5px}.blog__preview--swiper .pagination .swiper-pagination-bullet-active{background:#f5be37;border:2px solid #f5be37}.blog__preview_card{display:flex;flex-direction:column;justify-content:space-between;margin:0;padding:20px}.blog__preview_card_top{font-weight:500;font-size:12px;line-height:130%}.blog__preview_card_title{font-weight:700;font-size:18px;line-height:130%}.blog__preview_card_subtitle{font-weight:400;font-size:14px;line-height:24px}.subscribe_input--wrapper{margin:0;flex-direction:column}.subscribe_input--wrapper div{width:100%}.subscribe_input_content{margin:10px 0 0}.subscribe .subtitle{font-weight:500;font-size:42px;line-height:100%;margin-bottom:65px}.contact .title,.contact_title{margin:0 0 12px;font-size:42px}.contact--wrapper{flex-direction:column;align-items:flex-start}.contact_subtitle{width:100%;font-size:18px;margin-bottom:24px}.contact_text{margin-top:24px;width:100%;font-size:16px;line-height:28px}.button-animated:hover:before{display:none}.text-block__item .h3{font-size:18px}.claim-additional{padding:14px 20px;min-height:44px}.claim-additional__text{font-size:12px}.select-stake{height:50px}.select-stake--wrapper{width:100%}.dashboard h3{font-size:22px}}@media (max-width: 480px){.modal-connect__body--text{font-size:18px}.select__wallet_item{display:none}}.mdl-body{padding:0}.mdl-header{display:flex;align-items:center;justify-content:space-between;border-bottom:0!important;color:#fff;height:80px;padding:30px!important;letter-spacing:.1em;text-transform:uppercase;font-weight:500;font-size:22px;line-height:120%}.mdl-header span{cursor:pointer;display:flex;align-items:center}.mdl-header span svg{margin-left:20px}.mdl-footer{padding:0;border-bottom:0!important;border-top:none!important;border-radius:0!important;width:100%;cursor:pointer;color:#111;text-transform:uppercase;font-weight:500;font-size:32px;line-height:24px;display:flex;align-items:center;letter-spacing:.01em}.mdl-footer svg{margin-right:15px}.mdl-footer div{height:100%;width:100%;display:flex;align-items:center;justify-content:center;margin:0}.mdl-connect-title{font-weight:500;font-size:32px;line-height:50px;letter-spacing:.02em;color:#fff;margin-top:-10px}.mdl-connect-text{font-weight:400;font-size:20px;line-height:30px;letter-spacing:.02em;color:#fff}.mdl-connect-text a{color:#b2b2b2;text-decoration:underline}.mdl-connect-text a:hover{color:#fff;text-decoration:underline}.mdl-connect-body{background-color:#111;padding:0 30px 30px!important;border:2px solid #f5be37!important;border-top:none!important}.mdl-connect-header{background-color:#111;border-radius:0!important;padding:30px!important;border:2px solid #f5be37!important;border-bottom:0!important}.mdl-connect-header span{cursor:pointer}.mdl-connect-header span svg{margin-left:20px}.modal-content{background:#111c!important;border:none!important;border-radius:0!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-xl{max-width:60%!important}.modal-md{max-width:550px!important}.modal-sm{max-width:480px!important}@media (max-width: 575px){.modal-xl{max-width:100%!important}}.modal-content .mdl-connect-body--border-gray,.modal-content .mdl-connect-header--border-gray{border:1px solid #565656!important}.modal-content .mdl-connect-header--border-gray{border-bottom:0px!important}.mdl-hidden{display:none!important}.modal-overlay{position:fixed;inset:0;display:flex;justify-content:flex-end;align-items:center;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10}.modal-connect{width:480px;max-width:100%;height:100vh;padding:24px;background-color:var(--color-bg-page);display:flex;flex-direction:column;justify-content:space-between}.modal-connect__header--close{cursor:pointer;color:var(--color-text-muted);text-transform:uppercase;display:flex;align-items:center;width:fit-content;margin-left:auto;gap:6px}.modal-connect__body{margin-top:35px;height:100%;overflow-y:auto}.modal-connect__body_connect{margin-bottom:30px}.modal-connect__body--trezor{background-color:var(--color-bg-page);padding:14px;margin-top:15px}.modal-connect__body--trezor label{color:#b2b2b2;font-size:16px;font-weight:500;text-transform:uppercase}.modal-connect__body--trezor span{color:#b2b2b2;font-weight:400;font-size:16px}.modal-connect__body--text{color:var(--color-text-secondary);font-size:24px;font-weight:700;line-height:120%;text-transform:uppercase}.modal-connect__body::-webkit-scrollbar{width:4px;height:140px;background-color:#111;margin:10px}.modal-connect__body::-webkit-scrollbar-button{display:none}.modal-connect__body::-webkit-scrollbar-thumb{background-color:var(--color-primary)}.modal-connect__footer{margin-top:10px;padding-top:24px;border-top:1px solid var(--color-text-muted);display:flex;align-items:center;color:var(--color-text-secondary)}.modal-connect__footer--text{margin-left:8px;line-height:130%}.modal-connect__footer--text a{color:var(--color-link);text-decoration-line:underline}.modal-connect__footer svg{width:24px;height:24px}.modal-connect__autoconnect{display:flex;align-items:center;justify-content:space-between;color:#b2b2b2}.modal-connect__autoconnect--switcher{display:flex;align-items:center;height:30px;padding:3px;background-color:#212121;gap:3px}.modal-connect__autoconnect--switcher .switcher{width:53px;height:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:16px;color:#b2b2b2;transition:.3s;cursor:pointer}.modal-connect__autoconnect--switcher .switcher--red{color:#111;background-color:#ff5353}.modal-connect__autoconnect--switcher .switcher--green{color:#111;background-color:var(--color-success)}.modal-enter,.modal-leave-to{opacity:0}.modal-enter-active,.modal-leave-active{transition:opacity .5s ease}.modal-enter-active .modal-connect{transition:all .3s ease-out}.modal-leave-active .modal-connect{transition:all .8s cubic-bezier(1,.5,.8,1)}.modal-enter .modal-connect,.modal-leave-to .modal-connect{transform:translate(100%)}.modal-open .modal{overflow-y:scroll!important}.modal-backdrop{opacity:.9!important}.ethereum--wrapper{position:relative;overflow-x:hidden;height:calc(100vh - 80px);display:flex;align-items:center}.ethereum__main--wrapper{display:flex;align-items:center}.ethereum__main--wrapper .title{margin-left:0;width:65%;margin-right:50px}.ethereum__main--wrapper .h4{width:40%}.ethereum__main .subtitle{display:flex;justify-content:center}.ethereum__cards{display:flex;align-items:center;justify-content:space-between;margin-top:80px}.ethereum__item{width:33.3333333333%;margin-left:20px}.ethereum__item:first-child{margin-left:0}.ethereum__item_top{border:1px solid #565656;background:#000c;height:200px;padding:20px 30px;display:flex;flex-direction:column;justify-content:space-between}.ethereum__item_top--inner{display:flex;align-items:center;justify-content:space-between}.ethereum__item_top--wrapper{display:flex;align-items:center}.ethereum__item_top--wrapper div{color:silver}.ethereum__item_top--wrapper svg{width:20px;height:33px;margin-right:10px}.ethereum__item_top .h3{font-weight:500}.ethereum__item_top .text{color:#b2b2b2;text-transform:uppercase}.ethereum__item_bottom{display:flex;align-items:center;justify-content:space-between;padding:0 30px;height:80px;color:#f5be37;font-size:32px;font-weight:500;line-height:120%;border:1px solid #f5be37;background:#000c;cursor:pointer}.ethereum__item_bottom span{font-size:20px;font-weight:500;text-transform:uppercase}.ethereum__item_bottom svg{width:28px;height:16px}.ethereum__schema--inner{display:flex;justify-content:center;margin-bottom:100px}.ethereum__schema--wrapper{display:flex;align-items:center;margin:80px 0}.ethereum__schema--wrapper .h4{margin-left:45px}.ethereum__about_item{border:1px solid #565656;background:#000c;max-width:840px;width:100%;padding:20px 30px;margin-top:25px}.ethereum__about_item:first-child{margin-top:40px}.ethereum__video{background:#171717;margin-top:100px;padding:80px 0}.ethereum__video--wrapper{display:flex;align-items:center}.ethereum__video_left{width:50%}.ethereum__video_left iframe{width:100%;height:auto;aspect-ratio:16/9}.ethereum__video_right{width:50%;margin-left:80px}.ethereum__video_right .text{margin:20px 0}.ethereum__safety{display:flex;align-items:flex-start;justify-content:space-between;margin-top:110px;margin-bottom:90px}.ethereum__safety_item{width:33.3333333333%;margin-left:80px}.ethereum__safety_item .text{margin:32px 0}.ethereum__integration .title{margin-left:0}.ethereum__integration_top{display:flex;align-items:center;justify-content:space-between;margin-top:80px;margin-bottom:-20px}.ethereum__integration_top--left{width:50%}.ethereum__integration_top--right{width:50%;margin-left:60px}.ethereum__integration_card{display:flex;align-items:center;margin-bottom:150px}.ethereum__integration_card svg{min-width:112px;max-width:112px;min-height:110px;max-height:110px}.ethereum__integration_card--wrapper{margin-left:45px}.ethereum__integration_card--wrapper .text-lg{text-transform:uppercase;margin-bottom:20px}.ethereum__integration--inner{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:90px}.ethereum__integration--wrapper{margin-right:100px;width:calc(100% - 302px)}.ethereum__integration--wrapper .text-lg{margin-top:35px;margin-bottom:60px}.ethereum__integration_item{width:33.3333333333%;height:230px;display:flex;flex-direction:column;justify-content:space-between;margin-left:40px}.ethereum__integration_item--wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:90px}.ethereum__integration_item:first-child{border-right:2px solid #565656;margin-left:0}@media (max-width: 1400px){.ethereum__main--wrapper{flex-direction:column}.ethereum__main--wrapper .title{font-size:80px;width:100%;margin-right:0}.ethereum__main--wrapper .h4{font-size:20px;display:flex;width:100%;justify-content:flex-end}.ethereum__main .subtitle{font-size:80px}.ethereum__item_top{height:170px;padding:15px 20px}.ethereum__item_top .text-lg{font-size:14px}.ethereum__item_top .text{font-size:12px}.ethereum__item_top .h3{font-size:28px}.ethereum__item_bottom{font-size:18px;height:60px;padding:0 20px}.ethereum__item_bottom span{font-size:14px}.ethereum__schema--wrapper .subtitle,.ethereum__integration .title{font-size:80px}}@media (max-width: 1060px){.ethereum__item_top{padding:15px}.ethereum__item_top .h3{font-size:24px}.ethereum__item_bottom{padding:0 15px}.ethereum__video_right{margin-left:30px}.ethereum__integration_item{width:50%}.ethereum__integration_item:last-child{display:none}}@media (min-width: 920px){.ethereum__main--mobile{display:none}.ethereum--desktop{display:block}.ethereum--mobile{display:none}}@media (max-width: 920px){.ethereum--inner .main-video--wrapper{display:none}.ethereum__item_top{padding:15px 20px}.ethereum__item_top .h3{font-size:28px}.ethereum__item_bottom{padding:0 20px}.ethereum--wrapper{height:max-content}.ethereum__cards{margin-top:40px;margin-bottom:80px;flex-direction:column}.ethereum__item{margin-left:0;margin-top:20px;width:100%}.ethereum__item:first-child{margin-top:0}.ethereum__main--wrapper .title{font-size:40px;width:100%;margin-right:0}.ethereum__main--wrapper .h4{font-size:18px;width:100%;justify-content:flex-start;display:none}.ethereum__main .subtitle{font-size:40px;justify-content:flex-start;margin:10px 0}.ethereum__main--mobile{display:block;font-size:18px}.ethereum__title{font-size:28px}.ethereum__schema--wrapper{flex-direction:column;align-items:flex-start}.ethereum__schema--wrapper .subtitle{font-size:40px;margin-bottom:10px}.ethereum__schema--wrapper .h4{margin-left:0;font-size:18px}.ethereum__schema--inner svg{height:max-content}.ethereum--desktop{display:none}.ethereum--mobile{display:block}.ethereum__about .h2{font-size:28px}.ethereum__about_item{padding:15px 20px}.ethereum__video{padding:40px 0}.ethereum__video--wrapper{flex-direction:column;align-items:flex-start}.ethereum__video_left{width:100%}.ethereum__video_right{width:100%;margin-left:0;margin-top:20px}.ethereum__safety{flex-direction:column;align-items:flex-start}.ethereum__safety .h4{font-size:28px}.ethereum__safety_item{width:100%;margin-left:0;margin-top:45px}.ethereum__integration .title{font-size:28px}.ethereum__integration_top{flex-direction:column}.ethereum__integration_top--left{width:100%}.ethereum__integration_top--right{width:100%;margin-left:0;margin-bottom:80px}.ethereum__integration_top svg{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ethereum__integration_card{align-items:flex-start;margin-bottom:30px}.ethereum__integration_card--wrapper{margin-left:20px}.ethereum__integration--wrapper{width:100%;margin-right:0}.ethereum__integration--wrapper svg{display:block}.ethereum__integration--inner{margin-bottom:40px}.ethereum__integration--inner svg{display:none}.ethereum__integration_item--wrapper{margin-bottom:40px;flex-direction:column}.ethereum__integration_item{width:100%;margin-left:0;height:max-content}.ethereum__integration_item .text{margin:10px 0}.ethereum__integration_item:first-child{border-right:none;margin-bottom:30px}}.primary-heading{font-weight:500;font-size:20px;line-height:1.2;color:#fff;text-transform:uppercase}.primary-bg{background:#565656;background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%)}.primary-border{border:1px solid #565656}.restaking-deposit{margin-bottom:150px}.primary-bg{background:#5b5b5b;background:linear-gradient(186.33deg,#40404066 4.99%,#40404033 94.95%)}.stake-form{display:flex;min-height:480px}.stake-form__container{display:flex;flex-direction:column;position:relative;height:100%}.stake-form__steps-wrapper{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;top:-25px}.stake-form__steps{font-size:16px;line-height:24px;font-weight:400;color:#fff;text-transform:uppercase}.stake-form__steps span{color:#f5be37}.stake-form__steps-cancel{font-size:16px;line-height:24px;color:#828282;background:transparent;border:none;padding:0;transition:all .3s}.stake-form__steps-cancel:hover{opacity:.7}.stake-form__wrapper{padding:30px;display:flex;flex-direction:column;width:100%;height:100%;position:relative}.stake-form__title{text-align:center;display:flex;align-items:center;gap:5px;justify-content:center;margin-bottom:30px}.stake-form__title--email{margin-bottom:0;margin-top:auto}.stake-form__link{color:#b2b2b2;transition:all .3s;display:flex;align-items:center;gap:8px;margin:0 auto;font-weight:700}.stake-form__link span{color:#b2b2b2}.stake-form__link:hover{opacity:.7}.stake-form__input-wrapper{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #565656}.stake-form__input{flex-grow:1;background:transparent;border:none;font-size:48px;line-height:57px;color:#fff;padding-left:30px;padding-right:30px;outline:none;width:100%;text-align:center}.stake-form__input--smaller-font-size{font-size:24px}.stake-form__secondary-text{color:#b2b2b2;font-size:16px;line-height:19px}.stake-form__input-balance{margin-left:auto;display:flex;gap:5px;font-size:12px;line-height:24px;color:#b1b1b1;text-transform:uppercase}.stake-form__input-controls{display:flex;flex-direction:column;padding-left:68px}.stake-form__control{padding:5px;border:1px solid #565656;color:#b2b2b2;background:transparent;font-weight:500;font-size:12px;line-height:15px;cursor:pointer;transition:all .1s}.stake-form__control:hover{opacity:.7}.stake-form__control--max{color:#f5be37;border-bottom:0}.stake-form__input-balance-numbers{color:#fff}.stake-form__restaking{display:flex;justify-content:space-between;align-items:center;background:#111;padding:20px 30px}.stake-form__restaking-title{display:flex;justify-content:space-between;width:100%}.stake-form__restaking--center{justify-content:center}.stake-form__restaking-title-wrapper{display:flex;align-items:center;gap:8px}.stake-form__restaking-title-wrapper .claim-additional__text{color:#b2b2b2}.stake-form__checkbox{display:flex}.stake-form__restaking-title{display:flex;align-items:center;gap:8px}.stake-form__restaking-title svg{flex-shrink:0}.stake-form__footer{margin:auto -30px -30px}.stake-form__footer--email{margin-top:50px}.stake-form__submit{width:100%;background:#f5be37;padding:30px;font-size:32px;line-height:24px;color:#000;text-transform:uppercase;border:none;border-radius:0;cursor:pointer;transition:all .3s}.stake-form__submit:disabled{opacity:.5}.stake-form__submit:disabled:hover{opacity:.5;cursor:default}.stake-form__submit:hover{opacity:.7}.stake-form__input-warning{max-width:250px;margin-left:auto;text-align:right;margin-top:10px}.stake-form__input-warning-text{color:#ff5353;font-size:12px;line-height:24px;text-transform:uppercase}.stake-form__address{background:transparent;border:none;border-bottom:1px solid #565656;padding:18px 0;font-size:14px;line-height:24px;font-weight:500;color:#fff;text-transform:uppercase;outline:none}.stake-form__address-wrapper{padding:32px}.stake-form__address-text{font-size:16px;line-height:19px;color:#b2b2b2;margin-bottom:15px}.stake-form__address-copy{background:#f5be371a;color:#f5be37;font-size:12px;line-height:24px;display:flex;align-items:center;gap:8px;padding:8px;justify-content:center}.stake-form__address-copy-text{margin:0}.stake-form__address-copy-button{border:none;padding:0;background:transparent;cursor:pointer;transition:all .3s;line-height:1;font-size:0}.stake-form__address-copy-button:hover{opacity:.7}.stake-form__checking{display:flex;flex-direction:column;gap:16px;margin-top:32px}.stake-form__checking-item{display:flex;justify-content:space-between}.stake-form__checking-item:not(:last-child){padding-bottom:16px;border-bottom:1px solid #565656}.stake-form__checking-item-label{text-transform:uppercase;color:#b2b2b2;font-size:14px;line-height:28px}.stake-form__checking-item-content{color:#fff;font-style:16px;line-height:28px}.stake-form__email-img{margin:0 auto 25px}.stake-form__loading{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:35px}.stake-form__loading-img{margin-bottom:55px}.stake-dashboard{display:grid;grid-template-columns:28.2% 1fr 28.2%;gap:35px;grid-auto-flow:dense}.stake-dashboard__stats{grid-row:span 2}.stake-dashboard__tip{grid-row:span 2;grid-column:3/3}.stake-dashboard__form{grid-row:span 2;grid-column:2/2}.tip__title{display:flex;gap:8px;align-content:center}.tip__subtitle-number{display:flex;align-content:center;gap:8px;color:#b2b2b2;margin-bottom:16px}.tip__subtitle-text{font-size:16px;line-height:1;text-transform:uppercase;color:#b2b2b2}.restaking{display:flex;flex-direction:column}.restaking__item{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.restaking__item-label{font-size:14px;line-height:28px;color:#b2b2b2;display:flex;align-items:center;gap:8px;text-transform:uppercase}.restaking__item-content{font-size:16px;line-height:28px;color:#fff}.restaking__item-content span{font-size:10px;line-height:28px}@media (max-width: 992px){.stake-dashboard{grid-template-columns:1fr}.stake-dashboard__form,.stake-dashboard__tip{grid-column:1}}.dashboard-main-title{margin-bottom:12px;font-weight:500;font-size:28px;line-height:36px;color:var(--color-text-secondary)}.dashboard-main-caption{margin-bottom:32px;font-weight:400;font-size:16px;line-height:20px;color:var(--color-text-muted)}.dashboard-main .dashboard-info{display:flex;flex-direction:column;gap:32px;transition:filter .3s ease}.dashboard-main .dashboard-info__wrapper{position:relative}.divider{height:1px;background-color:var(--color-text-muted);opacity:.3}.dashboard-staking{margin-bottom:40px;background:var(--color-bg-form-secondary);border:var(--border-primary);border-radius:var(--border-radius-md)}.dashboard-staking-content{padding:var(--space-4)}.dashboard-staking-stake{background:var(--color-bg-form-primary);margin-bottom:12px;padding:12px}.dashboard-staking-footer{background:var(--color-bg-form-tertiary);display:flex;gap:var(--space-4);flex-direction:column;padding:0}.dashboard-staking .stake-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:var(--color-text-muted);font-weight:500;font-size:16px;line-height:20px}.dashboard-staking .chain-switcher{margin-bottom:12px;display:flex;border-radius:0;overflow:hidden}.dashboard-staking .chain-switcher__segment{display:flex;justify-content:center;align-items:center;padding:8px 12px;font-size:15px;line-height:20px;color:var(--color-text-muted);transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-staking .chain-switcher__segment:hover{opacity:.7}.dashboard-staking .chain-switcher__segment--active{cursor:default;opacity:1;color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--border-radius-sm);background:transparent}.dashboard-staking .chain-switcher__segment--active:hover{opacity:1}.withdraw-section{margin-bottom:40px;border:var(--border-primary)}.withdraw-section .withdraw-content{padding:16px;background:var(--color-bg-form-secondary)}.withdraw-section .withdraw-action{margin-bottom:12px;padding:12px;background:var(--color-bg-form-primary)}.withdraw-section .withdraw-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:var(--color-text-muted);font-weight:500;font-size:16px;line-height:20px}.mutual{background-color:var(--color-bg-page);padding:20px 30px;border:var(--border-primary);border-radius:var(--border-radius-sm);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;color:var(--color-text-secondary)}.mutual__content{display:flex;flex-direction:column;gap:10px;align-items:center}.mutual__button:disabled{opacity:.7}@media (min-width: 1024px){.mutual{flex-direction:row}.mutual__content{align-items:flex-start}}:root[data-theme=coinhouse] .dashboard-staking-footer{padding:0 var(--space-4) var(--space-4)}:root[data-theme=coinhouse] .button--outline{background:var(--color-primary);color:var(--color-text-button);border-radius:var(--border-radius-lg);max-width:180px;margin:0 var(--space-4) var(--space-4)}:root[data-theme=coinhouse] .button--disabled{background:var(--color-text-muted);border:1px solid var(--color-text-muted);color:var(--color-text-button);border-radius:var(--border-radius-lg);max-width:180px;margin:0 var(--space-4) var(--space-4)}:root[data-theme=iofinnet] .dashboard-sidebar .router-link-exact-active{background-color:var(--color-primary);display:block;border-radius:var(--border-radius-sm);color:var(--color-text-button);padding:0 8px}:root[data-theme=iofinnet] .dashboard-sidebar .router-link-exact-active svg,:root[data-theme=iofinnet] .dashboard-sidebar .router-link-exact-active p{color:var(--color-text-button)}:root[data-theme]{--toastify-color-light: #fff;--toastify-color-dark: var(--color-bg-form-primary);--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 480px !important;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-color-success-dark: #4caf50;--toastify-color-error-dark: #f44336;--toastify-color-warning-dark: #ff9800;--toastify-color-info-dark: #2196f3;--toastify-color-progress-dark: var(--color-text-secondary)}.Toastify__toast-theme--dark{--toastify-color-success: var(--toastify-color-success-dark);--toastify-color-error: var(--toastify-color-error-dark);--toastify-color-warning: var(--toastify-color-warning-dark);--toastify-color-info: var(--toastify-color-info-dark)}.Toastify__slide-enter--top-right{animation:toastSlideInRight .3s ease-in-out}.Toastify__slide-exit--top-right{animation:toastSlideOutRight .3s ease-in-out}.Toastify__toast-container{padding:16px}.Toastify__toast{border-radius:0!important;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative}.Toastify__toast:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px}.Toastify__progress-bar{height:2px!important;border-radius:12px 12px 0 0;top:0;bottom:auto}.Toastify__toast--success:after{background:#bbff9b80}.Toastify__toast--error:after{background:#ff535380}.Toastify__close-button{color:#ffffffb3;opacity:.7;transition:opacity .2s ease}.Toastify__close-button:hover{opacity:1}@media (max-width: 768px){.Toastify__toast-container{padding:8px}.Toastify__toast{margin-bottom:8px;border-radius:8px}:root{--toastify-toast-width: 280px}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{inset:0}.vfm--overlay{z-index:-1;background-color:#00000080}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-property:transform;transition-duration:.3s}.vfm-slide-up-enter-active,.vfm-slide-up-leave-active,.vfm-slide-down-enter-active,.vfm-slide-down-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-right-enter-active,.vfm-slide-right-leave-active,.vfm-slide-left-enter-active,.vfm-slide-left-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{position:fixed;top:0;bottom:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
