﻿.popUp-bg{display:none;position:fixed;background-color:#000;z-index:9999;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.5);}.form{display:none;left:50%;top:50%;transform:translate(-50%,-50%);z-index:99999;position:fixed;}.form-wrapper{display:flex;flex-direction:column;background-color:#200b3b;padding-bottom:5rem;width:800px;}@media(max-width:1023px){.form-wrapper{width:650px;}}@media(max-width:767px){.form-wrapper{width:327px;padding-bottom:4rem;}}.form-wrapper-close{display:flex;justify-content:flex-end;background-color:#352166;padding-right:2rem;padding-top:1.6rem;cursor:pointer;}.form-wrapper-close img{height:20px;width:20px;}@media(max-width:1023px){.form-wrapper-close{background-color:unset;}}.form-wrapper-title{display:flex;justify-content:center;box-shadow:0 3px 6px 0 rgba(92,45,145,.5);background-image:linear-gradient(to bottom,#352166,#20143e);border-bottom-left-radius:50%;border-bottom-right-radius:50%;padding-top:2rem;padding-bottom:3rem;font-size:24px;font-weight:600;color:#fff;margin-bottom:5rem;}@media(max-width:1023px){.form-wrapper-title{background-image:unset;box-shadow:unset;border-bottom-left-radius:unset;border-bottom-right-radius:unset;margin-bottom:1.5rem;padding:unset;margin-top:2.5rem;}}.form-wrapper .infoMessage{display:flex;width:100%;margin-bottom:2rem;}.form-wrapper .infoMessage-wrapper{text-align:center;}.form-wrapper .infoMessage-wrapper-error{font-size:16px;color:#fff;}.form-wrapper .infoMessage-wrapper-success{font-size:16px;color:#fff;}.form-wrapper-form form{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:16px;}.form-wrapper-form form .inputDiv{display:flex;flex-direction:column;align-items:center;justify-content:center;}.form-wrapper-form form input{width:330px;height:45px;padding:14.5px 0 15.5px 14.9px;}@media(max-width:767px){.form-wrapper-form form input{width:295px;}}.form-wrapper-form form input[type=submit]{padding:unset;text-align:center;border:0;width:127px;height:40px;border-radius:2px;background-image:linear-gradient(to bottom,#5c2d91,#4c2579 52%,#50287e 78%,#5c2d91);font-size:14px;color:#fff;}.form-wrapper-form form input[type=submit]:disabled,.form-wrapper-form form input[type=submit][disabled]{background-image:linear-gradient(to bottom,#666,#666 52%,#666 78%,#666);}.form-wrapper-form form span{width:330px;}.form-wrapper-form form .info p{font-size:unset;font-weight:500;line-height:1.21;color:unset;}.form-wrapper-form form .info span{color:unset;}.form-wrapper-form form .info span a{color:unset;}