.dZVmhO {
    --animation-frame: move 0.5s ease;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #eee;
    border-bottom: none;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #eee;
    color: #000000;
    max-height: 200px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    -webkit-animation: move 0.5s ease;
    animation: move 0.5s ease;
}
@-webkit-keyframes move {
    from {
        -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
    to {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes move {
    from {
        -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
    to {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .dZVmhO {
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(60px);
        -webkit-backdrop-filter: blur(60px);
        backdrop-filter: blur(60px);
    }
}
@media (max-width: 836px) {
    .dZVmhO {
        left: 0px;
        top: auto;
        margin-bottom: calc(env(safe-area-inset-bottom) + 80px);
        width: 100%;
        height: auto;
        max-height: 200px;
        -webkit-animation: move 0.5s ease;
        animation: move 0.5s ease;
        -webkit-transition: none;
        transition: none;
    }
    @-webkit-keyframes move {
        from {
            -webkit-transform: translate(0px, 100%);
            -ms-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
            z-index: 0;
        }
        to {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            z-index: 101;
        }
    }
    @keyframes move {
        from {
            -webkit-transform: translate(0px, 100%);
            -ms-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
            z-index: 0;
        }
        to {
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            z-index: 101;
        }
    }
}
@media (max-width: 450px) {
    .dZVmhO {
        margin-bottom: calc(env(safe-area-inset-bottom) + 60px);
        height: auto;
    }
}
data-styled.g3[id="sc-5434d17b-0"] {
    content: "dZVmhO,";
}
.dfIKoQ {
    display: none;
}
@media (min-width: 836px) {
    .dfIKoQ {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 15px 0px 15px;
    }
}
data-styled.g4[id="sc-5434d17b-1"] {
    content: "dfIKoQ,";
}
.hOfRMg {
    width: 25px;
    height: 14px;
    margin: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url("../../../images/explorer/media/expandicon.ee1737ec.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.hOfRMg:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
data-styled.g5[id="sc-5434d17b-2"] {
    content: "hOfRMg,";
}
.dcciJi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 836px) {
    .dcciJi {
        font-size: 14px;
        line-height: 17px;
        max-height: 34px;
    }
}
data-styled.g6[id="sc-5434d17b-3"] {
    content: "dcciJi,";
}
.fFunzI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 50px 15px 15px;
}
@media (max-width: 836px) {
    .fFunzI {
        padding-bottom: 0px;
    }
}
data-styled.g7[id="sc-5434d17b-4"] {
    content: "fFunzI,";
}
.eVmyly {
    width: 12px;
    height: 14px;
    cursor: pointer;
    margin: 0px 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/playicon.c53f45ef.svg");
    mask-image: url("../../../images/explorer/media/playicon.c53f45ef.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.eVmyly:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 836px) {
    .eVmyly {
        margin: 0;
        width: 12px;
        height: 18px;
        margin-top: 5px;
    }
    .eVmyly:hover {
        opacity: 0.7;
        -webkit-transition: 0s;
        transition: 0s;
    }
}
data-styled.g8[id="sc-5434d17b-5"] {
    content: "eVmyly,";
}
.vYvic {
    width: 20px;
    height: 20px;
    display: box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../../../images/explorer/media/closeicon.e9d67713.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.vYvic:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 836px) {
    .vYvic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
data-styled.g9[id="sc-5434d17b-6"] {
    content: "vYvic,";
}
.POZLo {
    display: none;
}
@media (max-width: 836px) {
    .POZLo {
        display: inherit;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 15px 5px 15px;
    }
}
data-styled.g10[id="sc-5434d17b-7"] {
    content: "POZLo,";
}
@media (max-width: 836px) {
    .zJFGk {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-right: 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
data-styled.g11[id="sc-5434d17b-8"] {
    content: "zJFGk,";
}
@media (max-width: 836px) {
    .gKQqRE {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 15px;
    }
}
data-styled.g12[id="sc-5434d17b-9"] {
    content: "gKQqRE,";
}
.eXQPyO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
data-styled.g13[id="sc-5434d17b-10"] {
    content: "eXQPyO,";
}
.PYVnR {
    --mobile-duration-view: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #888;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 836px) {
    .PYVnR {
        display: none;
    }
}
data-styled.g14[id="sc-5434d17b-11"] {
    content: "PYVnR,";
}
.dQWEmG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    padding-right: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}
data-styled.g15[id="sc-5434d17b-12"] {
    content: "dQWEmG,";
}
.dHEbko {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
data-styled.g16[id="sc-5434d17b-13"] {
    content: "dHEbko,";
}
.hIEkgi {
    --mobile-seek-before-width: 0;
    --seek-before-width: 0;
    --seek-before-color: #7349f2;
    --bg: #7349f233;
    --knob: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: var(--bg);
    position: relative;
    height: 4px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.hIEkgi:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.hIEkgi::-webkit-slider-runnable-track {
    position: relative;
    width: 100%;
    outline: none;
}
.hIEkgi::before {
    content: "";
    height: 4px;
    width: var(--seek-before-width);
    background-color: var(--seek-before-color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    z-index: 2;
    cursor: pointer;
}
.hIEkgi::before:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.hIEkgi::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
    background-color: var(--knob);
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hIEkgi::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hIEkgi:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hIEkgi::-moz-range-track {
    background: var(--bg);
    position: relative;
    width: 100%;
    height: 4px;
    outline: none;
}
.hIEkgi::-moz-range-progress {
    background-color: var(--seek-before-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 4px;
}
.hIEkgi::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: transparent;
    background-color: var(--knob);
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.hIEkgi::-moz-range-thumb:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hIEkgi:active::-moz-range-thumb {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 836px) {
    .hIEkgi {
        left: -3px;
        width: 107%;
        bottom: -2px;
        position: absolute;
    }
    .hIEkgi::before {
        width: var(--mobile-seek-before-width);
    }
    .hIEkgi::-webkit-slider-runnable-track {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        height: 20px;
    }
    .hIEkgi::-webkit-slider-thumb {
        height: 35px;
        width: 35px;
        margin-top: -8px;
        padding: 14px;
        margin-left: -3%;
        background-clip: content-box;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .hIEkgi::-webkit-slider-thumb:active {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
    }
    .hIEkgi::-webkit-slider-thumb:hover {
        -webkit-transform: default;
        -ms-transform: default;
        transform: default;
    }
}
data-styled.g17[id="sc-5434d17b-14"] {
    content: "hIEkgi,";
}
.gjtBJv {
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/twitter-icon.dc3578a1.svg");
    mask-image: url("../../../images/explorer/media/twitter-icon.dc3578a1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 25px;
    height: 20px;
}
.kGiQgg {
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/instagram-icon.e06488c5.svg");
    mask-image: url("../../../images/explorer/media/instagram-icon.e06488c5.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 20px;
    height: 20px;
}
.cSgdUQ {
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/medium-icon.5f9cad45.svg");
    mask-image: url("../../../images/explorer/media/medium-icon.5f9cad45.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 34px;
    height: 20px;
}
data-styled.g34[id="sc-fcce043f-1"] {
    content: "gjtBJv,kGiQgg,cSgdUQ,";
}
.laZfMA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 95%;
}
data-styled.g35[id="sc-fcce043f-2"] {
    content: "laZfMA,";
}
.hKpOcR {
    width: 55%;
    text-align: left;
    padding-left: 0.5rem;
}
data-styled.g36[id="sc-fcce043f-3"] {
    content: "hKpOcR,";
}
.ilbjcs {
    width: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
data-styled.g37[id="sc-fcce043f-4"] {
    content: "ilbjcs,";
}
.enfTup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #000000;
    color: #fff;
    opacity: 100%;
    border: none;
    padding: 10px 13px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0px;
    height: 34px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.enfTup:hover {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.jQRvrH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #eee;
    color: #000000;
    opacity: 100%;
    border: none;
    padding: 10px 20px;
    border-radius: 1.5rem;
    font-weight: 400;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}
.jQRvrH:hover .sc-fcce043f-1 {
    background-color: undefined;
}
.jQRvrH:hover {
    background-color: #cccccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
data-styled.g38[id="sc-fcce043f-5"] {
    content: "enfTup,jQRvrH,";
}
.gOUTvE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 836px) {
    .gOUTvE {
        display: none;
    }
}
data-styled.g44[id="sc-a2b0d300-0"] {
    content: "gOUTvE,";
}
.kbAEEi {
    width: 12px;
    height: 14px;
    cursor: pointer;
    margin: 0px 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/playicon.c53f45ef.svg");
    mask-image: url("../../../images/explorer/media/playicon.c53f45ef.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.kbAEEi:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
data-styled.g45[id="sc-a2b0d300-1"] {
    content: "kbAEEi,";
}
.fYSqNn {
    width: 20px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/previcon.f78456a1.svg");
    mask-image: url("../../../images/explorer/media/previcon.f78456a1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.fYSqNn:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
data-styled.g46[id="sc-a2b0d300-2"] {
    content: "fYSqNn,";
}
.PrbcY {
    width: 20px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/nexticon.1bcb2356.svg");
    mask-image: url("../../../images/explorer/media/nexticon.1bcb2356.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.PrbcY:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
data-styled.g47[id="sc-a2b0d300-3"] {
    content: "PrbcY,";
}
.dwdeVc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
data-styled.g48[id="sc-a2b0d300-4"] {
    content: "dwdeVc,";
}
.cMhfXF {
    width: 21px;
    height: 16px;
    margin: 0px 20px;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: -webkit-transform 100ms;
    -webkit-transition: transform 100ms;
    transition: transform 100ms;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/volumeicon.40f98892.svg");
    mask-image: url("../../../images/explorer/media/volumeicon.40f98892.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.cMhfXF:hover {
    opacity: 0.7;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
data-styled.g49[id="sc-a2b0d300-5"] {
    content: "cMhfXF,";
}
.cJlBQg {
    --volume-display: hidden;
    --before-level: 75%;
    position: absolute;
    visibility: var(--volume-display);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --webkit-apearance: none;
    width: 150px;
    height: 30px;
    outline: none;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    -webkit-transform: rotate(-90deg) translate(100px, -46px);
    -ms-transform: rotate(-90deg) translate(100px, -46px);
    transform: rotate(-90deg) translate(100px, -46px);
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    cursor: pointer;
}
.cJlBQg::-webkit-slider-runnable-track {
    background: #eee;
    position: relative;
    height: 4px;
    margin: 16px;
    border-radius: 15px;
    outline: none;
}
.cJlBQg::before {
    content: "";
    height: 4px;
    width: var(--before-level);
    background-color: #000000;
    position: absolute;
    border-radius: 2px;
    -webkit-transform: translate(17px, 13px);
    -ms-transform: translate(17px, 13px);
    transform: translate(17px, 13px);
    z-index: 2;
}
.cJlBQg::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #000000;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-top: -3px;
    z-index: 3;
}
.cJlBQg::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.cJlBQg::-moz-range-track {
    background: #eee;
    position: relative;
    height: 4px;
    border-radius: 15px;
    outline: none;
}
.cJlBQg::-moz-range-progress {
    height: 4px;
    background-color: #000000;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.cJlBQg::-moz-range-thumb {
    background-color: #000000;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: transparent;
    cursor: pointer;
}
.cJlBQg::-moz-range-thumb:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cJlBQg:active::-moz-range-thumb {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
data-styled.g50[id="sc-a2b0d300-6"] {
    content: "cJlBQg,";
}
.knptKs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
    color: #000000;
    width: 100%;
}
data-styled.g51[id="sc-ebbe524c-0"] {
    content: "knptKs,";
}
.bAXwXy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 64px;
    background-color: #fff;
    box-sizing: border-box;
}
@media (min-width: 2561px) {
    .bAXwXy {
        margin: 0px auto;
        margin-top: 64px;
        width: 100%;
    }
}
@media (max-width: 836px) {
    .bAXwXy {
        border: none;
        margin: 0;
        margin-top: 52px;
        max-width: 100vw;
        border-radius: 0px;
        border: none;
        margin-bottom: 100px;
    }
}
@media (max-width: 450px) {
    .bAXwXy {
        margin-bottom: 70px;
        margin-top: 52px;
    }
}
@media only screen and (min-width: 0px) and (min-height: 0px) {
    .bAXwXy {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 970px) and (min-height: 0px) {
    .bAXwXy {
        padding-bottom: 90px;
    }
}
data-styled.g52[id="sc-fc1fa7d5-0"] {
    content: "bAXwXy,";
}
.bHPJrN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: calc(100vw - 240px);
    position: fixed;
    top: 0px;
    z-index: 100;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, 0.95);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .bHPJrN {
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}
@media (max-width: 836px) {
    .bHPJrN {
        width: 100vw;
    }
}
data-styled.g53[id="sc-19e44e00-0"] {
    content: "bHPJrN,";
}
.cXTpEP {
    border-radius: 30px;
    height: 22px;
    width: 22px;
    background-image: url("../../../images/explorer/media/sunUpdated.03264577.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    margin-left: 1rem;
}
.cXTpEP:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.5;
}
@media (max-width: 836px) {
    .cXTpEP {
        height: 25px;
        width: 25px;
        margin-right: 8px;
    }
}
data-styled.g54[id="sc-19e44e00-1"] {
    content: "cXTpEP,";
}
.hKVDUW {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 45vw;
    box-sizing: border-box;
    max-width: 750px;
    font-size: 1rem;
    overflow: hidden;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    padding: 0px 5px 0px 17px;
}
.hKVDUW:focus,
.hKVDUW input:focus {
    outline: none;
}
data-styled.g55[id="sc-19e44e00-2"] {
    content: "hKVDUW,";
}
.eoiyGx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    height: 45px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 0px 5px;
    padding: 12px 0px;
    margin: 0px 10px;
}
@media (max-width: 836px) {
    .eoiyGx {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        margin: 0px;
    }
}
@media (max-width: 836px) {
    .eoiyGx {
        padding: 6px 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
data-styled.g56[id="sc-19e44e00-3"] {
    content: "eoiyGx,";
}
.jFJFzh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 836px) {
    .jFJFzh {
        position: absolute;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 10px;
        right: 0px;
        left: 10px;
    }
}
data-styled.g57[id="sc-19e44e00-4"] {
    content: "jFJFzh,";
}
.QqtMP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    position: absolute;
    right: 10px;
    width: 100%;
}
data-styled.g58[id="sc-19e44e00-5"] {
    content: "QqtMP,";
}
.eGQsTx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    height: 40px;
}
data-styled.g59[id="sc-19e44e00-6"] {
    content: "eGQsTx,";
}
.frIqWO {
    overflow: hidden;
    border-radius: 2rem;
    margin: 0px 0px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
@media (max-width: 836px) {
    .frIqWO {
        display: none;
    }
}
data-styled.g60[id="sc-19e44e00-7"] {
    content: "frIqWO,";
}
.jyzBH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 837px) {
    .jyzBH {
        display: none;
    }
}
data-styled.g61[id="sc-19e44e00-8"] {
    content: "jyzBH,";
}
.gddKGk {
    width: 16px;
    height: 16px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/magGlass.d61ba0e4.svg");
    mask-image: url("../../../images/explorer/media/magGlass.d61ba0e4.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border: none;
}
data-styled.g63[id="sc-19e44e00-10"] {
    content: "gddKGk,";
}
.laQGgN {
    cursor: pointer;
    width: 30px;
    position: absolute;
    pointer-events: auto;
    right: 110px;
    top: 2px;
    font-size: 1rem;
    border-radius: 20px;
    height: 35px;
    opacity: 0;
    border: none;
    padding: 0px 5px 0px 15px;
    z-index: 5;
    background-color: #fff;
    border: none;
    color: #000000;
}
.laQGgN:focus {
    width: calc(98% - 110px);
    right: 110px;
    -webkit-transition: background-Color, width 0.5s;
    transition: background-Color, width 0.5s;
    opacity: 1;
    border: 1px solid #eee;
    margin-left: 0px;
    margin-right: 0px;
}
.laQGgN:focus,
.laQGgN input:focus {
    outline: none;
}
data-styled.g64[id="sc-19e44e00-11"] {
    content: "laQGgN,";
}
.hnKunc {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
data-styled.g65[id="sc-19e44e00-12"] {
    content: "hnKunc,";
}
.kukeaQ {
    all: unset;
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: #eee;
    cursor: pointer;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: grid;
    place-items: center;
    right: 0px;
}
.kukeaQ:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: rgba(0, 0, 0, 0.1);
}
data-styled.g66[id="sc-19e44e00-13"] {
    content: "kukeaQ,";
}
.dZVNBM {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: flex-end;
    height: 40px;
    margin: 0px 15px 0px 5px;
}
data-styled.g67[id="sc-19e44e00-14"] {
    content: "dZVNBM,";
}
@media (max-width: 450px) {
    .jKNkOI {
        display: none;
    }
}
data-styled.g68[id="sc-19e44e00-15"] {
    content: "jKNkOI,";
}
.gxwbTL {
    display: contents;
}
@media (min-width: 837px) {
    .gxwbTL {
        display: none;
    }
}
data-styled.g69[id="sc-19e44e00-16"] {
    content: "gxwbTL,";
}
.jkzwRl {
    display: contents;
}
@media (max-width: 836px) {
    .jkzwRl {
        display: none;
    }
}
data-styled.g70[id="sc-19e44e00-17"] {
    content: "jkzwRl,";
}
.gUUYVx {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    left: 0px;
    width: 100%;
    pointer-events: none;
}
data-styled.g71[id="sc-19e44e00-18"] {
    content: "gUUYVx,";
}
.flXNkG {
    width: 20px;
    height: 20px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/magGlass.d61ba0e4.svg");
    mask-image: url("../../../images/explorer/media/magGlass.d61ba0e4.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 0px 0px 0px;
}
.kwerET {
    width: 16.67px;
    height: 16.67px;
    background-color: #fff;
    -webkit-mask-image: url("../../../images/explorer/media/userIcon.04370d75.svg");
    mask-image: url("../../../images/explorer/media/userIcon.04370d75.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 7px 0px 0px;
}
data-styled.g72[id="sc-8596172d-0"] {
    content: "flXNkG,kwerET,";
}
.cPWSnJ {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    min-width: 240px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
@media (max-width: 836px) {
    .cPWSnJ {
        top: unset;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100vw;
        max-width: 100vw;
        padding-bottom: env(safe-area-inset-bottom);
        z-index: 300;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-sizing: content-box;
        background-color: rgba(255, 255, 255, 0.95);
    }
    @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        .cPWSnJ {
            background-color: rgba(255, 255, 255, 0.7);
            -webkit-backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
    }
}
@media (max-width: 450px) {
    .cPWSnJ {
        height: 60px;
    }
}
data-styled.g73[id="sc-36b3c2e6-0"] {
    content: "cPWSnJ,";
}
.eGjAaF {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 240px;
    min-width: 240px;
    overflow: hidden;
}
@media (max-width: 836px) {
    .eGjAaF {
        position: fixed;
        background: transparent;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100vw;
        max-width: 100vw;
        z-index: 300;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
data-styled.g74[id="sc-36b3c2e6-1"] {
    content: "eGjAaF,";
}
.hHWvQP {
    display: none;
}
@media (min-width: 837px) {
    .hHWvQP {
        display: inherit;
        -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        width: 100%;
        height: 100%;
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-align-items: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        overflow-y: hidden;
    }
    .hHWvQP::-webkit-scrollbar {
        width: 8px;
    }
    .hHWvQP::-webkit-scrollbar-track {
        width: 8px;
        margin-block: 10px;
        background-color: #fff;
    }
    .hHWvQP::-webkit-scrollbar-thumb {
        background-color: #eee;
        border-radius: 10px;
        width: 8px;
    }
    .hHWvQP:hover,
    .hHWvQP:active,
    .hHWvQP:focus {
        overflow-y: auto;
    }
}
data-styled.g75[id="sc-36b3c2e6-2"] {
    content: "hHWvQP,";
}
.gesrfJ {
    display: none;
}
@media (max-width: 836px) {
    .gesrfJ {
        display: inherit;
        -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        width: 100%;
        height: 100%;
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-align-items: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}
data-styled.g76[id="sc-36b3c2e6-3"] {
    content: "gesrfJ,";
}
.gxiMuC {
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 59px);
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 15px;
    cursor: pointer;
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 3px 0px;
    background-color: inherit;
    border-radius: 9px;
}
@media (max-width: 836px) {
    .gxiMuC {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: unset;
        height: 100%;
        padding: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: inherit;
        border-radius: 0px;
    }
}
.gxiMuC:hover {
    background-color: #f9f7f6;
}
data-styled.g77[id="sc-36b3c2e6-4"] {
    content: "gxiMuC,";
}
.eodsjz {
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 59px);
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 15px;
    cursor: pointer;
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: inherit;
    border-radius: 50px;
}
@media (max-width: 836px) {
    .eodsjz {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: unset;
        height: 100%;
        padding: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: inherit;
        border-radius: 0px;
    }
}
.eodsjz:hover {
    background-color: #f9f7f6;
}
data-styled.g78[id="sc-36b3c2e6-5"] {
    content: "eodsjz,";
}
.fVMijJ {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/home.ee06ba7f.svg");
    mask-image: url("../../../images/explorer/media/home.ee06ba7f.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .fVMijJ {
        width: 30px;
        height: 30px;
    }
}
.ereXmm {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/prices.1d1fe584.svg");
    mask-image: url("../../../images/explorer/media/prices.1d1fe584.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .ereXmm {
        width: 30px;
        height: 30px;
    }
}
.bQoxjc {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/charts.29699b39.svg");
    mask-image: url("../../../images/explorer/media/charts.29699b39.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .bQoxjc {
        width: 30px;
        height: 30px;
    }
}
.kIrXMD {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/nfts.bf23d23f.svg");
    mask-image: url("../../../images/explorer/media/nfts.bf23d23f.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .kIrXMD {
        width: 30px;
        height: 30px;
    }
}
.kihOgX {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/getCrypto.42cdd6ef.svg");
    mask-image: url("../../../images/explorer/media/getCrypto.42cdd6ef.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .kihOgX {
        width: 30px;
        height: 30px;
    }
}
.gjljHX {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/more.74ac4485.svg");
    mask-image: url("../../../images/explorer/media/more.74ac4485.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .gjljHX {
        width: 30px;
        height: 30px;
    }
}
.fhHyBb {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/defi.3adfd91c.svg");
    mask-image: url("../../../images/explorer/media/defi.3adfd91c.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .fhHyBb {
        width: 30px;
        height: 30px;
    }
}
.kDCbFx {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/academy.b00f8de4.svg");
    mask-image: url("../../../images/explorer/media/academy.b00f8de4.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .kDCbFx {
        width: 30px;
        height: 30px;
    }
}
.jFTifz {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/news.1cac1582.svg");
    mask-image: url("../../../images/explorer/media/news.1cac1582.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .jFTifz {
        width: 30px;
        height: 30px;
    }
}
.hqYPCf {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/developers.e55820f5.svg");
    mask-image: url("../../../images/explorer/media/developers.e55820f5.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .hqYPCf {
        width: 30px;
        height: 30px;
    }
}
.kcNePF {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/wallet.863d27fb.svg");
    mask-image: url("../../../images/explorer/media/wallet.863d27fb.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .kcNePF {
        width: 30px;
        height: 30px;
    }
}
.fshPKi {
    width: 24px;
    height: 24px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/exchange2.1450cb59.svg");
    mask-image: url("../../../images/explorer/media/exchange2.1450cb59.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 836px) {
    .fshPKi {
        width: 30px;
        height: 30px;
    }
}
.bbZTvp {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/btc.a6006067.png");
}
@media (max-width: 836px) {
    .bbZTvp {
        width: 30px;
        height: 30px;
    }
}
.bhEeux {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/eth.8b071eb3.png");
}
@media (max-width: 836px) {
    .bhEeux {
        width: 30px;
        height: 30px;
    }
}
.cNsgIF {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/bch.44ead056.svg");
}
@media (max-width: 836px) {
    .cNsgIF {
        width: 30px;
        height: 30px;
    }
}
data-styled.g79[id="sc-36b3c2e6-6"] {
    content: "fVMijJ,ereXmm,bQoxjc,kIrXMD,kihOgX,gjljHX,fhHyBb,kDCbFx,jFTifz,hqYPCf,kcNePF,fshPKi,bbZTvp,bhEeux,cNsgIF,";
}
.jaavs {
    font-size: 0.875rem;
    margin-left: 20px;
    font-weight: 600;
}
@media (max-width: 836px) {
    .jaavs {
        margin-left: 0;
        font-size: 0.9rem;
        margin-top: 5px;
    }
}
@media (max-width: 450px) {
    .jaavs {
        font-size: 0.7rem;
        font-weight: normal;
    }
}
data-styled.g80[id="sc-36b3c2e6-7"] {
    content: "jaavs,";
}
.bKckcl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    height: 60px;
    margin: 0px 10px 0px 0px;
}
@media (max-width: 836px) {
    .bKckcl {
        display: none;
    }
}
data-styled.g82[id="sc-36b3c2e6-9"] {
    content: "bKckcl,";
}
.bqQSJP {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/logo.7e5cedb5.svg");
    mask-image: url("../../../images/explorer/media/logo.7e5cedb5.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
@media (max-width: 836px) {
    .bqQSJP {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
}
data-styled.g83[id="sc-36b3c2e6-10"] {
    content: "bqQSJP,";
}
.bpyDqH {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bolder;
    font-size: 1.1em;
}
@media (max-width: 836px) {
    .bpyDqH {
        font-size: 1.05rem;
    }
}
data-styled.g84[id="sc-36b3c2e6-11"] {
    content: "bpyDqH,";
}
.fdHGRN {
    display: none;
}
@media (min-width: 837px) {
    .fdHGRN {
        display: inherit;
        margin: 20px;
    }
}
data-styled.g85[id="sc-36b3c2e6-12"] {
    content: "fdHGRN,";
}
.iLcYoS {
    margin: 12px 0px;
    height: 1px;
    width: 176px;
    border-bottom: 1px solid #eee;
}
data-styled.g87[id="sc-36b3c2e6-14"] {
    content: "iLcYoS,";
}
.epKoIb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f9f7f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f9f7f6;
}
@media (max-width: 836px) {
    .epKoIb {
        background-color: #fff;
    }
}
data-styled.g90[id="sc-9bfbc8f4-0"] {
    content: "epKoIb,";
}
.flMcc {
    display: block;
    width: 100%;
    width: 180px;
    background: #fff;
}
data-styled.g92[id="sc-187bd521-0"] {
    content: "flMcc,";
}
.bUDplI {
    overflow: hidden;
    border: none;
    font-weight: 400;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 16px;
    color: #000000;
}
.bUDplI:focus {
    outline: none;
}
data-styled.g94[id="sc-187bd521-2"] {
    content: "bUDplI,";
}
.cIjhRe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}
.cIjhRe span {
    margin-right: 5px;
}
data-styled.g97[id="sc-187bd521-5"] {
    content: "cIjhRe,";
}
.dKdVFL {
    width: 17px;
    height: 17px;
    margin: 0px 0.5rem 0px 0px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #000000;
    -webkit-mask-image: url("../../../images/explorer/media/langIcon.512d3b96.svg");
    mask-image: url("../../../images/explorer/media/langIcon.512d3b96.svg");
}
data-styled.g98[id="sc-187bd521-6"] {
    content: "dKdVFL,";
}
:root {
    prefers-color-scheme: dark;
    color-scheme: light;
}
body,
html {
    max-width: 100vw;
    background-color: #fff;
}
html {
    height: 100%;
    background-color: #fff;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: "Inter var", sans-serif;
    font-feature-settings: "zero", "ss01";
}
.tooltip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tooltip-hidden {
    visibility: hidden;
    pointer-events: none;
}
@media only screen and (min-width: 0px) and (min-height: 0px) {
    div[id^="bsa-zone_1667403003246-2_123456"] {
        min-width: 320px;
        min-height: 100px;
    }
}
@media only screen and (min-width: 640px) and (min-height: 0px) {
    div[id^="bsa-zone_1667403003246-2_123456"] {
        min-width: 728px;
        min-height: 90px;
    }
}
data-styled.g123[id="sc-global-bPZuiK1"] {
    content: "sc-global-bPZuiK1,";
}
.beJxLI {
    width: 100%;
    position: absolute;
    background-color: white;
    bottom: 0px;
    background-color: #eee;
    left: 0px;
    right: 0px;
    height: 203%;
}
.beJwYp {
    width: 100%;
    position: absolute;
    background-color: white;
    bottom: 0px;
    background-color: #eee;
    left: 0px;
    right: 0px;
    height: 145%;
}
.beJyAQ {
    width: 100%;
    position: absolute;
    background-color: white;
    bottom: 0px;
    background-color: #eee;
    left: 0px;
    right: 0px;
    height: 151%;
}
.beJwFl {
    width: 100%;
    position: absolute;
    background-color: white;
    bottom: 0px;
    background-color: #eee;
    left: 0px;
    right: 0px;
    height: 154%;
}
data-styled.g159[id="sc-216896c3-1"] {
    content: "beJxLI,beJwYp,beJyAQ,beJwFl,";
}
.cqWNgn {
    width: 100%;
    background-color: white;
    height: 100%;
    background: linear-gradient(
            21deg,
            rgba(255, 201, 154, 0.8),
            rgba(255, 201, 154, 0.2) 10.71%
        ),
        linear-gradient(
            142.4deg,
            rgba(255, 188, 136, 0.8),
            rgba(255, 255, 255, 0) 70.71%
        ),
        linear-gradient(
            142.4deg,
            rgba(255, 159, 117, 0.8),
            rgba(255, 201, 154, 0.2) 70.71%
        ),
        linear-gradient(
            37deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 188, 136, 0.2) 70.71%
        );
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.cDjQTT {
    width: 100%;
    background-color: white;
    height: 100%;
    background: linear-gradient(
            21deg,
            rgba(255, 159, 117, 0.8),
            rgba(255, 159, 117, 0.2) 10.71%
        ),
        linear-gradient(
            142.4deg,
            rgba(255, 152, 150, 0.8),
            rgba(255, 255, 255, 0) 70.71%
        ),
        linear-gradient(
            284.8deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 159, 117, 0.2) 70.71%
        ),
        linear-gradient(
            37deg,
            rgba(255, 152, 150, 0.8),
            rgba(255, 152, 150, 0.2) 70.71%
        );
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.cRYzOL {
    width: 100%;
    background-color: white;
    height: 100%;
    background: linear-gradient(
            21deg,
            rgba(255, 201, 154, 0.8),
            rgba(255, 201, 154, 0.2) 10.71%
        ),
        linear-gradient(
            213.60000000000002deg,
            rgba(255, 188, 136, 0.8),
            rgba(255, 255, 255, 0) 70.71%
        ),
        linear-gradient(
            71.2deg,
            rgba(255, 159, 117, 0.8),
            rgba(255, 201, 154, 0.2) 70.71%
        ),
        linear-gradient(
            37deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 188, 136, 0.2) 70.71%
        );
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.bplXLg {
    width: 100%;
    background-color: white;
    height: 100%;
    background: linear-gradient(
            21deg,
            rgba(255, 159, 117, 0.8),
            rgba(255, 159, 117, 0.2) 10.71%
        ),
        linear-gradient(
            178deg,
            rgba(255, 152, 150, 0.8),
            rgba(255, 255, 255, 0) 70.71%
        ),
        linear-gradient(
            356deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 159, 117, 0.2) 70.71%
        ),
        linear-gradient(
            37deg,
            rgba(255, 152, 150, 0.8),
            rgba(255, 152, 150, 0.2) 70.71%
        );
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.hLeGqr {
    width: 100%;
    background-color: white;
    height: 100%;
    background: linear-gradient(
            21deg,
            rgba(255, 188, 136, 0.8),
            rgba(255, 188, 136, 0.2) 10.71%
        ),
        linear-gradient(
            142.4deg,
            rgba(255, 152, 150, 0.8),
            rgba(255, 255, 255, 0) 70.71%
        ),
        linear-gradient(
            213.60000000000002deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 176, 128, 0.2) 70.71%
        ),
        linear-gradient(
            37deg,
            rgba(255, 99, 122, 0.8),
            rgba(255, 152, 150, 0.2) 70.71%
        );
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
data-styled.g160[id="sc-216896c3-2"] {
    content: "cqWNgn,cDjQTT,cRYzOL,bplXLg,hLeGqr,";
}
.ehnTtk {
    position: relative;
    background-color: #eee;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
    margin: 9%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
data-styled.g161[id="sc-216896c3-3"] {
    content: "ehnTtk,";
}
.hogNFi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    border-bottom: none;
    border-top: 1px solid #eee;
    margin: -1px 0px 0px 0px;
    height: 300px;
    -webkit-animation: fadeinAsset 0.3s;
    animation: fadeinAsset 0.3s;
}
@media (max-width: 700px) {
    .hogNFi {
        height: 180px;
    }
}
@-webkit-keyframes fadeinAsset {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeinAsset {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
data-styled.g291[id="sc-17682287-0"] {
    content: "hogNFi,";
}
.gUxGWP {
    position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;
}
@media (max-width: 700px) {
    .gUxGWP {
        top: 50px;
    }
}
data-styled.g295[id="sc-17682287-4"] {
    content: "gUxGWP,";
}
.bIpMDD {
    display: block;
}
@media (max-width: 700px) {
    .bIpMDD {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
data-styled.g296[id="sc-17682287-5"] {
    content: "bIpMDD,";
}
.eriNPK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0px 0px 10px 0px;
}
data-styled.g300[id="sc-17682287-9"] {
    content: "eriNPK,";
}
.flScMp {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.875rem;
    margin: 15px;
    font-weight: 600;
}
@media (max-width: 700px) {
    .flScMp {
        font-size: 1.25rem;
        max-width: 100%;
    }
}
data-styled.g301[id="sc-17682287-10"] {
    content: "flScMp,";
}
.dEThtb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
data-styled.g302[id="sc-5ba1dcb8-0"] {
    content: "dEThtb,";
}
.UUqxS {
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 50%;
    padding: 15px;
    -webkit-transform: translateY(calc(-120% + 15px));
    -ms-transform: translateY(calc(-120% + 15px));
    transform: translateY(calc(-120% + 15px));
}
@media (max-width: 600px) {
    .UUqxS {
        display: none;
    }
}
data-styled.g304[id="sc-5ba1dcb8-2"] {
    content: "UUqxS,";
}
.jGxjiH {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    -webkit-transition: -webkit-transform 0.125s ease-in;
    -webkit-transition: transform 0.125s ease-in;
    transition: transform 0.125s ease-in;
    cursor: pointer;
    display: grid;
    place-content: center;
}
.jGxjiH:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
data-styled.g305[id="sc-5ba1dcb8-3"] {
    content: "jGxjiH,";
}
.cFkoCf {
    -webkit-mask-image: url("../../../images/explorer/media/right.04989665.svg");
    mask-image: url("../../../images/explorer/media/right.04989665.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #000000;
    height: 22px;
    width: 22px;
    margin: 0px 0px 0px 4px;
}
data-styled.g306[id="sc-5ba1dcb8-4"] {
    content: "cFkoCf,";
}
.ldGwKo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px;
    position: relative;
}
data-styled.g307[id="sc-5ba1dcb8-5"] {
    content: "ldGwKo,";
}
.fVMSwf {
    position: relative;
    overflow: hidden;
}
data-styled.g308[id="sc-5ba1dcb8-6"] {
    content: "fVMSwf,";
}
.UxKSz {
    position: absolute;
    right: 0px;
    width: 150px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1;
}
@media (max-width: 600px) {
    .UxKSz {
        display: none;
    }
}
data-styled.g309[id="sc-5ba1dcb8-7"] {
    content: "UxKSz,";
}
.hCaano {
    position: absolute;
    left: 0px;
    width: 150px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        279deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
}
@media (max-width: 600px) {
    .hCaano {
        display: none;
    }
}
data-styled.g310[id="sc-5ba1dcb8-8"] {
    content: "hCaano,";
}
.ioIPNG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 0px);
    height: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0px;
}
.ioIPNG * :visited {
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration-thickness: 0px;
    text-decoration-thickness: 0px;
}
.xTlXy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 15px);
    height: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}
.xTlXy * :visited {
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration-thickness: 0px;
    text-decoration-thickness: 0px;
}
data-styled.g339[id="sc-3116109e-0"] {
    content: "ioIPNG,xTlXy,";
}
.idmMVV {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 14px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/btc.a6006067.png");
}
.deahjE {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 14px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/bitcoin.df7c9480.svg");
}
.gstiHO {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 14px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/bch.49cfc2d6.png");
}
.iZmBPB {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 14px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../images/explorer/media/eth.8b071eb3.png");
}
data-styled.g340[id="sc-3116109e-1"] {
    content: "idmMVV,deahjE,gstiHO,iZmBPB,";
}
.fAmDwR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.fAmDwR a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}
data-styled.g341[id="sc-3116109e-2"] {
    content: "fAmDwR,";
}
.iSDFka {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.iSDFka:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.7);
}
data-styled.g342[id="sc-3116109e-3"] {
    content: "iSDFka,";
}
.fpUYjk {
    cursor: pointer;
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
    color: #999999;
}
data-styled.g343[id="sc-3116109e-4"] {
    content: "fpUYjk,";
}
.UedXi {
    display: contents;
}
data-styled.g344[id="sc-3116109e-5"] {
    content: "UedXi,";
}
.hJZQZX {
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    color: #000000;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    -webkit-text-decoration-thickness: 0px;
    text-decoration-thickness: 0px;
}
.hJZQZX:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hJZQZX:visited {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    -webkit-text-decoration-thickness: 0px;
    text-decoration-thickness: 0px;
    color: #000000;
}
data-styled.g346[id="sc-3116109e-7"] {
    content: "hJZQZX,";
}
.eQEwmk {
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 7.25px 8.25px;
    border-radius: 30px;
    background-color: #eee;
}
@media (max-width: 836px) {
}
.eQEwmk:focus {
    outline: none;
}
data-styled.g590[id="sc-7b19e8be-0"] {
    content: "eQEwmk,";
}
.PVgtU {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
data-styled.g592[id="sc-7b19e8be-2"] {
    content: "PVgtU,";
}
.lmJTwz {
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
    width: calc(100%);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: max-content 18% 2fr 25%;
    grid-auto-rows: 10%;
}
data-styled.g611[id="sc-f435de01-0"] {
    content: "lmJTwz,";
}
.kbJYjN:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
data-styled.g612[id="sc-6c545ecc-0"] {
    content: "kbJYjN,";
}
.iNZNEH {
    text-align: right;
}
data-styled.g613[id="sc-6c545ecc-1"] {
    content: "iNZNEH,";
}
.ernlgn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    width: 100%;
}
data-styled.g614[id="sc-6c545ecc-2"] {
    content: "ernlgn,";
}
.blzhGv {
    text-align: right;
    color: #999999;
}
data-styled.g615[id="sc-6c545ecc-3"] {
    content: "blzhGv,";
}
.bJqppb {
    display: contents;
    cursor: pointer;
}
.bJqppb:hover span {
    background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 836px) {
    .bJqppb:hover span {
        background: initial;
    }
}
.bJqppb span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 9px;
    font-size: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.bJqppb .sc-6c545ecc-3 {
    color: #999999;
    font-size: 0.8em;
}
data-styled.g616[id="sc-6c545ecc-4"] {
    content: "bJqppb,";
}
.Ejktn {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
data-styled.g625[id="sc-398f8c38-0"] {
    content: "Ejktn,";
}
.dzZUVh {
    font-size: 2.2em;
    font-weight: 800;
    margin: 0rem 1.5rem;
}
@media (max-width: 280px) {
    .dzZUVh {
        font-size: 1.3rem;
    }
}
data-styled.g626[id="sc-398f8c38-1"] {
    content: "dzZUVh,";
}
.iSqQAI {
    font-size: 1.25em;
    font-weight: normal;
    margin: 0.1rem 1.5rem;
}
data-styled.g627[id="sc-398f8c38-2"] {
    content: "iSqQAI,";
}
.cxleAe {
    margin: 2rem 1.5rem;
}
.cxleAe button :hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media (max-width: 280px) {
    .cxleAe {
        margin: 1rem 1.5rem;
    }
}
data-styled.g628[id="sc-398f8c38-3"] {
    content: "cxleAe,";
}
.ildtAb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 85%;
    position: relative;
}
data-styled.g633[id="sc-a1d27225-0"] {
    content: "ildtAb,";
}
.jUuMwt {
    position: relative;
    padding-top: 100%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 699px) {
    .jUuMwt {
        border-right: none;
    }
}
@media (max-width: 501px) {
    .jUuMwt {
        border-right: none;
    }
}
@media (max-width: 370px) {
    .jUuMwt {
        border-right: none;
    }
}
@media (max-width: 700px) {
    .jUuMwt {
        border: none;
    }
}
.bKyZpq {
    position: relative;
    padding-top: 100%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 699px) {
    .bKyZpq {
        border-right: none;
    }
}
@media (max-width: 501px) {
    .bKyZpq {
        border-right: none;
    }
}
@media (max-width: 370px) {
    .bKyZpq {
        border-right: none;
    }
}
@media (max-width: 700px) {
}
data-styled.g642[id="sc-d497044d-0"] {
    content: "jUuMwt,bKyZpq,";
}
.bHtqQc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 44px;
    background-color: #fff;
    font-size: 14px;
}
.bHtqQc:hover {
    background-color: rgba(249, 247, 246, 0.5);
    -webkit-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}
@media (max-width: 836px) {
    .bHtqQc:hover {
        background-color: initial;
    }
}
data-styled.g643[id="sc-d497044d-1"] {
    content: "bHtqQc,";
}
.WMEgR {
    aspect-ratio: 1 / 1;
    background-color: #fff;
}
@media (max-width: 700px) {
    .WMEgR {
        height: 220px;
        width: auto;
        -webkit-transition: none;
        transition: none;
        aspect-ratio: unset;
    }
}
@media (max-width: 371px) {
    .WMEgR {
        height: 160px;
        width: auto;
        aspect-ratio: unset;
    }
}
.VeSMs {
    aspect-ratio: 1 / 1;
    background-color: #fff;
}
@media (max-width: 700px) {
}
@media (max-width: 371px) {
}
data-styled.g644[id="sc-d497044d-2"] {
    content: "WMEgR,VeSMs,";
}
.cucWXa {
    display: grid;
    width: 100%;
    overflow: hidden;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
@media (max-width: 455px) {
    .cucWXa {
        grid-template-columns: 1fr;
    }
}
data-styled.g645[id="sc-5303f1eb-0"] {
    content: "cucWXa,";
}
.isbiLK {
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
    width: calc(100%);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 20%;
}
data-styled.g646[id="sc-e519c4fa-0"] {
    content: "isbiLK,";
}
.dpUZyn {
    display: grid;
    margin: 0px 2% 0px 0px;
    min-width: 50px;
    aspect-ratio: 1 / 1;
    height: 100%;
    min-height: 100%;
}
data-styled.g647[id="sc-3dd8f4a4-0"] {
    content: "dpUZyn,";
}
.gJxEcS {
    font-weight: 600;
}
data-styled.g648[id="sc-3dd8f4a4-1"] {
    content: "gJxEcS,";
}
.hRQOOg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1% 0px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
data-styled.g649[id="sc-3dd8f4a4-2"] {
    content: "hRQOOg,";
}
.ePIcJr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
data-styled.g650[id="sc-3dd8f4a4-3"] {
    content: "ePIcJr,";
}
.heQvek {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.9em;
    color: #999999;
}
data-styled.g651[id="sc-3dd8f4a4-4"] {
    content: "heQvek,";
}
.jALQVj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
data-styled.g652[id="sc-3dd8f4a4-5"] {
    content: "jALQVj,";
}
.jwMqrK {
    height: 2em;
    width: 2em;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0.5em 0px -2em;
    z-index: 1;
}
data-styled.g653[id="sc-3dd8f4a4-6"] {
    content: "jwMqrK,";
}
.dhLusG {
    height: 2em;
    width: 2em;
}
data-styled.g654[id="sc-3dd8f4a4-7"] {
    content: "dhLusG,";
}
.dOXrrU {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 0px 12px 8px 12px;
    -webkit-animation: none;
    animation: none;
    color: #000000;
}
.dOXrrU:hover {
    background: rgba(0, 0, 0, 0.025);
}
@media (max-width: 836px) {
    .dOXrrU:hover {
        background: initial;
    }
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
data-styled.g655[id="sc-3dd8f4a4-8"] {
    content: "dOXrrU,";
}
.fRBWTy {
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
    height: 100%;
    width: 100%;
}
data-styled.g704[id="sc-bb0d7e22-0"] {
    content: "fRBWTy,";
}
.jRGjFx {
    margin-top: 0px;
    height: 40%;
    width: calc(100% + 7px);
    margin-left: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
data-styled.g705[id="sc-bb0d7e22-1"] {
    content: "jRGjFx,";
}
.iLZftN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 15px 0px 15px;
    height: 50%;
}
data-styled.g706[id="sc-bb0d7e22-2"] {
    content: "iLZftN,";
}
.jgbdHu {
    font-size: 0.875rem;
    left: 58px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 400;
}
data-styled.g707[id="sc-bb0d7e22-3"] {
    content: "jgbdHu,";
}
.CZhgY {
    margin-left: 5px;
    font-size: 0.75rem;
    color: #4acda5;
}
data-styled.g708[id="sc-bb0d7e22-4"] {
    content: "CZhgY,";
}
.ZMDzf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.ZMDzf h2 {
    margin: 0px 3px 0px 4px;
}
data-styled.g709[id="sc-bb0d7e22-5"] {
    content: "ZMDzf,";
}
.hkNWXo {
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
    color: #999999;
}
data-styled.g710[id="sc-bb0d7e22-6"] {
    content: "hkNWXo,";
}
.gXeQXk {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.3rem;
}
data-styled.g711[id="sc-4dd02d36-0"] {
    content: "gXeQXk,";
}
.hHRDBi {
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1.2em!important;
    margin-right: 5px;
}
data-styled.g712[id="sc-4dd02d36-1"] {
    content: "hHRDBi,";
}
.dHrImJ {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}
.dHrImJ .sc-4dd02d36-1:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
data-styled.g713[id="sc-4dd02d36-2"] {
    content: "dHrImJ,";
}
.hXfLJj {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}
data-styled.g714[id="sc-4dd02d36-3"] {
    content: "hXfLJj,";
}
.fVRKCK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 70px;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #f9f7f6;
    border-radius: 12.5px;
    cursor: pointer;
}
.fVRKCK:hover {
    background-color: rgba(238, 238, 238, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 836px) {
    .fVRKCK:hover {
        background-color: inherit;
    }
}
data-styled.g715[id="sc-320808b3-0"] {
    content: "fVRKCK,";
}
.liBlEq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #eee;
    margin: 0px 10px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
}
.liBlEq:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 836px) {
    .liBlEq:hover {
        background-color: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}
data-styled.g716[id="sc-320808b3-1"] {
    content: "liBlEq,";
}
.ikNMHV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
data-styled.g717[id="sc-320808b3-2"] {
    content: "ikNMHV,";
}
.ccAQjW {
    margin-left: 2px;
    height: 0.85em;
    width: 0.85em;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 1 / 1;
}
data-styled.g718[id="sc-320808b3-3"] {
    content: "ccAQjW,";
}
.ejkElY {
    color: #888;
    font-weight: 400;
    margin: 0px 0.25rem 2px 0.25rem;
    overflow: hidden;
    font-size: 1rem;
}
@media (max-width: 450px) {
    .ejkElY {
        margin: 2px 0px 0px 2px;
    }
}
@media (max-width: 300px) {
    .ejkElY {
        display: none;
    }
}
data-styled.g719[id="sc-320808b3-4"] {
    content: "ejkElY,";
}
.dzUCHS {
    font-weight: 600;
    margin: 0rem 0.25rem;
    line-height: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}
@media (max-width: 450px) {
    .dzUCHS {
        margin: 2px 0px 0px 2px;
    }
}
data-styled.g720[id="sc-320808b3-5"] {
    content: "dzUCHS,";
}
.bdVYvO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
}
@media (max-width: 450px) {
    .bdVYvO {
        padding: 2px;
    }
}
data-styled.g721[id="sc-9dcf47a5-0"] {
    content: "bdVYvO,";
}
.gLZwzG {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 450px) {
    .gLZwzG {
        height: 100px;
    }
}
data-styled.g722[id="sc-9dcf47a5-1"] {
    content: "gLZwzG,";
}
.cbfLQF {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}
data-styled.g723[id="sc-9dcf47a5-2"] {
    content: "cbfLQF,";
}
.YFpLk {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    pointer-events: none;
    cursor: pointer;
}
.YFpLk:hover {
    opacity: 90%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
data-styled.g724[id="sc-9dcf47a5-3"] {
    content: "YFpLk,";
}
.cFpMaz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0rem 0.8rem;
}
data-styled.g725[id="sc-9dcf47a5-4"] {
    content: "cFpMaz,";
}
.iagoCK {
    font-weight: 600;
    margin-top: 3px;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
data-styled.g726[id="sc-9dcf47a5-5"] {
    content: "iagoCK,";
}
.OnEjx {
    color: #999999;
    font-weight: 400;
    font-size: 1rem;
}
data-styled.g727[id="sc-9dcf47a5-6"] {
    content: "OnEjx,";
}
.gNCRfh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    background-color: #5322e5;
    color: white;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 6.9px 0px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
}
@media (min-width: 700px) and (max-width: 706px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
@media (min-width: 940px) and (max-width: 1056px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
@media (min-width: 1290px) and (max-width: 1406px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
@media (min-width: 1640px) and (max-width: 1756px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
@media (min-width: 1990px) and (max-width: 2106px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
@media (min-width: 2340px) and (max-width: 2456px) {
    .gNCRfh {
        margin-top: 5px;
    }
}
.gNCRfh:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}
@media (max-width: 836px) {
    .gNCRfh:hover {
        -webkit-filter: initial;
        filter: initial;
    }
}
data-styled.g728[id="sc-9dcf47a5-7"] {
    content: "gNCRfh,";
}
.hkofKF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    overflow: auto;
    margin-top: 8px;
}
@media (max-width: 450px) {
    .hkofKF {
        padding: 0px;
    }
}
.hkofKF div:nth-child(4),
.hkofKF div:nth-child(5),
.hkofKF div:nth-child(6) {
    display: none;
}
@media (min-width: 837px) and (max-width: 940px) {
    .hkofKF .sc-320808b3-5 {
        font-size: 0.8em;
    }
    .hkofKF div:nth-child(4),
    .hkofKF div:nth-child(5),
    .hkofKF div:nth-child(6) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 600px) and (max-width: 699.9px) {
    .hkofKF .sc-320808b3-5 {
        font-size: 0.8em;
    }
    .hkofKF div:nth-child(4),
    .hkofKF div:nth-child(5),
    .hkofKF div:nth-child(6) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 500px) and (max-width: 599.9px) {
    .hkofKF .sc-320808b3-5 {
        font-size: 0.8em;
    }
    .hkofKF div:nth-child(4) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
data-styled.g729[id="sc-9dcf47a5-8"] {
    content: "hkofKF,";
}
.jLkZea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
data-styled.g730[id="sc-70199313-0"] {
    content: "jLkZea,";
}
.lKrIV {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr max-content max-content;
    grid-template-rows: 10%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
data-styled.g731[id="sc-70199313-1"] {
    content: "lKrIV,";
}
.gICvnT {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: grid;
    grid-template-columns: max-content;
    grid-template-rows: 10%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 10px 0px 0px;
}
data-styled.g732[id="sc-70199313-2"] {
    content: "gICvnT,";
}
.gaYUJG {
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline;
    font-size: 1.05em;
}
data-styled.g733[id="sc-d756b7c8-0"] {
    content: "gaYUJG,";
}
.ffVWjP {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: inline;
    font-size: 0.85em;
}
data-styled.g734[id="sc-d756b7c8-1"] {
    content: "ffVWjP,";
}
.iaURlY {
    color: #000000;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1em;
}
data-styled.g735[id="sc-d756b7c8-2"] {
    content: "iaURlY,";
}
.bBUygT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px 6px 0px 5px;
    font-weight: 600;
    font-size: 0.9em;
    color: #4acda5;
}
data-styled.g736[id="sc-d756b7c8-3"] {
    content: "bBUygT,";
}
.cTbEc {
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 13px;
    border: 0px;
    border-radius: 50%;
}
@media (max-width: 370px) {
    .cTbEc {
        height: 15px;
    }
}
@media (max-width: 370px) {
    .cTbEc {
        width: 15px;
    }
}
@media (max-width: 699px) {
    .cTbEc {
        height: 35px;
    }
}
@media (max-width: 699px) {
    .cTbEc {
        width: 35px;
    }
}
@media (max-width: 501px) {
    .cTbEc {
        height: 20px;
    }
}
@media (max-width: 501px) {
    .cTbEc {
        width: 20px;
    }
}
data-styled.g737[id="sc-d756b7c8-4"] {
    content: "cTbEc,";
}
.hJxoCl {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    grid-column: 5;
    grid-row: 1;
    position: relative;
}
.hJxoCl button {
    margin-right: 12px;
}
.hJxoCl > div,
.hJxoCl a {
    -webkit-text-decoration: none;
    text-decoration: none;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: background-color 0.05s ease-in;
    transition: background-color 0.05s ease-in;
}
.hJxoCl:hover > * {
    font-weight: bold;
    cursor: pointer;
}
.hJxoCl:hover > * > * {
    font-weight: bold;
    cursor: pointer;
}
@media (max-width: 836px) {
    .hJxoCl:hover > * {
        background-color: initial;
    }
}
data-styled.g739[id="sc-d756b7c8-6"] {
    content: "hJxoCl,";
}
.blqrb {
    height: 100%;
    width: 100%;
    cursor: pointer;
}
data-styled.g740[id="sc-9ba746ef-0"] {
    content: "blqrb,";
}
.gQTyel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
data-styled.g741[id="sc-9ba746ef-1"] {
    content: "gQTyel,";
}
.ijCvpn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
data-styled.g742[id="sc-9ba746ef-2"] {
    content: "ijCvpn,";
}
.kdlbdy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-left: 15px;
}
data-styled.g743[id="sc-9ba746ef-3"] {
    content: "kdlbdy,";
}
.hesUyh {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: white;
}
data-styled.g744[id="sc-9ba746ef-4"] {
    content: "hesUyh,";
}
.deKbBI {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    color: white;
}
data-styled.g745[id="sc-9ba746ef-5"] {
    content: "deKbBI,";
}
.leiNtU {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: white;
}
.leiNtU:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
data-styled.g746[id="sc-9ba746ef-6"] {
    content: "leiNtU,";
}
.hcRZSS {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    grid-area: center;
    gap: 1em;
    max-height: 60%;
    max-width: 45%;
    margin: 7.5% 0% 0% 5%;
}
data-styled.g747[id="sc-8a65a401-0"] {
    content: "hcRZSS,";
}
.cvshOO {
    height: 100%;
    margin-left: 20%;
    width: 100%;
    border-radius: 100%;
    grid-area: center;
    border-radius: 381px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(252, 3, 151, 0.2) 0%,
        rgba(252, 3, 151, 0) 100%
    );
}
data-styled.g748[id="sc-8a65a401-1"] {
    content: "cvshOO,";
}
.isulfN {
    font-size: 2.45rem!important;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.1;
}
data-styled.g749[id="sc-8a65a401-2"] {
    content: "isulfN,";
}
.jNeYbK {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: contents;
    overflow: hidden;
}
.jNeYbK:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.jNeYbK:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
data-styled.g750[id="sc-8a65a401-3"] {
    content: "jNeYbK,";
}
.jmcnua {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 70%;
}
data-styled.g751[id="sc-8a65a401-4"] {
    content: "jmcnua,";
}
.gdedfd {
    height: 80%;
    width: 70%;
    pointer-events: none;
    grid-area: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: end;
    overflow: hidden;
}
data-styled.g752[id="sc-8a65a401-5"] {
    content: "gdedfd,";
}
.iDOXyl {
    height: 100%;
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}
data-styled.g753[id="sc-8a65a401-6"] {
    content: "iDOXyl,";
}


.dPYATq {
    grid-area: center;
    max-width: 35%;
    gap: 0.625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    margin: 0% 0% 10% 2%;
    max-height: 25%;
}

.gUVZoJ {
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center;
    grid-template-areas: "center";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.gUVZoJ:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
data-styled.g756[id="sc-8a65a401-9"] {
    content: "gUVZoJ,";
}
.hlpaux {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 699px) {
    .hlpaux {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 501px) {
    .hlpaux {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 370px) {
    .hlpaux {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 700px) {
    .hlpaux {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 0px 15px;
        padding-top: 50px;
    }
}
@media (max-width: 371px) {
}
data-styled.g757[id="sc-c500bf44-0"] {
    content: "hlpaux,";
}
.jVqRSI {
    position: absolute;
    top: 10px;
    right: 15px;
}
data-styled.g758[id="sc-c500bf44-1"] {
    content: "jVqRSI,";
}
.cTVTCs {
    color: #999999;
    font-size: 70%;
    font-weight: normal;
    font-style: italic;
}
data-styled.g759[id="sc-c500bf44-2"] {
    content: "cTVTCs,";
}
.dPcBKZ {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000000;
}
.dPcBKZ:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
data-styled.g760[id="sc-c500bf44-3"] {
    content: "dPcBKZ,";
}
.hYnjDU {
    padding: 0 20px;
    font-weight: 600;
    font-size: 1.7rem;
}
@media (max-width: 699px) {
    .jmcnua{
        font-size: 1rem;
    }
    .isulfN {
        font-size: 1.7rem!important;
    }
    .hYnjDU {
        font-size: 20px;
        text-align: center;
    }
}
@media (max-width: 501px) {
    .hYnjDU {
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 370px) {
    .hYnjDU {
        font-size: 13px;
        text-align: center;
    }
}
@media (max-width: 699px) {
    .hYnjDU {
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }
}
data-styled.g761[id="sc-c500bf44-4"] {
    content: "hYnjDU,";
}
.gXWIkB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px 0px 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
}
@media (max-width: 699px) {
    .gXWIkB {
        font-size: 13px;
        text-align: center;
        padding: 0px 15px 0px;
    }
}
@media (max-width: 600px) {
    .gXWIkB {
        font-size: 12px;
    }
}
data-styled.g762[id="sc-c500bf44-5"] {
    content: "gXWIkB,";
}
.pJrnT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 15px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
}
@media (max-width: 699px) {
    .pJrnT {
        font-size: 12px;
        text-align: center;
        padding: 0px 15px 0px;
    }
}
data-styled.g763[id="sc-c500bf44-6"] {
    content: "pJrnT,";
}


@media (max-width: 767px) {  
    .cvshOO{
        margin-left: 0;
    }
  .dPYATq {
    display: none !important;
  }

  .hcRZSS{
    max-width: 50%;
  }

  .gdedfd{
    width: 50%;
  }
}