.circuralProgress_container{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%}.circuralProgress_container .circuralProgress_circle{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke-width:2px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.circuralProgress{display:flex;justify-content:center}.circuralProgress--absolute{position:absolute;bottom:10px;border-radius:50px;left:calc(50% - 25px);background:#fff}.circuralProgress--rowDirection{display:flex;justify-content:flex-start}.modalContainer{position:fixed;box-sizing:border-box;width:100%;height:100%;left:0;right:0;top:0;bottom:0;z-index:100;padding:10px 20px 60px;background:#fff;overflow-y:auto}.noPaddings{padding:0!important}.modalContainer--marginTopBig{top:171px;padding:10px 20px}.modalContainer--displayColumn{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:0}@media screen and (min-width: 768px){.modalContainer{position:absolute;width:800px;height:960px;z-index:5000}}.loading-view{height:100vh;width:100vw;display:grid;align-items:center;justify-content:center}@keyframes ripple{to{transform:scale(10);opacity:0}}.universal-button{overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;outline:none;text-align:center;font-weight:400;padding:0 15px;position:relative;font-size:16px;border:2px solid transparent;transition:all .2s ease-in-out;font-family:PoppinsMedium,sans-serif;text-transform:none;letter-spacing:.5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.universal-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.universal-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.universal-button:disabled{cursor:not-allowed;opacity:.6}.universal-button .universal-button__ripple{animation-name:ripple;animation-duration:.4s;animation-timing-function:linear;position:absolute;left:50%;top:50%;display:block;width:10px;height:10px;background-color:#0003;transform:scale(0);border-radius:50%}.universal-button__icon{height:30px;width:30px;vertical-align:middle}.universal-button__label{font-weight:500}.universal-button--small{height:35px;line-height:33px;font-size:14px;padding:0 12px}.universal-button--standard{height:47px;line-height:47px;font-size:16px;padding:0 15px}.universal-button--large{height:58px;line-height:58px;font-size:18px;padding:0 20px}.universal-button--auto{width:auto}.universal-button--half{width:50%}.universal-button--full{width:100%}.universal-button--icon{max-width:40px;min-width:40px;min-height:40px;max-height:40px;padding:0;border-radius:8px;line-height:40px;align-items:center}.universal-button--icon.universal-button--small{max-width:35px;min-width:35px;min-height:35px;max-height:35px;border-radius:6px;line-height:35px}.universal-button--icon.universal-button--large{max-width:50px;min-width:50px;min-height:50px;max-height:50px;border-radius:10px;line-height:50px}.universal-button--text{background-color:transparent!important;border-color:transparent!important;border-radius:0!important;width:auto!important;font-weight:700!important;padding:0!important;text-transform:none!important;letter-spacing:0!important}.universal-button--text:hover:not(:disabled){transform:none;box-shadow:none;text-decoration:underline}.universal-button--text:active:not(:disabled){transform:none;box-shadow:none}.universal-button--square{border-radius:0!important}.universal-button--loading{cursor:wait;min-height:inherit!important;height:inherit!important}.universal-button--loading .universal-button__label,.universal-button--loading .universal-button__icon{display:none}.universal-button--inactive,.universal-button--disabled{opacity:.6;cursor:not-allowed}.universal-button--disabled:hover{transform:none;box-shadow:none}.universal-button.Event_button_unregister{background-color:var(--custom-background)!important;border-color:var(--custom-border-color)!important;color:var(--custom-text-color)!important;border-width:var(--custom-border-width)!important}.universal-button.Confirmation-modal_button,.universal-button.Confirmation-modal_button.Confirmation-modal_button--stop{border-radius:var(--custom-border-radius, 8px)!important}.universal-button.Confirmation-modal_button.Confirmation-modal_button--remove{background-color:var(--custom-background)!important;border-color:var(--custom-border-color)!important;color:var(--custom-text-color)!important;border-width:var(--custom-border-width)!important}.universal-button.Confirmation-modal_button.universal-button--loading,.universal-button.Confirmation-modal_button.Confirmation-modal_button--stop.universal-button--loading{min-height:inherit!important;height:inherit!important}.universal-button.Confirmation-modal_button.Confirmation-modal_button--stop.universal-button--standard.universal-button--loading,.universal-button.Confirmation-modal_button.Confirmation-modal_button--stop.universal-button--loading{min-height:58px!important;height:58px!important}.button-group{display:flex;align-items:center;gap:12px;width:100%}.button-group--space-around{justify-content:space-around}.button-group--space-between{justify-content:space-between}.button-group--space-evenly{justify-content:space-evenly}.button-group--center{justify-content:center}.button-group--primary-only{justify-content:flex-end}.button-group--secondary-only{justify-content:flex-start}@media (max-width: 768px){.button-group{flex-direction:column;gap:8px}.button-group .universal-button{width:100%!important}}.Skeleton--h2{height:22px!important;border-radius:22px}.Skeleton--h3{height:16px!important;border-radius:16px}.Skeleton--p{height:22px!important;border-radius:22px}.Skeleton--title{width:60%;max-width:190px}.Skeleton--chipButton{height:36px!important;border-radius:36px;margin-top:10px}.Skeleton--multiple-text{height:44px!important;border-radius:11px}.sectionWithTitle h2{color:#484848;font-size:18px;font-weight:900;line-height:22px}.sectionWithTitle h1{color:#242b51;font-size:24px;line-height:30px;text-align:center;font-weight:400}.sectionWithTitle p{color:#757575;font-size:12px}.invitationSummarySection{border-top:1px solid #ebebeb;padding:20px 0}.invitationSummarySection:last-of-type{border-bottom:1px solid #ebebeb}.invitationSummarySection .section_title{font-size:16px}.headSpaces{padding-top:30px}.sectionWithTitle--containerWithInfo h1{text-align:left}.sectionWithTitle--containerWithInfo p{margin:0;color:#484848;font-size:14px;font-weight:400;line-height:18px}.emploBoxSmallTitle h2{width:calc(100% - 49px);text-align:left;margin:0;color:#484848;font-size:18px;font-weight:700}.sectionWithTitle--wrappTitle h2{white-space:normal}.sectionWithTitle--bigheaderMargin h2,.sectionWithTitle--bigheaderMargin h1{margin:0 0 40px}.sectionWithTitle--middleheaderMargin h2,.sectionWithTitle--middleheaderMargin h1{margin:0 0 30px}.sectionWithTitle--headerMargin h2,.sectionWithTitle--headerMargin h1{margin:0 0 20px}.sectionWithTitle--headerSmallMargin h1,.sectionWithTitle--headerSmallMargin h2{margin:0 0 10px}.sectionWithTitle--smallInfo p{margin:0 0 10px;line-height:16px;color:#9b9b9b;font-size:14px}.sectionWithTitle--underline h2{margin:0;padding-bottom:20px;border-bottom:1px solid rgba(118,118,118,.2)}.sectionWithTitle--bigMarginTop{margin-top:50px}.sectionWithTitle--wt{margin-top:42px}.sectionWithTitle--middleMarginTop{margin-top:30px}.sectionWithTitle--middleMarginBottom{margin-bottom:30px}.sectionWithTitle--smallMarginBottom{margin-bottom:20px}.sectionWithTitle--lastWithSpace{margin-bottom:200px}.sectionWithTitle--centerContent h2{text-align:center}.sectionWithTitle--centerContent p{margin:0;color:#484848;font-size:14px;line-height:18px;text-align:center}.sectionWithTitle--smallMarginTop{margin-top:10px}.sectionWithTitle--smallMarginTop h1{margin-top:0}.notification{background-color:#0006;display:flex;padding:0;z-index:5000;align-items:center;justify-content:center}.notification .notification_content{background-color:#fff;padding:20px 30px;width:100%;max-width:450px;border-radius:18px}.notification .notification_standard{display:flex;flex-direction:column}.notification .notification_standard h2{white-space:normal;max-height:70px}.notification .notification_standard p{color:#484848;font-size:14px;overflow-y:hidden}.contentError{text-align:center;padding:30vh 20px}.contentError .contentError__message{color:#757575;font-weight:700}.contentError img{padding:40px;background:#fff;border-radius:10px;max-width:80%;max-height:60%}.flags-manager{position:absolute;bottom:0;left:0;z-index:1000;background:#fff;border-right:1px solid #ccc}.flags-manager__button{padding:5px;border:none;cursor:pointer;background:orange;text-align:center}.flags-manager__list{max-height:200px;padding:5px 10px 5px 5px;display:flex;flex-direction:column;gap:2px;overflow:auto}.flags-manager__list-item{padding:2px}.flags-manager__list-item label{cursor:pointer}@font-face{font-family:Roboto;src:local("Roboto"),url(/apps/mobile-webviews/assets/roboto-v18-latin-ext_latin-regular-spwLZCoA.ttf) format("truetype");font-display:swap}@font-face{font-family:Poppins;src:local("Poppins"),url(/apps/mobile-webviews/assets/Poppins-Regular-tSLGqJVN.ttf) format("truetype");font-display:swap}@font-face{font-family:PoppinsMedium;src:local("PoppinsMedium"),url(/apps/mobile-webviews/assets/Poppins-Medium-W5QO3UH_.ttf) format("truetype");font-display:swap}@font-face{font-family:PoppinsBold;src:local("PoppinsBold"),url(/apps/mobile-webviews/assets/Poppins-Bold-jc4TW1CT.ttf) format("truetype");font-display:swap}@font-face{font-family:PoppinsExtraLight;src:local("PoppinsExtraLight"),url(/apps/mobile-webviews/assets/Poppins-ExtraLight-et2X2kt1.ttf) format("truetype");font-display:swap}@font-face{font-family:PoppinsLight;src:local("PoppinsLight"),url(/apps/mobile-webviews/assets/Poppins-Light-YG85Vv3f.ttf) format("truetype");font-display:swap}*{font-family:Roboto,sans-serif;-webkit-user-select:none;user-select:none;box-sizing:border-box}body{margin:0;padding:0;overflow:hidden}#root{display:flex;flex-direction:column;height:100vh;justify-content:space-between;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@media screen and (min-width: 768px){body{background-color:#e6f2ff;display:flex;justify-content:center;height:100vh;overflow:auto}#root{position:relative;background-color:#fff;width:800px;max-height:960px;box-shadow:0 0 5px #adadad}}@media screen and (min-height: 960px){body{align-items:center}}@media screen and (max-height: 960px){body{align-items:flex-start}}#root-content{overflow:auto;height:100%}.layout{min-height:100%;overflow:auto;overflow-x:hidden;position:relative}@media only screen and (max-device-width: 768px){.layout{-ms-overflow-style:none;scrollbar-width:none}.layout::-webkit-scrollbar{display:none}}.layout-padding{padding:20px}@media (max-width: 320px){.layout{padding:10px 15px}}.info-wrapper{font-size:14px;line-height:20px;position:relative;margin-top:14px}.info-wrapper div{min-height:16px;line-height:16px}.info-wrapper .info-label{color:#767676;font-size:12px}.info-wrapper .info-value{font-weight:700;font-size:14px;color:#484848}.cutTooLongText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.transparentButton{color:#0681fc!important;background:#fff!important;font-weight:700}.IOSsafeArea{margin-bottom:15px}.globalTabs .MuiPaper-root{box-shadow:none;background-color:#fff;border-top:1px solid rgba(118,118,118,.2)}.globalTabs .MuiTabs-indicator{top:0;height:4px;background:#0681fc}.globalTabs .MuiTab-root{height:60px;text-transform:none}.globalTabs .MuiTab-wrapper{color:#0681fc;font-size:16px;font-weight:500}.globalTabs .globalTabs__tab{display:flex;align-items:center}.globalTabs .globalTabs__tab .tab__label{margin-right:7px}.globalTabs .globalTabs__tab .tab__indicator{min-width:23px;height:23px;padding:0 3px;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:23px;background-color:#ff2b59;color:#fff}.requiredField .MuiFormHelperText-root:before{content:"* ";color:#ff2b59;width:3px;height:3px}.importantText{font-weight:700}h1{font-size:24px;font-weight:400;color:#242b51;margin:0;padding:0}p.boulder{color:#484848;font-size:14px;margin:0}
