@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.appContainer{align-items:center;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;justify-content:center}.appBackground{background-image:url(/static/media/activare-background.e8dcf7b753392dee951e.svg);background-position:bottom -60rem right;background-repeat:no-repeat;background-size:cover}.info-step{grid-gap:1rem;align-items:center;background:#f6f6f6c5;display:grid;gap:1rem;grid-template-columns:auto 1fr;justify-content:center;padding:1.5rem;text-align:left}.info-step,.info-step-image{border:1px solid #162379;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);height:100%}.info-step-image{cursor:pointer;overflow:hidden;position:relative}.info-step-image:hover{border:1px solid #162379;border-radius:8px;box-shadow:0 0 10px #162379;cursor:pointer;scale:1.05;transition:all .1s ease-in-out}.info-step-image:hover:before{background-color:rgba(0,0,0,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.zoom-icon{color:#fff;display:none;font-size:2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.info-step-image:hover .zoom-icon{display:block}.handlerBox{grid-gap:1.5rem;align-items:center;background:#e1f5e9;border:1px solid #1cc15f;border-radius:10px;color:#1cc15f;display:grid;gap:1.5rem;grid-template-columns:auto 1fr;justify-content:center;padding:1rem;text-align:left;width:75%}.greenNotification{background-color:var(--coreGreenNotificationBackground);border:.125rem solid var(--coreGreenNotificationBorder);border-radius:.313rem;color:var(--coreGreenNotificationText);margin:1.5rem 0 0}.greenNotificationIcon{align-items:center;display:flex;font-size:1.5rem;justify-content:center;opacity:.75}.greenNotificationText{font-size:1rem}h2{font-size:1.5rem;font-weight:400;margin:1rem 0}p{text-align:justify}.fancy-p,p{font-size:1.25rem;margin:1rem 0}.fancy-p{color:#313957;font-family:Montserrat,sans-serif;text-align:left}.wrapper{align-items:center;display:flex}.wrapperText{text-align:justify}.btn-activare{background-color:var(--coreDarkBlue);border:1px solid var(--coreDarkBlue);border-radius:1rem;color:var(--coreWhite);font-size:1.5rem;font-weight:700;margin:4rem 1rem;padding:1.3rem 2rem}.btn-activare:hover{background-color:var(--coreDarkBlueHover);color:var(--coreWhite);scale:1.05;transition:all .2s ease-in-out}.btn-activare-success{background-color:var(--coreSuccessBtn);border:1px solid var(--coreSuccessBtn);border-radius:1rem;color:#1c1c1f;cursor:default;font-size:1.5rem;font-weight:700;margin:4rem 1rem;padding:1.3rem 2rem}.btn-password-protection{background-color:var(--coreDarkBlue)}.btn-password-protection:hover{background-color:var(--coreDarkBlueHover);color:var(--coreWhite)}.btn-switch-account-type{background-color:var(--coreLightBlue)}.btn-switch-account-type,.btn-switch-account-type:hover{border:none;border-radius:1rem;color:#000;font-size:1.5rem;height:3.5rem}.btn-switch-account-type:hover{background-color:var(--coreLightBlueHover)}.footer{--bs-gutter-x:0!important;align-items:center;background-color:var(--coreDarkBlue)}.footerLogo{height:auto;margin:2.5rem 0;max-width:100%}.copyright{color:var(--coreWhite);display:flex;font-size:1.25rem;justify-content:center;padding:2rem 3rem;text-align:center}.titleActivate h1{color:#162379;font-size:2rem;font-weight:700;margin-top:3rem}.slider{margin-top:3rem}.errorHandling{color:var(--coreRed)}.textBtn{color:var(--coreBlue);cursor:pointer}.textBtn:hover{color:var(--coreBlueHover)}.header{--bs-gutter-x:0!important;align-items:center;background-color:var(--coreDarkBlue)}.headerLogo{height:auto;margin:2.5rem 0;max-width:100%}.headerText{color:var(--coreWhite);cursor:pointer;font-size:1.25rem;padding:2rem 3rem;text-align:center}.headerText,.wrapperImage{display:flex;justify-content:center}.wrapperImage{align-items:center}.arrow-column{position:relative}.arrow{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.content-column{padding-left:20px}@media screen and (min-width:1400px){.container{max-width:100rem;padding:0 2rem}}@media screen and (max-width:575px){.titleActivate h1,h2{text-align:center}}@media screen and (max-width:1399px){.handlerBox{gap:.5rem;grid-template-columns:1fr;width:100%}.info-step-image{max-height:15rem;min-height:15rem}.hide-on-md{display:none}.info-step{gap:1rem;grid-template-columns:1fr}.info-pair{gap:1rem}.info-step p{text-align:center!important}}.formComp{align-items:center;display:flex;flex-direction:column;justify-content:center}:root{--coreOrange:#e95d2a;--coreWhite:#fff;--coreBlack:#000;--coreRed:red;--coreGreen:#096b13;--coreGray:#505050;--coreModalBackground:hsla(0,0%,4%,.7);--coreBlue:#347bce;--coreBlueHover:#003eb2ea;--coreDarkBlue:#1a1e77;--coreDarkBlueHover:#321fed;--coreLightBlue:#f3f9fa;--coreLightBlueHover:#c1d6d8;--coreGreenNotificationText:#3e8e5e;--coreGreenNotificationBorder:#bcebcf;--coreGreenNotificationBackground:#e3f7eb;--coreSuccessBtn:#1cc15f}.formInput,.formLabel{font-size:1rem}.formInput{border:1px solid var(--coreBlack);border-radius:.6rem;height:2.5rem;text-align:center}.error{text-wrap:nowrap;color:var(--coreRed);font-size:.8rem;min-height:2rem}.modal{--bs-modal-margin:5rem;--bs-modal-box-shadow:0}.modal-header{align-items:center;display:flex;justify-content:right}.modal-header .btn-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");height:1.5rem;margin:0;padding:0;width:1.5rem}.modal-content{padding:.625rem}.popUpContent{align-items:center;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:1440px){.modal-dialog{max-width:35%}}@media screen and (max-width:1439px){.modal-dialog{max-width:45%}}@media screen and (max-width:1023px){.modal-dialog{max-width:65%}}@media screen and (max-width:767px){.modal-dialog{max-width:75%}}@media screen and (max-width:574px){.modal{--bs-modal-margin:1.25rem!important;--bs-modal-box-shadow:0}.modal-dialog{max-width:90%}.modal-header .btn-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");height:1rem;margin:0;padding:0;width:1rem}.modal-content{padding:0}}
/*# sourceMappingURL=main.9fa17c03.css.map*/