.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:576px){.container{max-width:540px;padding-left:24px;padding-right:24px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1440px){.container{max-width:1320px}}@media(min-width:1640px){.container{max-width:1440px}}.container-fluid{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:576px){.container-fluid{padding-left:24px;padding-right:24px}}.row{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto}@media(min-width:1440px){.row{max-width:1440px;gap:24px;justify-content:flex-start;margin-left:auto;margin-right:auto}}@media(min-width:768px)and (max-width:1439px){.row{max-width:1196px;gap:24px;justify-content:flex-start;margin-left:auto;margin-right:auto}}@media(max-width:1439px){.row{width:100%;margin-left:auto;margin-right:auto;gap:16px}}.col-1{max-width:98px}.col-1,.col-2{width:100%;flex:0 1 auto}.col-2{max-width:220px}.col-3{max-width:342px}.col-3,.col-4{width:100%;flex:0 1 auto}.col-4{max-width:464px}.col-5{max-width:586px}.col-5,.col-6{width:100%;flex:0 1 auto}.col-6{max-width:708px}.col-7{max-width:830px}.col-7,.col-8{width:100%;flex:0 1 auto}.col-8{max-width:952px}.col-9{max-width:1074px}.col-10,.col-9{width:100%;flex:0 1 auto}.col-10{max-width:1196px}.col-11{max-width:1318px}.col-11,.col-12{width:100%;flex:0 1 auto}.col-12{max-width:1440px}@media(min-width:768px)and (max-width:1439px){.col-tablet-1{max-width:98px;width:100%;flex:0 0 auto}.col-tablet-2{max-width:220px;width:100%;flex:0 0 auto}.col-tablet-3{max-width:342px;width:100%;flex:0 0 auto}.col-tablet-4{max-width:464px;width:100%;flex:0 0 auto}.col-tablet-5{max-width:586px;width:100%;flex:0 0 auto}.col-tablet-6{max-width:708px;width:100%;flex:0 0 auto}.col-tablet-7{max-width:830px;width:100%;flex:0 0 auto}.col-tablet-8{max-width:952px;width:100%;flex:0 0 auto}.col-tablet-9{max-width:1074px;width:100%;flex:0 0 auto}.col-tablet-10{max-width:1196px;width:100%;flex:0 0 auto}}@media(max-width:767px){.col-mobile-1,.col-mobile-2,.col-mobile-3,.col-mobile-4{width:100%;flex:0 0 auto}}.ModalPopupBase{position:relative;display:flex;width:434px;padding:40px 24px 60px;flex-direction:column;align-items:center;gap:2.5rem;min-height:200px;border-radius:30px;background-color:var(--nightgraphit);box-sizing:border-box;max-height:80vh;height:auto}@media(max-width:575px){.ModalPopupBase{width:100%;max-width:calc(100% - 2rem);margin:1rem auto;padding:40px 16px}}.ModalPopupBase .modal-popup-base--container{display:flex;flex-direction:column;gap:3.438rem;width:100%;padding-top:40px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.ModalPopupBase .modal-popup-base--container::-webkit-scrollbar{display:none}.ModalPopupBase .modal-popup-base--title{display:flex;flex-direction:column;align-items:center;align-content:center;gap:20px;min-height:120px}.ModalPopupBase .modal-popup-base--title--success h1,.ModalPopupBase .modal-popup-base--title--success h2,.ModalPopupBase .modal-popup-base--title--success h3,.ModalPopupBase .modal-popup-base--title--success h4,.ModalPopupBase .modal-popup-base--title--success h5,.ModalPopupBase .modal-popup-base--title--success h6{color:var(--neongold)}.ModalPopupBase .modal-popup-base--title--error h1,.ModalPopupBase .modal-popup-base--title--error h2,.ModalPopupBase .modal-popup-base--title--error h3,.ModalPopupBase .modal-popup-base--title--error h4,.ModalPopupBase .modal-popup-base--title--error h5,.ModalPopupBase .modal-popup-base--title--error h6{color:var(--pulse-red)}.ModalPopupBase .modal-popup-base--content,.ModalPopupBase .modal-popup-base--title{color:#eeeaeb}.ModalPopupBase .modal-popup-base--content.text-left,.ModalPopupBase .modal-popup-base--title.text-left{text-align:left}.ModalPopupBase .modal-popup-base--content.text-center,.ModalPopupBase .modal-popup-base--title.text-center{text-align:center}.ModalPopupBase .modal-popup-base--content.text-right,.ModalPopupBase .modal-popup-base--title.text-right{text-align:right}.ModalPopupBase .modal-popup-base--action-buttons{display:flex;justify-content:center;gap:1rem;width:100%}@media(max-width:575px){.ModalPopupBase .modal-popup-base--action-buttons{flex-direction:column;align-items:center}}.ModalPopupBase .modal-popup-base--action-buttons button span{white-space:normal}.ModalPopupBase .popup-close{cursor:pointer;position:absolute;top:16px;right:16px}