@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}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;height:100%;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-container,.welcome-card{display:flex;flex-direction:column}.welcome-card{justify-content:center}.welcome-card,.welcome-card .bepass-text-default{text-align:center}.maintenance-card{gap:1rem}.maintenance-card .maintenance-subtext{margin-top:.5rem;opacity:.85}.terms-container .accept-terms{text-align:left}.terms-container .accept-terms .bold-link{color:#000;font-size:14px;font-weight:700;text-align:left}.footer{align-items:center;display:flex;justify-content:center;margin-top:18px;padding-bottom:0}.footer .footer-logo{bottom:0;height:28px;padding-bottom:0}@media(min-width:768px){.footer .footer-logo{height:24px}}body{font-family:Roboto;font-size:30px;font-weight:700;line-height:45px}.color-table{display:flex;justify-content:space-between;margin-top:20px}.column{flex:1 1;margin:0 10px}.color-box{align-items:center;border-radius:5px;color:#000;display:flex;height:50px;justify-content:center;margin:5px 0}.primary-100{background-color:color-mix(in srgb,#fff 90%,#ba8a4d 10%);background-color:var(--primary-100)}.primary-200{background-color:color-mix(in srgb,#fff 70%,#ba8a4d 30%);background-color:var(--primary-200)}.primary-300{background-color:color-mix(in srgb,#fff 50%,#ba8a4d 50%);background-color:var(--primary-300)}.primary-400{background-color:color-mix(in srgb,#fff 30%,#ba8a4d 70%);background-color:var(--primary-400)}.primary-500{background-color:#ba8a4d;background-color:var(--primary-500)}.primary-600{background-color:color-mix(in srgb,#000 20%,#ba8a4d 80%);background-color:var(--primary-600)}.primary-700{background-color:color-mix(in srgb,#000 40%,#ba8a4d 60%);background-color:var(--primary-700)}.primary-800{background-color:color-mix(in srgb,#000 60%,#ba8a4d 40%);background-color:var(--primary-800)}.primary-900{background-color:color-mix(in srgb,#000 80%,#ba8a4d 20%);background-color:var(--primary-900)}.secondary-100{background-color:#e6e6e6}.secondary-200{background-color:#b3b3b3}.secondary-300{background-color:grey}.secondary-400{background-color:#4d4d4d}.secondary-500,.secondary-600,.secondary-700,.secondary-800,.secondary-900{background-color:#000}.gray-100{background-color:#f9f9f9}.gray-200{background-color:#ececec}.gray-300{background-color:#dfdfe0}.gray-400{background-color:#d2d2d4}.gray-500{background-color:#bfbfc1}.gray-600{background-color:#99999a}.gray-700{background-color:#737374}.gray-800{background-color:#4c4c4d}.gray-900{background-color:#262627}.button-group{margin-top:20px}.main-wrapper{align-items:center;background-image:url(/static/media/welcome_bg.0a7a8f03285c0750ce44.png);background-position:50%;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow:hidden;padding:48px 8%;width:100%}@media screen and (max-width:768px){.main-wrapper{background:#fff!important;padding:0}}@media screen and (max-height:800px){.main-wrapper{justify-content:center!important}}.onboarding-content-wrapper{align-items:center;background-color:#fff;border-radius:50px;display:flex;flex-direction:column;height:100%;justify-content:center;max-width:560px;padding:0 40px 40px;text-align:center}.onboarding-content-wrapper .logo{margin:36px 0;max-height:88px;width:auto}@media screen and (max-width:768px){.onboarding-content-wrapper{padding:0 20px;width:100%}}@media screen and (max-height:720px){.onboarding-content-wrapper{padding:0 20px;width:100%}.onboarding-content-wrapper .logo{margin-bottom:12px;max-height:75px}.onboarding-content-wrapper .bepass-title{font-size:22px}.onboarding-content-wrapper .bepass-text-default{font-size:16px;text-align:center}}@media screen and (max-height:580px){.onboarding-content-wrapper{display:flex;flex-direction:column;height:100dvh;max-height:none;overflow:hidden}.continue-button{font-size:14px;padding:10px 16px}}.bepass-title{color:#ba8a4d;color:var(--primary-500);font-family:Roboto;font-size:30px;font-size:30px!important;font-weight:700;line-height:45px}.bepass-title.bepass-terms-title-small{font-size:1em;line-height:1.2em}.bepass-text-default{font-size:20px;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word;word-break:break-word}.bepass-text-default,.bepass-text-label{color:#4c4c4d;font-family:Roboto;font-size:18px;font-weight:400;line-height:30px;text-align:left}.terms-container{align-items:normal;color:#000;font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;margin-bottom:32px}.checkbox-label,.terms-container{align-items:flex-start;display:flex}.checkbox-label{cursor:pointer;gap:16px}.checkbox-label input[type=checkbox]{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.checkbox-label .custom-check{align-items:center;background-color:#bfbfc1;border-radius:4px;display:flex;height:16px;justify-content:center;margin-top:2px;min-height:16px;min-width:16px;transition:background-color .3s ease;width:16px}.checkbox-label .custom-check .check-icon{color:#fff;flex-shrink:0;height:12px;width:12px}.checkbox-label .custom-check.checked{background-color:#ba8a4d;background-color:var(--primary-500)}.terms-text{color:#000;font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;line-height:1.4;text-align:left}.bold-link{color:#000;font-weight:600;text-decoration:underline}.continue-button{background-color:#ba8a4d;background-color:var(--primary-500);border:none;border-radius:100px;color:#fff;cursor:pointer;font-family:Roboto;font-size:20px;font-weight:500;line-height:30px;max-height:60px;padding:16px 24px;transition:background-color .3s;white-space:nowrap;width:100%}.continue-button:disabled{background-color:#bfbfc1;cursor:not-allowed}.continue-button.btn-ghost{background:none;color:#ba8a4d;color:var(--primary-500)}.bepass-form .MuiFormControl-root{margin-bottom:16px;width:100%}.bepass-form .MuiFormControl-root .MuiFormLabel-root,.bepass-form .MuiFormControl-root .MuiInputBase-root{color:#000;font-family:Roboto;font-size:18px;font-weight:400;line-height:30px}.bepass-form .MuiFormControl-root .MuiInputBase-root{border:1px solid #dfdfe0;border-radius:12px;margin-top:32px;padding:8px 16px;text-align:left}.bepass-form .MuiFormControl-root .MuiInputBase-root:after,.bepass-form .MuiFormControl-root .MuiInputBase-root:before{display:none}.bepass-form .MuiFormControl-root .MuiInputBase-root .country-flag{border-radius:100%;display:inline-block;height:24px;margin-right:8px;overflow:hidden;vertical-align:middle;width:24px}.bepass-form .MuiFormControl-root .MuiInputBase-root .country-flag span{display:block;font-size:50px;margin-left:-16px;margin-top:-2px}.bepass-form .label-error{color:#c8005d;display:block;font-size:14px;font-weight:400;line-height:16px;margin-left:18px;margin-top:4px;text-align:left}.success-image img,img.img-dica{filter:hue-rotate(278deg) saturate(.4)}.button-retry-action{background-color:#ba8a4d;background-color:var(--primary-500);border:none;border-radius:1000px;color:#fff;font-size:20px;font-weight:500;gap:8px;height:60px;line-height:30px;padding:10px 24px;text-align:center;vertical-align:middle;width:100%}.select-country-flag{height:20px;margin-right:8px;vertical-align:middle;width:20px}#mui-component-select-nationality .select-country-flag{height:40px;margin-left:-8px;margin-top:-8px;width:40px}.document-reuse-disclaimer{font-family:Roboto;font-size:20px;font-size:12px;font-weight:400;line-height:30px;line-height:14px;margin-top:18px}.document-reuse-disclaimer a{color:#000}.app-version{display:none;font-size:10px;text-align:center}.bepass-optin-text{word-wrap:break-word;font-size:.6em;margin-top:16px;max-height:60vh;min-height:200px;overflow-y:auto;width:100%}.optin-button.continue-button{font-size:18px;line-height:24px;max-height:100%;white-space:normal}@media(max-width:380px){.continue-button{font-size:16px;padding:12px 16px;width:100%}}@media screen and (max-height:950px){.main-wrapper{justify-content:center!important}}@media screen and (min-height:951px){.main-wrapper{justify-content:space-between}}@media screen and (max-height:580px){.onboarding-content-wrapper{display:flex;flex:1 1;flex-direction:column;height:100%;max-height:100%;overflow:hidden}.continue-button{font-size:14px;padding:10px 16px}}@media screen and (max-width:480px){.onboarding-content-wrapper .bepass-text-default,.onboarding-content-wrapper .bepass-text-label{font-size:20px!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;text-align:left!important}}@media screen and (min-height:1000px){.onboarding-content-wrapper{margin-top:258px}}.contact-link{color:#000;display:block;font-weight:700;text-align:center;width:100%}.not-found-wrapper{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:0 20px;position:relative;width:100%}@media(min-width:600px){.not-found-wrapper{align-items:flex-end;background-color:#ba8a4d;background-color:var(--primary-500);background-image:url(/static/media/background-common.3c3d2ed556d58ea24cc9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:0 100px}}@media(min-width:1440px){.not-found-wrapper{padding:0 176px}}.not-found-wrapper .not-found-header{align-items:center;display:flex;height:56px;justify-content:flex-end;left:0;padding:24px 20px;position:fixed;top:0;width:100%;z-index:1000}@media(min-width:600px){.not-found-wrapper .not-found-header{height:72px;padding:0 24px}}@media(min-width:1024px){.not-found-wrapper .not-found-header{height:56px}}@media(min-width:1440px){.not-found-wrapper .not-found-header{height:80px}}.not-found-wrapper .not-found-inner{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:clamp(16px,4vh,32px);justify-content:center;max-width:616px;text-align:center}@media(min-width:600px){.not-found-wrapper .not-found-inner{border-radius:32px;padding:40px;width:524px}}.not-found-wrapper .not-found-inner .not-found-logo{max-height:76px}.not-found-wrapper .not-found-inner .not-found-text{display:flex;flex-direction:column;gap:clamp(12px,3vh,28px);width:100%}@media(min-width:600px){.not-found-wrapper .not-found-inner .not-found-text{padding:0 38px}}@media(max-height:800px){.not-found-wrapper .not-found-inner .not-found-text{gap:12px}}.not-found-wrapper .not-found-inner .not-found-text .not-found-header-info{display:flex;flex-direction:column;gap:16px}.not-found-wrapper .not-found-inner .not-found-text .not-found-header-info .not-found-title{color:#ba8a4d;color:var(--primary-500);font-family:Roboto;font-size:30px;font-weight:700;line-height:45px}.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link{background-color:#ba8a4d;background-color:var(--primary-500);max-height:248px;overflow:hidden;width:100%}@media(min-width:600px){.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link{max-height:292px}}@media(max-height:800px){.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link{max-height:27.13vh}}.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link .not-found-image-link{max-height:248px;width:100%}@media(min-width:600px){.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link .not-found-image-link{max-height:292px}}@media(max-height:800px){.not-found-wrapper .not-found-inner .not-found-text .not-found-container-generic-link .not-found-image-link{max-height:27.13vh}}.not-found-wrapper .not-found-footer{align-items:center;bottom:0;display:flex;height:96px;justify-content:center;left:0;position:fixed;width:100%;z-index:1000}@media(min-width:600px){.not-found-wrapper .not-found-footer{height:84px}}@media(min-width:1440px){.not-found-wrapper .not-found-footer{height:112px}}.not-found-generic-text{color:#4c4c4d;font-family:Roboto;font-size:20px;font-weight:400;line-height:30px}.language-select{align-items:center;background-color:#fff;display:flex;gap:12px;padding:4px 8px 4px 12px}.language-select:hover .MuiOutlinedInput-notchedOutline{border:none}.language-select.MuiSelect-root{border-radius:100px}.language-select .MuiSelect-select{padding:0 20px 0 0!important}.flag-label{align-items:center;color:#262627;display:flex;font-family:Roboto;font-size:14px;font-weight:400;gap:12px;line-height:24px}.flag-label .country-flag{border-radius:100%;display:inline-block;height:24px;overflow:hidden;vertical-align:middle;width:24px}.flag-label .country-flag .select-country-flag{height:40px;margin-left:-8px;margin-top:-8px;width:40px}.MuiMenu-list{padding:0}.language-menu-item{align-items:center;color:#262627;display:flex;font-family:Roboto;font-size:14px;font-weight:400;gap:8px;line-height:24px}.layout-wrapper{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;width:100%}@media(min-width:600px){.layout-wrapper{background-color:#0000}}.layout-wrapper .layout-content{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;width:100%}@media(min-width:600px){.layout-wrapper .layout-content{align-items:center}}@media(min-width:1024px){.layout-wrapper .layout-content{align-items:flex-end;padding-right:175px}}.layout-wrapper .layout-content .no-padding{padding:0}.layout-wrapper .layout-footer{align-items:center;display:flex;flex-direction:column;height:112px;justify-content:center;width:100%}.layout-wrapper .layout-footer .layout-footer-logo{width:100px}:root{--primary:#ba8a4d;--primary-100:color-mix(in srgb,#fff 90%,var(--primary) 10%);--primary-200:color-mix(in srgb,#fff 70%,var(--primary) 30%);--primary-300:color-mix(in srgb,#fff 50%,var(--primary) 50%);--primary-400:color-mix(in srgb,#fff 30%,var(--primary) 70%);--primary-500:var(--primary);--primary-600:color-mix(in srgb,#000 20%,var(--primary) 80%);--primary-700:color-mix(in srgb,#000 40%,var(--primary) 60%);--primary-800:color-mix(in srgb,#000 60%,var(--primary) 40%);--primary-900:color-mix(in srgb,#000 80%,var(--primary) 20%)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{background-color:#dfdfe0;border-radius:50%;color:#fff;cursor:pointer;padding:5px}input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:#bfbfc1}.mobile-pagination{align-items:center;box-sizing:border-box;display:flex;justify-content:center;margin-bottom:16px;padding:8px 0;position:relative;width:100%}.LineConnector .MuiStepConnector-line{border-color:#dfdfe0;border-width:3px}.LineIcon{background-color:#dfdfe0;border-radius:2px;height:4px;transition:width .3s ease-in-out,background-color .3s ease-in-out;width:24px}.LineIcon.active{background-color:#ba8a4d;background-color:var(--primary-500);width:40px}.header-wrapper{background-color:#fff;display:flex;flex-direction:column;gap:16px;padding:24px 20px 0;width:100%}.header-wrapper.header-dark{background-color:#00000080}.header-wrapper.header-primary{background-color:color-mix(in srgb,#fff 50%,#ba8a4d 50%);background-color:var(--primary-300)}@media(min-width:600px){.header-wrapper.header-event .header-bottom .header-name-container .header-user-name{color:#000}.header-wrapper{background-color:#0000;flex-direction:column;height:104px}}.header-wrapper .progress-indicator{display:flex;height:4px;justify-content:space-between;width:100%}@media(min-width:600px){.header-wrapper .progress-indicator{display:none}}.header-wrapper .progress-indicator .progress-bar{background-color:#dfdfe0;border-radius:4px;flex:1 1;margin-right:4px}.header-wrapper .progress-indicator .progress-bar.set-step{background-color:#ba8a4d;background-color:var(--primary-500)}.header-wrapper .progress-indicator .progress-bar:last-child{margin-right:0}.header-wrapper .header-bottom{align-items:center;display:flex;justify-content:space-between;width:100%}.header-wrapper .header-bottom:has(>:only-child){justify-content:flex-end}@media(min-width:600px){.header-wrapper .header-bottom{align-items:flex-end;flex-direction:column-reverse;gap:5px}}.header-wrapper .header-bottom .header-name-container{background-color:#fff;border-radius:100px;padding:4px 8px 4px 10px}@media(min-width:600px){.header-wrapper .header-bottom .header-name-container{background-color:#0000}}.header-wrapper .header-bottom .header-name-container .header-user-name{color:#000;font-family:Roboto;font-size:14px;font-weight:400;line-height:24px}@media(min-width:600px){.header-wrapper .header-bottom .header-name-container .header-user-name{color:#fff}}
/*# sourceMappingURL=main.356226f1.css.map*/