
[data-modal="item"] {
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.modal-item-content {
    padding-top: 63px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
    height: 669px;
    border-radius: 3px;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0.96) 0%, rgba(31, 31, 31, 0.96) 100%), #FFF;
    display: flex;
    position: relative;
}
.modal-item-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 13px;
}

.modal-item-side-item {
    width: 124px;
    height: 124px;
    border-radius: 3px;
    border: 1px solid var(--color-blue);
    background: #1F1F1F;
    box-shadow: 0px 0px 24px 0px rgba(71, 102, 255, 0.31) inset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.modal-item-side-item img {
    width: 74px;
    max-height: 53px;
}

.modal-item-image-container-footer {
    display: flex;
    align-items: center;
    gap: 28px;
}

.modal-item-image-container-footer a {
    gap: 4px;
    display: flex;
    align-items: center;
}

.modal-item-image-container-footer a p {
    color: #909090;
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-item-image-container-footer a .top-href {
    margin-bottom: 7px;
    width: 9px;
    max-height: 9px;
}

.modal-item-image-container-footer a .more-href {
    width: 24px;
    max-height: 24px;
}

.modal-item-image-container-footer a:last-of-type {
    margin-left: auto;
    margin-right: 0;
}







.modal-item-side-item p {
    display: none;
}

.modal-item-close {
    margin-left: 13px;
}

.modal-item-close button {
    width: 40px;
    height: 40px;
    background: #1E1E1E;
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.modal-item-image-container {
    width: 503px;
    height: 100%;
}

.modal-item-image-container-image {
    width: 100%;
    height: 508px;
    background: url(../img/modal-item-background.svg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-item-image-container .modal-item-img {
    width: 395px;
    max-height: 407px;
}

.modal-item-info-container {
    padding-left: 56px;
}

.modal-item-info-container .title {
    color: #F4F4F4;
    font-size: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-item-info-container .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #C2C2C2;
    margin-top: 18px;
}

.modal-item-info-container .subtitle .rarity {
    color: #EB4B4B;
}

.modal-item-info-container .subtitle .star {
    color: #EB4B4B;
}

.modal-item-info-container .subtitle .exterior {
    color: var(--color-blue);
}

.modal-item-info-container .details {
    background: #242424;
}

.modal-item-info-container .details .hr {
    width: calc(100% - 15px - 15px);
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    background: #3E3E3E;
}

.modal-item-info-container .details .details-rows {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 11px;
    padding-bottom: 14px;
}

.modal-item-info-container .details .details-rows div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 13px;
    padding-right: 17px;
    background: #242424;
    border-radius: 5px;
}

.modal-item-info-container .details .details-rows div p {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-item-info-container .details .details-rows div span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.modal-item-info-container .details .details-rows div p:first-of-type {
    color: #C2C2C2;
}

.modal-item-info-container .details .details-rows div p:last-of-type {
    color: #FFF;
}

.modal-item-info-container .float-line {
    margin-top: 23px;
    width: 100%;
    height: 71px;
    background: #242424;
    padding-top: 14px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-item-info-container .float-line p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.modal-item-info-container .float-line .line {
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-item-info-container .float-line .arrow {
    position: absolute;
    bottom: 18px;
}

.modal-item-info-container .float-line .line div {
    height: 5px;
}

.modal-item-info-container .float-line .line div:nth-child(1) {
    width: 13.95%;
    background: #008000;
}

.modal-item-info-container .float-line .line div:nth-child(2) {
    width: 13.95%;
    background: #5CB85C;
}

.modal-item-info-container .float-line .line div:nth-child(3) {
    width: 22.72%;
    background: #F0AD4E;
}

.modal-item-info-container .float-line .line div:nth-child(4) {
    width: 13.95%;
    background: #D9534F;
}

.modal-item-info-container .float-line .line div:nth-child(5) {
    width: 35.43%;
    background: #993A38;
}


.modal-item-info-container .description {
    width: 100%;
    border-radius: 4px;
    background: #242424;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 9px;

    color: #414141;
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 173.187%;
}

.modal-item-info-container .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 54px;
}


.modal-item-info-container .actions .buy {
    width: 393px;
    height: 60px;
    border-radius: 5px;
    background: var(--color-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.modal-item-info-container .actions .buy p {
    color: #282828;
    font-size: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-item-info-container .actions .buy:hover {
    background: var(--color-blue);
}

.modal-item-info-container .actions .offer {
    width: 162px;
    height: 60px;
    border-radius: 5px;
    background: #313131;
    color: var(--color-blue);
    font-size: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-item-info-container .actions .offer:hover {
    background: #363636;
}


















@media screen and (max-width: 1440px) {
    .modal-item-side {
        margin-right: 14px;
    }
    .modal-item-info-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    [data-modal="item"] {
        width: 98%;
    }
}

@media screen and (max-width: 1345px) {
    .modal-item-image-container {
        width: 350px;
    }
}

@media screen and (max-width: 1195px) {
    .modal-item-info-container .actions .buy {
        width: 350px;
    }
}
@media screen and (max-width: 1125px) {
    [data-modal="item"] {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .modal-item-content {
        flex-direction: column;
        align-items: center;
        height: 100vh;
        padding-bottom: 30px;
        width: 100%;
        overflow: auto;
    }
    .modal-item-image-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal-item-image-container img {
        width: 350px;
    }
    .modal-item-side {
        display: none;
    }
    .modal-item-close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .modal-item-image-container-footer {
        height: 50px;
    }
}

@media screen and (max-width: 780px) {
    .modal-item-info-container .actions .buy {
        width: calc(100% - 140px - 20px);
    }
    .modal-item-info-container .actions .offer {
        width: 140px;
    }

    .modal-item-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 610px) {
    .modal-item-info-container .details div {
        width: 140px;
    }
    .modal-item-info-container .details div p {
        font-size: 14px;
    }
    .modal-item-info-container .actions .buy {
        width: calc(100% - 140px - 20px);
    }

    .modal-item-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width: 520px) {
    .modal-item-info-container .actions .buy {
        width: 162px;
    }
    .modal-item-info-container .details {
        flex-direction: column;
        gap: 15px;
    }
    .modal-item-info-container .details div {
        width: 100%;
    }
    .modal-item-info-container .details div p {
        font-size: 16px;
    }
}

@media screen and (max-width: 410px) {
    .modal-item-info-container .actions {
        flex-direction: column;
        gap: 15px;
    }

    .modal-item-info-container button {
        width: 100%!important;
    }

    .modal-item-image-container img {
        width: 250px;
    }
}

@media all{
.leuuwpfsidhdjhedauydpvjcuelgdytq:after,:before{outline:0!important;box-sizing:border-box;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:after,:before{box-sizing:border-box;}
.leuuwpfsidhdjhedauydpvjcuelgdytq iframe{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:after{border:0;font-weight:400;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:before{border:0;font-weight:400;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{font-family:Inter,Roboto,sans-serif;}
.leuuwpfsidhdjhedauydpvjcuelgdytq input{font-family:Inter,Roboto,sans-serif;font-size:1.4rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{min-height:0;min-width:0;scrollbar-color:rgba(96,117,159,.4) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-width:thin;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-color:rgba(96,117,159,.6) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::selection{background:#11899c;color:#fff;}
@media (hover:hover),(min-width:1024px){
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-track{background:0 0;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar{background-color:transparent;height:6px;width:6px;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb{background-color:transparent;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover::-webkit-scrollbar-thumb{background-color:rgba(96,117,159,.4);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:hover{background-color:rgba(96,117,159,.5);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:active{background-color:rgba(96,117,159,.6);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-corner{background-color:transparent;}
}
}
@media all{
.leuuwpfsidhdjhedauydpvjcuelgdytq:before{outline:0!important;box-sizing:border-box;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:after{outline:0!important;box-sizing:border-box;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:after{border:0;font-weight:400;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:before{border:0;font-weight:400;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{font-family:Inter,Roboto,sans-serif;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{min-height:0;min-width:0;scrollbar-color:rgba(96,117,159,.4) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-width:thin;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-color:rgba(96,117,159,.6) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::selection{background:#11899c;color:#fff;}
@media (hover:hover),(min-width:1024px){
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-track{background:0 0;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar{background-color:transparent;height:6px;width:6px;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb{background-color:transparent;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover::-webkit-scrollbar-thumb{background-color:rgba(96,117,159,.4);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:hover{background-color:rgba(96,117,159,.5);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:active{background-color:rgba(96,117,159,.6);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-corner{background-color:transparent;}
}
}
@media all{
.leuuwpfsidhdjhedauydpvjcuelgdytq{scrollbar-color:rgba(96,117,159,.4) transparent;min-height:0;min-width:0;scrollbar-color:rgba(96,117,159,.4) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{font-family:Inter,Roboto,sans-serif;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:after{-webkit-text-decoration:none;border:0;box-sizing:border-box;font-weight:400;outline:0!important;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:before{-webkit-text-decoration:none;border:0;box-sizing:border-box;font-weight:400;outline:0!important;-webkit-text-decoration:none;text-decoration:none;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-width:thin;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover{scrollbar-color:rgba(96,117,159,.6) transparent;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::selection{background:#11899c;color:#fff;}
@media (hover:hover),(min-width:1024px){
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-track{background:0 0;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar{background-color:transparent;height:6px;width:6px;}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb{background-color:transparent;border-radius:.8rem;}
.leuuwpfsidhdjhedauydpvjcuelgdytq:hover::-webkit-scrollbar-thumb{background-color:rgba(96,117,159,.4);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:hover{background-color:rgba(96,117,159,.5);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-thumb:active{background-color:rgba(96,117,159,.6);}
.leuuwpfsidhdjhedauydpvjcuelgdytq::-webkit-scrollbar-corner{background-color:transparent;}
}
}
.qhgdkbxhmgqbllqozdccrgmirelovyua{border: 0;font: inherit;padding: 0;scrollbar-width: thin;box-sizing: border-box;outline: 0 !important;text-decoration: none;scrollbar-color: rgba(96,117,159,.4) transparent;min-height: 0;min-width: 0;cursor: default;}
.leuuwpfsidhdjhedauydpvjcuelgdytq{max-width:1050px;max-height:670px;width:60%;height:calc(100% - 187px);position:fixed;top:50px;left:100px;z-index:100000000;font-family:Segoe UI!important;background-color:rgba(255,255,255,1);}
.clytbmcnqajkworobvsuexwrniawuzit{position:relative;width:100%;height:33px;line-height:31px;cursor:default;user-select:none;font-family:Segoe UI!important;}
.qhgdkbxhmgqbllqozdccrgmirelovyua{width:17px;height:17px;margin:8px 6px 0 8px;float:left;background-size:contain;background-image:url(data:image/png;base64,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);}
.stxvygrgeyrieuumicmrtcecmfpyukck{line-height:31px;font-size:13px;font-family:Segoe UI!important;color:#000;float:left;font-weight:400;}
.gjvkqcqcbcgzubfhhtofybhyqyybxcxq{position:absolute;top:0;right:0;height:33px;}
.phbroivoarklmnnrfbquwpcvkytjiozf{display:inline-block;width:46px;height:30px;position:relative;background-color:rgba(0,0,0,0);}
.phbroivoarklmnnrfbquwpcvkytjiozf:hover{background-color:rgba(0,0,0,0.2);}
.ruuxfkezhhthqctubojydccpukrstyre:after{content:'';width:10px;height:1px;position:absolute;top:calc(50% - 1px);left:calc(50% - 5px);background-color:#000;}
.gghpeobxoagzkctykdmvnlydplcxgrvj:after{content:'';width:8px;height:8px;position:absolute;top:calc(50% - 6px);left:calc(50% - 4px);border:1px solid #000;}
.phwzasqfqmpkpuleeistdlbndqqiymvc:hover{background-color:#ff0000;}
.phwzasqfqmpkpuleeistdlbndqqiymvc:after{content:'';width:1px;height:12px;position:absolute;top:calc(50% - 6px);left:calc(50% - 1px);background-color:#000;transform:rotate(45deg);}
.phwzasqfqmpkpuleeistdlbndqqiymvc:before{content:'';width:1px;height:12px;position:absolute;top:calc(50% - 6px);left:calc(50% - 1px);background-color:#000;transform:rotate(-45deg);}
.phwzasqfqmpkpuleeistdlbndqqiymvc:hover:after{background-color:#fff;}
.phwzasqfqmpkpuleeistdlbndqqiymvc:hover:before{background-color:#fff;}
.pcukiinrenkmxgcnutwuspkxvjnxlssy{width:100%;height:27px;position:relative;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.3);overflow:hidden;}
.kqailbgcvziqhiqajinsqppwpolnuhnd{position:absolute;top:0;left:0;width:135px;height:27px;margin-right:8px;cursor:pointer;transition:0.2s;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAaCAYAAACOyA9jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAATiSURBVGhD7ZpBaBtHFIb/9mywDwHpECKofHEoWJDItAdB4gSTg0x6ENSmgupQqkuDTAXpUdWhPUWtRWiJoFAVjG2ILsELdUWIDaaHWjGVacE9yAW5AUslB7uo0J6UebOj3dXuyqtdViqF+cygGY12NNr5539vZL3WZUAi8cDr4lEicY0Uj8QzUjwSz0jxSDwjxSOxZWNjQ9QGI8Uj8cxQ4jn7p4NPfvgaV4vv8UJ1iWQo8Xy++x0OTxv4/v0CL1S/v/2V6HVmv3wbS0pLtIy0UFm9jUJdNAdyiEL+Hip2Q/gAzW8ibyjlQ9EzfrS5rG6hzdpt5Z79fOqr2mtU6B4ZPkN+Ffv0NL1OPOd8n93QGk48a/UqSu/cR2gqyAvVt377UfQ6MxeJQznYVD+MkVYNlfM4YhHRHjvqDZ9HAZ3cU608w451rmMkfm0NnZVFBETbkdYWlvLfIJTWP0PnbhgntNkiK6y9hvKk+lI/GUo8f/37NxdND6r/cf6naA1B5CbyULBnUn77eRVK6CbmRHu8kOtlUaOFSs2K51TmUiv/0Zw80jqGMrmAmL5E7J4vImFsjwBH8bz16EP+qNuhWoi3S2n+6MwsYiEgVzfabwt7jSPkI/rCcYs2vIetzVrsmtH3nBoKtXEGhSDheh/Hne7wgHDAEWFXoZ3P+vgceiHWeN3oQi4nGEb8vIq9Ub6HDY7i+bX9u6hZ+YUpflgodKFpCAf1TaT6QhYT08sFHAvbPb42g9yuSSQEuVjfjWILuKsgf4NsnhYzico0cxM+DrPrs6y9CPluDYNp+gJIAMKdtHkdY94k3lwDKFK/FmqOkCrtICauoRCSKhlF5zPBRWzy9+gJeDwMFbZ8wRS69usKi+1LhvAQRCKlx/nA9QW2m47RFG0dcrEjVJ4L9RjzJoubsDFvxE2O54L6DnKTGRQN7hSIf2ASL4RwjcygnDaEvsgSyzmsYdtXeG7DxD1dRZi5nf0BxV/GJx626ElyE76Qh9hrziBx3RQyDCeDiVKRSc2euTsZoFHjO4zyJvRESG7C/uZ7Y1B5wkY5O7HuRm71duLUab9gzjp1xSSMAEKTR2i6WpsgrkyJqp9Y5kbifshEVED0IOnz6crKGMUj3IRCF9/RpgSPhLMb1sJWJ50BC3T2BKNIgHY/5U3QRUiCYE6hjdErdicXGsPBDQKXw/bCY84SMun+Ylo4ORNVlwyaAxf2QNQcs/ZitO4zVvH0FmyeuUF8Otq3oOZdzk9iom4liNg0UNneRAUGEXJRFZEZyrJFSHtitfj9sshPeH7VP15b+Qwp43vawnKebT1UqtdkkOShlZJrFwm0zRxojMwBUL4jDhts4/W7DDk7EL3sSuGucRTPm4E3RM3KRX320KLPsEdryOK5RDOrhZvMS+Yios8OcjE0FUT78g0miBXVsrWwxcpA++Z5gvX1X1zq5WKzyJr6ww2W1Dt+B8Nynks7+jUHYTxz871NH9Y5TJSqSKQf6kdx5rg1tgm0fpbk4+5TZEf9/Rn9klDiJ/Xug08/6j4+FU2X/PTtre67Wx4vHshp9/GXt7oPfhbNIVhfXxe1wYw3bEmGQiGX8evIzQ8hSaTORdtH5G+YfYe+G6J/FRjCyv8Q+knG8vKyaNkjxSPxjAxbEs9I8Ug8I8Uj8YwUj8QjwCv0PVkGDdNdzQAAAABJRU5ErkJggg==);}
.kqailbgcvziqhiqajinsqppwpolnuhnd:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAAaCAYAAACOyA9jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAUZSURBVGhD7ZtPSBxXHMe/asGD6CHsQsiCCpWCi38uFczBJoxY8BAIjVBQL9pAb4kepFAhSEAoeIgbSHuxemgUCrYUPOxBHCIetNiLf1hpsWACa4O77UFrsAdJf783b3ffzs5kZsy4Le37hGHfm5l982be931/vzdmK14T0GguQMXZ2dnr09NTnJ+fy12a/zNVVVWoqalBdXW13ONOpRaORoW1wJrwQ6UWjsaOX01Uyk+NJjBaPJoLo8WjuTAVR0dHnkv1479e4asfv8fKrz+Jeve77+OzDwZFWfPfJBqNypI7vpzny43vsHd0gLk742Lj8her38ij3mwtDuKemZE1lQySs4OYScmqK3uYSUwg6dRECHD/WhLKtrgnj5SffF9mV5CletaccO5PajZ/jgU/I+UeErPY4t18ntzn/ZyD4Us8P+ytYfLDTxGri4qNyzkX8kN73IC5s2TdjEpmG8kTAx1xWS871gMfwDh27z/Nb/NYL+1rGTFaH2F3uBsRWfcks4J7iW8R6y/cw25PAw55ssWHqf4IU7XWqWHiSzx/Uthi0eTg8m8nv8uaD+LXMQITmzblZ3fWYMauo13Wywu73iS2eaD6muU+i/a+4X+oTxck8xxmbRc61EgT70avd+R5KzzF89H85+KzYIfWxtxZGBef3jSjIwZMp1T7zWDzYB8j8cLACYtWruFosyV2TRTts0Jhvh23ECRd7xPD6wm7hAOBDLsmz3w6JvqQC7Hq9y4v5AqiDTBO1rB5mddwwFM8v2RfyFIpP5Pi/cKhC2klHKSWMFYUskhMf3ThmbTdZ61NmN6wiYRhFyt6UDSAGyZGOtnmeTBHkWwkNxHtkF0fTzqLUMzWBpCm3wALQLpTvl8vMGAT7/QB8ICP50PNPsYW1tEhv7PbU091VXQhE+3GY3GNnIDLg6+wFQq20LWVMim231LCQxS9fYU4H2ntotn0HGlZL8Auto/kjlSPmjeVuAm12WnYHC8AqXVM1w7hgeJOEeNjm3ghhavShKl+JfTFb1HOURq2Q0XkNiTuxjXcJLdzXqCES/nEQ4N+m91EDOQeNtNN6G21hQxlZdCyMEdSc6b9xhBwsC1mGOdNyImQ3YT+DeTDBW3L1MrxYelsFFbvJM4C2ZfkunXXbMKIIFa7j3SgsYniWp0shklJ31jcEySicbTtjIa+urJTRvFIN+HQJWa0LcFj4Ww05MPWbv8QKNA5E21DL3j2c96EgghZEOQU+TZym9PKhdvwcIPI1Xpn4ZGzxGy6fzMZHB7LYkDc+iCE7YqVY26/vFz3Kat4cgM2QG5gNLYVDah9louVmCyXEkVHI5BcXUISigiFqObw0Jdly5C2XGrxW4syPxH5VXF7WfMJxtRrOkI5z2ohVFrfGcJtEVo5uQ6QQDv0gdt4uANM3ZCLDZp4xS7Dzg60XQ2k8MC8Iz9deS9S75o087Fg8KA3AXTj9pAlcglKTlsSVt2IGe7OQ7CLgUJbW89TRYQkiOFxpBOjaKFr5Bihc+46vUviPIEGZ8Z2Pr9neSxKzbhLIaDoODub5zsYynmurNO9TMq6gfn7Xt9xw6EPIqeaKCzFyXG3OVlelnXC9Z5DxNefJzRB4BUav7BTBjcA/Ib56yskXs9XCEGwVqHpTv+CCu3PE5ryYlKyG9qSWyxCRjF2Iushop0ndN7Oef4t+HEeLR6NIzpsaS6VSv7f8hqNil9NVPLPLLSANDlyP73xg/7Rn+aCAH8DTwNX1qhXYCUAAAAASUVORK5CYII=);}
.pcukiinrenkmxgcnutwuspkxvjnxlssy input{box-sizing:content-box;position:absolute;top:0;right:0;width:calc(100% - 153px);margin:0;padding:0 10px 0 0;border:none;outline:none;font-size:14px;font-family:Segoe UI!important;font-weight:400;line-height:27px;color:#000;background-color:#fff;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
.alert {
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  background: rgba(0,0,0,0.7);
}
@media screen and (max-width: 750px) {
.modal_frame {
	width: 100%!important;
}
.modal_box {
	width: 100%!important;
}
.modal_box .modal_box_ctn {
	padding: 10px!important;
	width: 100%!important;
}

.notLoggedInText {
	font-size: 15px!important;
}
}
.btn_green_white_innerfade{border-radius:2px;border:none;padding:1px;display:inline-block;cursor:pointer;text-decoration:none!important;color:#D2E885!important;background:#a4d007;background:-webkit-linear-gradient( top, #a4d007 5%, #536904 95%);background:linear-gradient( to bottom, #a4d007 5%, #536904 95%);}
.btn_green_white_innerfade > span{border-radius:2px;display:block;background:#799905;background:-webkit-linear-gradient( top, #799905 5%, #536904 95%);background:linear-gradient( to bottom, #799905 5%, #536904 95%);}
.btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#fff!important;background:#b6d908;background:-webkit-linear-gradient( top, #b6d908 5%, #80a006 95%);background:linear-gradient( to bottom, #b6d908 5%, #80a006 95%);}
.btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover > span{background:#a1bf07;background:-webkit-linear-gradient( top, #a1bf07 5%, #80a006 95%);background:linear-gradient( to bottom, #a1bf07 5%, #80a006 95%);}
.btn_grey_black{border-radius:2px;border:none;padding:1px;display:inline-block;cursor:pointer;text-decoration:none!important;color:#67c1f5!important;background:rgba(0, 0, 0, 0.5 );}
.btn_grey_black > span{border-radius:2px;display:block;background:transparent;}
.btn_grey_black:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#fff!important;background:rgba( 102, 192, 244, 0.4 );}
.btn_grey_black:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover > span{background:transparent;}
.btn_medium > span{padding:0 15px;font-size:15px;line-height:30px;}
a{color:#ebebeb;text-decoration:none;cursor:pointer;}
.modal_box{background:-webkit-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);background:linear-gradient( to bottom, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);padding:3px;width:542px;font-size:12px;color:#ffffff;text-align:left;}
.modal_box .modal_box_ctn{width:502px;background-color:#1a2635;padding:20px;}
.modal_frame{position:absolute;z-index:1000;background-color:#000000;}
.notLoggedInText{font-size:20px;padding-bottom:20px;padding-top:0;text-align:center;}
.notLoggedInButtons{display:block;margin:0 auto;text-align:center;}
.notLoggedInButtons > a{margin-right:5px;}