.UserPage{display:flex;flex-direction:column;align-items:center;padding:29px}.UserPage h1{font-family:Montserrat Alternates,sans-serif;font-style:normal;font-weight:600;font-size:33px;line-height:40px;margin-bottom:14px;text-align:center}.UserPage span{color:#787a87;padding-right:10px}.UserPage a,.UserPage span{font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:24px}.UserPage a{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#2653af}.UserPage a:hover{color:#137dcf}@media(max-width:400px){.UserPage div{text-align:center}}.checkBox{margin-top:19px;display:flex}.checkBox.error{color:#ff4255;animation:checkboxShakeX .2s ease-in-out both;transform:translateX(0)}.checkBox.error .custom-checkbox+label:before{border-color:#ff4255}@keyframes checkboxShakeX{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(3px)}60%{transform:translateX(-3px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}.checkBox label{cursor:pointer}.checkBox label.disabled:hover{cursor:not-allowed}.checkBox .checkBoxTitle{display:flex}.checkBox .custom-checkbox{position:absolute;z-index:-1;opacity:0}.checkBox .custom-checkbox+label{display:flex;align-items:center}.checkBox .custom-checkbox+label:before{flex:0 0 auto;content:"";display:inline-block;width:21px;height:21px;border:1px solid #3b3c44;box-sizing:border-box;border-radius:3px;margin-right:10px;background-repeat:no-repeat;background-position:50%;cursor:pointer}.checkBox .disabled:hover:before{cursor:not-allowed}.checkBox .custom-checkbox:checked+label:before{flex:0 0 auto;border-color:#2653af;background-color:#2653af;background-image:url(/_next/static/media/check.5d635f4d.svg)}.checkBox a{color:#2653af;padding-left:5px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.checkBox a:hover{color:#137dcf}@media only screen and (max-width:500px){.checkBoxTitle{display:flex;flex-direction:column}.checkBox a{padding-left:0}}