body{padding:0;margin:0}*,*:before,*:after{box-sizing:border-box;font-family:sans-serif}.content-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;padding:24px 25px}.cta-submit{display:flex;justify-content:center;align-items:center;width:100%;height:72px;border:none;border-radius:6px;background-color:#006b52;color:#fff;font-size:18px;font-weight:500;text-transform:uppercase}.cta-submit:disabled{background:gray}.cta-back{align-self:flex-end;background:#e5e5e5;border:none;border-radius:6px;padding:10px 18px;color:#666}.label-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px;padding:14px 20px;height:auto;aspect-ratio:1;background:#006b52;border-radius:16px;color:#fff;text-align:center;font-size:12px;text-wrap:unset}.photo-button{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:165px;max-height:165px;width:calc(50% - 10px);height:165px;border-radius:32px;background-color:#335877;padding:0;border:none;background-repeat:no-repeat;background-size:contain;background-position:center}.photo-button.top-left{border-radius:32px 32px 8px;background-color:#006b52;background-image:url(/assets/top-left-wire-BtYXqZ_8.png)}.photo-button.top-left:focus{background-color:#005441}.photo-button.top-left:focus.error{background-color:#fff;border:1px solid red}.photo-button.top-right{border-radius:32px 32px 32px 8px;background-color:#006b52;background-image:url(/assets/top-right-wire-CPkxy_rO.png)}.photo-button.top-right:focus{background-color:#005441}.photo-button.top-right:focus.error{background-color:#fff;border:1px solid red}.photo-button.bottom-left{border-radius:32px 8px 32px 32px;background-color:#006b52;background-image:url(/assets/bottom-left-wire-ZQRTCoRQ.png)}.photo-button.bottom-left:focus{background-color:#005441}.photo-button.bottom-left:focus.error{background-color:#fff;border:1px solid red}.photo-button.bottom-right{border-radius:8px 32px 32px;background-color:#006b52;background-image:url(/assets/bottom-right-wire-22CHep8e.png)}.photo-button.bottom-right:focus{background-color:#005441}.photo-button.bottom-right:focus.error{background-color:#fff;border:1px solid red}.photo-button.fullWidth{width:100%;height:auto;max-width:none;padding:22px 0}.photo-button.fullWidth:disabled{background-color:gray!important}.photo-button.error{background-color:#fff;border:1px solid red}.photo-button p{color:#fff;font-size:12px}.photo-button p.error{color:red}.photo-button:focus{background-color:#274a67}.photo-button .photo-icon{z-index:10}.photo-button .photo-current{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;border-radius:inherit;opacity:20%}.form-page{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;padding:24px 25px}.form-page__inputs{display:flex;flex-wrap:wrap;gap:8px}.form-page__photos{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:380px}.form-page__photos .photo-container{width:100px;height:100px;padding:0;cursor:pointer}.form-page .additional-photo{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.form-page .additional-photo p{width:100%;font-size:12px;font-weight:600}.form-page .additional-photo button{width:52px;height:52px;border:none;background:transparent}header.container{height:80px;display:flex;align-items:center;gap:4px;background:#006b52;padding:16px 20px}header.container h1{font-size:16px;font-weight:600;color:#fff}.textfield{position:relative;display:flex;flex-direction:column;gap:6px;width:calc(50% - 8px)}.textfield__input-container{display:inline-flex;align-items:center;background:#f4f4f5;border:1px solid #e4e4e7;padding:12px;border-radius:4px;gap:6px}.textfield__input-container.error{border:1px solid red}.textfield.fullWidth{width:100%}.textfield .icon-wrapper{display:flex;justify-content:center;align-items:center}.textfield .icon-wrapper.hidden{display:none}.textfield label{font-weight:600;font-size:12px}.textfield input{height:32px;width:100%;border:none;background:#f4f4f5}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;background-position:center;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center;align-items:flex-end;z-index:100}.modal__container{display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:20px 20px 0 0;padding:98px 25px 80px;width:100%;box-shadow:0 4px 6px #0000001a;touch-action:none;z-index:101}.modal__container input{border:1px solid lightgray;border-radius:8px;padding:4px;text-align:center}.modal__container-alt{display:flex;width:100%;justify-content:space-between;padding:40px 20px}.modal__container-alt .photo-overview{height:auto;padding:14px 16px;border-radius:8px;aspect-ratio:unset;width:130px;border:none;font-weight:600;font-size:16px}.modal__inputs{display:flex;justify-content:center;align-items:center;gap:32px}.modal__inputs:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:30px;height:3px;background:#b2b2b2}.divider{display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:8px 0;border-bottom:1px solid #27272a}.divider p{font-size:20px;font-weight:600;margin:0}.divider .text-label{width:100%;vertical-align:baseline}.divider .indicator{color:red;vertical-align:top}.divider .indicator.hidden{display:none}.footer-container{display:flex;flex-direction:column;background:#006b52}.footer-container__shield-container{position:relative;display:flex;align-items:center}.footer-container__shield-container p{position:absolute;top:30px;left:168px;z-index:5;color:#fff;font-size:18px}.footer-container__shield-container p>span{font-weight:600}.footer-container__social-section{display:flex;flex-direction:column;align-items:flex-end;padding:0 20px 30px}.footer-container__social-section section{display:flex;gap:15px;color:#fff}.footer-container__social-section section p{font-size:16px}.summary-data__list{display:flex;flex-direction:column;margin:8px 0;gap:4px}.summary-data__list__item{font-size:14px;font-weight:600;color:#006b52}.summary-data__preview-photo-container{display:flex;gap:8px;justify-content:space-between;width:100%;flex-wrap:wrap}.summary-data__preview-photo{display:flex;max-width:25%;flex-direction:column;justify-content:center;align-items:center}.summary-data__preview-photo img{width:100%;height:100%;max-width:100px;object-fit:contain;border-radius:8px}.summary-data__preview-photo p{text-align:center;text-overflow:ellipsis;height:100%;max-height:30px}.loader-overlay{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;opacity:70%;background:#fff;z-index:1000}.loader-spinner{width:50px;height:50px;border:5px solid rgba(0,128,0,.3);border-top:5px solid green;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.regulations-acceptance-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:60%;background-color:#fff;max-width:500px;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:16px;border:1px solid #006b52;z-index:1001}.regulations-acceptance-modal .regulations-acceptance-modal__content{display:flex;flex-direction:column;gap:16px;align-items:center;font-size:18px;line-height:24px}.regulations-acceptance-modal .regulations-acceptance-modal__content-checkbox{display:flex;align-items:center;gap:16px}.regulations-acceptance-modal h2{color:#006b52;font-size:24px;font-weight:600;line-height:32px;text-align:center}.regulations-acceptance-modal p{font-size:18px;line-height:24px;text-align:center}.regulations-acceptance-modal input{width:24px;height:24px;accent-color:#006b52}.regulations-acceptance-modal label{font-size:16px;font-weight:400;line-height:24px;text-align:center}.regulations-acceptance-modal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffc;z-index:1000}@media screen and (max-width: 768px){.regulations-acceptance-modal{height:55%}.cta-submit{height:48px}}.info-modal{position:fixed;top:0;left:0;display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;z-index:1000;text-align:center}.info-modal__container{min-width:350px;max-width:560px;padding:16px;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:12px;margin-bottom:36px}.info-modal__container.success{background-color:#28a745;border:1px solid #28a745}.info-modal__container.error{background-color:#d32f2f;border:1px solid #d32f2f}.info-modal__container.info{background-color:#508dc9;border:1px solid #508dc9}.info-modal__text{color:#fff;font-size:large;font-weight:600}.info-modal__actions{display:flex;justify-content:space-around;font-size:medium}.info-modal__button{padding:8px;border:none;border-radius:8px;font-size:18px;font-weight:600;color:gray}.info-modal__button:hover{color:#fff;background:#28a745}.photo-preview{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background:#ffffffb3;width:100%;height:100%;z-index:1001}.photo-preview__close{position:absolute;right:20px;top:20px}.photo-preview__photo{width:90%;max-height:100%;object-fit:contain}
