.present{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:101;background:rgba(0,0,0,.7803921569);align-items:center;justify-content:center;font-family:Arial}.present__button{color:#fff;font-weight:700;font-size:20px;width:100%;border-radius:10px;height:64px;margin-top:16px}.present__button.disabled{pointer-events:none;opacity:.65}.present__form,.present__header{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.present__header{max-width:730px;text-align:center}.present__form{max-width:646px}.present__image{max-width:100%;height:100%;width:100%;object-fit:contain}.present.active{display:flex}.present__title{font-size:56px;margin:16px 0;font-weight:700}.present__subtitle{font-size:24px;line-height:24px;max-width:514px}.present__inner{background-color:var(--bs-gray-100);border-radius:24px;width:100%;padding:24px;display:flex;flex-direction:column;align-items:center;max-height:100vh}.present__container{width:100%;align-items:center;justify-content:center}.present__inputs{display:flex;gap:12px;width:100%}.present__container{display:flex;justify-items:center}.present__image-container{width:100%;margin-bottom:-24px}.form-checkbox input[type=checkbox]+label{position:relative;padding-left:30px}.form-checkbox input[type=checkbox]+label:before{content:"";position:absolute;width:20px;height:20px;left:0;border:2px solid var(--bs-body-color);border-radius:4px;margin-right:10px;background-color:#fff;transition:background-color .3s,border-color .3s}.form-checkbox input[type=checkbox]:checked+label::after{content:"";position:absolute;left:7px;top:4px;width:5px;height:10px;border:solid var(--bs-body-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.present__close-button{width:28px;height:28px;align-self:flex-end;cursor:pointer}.present__close-button svg{width:100%;height:100%;fill:#5a5a5a}.present__agreement{font-size:12px;display:flex;align-items:center;justify-content:center;max-width:70%;margin-top:8px}.present__agreement a{color:var(--bs-body-color);text-decoration:underline}.present__input-container{font-size:20px;flex:1}.present__input{height:64px}.present__input::placeholder{color:#b3b3b3}@media (min-width:1200px){.present__inner{max-width:900px}}@media (max-width:1200px){.present__inner{padding:16px}.present__image-container{margin-bottom:-16px}.present__inner{max-width:1024px}}@media (max-width:846px){.present__agreement{max-width:70%}}@media (max-width:768px){.present{padding:0}.present__close-button{width:16px;height:16px}.present__input{height:56px}.present__form,.present__header{margin-bottom:12px}.present__input-container label{font-size:16px}}@media (max-width:413px){.present__title{font-size:24px}.present__subtitle{font-size:14px;line-height:16px}.present__button,.present__input{height:56px}.present__button{font-size:16px}.present__inputs{flex-direction:column}.present__input-container{width:100%}.present__agreement{max-width:100%;font-size:10px;padding:0 24px}}@media (max-width:370px){.present__title{margin:12px 0 8px}.present__image-container{max-width:290px;width:100%}}