@keyframes spinner{to{transform:translate(-50%,-50%) rotate(1turn)}}.wsa-sign-popup-trigger__button button{align-items:center;background:#000;border-radius:5px;color:#fff;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;outline:none;padding:13px 40px;transition:all .3s ease;white-space:nowrap}.wsa-sign-popup-trigger__button button:hover{background:#333;color:#fff}.wsa-sign-popup-trigger__button button svg{display:block;height:20px;width:20px}.wsa-sign-popup-trigger__image{max-width:180px;position:relative}.wsa-sign-popup-trigger__image img{box-shadow:0 0 10px 1px rgba(0,0,0,.3);display:block;height:auto;margin:5px 0;width:100%}.wsa-sign-popup-trigger__image__last-update{font-size:10px;font-weight:400;left:100%;margin-left:10px;position:absolute;top:0;white-space:nowrap}.wsa-sign-popup-trigger__image__last-update>span{display:block}.wsa-sign-popup-trigger__image input[type=file]{display:none}.wsa-sign-popup-trigger__image__download>p{color:red;display:none;font-size:10px}.wsa-sign-popup-trigger__image__download.block>a{display:none}.wsa-sign-popup-trigger__image__download.block>p{display:block}.wsa-sign-popup{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.wsa-sign-popup__overlay{background:rgba(0,0,0,.5);bottom:0;left:0;position:absolute;right:0;top:0}.wsa-sign-popup__content{background:#fff;background-position:0 0;background-repeat:no-repeat;background-size:contain;border-radius:10px;display:flex;left:50%;max-height:80%;max-width:820px;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}@media(max-width:768px){.wsa-sign-popup__content{background-position:0 100%;flex-direction:column-reverse;max-height:95%;overflow-y:auto}}.wsa-sign-popup__content__preview{align-items:flex-end;display:flex;flex:1;position:relative}.wsa-sign-popup__content__preview__image{position:relative}.wsa-sign-popup__content__preview__image img{display:block;height:auto;max-width:100%}.wsa-sign-popup__content__preview__modal{display:flex;height:0;left:11%;position:absolute;top:11%;width:76%}.wsa-sign-popup__content__preview__modal__wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.wsa-sign-popup__content__preview__modal__canvas{width:100%}.wsa-sign-popup__content__form{flex:1;padding:30px 30px 30px 0}@media(max-width:768px){.wsa-sign-popup__content__form{padding:20px 20px 0}}.wsa-sign-popup__content__form__header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px;position:relative}.wsa-sign-popup__content__form__header__title{color:#000;font-size:24px;font-weight:600}.wsa-sign-popup__content__form__header__close{cursor:pointer;position:absolute;right:-8px;top:-15px}@media(max-width:768px){.wsa-sign-popup__content__form__header__close{top:-5px}}.wsa-sign-popup__content__form__header__close svg{display:block;height:15px;width:15px}.wsa-sign-popup__content__form__body__item{margin-bottom:20px}.wsa-sign-popup__content__form__body__item__label{align-items:center;color:#464646;display:flex;font-size:12px;font-weight:500;margin-bottom:7px}.wsa-sign-popup__content__form__body__item__label__toggle{display:inline-block;height:18px;margin-right:9px;min-width:34px;position:relative;width:34px}.wsa-sign-popup__content__form__body__item__label__toggle input[type=checkbox]{height:0;opacity:0;width:0}.wsa-sign-popup__content__form__body__item__label__toggle input[type=checkbox]:focus+.slider{box-shadow:0 0 1px #090909}.wsa-sign-popup__content__form__body__item__label__toggle input[type=checkbox]:checked+.slider{background-color:#090909}.wsa-sign-popup__content__form__body__item__label__toggle input[type=checkbox]:checked+.slider:before{transform:translateX(16px)}.wsa-sign-popup__content__form__body__item__label__toggle .slider{background-color:#999;border-radius:18px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.wsa-sign-popup__content__form__body__item__label__toggle .slider:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:14px;left:2px;position:absolute;transition:.4s;width:14px}.wsa-sign-popup__content__form__body__item__content__countries{display:flex;flex-wrap:wrap;gap:10px 20px}.wsa-sign-popup__content__form__body__item__content__countries__item input[type=radio]{height:0;opacity:0;position:absolute;width:0}.wsa-sign-popup__content__form__body__item__content__countries__item input[type=radio]:checked+.wsa-sign-popup__content__form__body__item__content__countries__item__container{background:#090909}.wsa-sign-popup__content__form__body__item__content__countries__item input[type=radio]:checked+.wsa-sign-popup__content__form__body__item__content__countries__item__container .wsa-sign-popup__content__form__body__item__content__countries__item__name{color:#fff}.wsa-sign-popup__content__form__body__item__content__countries__item__container{align-items:center;background:#f9f9f9;border:1px solid #dedede;border-radius:5px;display:flex;gap:10px;padding:10px 20px}.wsa-sign-popup__content__form__body__item__content__countries__item__flag{background-repeat:no-repeat;background-size:contain;height:10px;width:16px}.wsa-sign-popup__content__form__body__item__content__countries__item__name{color:#1d1d1d;font-size:12px;font-weight:500}.wsa-sign-popup__content__form__body__item__content__countries__item__price{color:#009fbb;font-size:12px;font-weight:500}.wsa-sign-popup__content__form__body__item__content input[type=text],.wsa-sign-popup__content__form__body__item__content textarea{background:#fff;border:1px solid #999;border-radius:10px;color:#464646;font-family:DM Sans,Arial,sans-serif;font-size:12px;font-weight:400;outline:none;padding:11px 15px;width:100%}.wsa-sign-popup__content__form__body__item__content input[type=text]:focus,.wsa-sign-popup__content__form__body__item__content textarea:focus{background:#fff}.wsa-sign-popup__content__form__body__item__content textarea{height:100px;padding:10px}@media(max-width:768px){.wsa-sign-popup__content__form__body__item__content textarea{height:120px}}.wsa-sign-popup__content__form__footer{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end}@media(max-width:768px){.wsa-sign-popup__content__form__footer{bottom:30px;position:absolute;right:20px}}.wsa-sign-popup__content__form__footer__button{display:inline-block;position:relative}.wsa-sign-popup__content__form__footer__button button{align-items:center;background:#000;border-radius:5px;color:#fff;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;outline:none;padding:10px 30px;transition:all .3s ease}.wsa-sign-popup__content__form__footer__button button:hover{background:#333;color:#fff}.wsa-sign-popup__content__form__footer__button .spinner{background:hsla(0,0%,100%,.3);height:100%;left:0;position:absolute;top:0;width:100%}.wsa-sign-popup__content__form__footer__button .spinner:after{animation:spinner .6s linear infinite;border:5px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px}.wsa-sign-popup__content__form__footer__message{color:red;margin-top:5px}.wsa-original-field{display:none!important}