.custom-google-button{align-items:center;border:1px solid var(--colorTextPrimaryDark,#fff);border-radius:28px;column-gap:.8rem;cursor:pointer;display:flex;font-weight:500;justify-content:center;padding:1.2rem .5rem}@media(min-width:1024px)and (max-width:1284px){.custom-google-button{padding:1rem}}@media(max-width:1024px){.custom-google-button{padding:1rem 0}}@media(max-width:768px){.custom-google-button{column-gap:.5rem;font-size:13px;padding:.7rem .5rem}.custom-google-button svg{height:18px;width:18px}}@media(max-width:410px){.custom-google-button{text-align:center}.custom-google-button svg{height:18px;width:18px}}.custom-button{align-items:center;background-color:var(--colorPrimaryDark,#fff);border:none;border-radius:14px;color:var(--colorWhite,#fff);cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;overflow:hidden;padding:.5rem;position:relative;width:100%}.custom-button--secondary{background-color:var(--colorWhite,#fff);border:1px solid var(--colorPrimaryDark,#fff);color:var(--colorPrimaryDark,#fff)}.custom-button--secondary:hover{background-color:var(--colorPrimaryLight,#fff);border:1px solid var(--colorPrimaryLight,#fff);color:var(--colorWhite,#fff)}.custom-button--tertiary{background-color:var(--colorTertiary,#fff);border:1px solid var(--colorTertiary,#fff);color:var(--colorWhite,#fff)}.custom-button--tertiary:hover{background-color:var(--colorTertiaryDark,#fff);border:1px solid var(--colorTertiaryDark,#fff)}.custom-button--quaternary{background-color:var(--colorTertiaryLight,#fff);border:1px solid var(--colorTertiaryLight,#fff);color:var(--colorTertiary,#fff)}.custom-button--quaternary:hover{background-color:var(--colorTertiaryDark,#fff);border:1px solid var(--colorTertiaryDark,#fff);color:var(--colorTertiaryLight,#fff)}.custom-button:after{background-color:var(--colorWhite,#fff);border-radius:50%;content:"";height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease,opacity .4s ease;width:100%}.custom-button:active:after{opacity:.3;transform:translate(-50%,-50%) scale(2.5)}.custom-button:disabled{cursor:not-allowed;opacity:.5}.custom-button:hover{background-color:var(--colorPrimaryLight,#fff);color:var(--colorTextPrimaryDark,#fff)}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-button__spinner{animation:spinner .6s linear infinite;border:3px solid #0000004d;border-radius:50%;border-top:3px solid var(--colorWhite,#fff);height:14px;width:14px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;font-family:Poppins,sans-serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@media(max-width:768px){.modal-overlay{padding:1rem 1.2rem;row-gap:1rem}}.modal-overlay__content{background:var(--colorWhite,#fff);border-radius:10px;max-width:530px;padding:2rem;text-align:center}@media(max-width:768px){.modal-overlay__content{padding:1.8rem}}.modal-overlay__content__header{display:flex;justify-content:flex-end;width:100%}.modal-overlay__content__title{color:var(--colorTextPrimaryDark,#fff);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;opacity:.8}.modal-overlay__content__subtitle{color:var(--colorTextPrimaryDark,#fff);font-size:1rem;margin-bottom:2rem}.modal-overlay__content__buttons{align-items:center;display:flex;justify-content:space-around}.modal-overlay__content__buttons__confirm{background:var(--colorPrimaryDark,#fff);border-radius:8px;color:var(--colorWhite,#fff);cursor:pointer;max-width:120px;padding:.5rem 1rem}.modal-overlay__content__buttons__cancel{border:2px solid var(--colorBorder,#fff);border-radius:8px;cursor:pointer;padding:.5rem 1.4rem}.modal-overlay__content__buttons__cancel[disabled]{cursor:not-allowed;opacity:.5}.modal-overlay__content__icon svg{color:var(--colorPrimaryDark,#fff);height:40px;width:40px}.modal-overlay__close-button--green{background:none;border:none;color:var(--colorPrimaryDark,#fff);cursor:pointer}.menu-item{display:flex;flex-direction:column;width:100%}.menu-item__content{align-items:center;border-radius:6px;color:var(--colorWhite,#fff);column-gap:.6rem;cursor:pointer;display:flex;padding:.8rem 1.1rem;transition:background-color .3s ease}.menu-item__content:hover{transform:scale(1.05)}.menu-item__content--active{background:linear-gradient(134deg,#d9d9d91a 4.35%,#bbbbbb05 98.82%)}.menu-item__content--subsection{color:var(--colorTextSecondaryLight,#fff);line-height:1.5;padding-left:2.5rem}.menu-item__content--subsection svg path{stroke:var(--colorTextSecondaryLight,#fff)}.menu-item__icon-wrapper{align-items:center;display:flex;flex:1;gap:.6rem}.menu-item svg{height:20px;width:20px}.menu-item__subsections{margin-left:.5rem}.menu-list{display:flex;flex-direction:column;padding-right:1.1rem;width:100%}.language-selector{position:relative}@media(max-width:410px){.language-selector{position:relative}}.language-selector__button{align-items:center;background:none;border:none;border-radius:.4rem;color:var(--colorWhite,#fff);cursor:pointer;display:flex;padding:.5rem;transition:color .3s ease}.language-selector__button:hover{background:linear-gradient(134deg,#d9d9d91a 4.35%,#bbbbbb05 98.82%)}.language-selector__menu{background-color:var(--colorWhiteSurface,#fff);border-radius:.4rem;box-shadow:0 2px 8px #00000026;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}@media(max-width:768px){.language-selector__menu{left:0;right:auto;top:100%}}.language-selector__option{background:none;border:none;color:var(--colorTextPrimaryDark,#fff);cursor:pointer;display:block;font-family:Poppins;padding:.75rem 1.5rem;text-align:left;white-space:nowrap;width:100%}.language-selector__option:hover{background-color:var(--colorTertiary,#fff);color:var(--colorWhite,#fff)}.language-selector__option--active{background-color:var(--colorDarkSurface,#fff);color:var(--colorWhite,#fff)}.drawer-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1001}.drawer{height:calc(100vh - 4rem);left:-270px;overflow-y:auto;position:fixed;top:4rem;transition:left .3s ease-in-out;width:270px;z-index:1002}@media(max-width:410px){.drawer{display:flex;flex-direction:column}}.drawer--general{display:block!important}.drawer__static{display:none}@media(min-width:1284px){.drawer__static{display:flex;flex-direction:column;margin-bottom:1rem;margin-top:65px;position:relative;transition:transform .3s ease-in-out;width:270px}}.drawer__nav{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:1rem;margin-top:1rem}.drawer--none{display:none}.drawer.open{left:0;transition:left .3s ease-in-out}.drawer__overlay{opacity:0;pointer-events:none}.drawer__overlay,.drawer__overlay__open{background-color:#00000080;height:100%;left:0;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:100}.drawer__overlay__open{backdrop-filter:blur(4px);opacity:1;pointer-events:auto}@media(min-width:1284px){.drawer__overlay__open{display:none}}.drawer__overlay__open--always-open{backdrop-filter:blur(4px);background-color:#00000080;height:100%;left:0;opacity:1;pointer-events:auto;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:100}@media(min-width:1284px){.drawer{display:none}}.drawer__link{font-family:Poppins;font-size:1.25rem;font-weight:400;padding:.85rem;text-decoration:none}.drawer__link,.drawer__link--logout{color:var(--colorWhite,#fff);cursor:pointer}.drawer__link--logout{align-items:center;column-gap:.6rem;display:flex;font-size:1rem;padding:.8rem 1.1rem;width:90%}.drawer__link svg{height:20px;width:20px}.drawer__link:hover{transform:scale(1.05)}.drawer__link:active{transform:scale(.99)}.drawer__language-selector{display:none}@media(max-width:768px){.drawer__language-selector{display:block;margin-left:1.5rem;margin-top:1rem}}.footer{align-items:center;background-color:var(--colorDarkSurface,#fff);display:flex;flex-direction:column;justify-content:center}.footer__content{flex-wrap:wrap;justify-content:space-between;max-width:1200px;width:100%}.footer__content,.footer__section{align-items:flex-start;display:flex}.footer__section{flex-direction:column;justify-content:flex-start;margin:0;padding:.5rem 1rem}@media(max-width:1024px){.footer__section{margin:0;padding:.5rem 1rem}}.footer__section p{margin:0}.footer__section a,.footer__section p{color:var(--colorWhite,#fff);padding:.35rem 0}.footer__section a{font-family:Poppins!important;font-size:1.05rem;font-weight:400;text-decoration:none}.footer__section a:hover{text-decoration:underline;transition:text-decoration .01s ease-in-out}@media(max-width:1024px){.footer__section a{font-size:.9rem}}.footer__section h3{color:var(--colorSecondary,#fff);font-family:Poppins!important;font-size:1.3rem;font-weight:500;margin-bottom:1rem}@media(max-width:1024px){.footer__section h3{font-size:1.1rem}}.footer__section--icon{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}.footer__social{gap:.7rem;padding:0}.footer__bottom,.footer__social{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0}.footer__bottom{flex-wrap:wrap;max-width:1200px;padding:.5rem 1rem;width:100%}@media(max-width:1024px){.footer__bottom{margin:0;padding:.5rem 1rem}}.footer__bottom h2{color:var(--colorWhite,#fff);font-family:WorkSans!important;font-size:.875rem;font-weight:200;margin-bottom:1rem}@media(max-width:1024px){.footer__bottom h2{font-size:.75rem}}.infinite-loader-screen{align-items:center;display:flex;flex:1;flex-direction:column;flex-grow:1;height:100%;justify-content:center;min-height:50vh;width:100%}.infinite-loader-screen__loader{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:center;width:120px}@media(max-width:768px){.infinite-loader-screen__loader{height:100px;width:100px}}.infinite-loader-screen__message{color:var(--colorPrimaryDark,#fff)}.infinite-loader-screen__message,.infinite-loader-screen__message--white{font-size:1rem;font-weight:500;margin-top:15px;max-width:200px;text-align:center}.infinite-loader-screen__message--white{color:var(--colorWhite,#fff)}.create-company-success-popup{background-color:var(--colorTertiaryDark,#fff);display:flex;height:370px;justify-content:space-between;opacity:0;padding:3rem 0 3rem 3rem;transition:opacity .5s ease-in-out;width:1100px}.create-company-success-popup--loaded{opacity:1}.create-company-success-popup__icon svg path{fill:var(--colorSecondary,#fff)}@media(max-width:1284px){.create-company-success-popup{height:370px;padding:3rem 0 3rem 3rem;width:700px}}@media(max-width:768px){.create-company-success-popup{flex-direction:column;height:530px;padding:2rem 0 2rem 2rem;width:340px}}.create-company-success-popup__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.create-company-success-popup__title{color:var(--colorTextPrimaryDark,#fff);font-family:PP Neue Machina;font-size:2.25rem;font-weight:700;margin:0}@media(max-width:1284px){.create-company-success-popup__title{font-size:1.85rem}}.create-company-success-popup__title--special{color:var(--colorPrimaryDark,#fff);font-family:PP Neue Machina;font-size:3.75rem;font-weight:700;margin:0;white-space:nowrap}@media(max-width:1284px){.create-company-success-popup__title--special{font-size:1.85rem}}.create-company-success-popup__text{color:var(--colorTextPrimaryDark,#fff);font-family:Poppins;font-size:1rem;font-weight:400;margin-bottom:.4rem}@media(max-width:768px){.create-company-success-popup__text{font-size:.875rem}}.create-company-success-popup__text--blod{font-weight:800;margin:0}.create-company-success-popup__image{height:550px;margin-top:-14rem;width:550px}@media(max-width:1284px){.create-company-success-popup__image{height:480px;margin-top:-10rem;width:480px}}@media(max-width:768px){.create-company-success-popup__image{height:280px;margin-top:0;width:280px}}.animated-background{background-color:var(--colorDarkSurface,#fff);height:100%;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:-1}.animated-background .blob{animation:moveBlob 5s ease-in-out infinite alternate;background-color:var(--colorSecondary,#fff);filter:blur(60px);position:absolute}@media(max-width:1024px){.animated-background .blob{animation:none!important}}.animated-background .blob1{animation-delay:0s;border-radius:20% 40% 50% 60%/55% 70% 30% 45%;height:33%;right:-10%;top:-21%;width:70%}.animated-background .blob2{animation-delay:5s;border-radius:55% 45% 60% 40%/40% 60% 50% 50%;height:50%;right:-14%;top:-10%;width:20%}.animated-background .blob3{animation-delay:4s;border-radius:55% 45% 60% 40%/40% 60% 50% 50%;height:30%;left:48%;top:-7%;width:13%}.animated-background .blob4{animation-delay:3s;border-radius:50% 50% 70% 30%/60% 30% 40% 70%;height:50%;left:-5%;top:35%;width:15%}.animated-background .blob5{animation-delay:4s;border-radius:55% 45% 60% 40%/40% 60% 50% 50%;height:30%;left:3%;top:45%;width:20%}@keyframes moveBlob{0%{border-radius:40% 60% 70% 30%/40% 50% 60% 50%;transform:translate(0) scale(1) rotate(0deg)}25%{border-radius:60% 40% 50% 60%/55% 70% 30% 45%;transform:translate(20px,-15px) scale(1.1) rotate(5deg)}50%{border-radius:50% 50% 60% 40%/60% 40% 50% 50%;transform:translate(-20px,15px) scale(.9) rotate(-5deg)}75%{border-radius:70% 30% 40% 60%/40% 60% 55% 50%;transform:translate(15px,-20px) scale(1.05) rotate(3deg)}to{border-radius:40% 60% 70% 30%/40% 50% 60% 50%;transform:translate(0) scale(1) rotate(0deg)}}.hamburger{display:none;position:relative;z-index:1003}@media(max-width:1284px){.hamburger{background:linear-gradient(134deg,#d9d9d91a 4.35%,#bbbbbb05 98.82%);border:none;border-radius:8px;cursor:pointer;display:flex!important;flex-direction:column;height:40px;justify-content:center;margin-right:8px;padding:8px;width:40px}.hamburger .hamburger-line{background-color:var(--colorWhite,#fff);height:2px;margin:2px auto;position:relative;transition:all .3s ease-in-out;width:20px}.hamburger.is-open .hamburger-line:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.is-open .hamburger-line:nth-child(2){opacity:0}.hamburger.is-open .hamburger-line:last-child{transform:translateY(-6px) rotate(-45deg)}}@media(max-width:1284px)and (max-width:410px){.hamburger{height:35px;margin-right:.3rem;padding:4px;width:35px}}.hamburger--always-show{align-items:center;background:linear-gradient(134deg,#d9d9d91a 4.35%,#bbbbbb05 98.82%);border:none;border-radius:8px;cursor:pointer;display:block!important;display:flex;height:40px;justify-content:center;margin-right:8px;padding:8px;position:relative;width:40px;z-index:1002}.hamburger--always-show svg path{stroke:var(--colorWhite,#fff)}@media(max-width:410px){.hamburger--always-show{height:35px;margin-right:.3rem;padding:4px;width:35px}}.hamburger--always-show .hamburger-line{background-color:var(--colorWhite,#fff);display:block;height:2px;margin:4px auto;position:relative;transition:all .3s ease-in-out;width:20px}.hamburger--always-show.is-open{background:#0000;z-index:1003}.hamburger--always-show.is-open .hamburger-line:first-child{top:6px;transform:rotate(45deg)}.hamburger--always-show.is-open .hamburger-line:nth-child(2){opacity:0}.hamburger--always-show.is-open .hamburger-line:last-child{top:-6px;transform:rotate(-45deg)}.navbar--scrolled .hamburger,.navbar--scrolled .hamburger--always-show{background:none}.navbar--scrolled .hamburger svg path,.navbar--scrolled .hamburger--always-show svg path{stroke:var(--colorPrimaryDark,#fff)}.navbar--scrolled .hamburger .hamburger-line,.navbar--scrolled .hamburger--always-show .hamburger-line{background-color:var(--colorPrimaryDark,#fff)}.popup__overlay{background-color:#808080cc;height:100%;left:0;top:0;width:100%;z-index:10}.popup__content,.popup__overlay{position:fixed;transition:opacity .3s ease-in-out}.popup__content{border-radius:8px;left:50%;opacity:1;padding:2rem;top:50%;transform:translate(-50%,-50%);z-index:1000}.popup--closing .popup__content,.popup--closing .popup__overlay{opacity:0}.navbar-overlay{background-color:#00000080;height:100%;justify-content:center;left:0;z-index:1001}.navbar,.navbar-overlay{align-items:center;display:flex;position:fixed;top:0;width:100%}.navbar{background:#0000;height:4rem;justify-content:space-between;padding:16px;transition:background-color .3s ease;z-index:1000}@media(max-width:410px){.navbar{padding:2px}}.navbar:before{background-color:#0000;content:"";height:100%;left:0;position:absolute;right:0;top:0;z-index:-1}.navbar__left{align-content:center;align-items:center;display:flex;gap:.2rem;justify-content:center;padding-left:1rem}@media(max-width:768px){.navbar__left{gap:.1rem;padding-left:.3rem}}.navbar__center{left:50%;position:absolute;transform:translateX(-50%)}.navbar__center,.navbar__right{align-items:center;display:flex;justify-content:center}@media(max-width:768px){.navbar__right .language-selector{display:none}}.navbar__links{align-items:center;display:flex;justify-content:center;margin-right:1.5rem}@media(max-width:1284px){.navbar__links{display:none}}.navbar__link{font-size:1.2rem;padding:.8rem}.navbar__link,.navbar__link--login{color:var(--colorWhite,#fff);font-family:Poppins;font-weight:400;text-decoration:none}.navbar__link--login{border:1px solid var(--colorWhite,#fff);border-radius:.6rem;cursor:pointer;margin:.3rem;padding:.6rem}@media(max-width:1284px){.navbar__link--login{display:none}}.navbar__link--login:hover{background-color:var(--colorSecondaryDark,#fff)}.navbar__link--login:active{transform:scale(.95)}@media(max-width:768px){.navbar__link--login{font-size:.9rem;padding:.5rem}}.navbar__link:hover{background:linear-gradient(134deg,#d9d9d91a 4.35%,#bbbbbb05 98.82%);border-radius:.6rem}.navbar__link:active{opacity:.6;transition:opacity .3s ease}.navbar__button{background-color:var(--colorSecondary,#fff);border:1px solid var(--colorSecondary,#fff);border-radius:.6rem;color:var(--colorTextPrimaryDark,#fff);font-family:Poppins;font-weight:400;margin:.3rem;padding:.6rem;text-decoration:none}.navbar__button:hover{background-color:var(--colorSecondaryDark,#fff);border:1px solid var(--colorSecondaryDark,#fff);color:var(--colorWhite,#fff)}.navbar__button:active{transform:scale(.95)}.navbar__button--create{cursor:pointer}@media(max-width:768px){.navbar__button{font-size:.9rem;padding:.5rem}}.navbar--scrolled,.navbar--scrolled:not(.drawer-open){background-color:var(--colorWhiteSurface,#fff);box-shadow:0 2px 4px #0000001a}.navbar--scrolled .navbar__link{color:var(--colorTextPrimaryDark,#fff)}.navbar--scrolled .navbar__link:hover{background-color:var(--colorWhiteSurface,#fff)}.navbar--scrolled .navbar__link--login{border-color:var(--colorTextPrimaryDark,#fff);color:var(--colorTextPrimaryDark,#fff)}.navbar--scrolled .navbar__link--login:hover{background-color:var(--colorBorderLight,#fff)}.navbar--scrolled .navbar__button{background-color:var(--colorTertiary,#fff);border:1px solid var(--colorTertiary,#fff);color:var(--colorWhite,#fff)}.navbar--scrolled .navbar__button:hover{background-color:var(--colorTertiaryDark,#fff);border:1px solid var(--colorTertiaryDark,#fff);color:var(--colorWhite,#fff)}.navbar--scrolled .dasbanq-navbar-logo svg path[fill=white]{fill:var(--colorTextPrimaryDark,#fff)!important;transition:fill .3s ease}.navbar--scrolled .language-selector__button{color:var(--colorTextPrimaryDark,#fff)}.navbar--scrolled .language-selector__button:hover{background-color:var(--colorWhiteSurface,#fff)}.dasbanq-navbar-logo{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;text-decoration:none}.dasbanq-navbar-logo__link{text-decoration:none}.dasbanq-navbar-logo svg{align-self:center;display:flex}.dasbanq-navbar-logo svg path[fill=white]{fill:var(--colorWhite,#fff)!important;transition:fill .3s ease}.dasbanq-navbar-logo p{align-self:center;color:var(--colorWhite,#fff);font-family:PP Neue Machina;font-size:2rem;font-weight:600;line-height:1;margin-bottom:0;margin-left:.8rem;margin-top:6px;text-decoration:none;text-transform:uppercase}@media(max-width:410px){.dasbanq-navbar-logo p{font-size:1.3rem;margin-left:.2rem}}.reminder-modal__title{font-size:1.3rem!important;font-weight:500}.reminder-modal__subtitle{font-weight:300;line-height:1.5rem;margin:1.5rem 0 2rem;text-align:left}.reminder-modal__icon{display:flex;justify-content:center}.reminder-modal__button-confirm{max-width:fit-content!important}.dashboard{display:flex;flex-direction:column;min-height:100vh}.dashboard__content,.dashboard__main{display:flex;flex:1}.dashboard__main{margin-top:4rem}.fade-in-image--loading{opacity:0}.fade-in-image--loaded{opacity:1;transition:opacity .5s ease-in-out}.phone-field{align-items:center;background-color:var(--colorWhite,#fff);border:2px solid var(--colorBorder,#fff);border-radius:16px;display:flex}.phone-field:focus-within{border:2px solid var(--colorTertiary,#fff)}.phone-field--disabled{cursor:progress;opacity:.6}.phone-field--disabled *{cursor:progress!important;opacity:.6}.phone-field--error{border:2px solid var(--colorError,#fff)}.phone-field__country-select{align-content:center;align-items:center;border:none;cursor:pointer;display:flex;flex-shrink:0;gap:.5rem;justify-content:center;min-width:30px;padding:.8rem;position:relative}.phone-field__country-select:after{content:"";display:block;height:100%;position:absolute;right:0;top:0;width:1px}@media(max-width:768px){.phone-field__country-select{padding:.8rem .4rem}}.phone-field__flag{background-color:#0000;width:30px}.phone-field__dial-code--hidden,.phone-field__flag--hidden{visibility:hidden}.phone-field__dropdown-container{background-color:var(--colorWhite,#fff);border:2px solid var(--colorBorder,#fff);border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:0;margin-top:.3rem;max-height:250px;position:absolute;right:0;top:100%;width:12rem;z-index:500}.phone-field__dropdown-list{flex-grow:1;overflow-y:auto}.phone-field__search{border:none;border-bottom:2px solid var(--colorBorder,#fff);border-radius:8px 8px 0 0;font-family:Poppins,sans-serif;outline:none;padding:.5rem;width:100%}.phone-field__dropdown{list-style:none;margin:0;padding:0}.phone-field__option{align-items:center;cursor:pointer;display:flex;padding:.5rem}.phone-field__option:hover{background-color:var(--colorTertiaryLight,#fff)}.phone-field__option-flag{height:auto;margin-right:.5rem;width:20px}.phone-field__input{border:none;border-radius:16px;flex-grow:1;font-family:Poppins,sans-serif;font-size:1rem;margin-left:-1px;outline:none;padding:.8rem}@media(max-width:768px){.phone-field__input{padding:.6rem;width:100%}}.input-field__simple-field{display:flex;flex:1;flex-direction:column;margin:1.3rem 0}.input-field__simple-field input{background-color:var(--colorWhite,#fff)}.input-field__simple-field span{color:var(--colorTextSecondaryDark,#fff)}.input-field__simple-field h3{margin:.3rem 0}.input-field__simple-field h3,.input-field__simple-field p{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}.input-field__simple-field p{color:var(--colorError,#fff);margin:.5rem 0}.input-field__simple-field__header{align-items:center;display:flex;justify-content:space-between}.input-field__simple-field__header__action-label{color:var(--colorTextSecondaryDark,#fff);cursor:pointer;text-align:end;text-decoration:underline}@media(max-width:768px){.input-field__simple-field__header__action-label{font-size:.85rem}}.input-field__simple-field__header__action-label--disabled{opacity:.5;pointer-events:none}.input-field__simple-field__content{align-items:center;display:flex;position:relative}.input-field__simple-field__content__icon{cursor:pointer;display:flex;position:absolute;right:.625rem;user-select:none}.input-field__simple-field__content--disabled{opacity:.8;pointer-events:none}.input-field__simple-field__input{background-color:var(--colorWhite,#fff);border:2px solid var(--colorBorder,#fff);border-radius:16px;font-family:Poppins,sans-serif;font-size:1rem;padding:.8rem;width:100%}.input-field__simple-field__input:focus-within{border:2px solid var(--colorTertiary,#fff);outline:none}.input-field__simple-field__input[type=number]{appearance:textfield;-moz-appearance:textfield}.input-field__simple-field__input[type=number]::-webkit-inner-spin-button,.input-field__simple-field__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-field__simple-field__input--disabled{cursor:progress;opacity:.4}.input-field__simple-field__input--disabled *{cursor:progress!important;opacity:.4}.input-field__simple-field__input--error{border:2px solid var(--colorError,#fff)}.input-field__simple-field__input--error:focus-within{border:2px solid var(--colorError,#fff);outline:none}.input-field__checkbox-field{align-items:center;border-radius:.8rem;cursor:pointer;display:flex;margin-bottom:1rem;margin-top:1rem;padding:.4rem}.input-field__checkbox-field--disabled{cursor:progress;opacity:.6}.input-field__checkbox-field--disabled *{cursor:progress!important;opacity:.6}.input-field__checkbox-field input[type=checkbox]{align-items:center;align-self:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--colorWhite,#fff);border:2px solid var(--colorTertiary,#fff);border-radius:3px;cursor:pointer;display:flex;grid-column:1/2;grid-row:1/3;height:20px;justify-content:center;margin-right:.5rem;position:relative;width:20px}.input-field__checkbox-field input[type=checkbox]:checked{background-color:var(--colorTertiary,#fff);border-color:var(--colorTertiary,#fff)}.input-field__checkbox-field input[type=checkbox]:checked:before{color:var(--colorWhite,#fff);content:"✓";font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.input-field__field-label{display:flex;flex-direction:row}.input-field__field-label,.input-field__field-label__title{align-self:center;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem}.input-field__field-label__title{align-content:center;font-style:wrap;font-weight:400}.input-field__switch-field{align-items:center;display:flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;gap:.8rem;margin:1.3rem 0}.input-field__switch{display:inline-block;height:24px;position:relative;width:45px}.input-field__switch input{height:0;opacity:0;width:0}.input-field__switch input:checked+.input-field__slider{background-color:var(--colorTertiary,#fff);border:2px solid var(--colorTertiary,#fff)}.input-field__switch input:checked+.input-field__slider:before{background-color:var(--colorWhite,#fff);transform:translateX(20px)}.input-field__switch input:focus+.input-field__slider{box-shadow:0 0 1px var(--colorTertiary,#fff)}.input-field__slider{background-color:var(--colorWhite,#fff);border:2px solid var(--colorTertiary,#fff);border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.input-field__slider:before{background-color:var(--colorTertiary,#fff);border-radius:50%;bottom:2.5px;content:"";height:15px;left:3px;position:absolute;transition:.4s;width:15px}.input-field__autocomplete{width:100%}.form-wrapper{display:flex;flex:1;font-weight:300;z-index:1}.form-wrapper__form-container{background:var(--colorWhite,#fff);border:1px solid var(--colorWhiteSurface,#fff);border-radius:60px;display:flex;flex:1;flex-direction:column;justify-content:center;max-height:800px;max-width:780px;min-width:446px;padding:6.875rem 5rem 11.25rem;row-gap:1.75rem}@media(min-width:2000px){.form-wrapper__form-container{row-gap:3rem}}@media(max-width:1024px){.form-wrapper__form-container{padding:3.75rem 1.875rem 5rem}}@media(min-width:1024px)and (max-width:1284px){.form-wrapper__form-container{padding:3.75rem 2.5rem 5rem}}@media(max-width:768px){.form-wrapper__form-container{border-radius:0;height:100%;justify-content:flex-start;margin:0;max-height:100%;min-width:auto;padding:3.75rem 1.75rem 9.375rem}}.form-wrapper__form-container__title{cursor:default;font-size:2.5rem;font-weight:400}@media(min-width:2000px){.form-wrapper__form-container__title{font-size:3.125rem}}@media(max-width:768px){.form-wrapper__form-container__title{font-size:1.875rem}}.form-wrapper__form-container__subtitle-container{align-items:center;display:flex;justify-content:center;margin:.8rem 0;position:relative}.form-wrapper__form-container__subtitle-container__subtitle-line{background:var(--colorTextSecondaryDark,#fff);height:1px;opacity:.5;position:absolute;width:100%;z-index:1}.form-wrapper__form-container__subtitle-container__subtitle-label{background:var(--colorWhite,#fff);color:var(--colorTextSecondaryDark,#fff);font-weight:300;padding:0 .75rem;position:relative;text-align:center;z-index:2}@media(min-width:2000px){.form-wrapper__form-container__subtitle-container__subtitle-label{font-size:1.375rem}}@media(max-width:768px){.form-wrapper__form-container__subtitle-container__subtitle-label{font-size:.813rem;padding:0 .375rem}}.form-wrapper__form-container__fields-container{display:flex;flex-direction:column;row-gap:1.5rem}@media(min-width:2000px){.form-wrapper__form-container__fields-container{font-size:1.1rem}}@media(max-width:768px){.form-wrapper__form-container__fields-container{font-size:1.063rem}}.form-wrapper__form-container__fields-container__field{display:flex;flex-direction:column;margin:0!important;row-gap:.125rem}.form-wrapper__form-container__submit-button{align-items:center;background-color:var(--colorPrimaryDark,#fff);border:none;border-radius:32px;color:var(--colorWhite,#fff);cursor:pointer;display:flex;font-weight:300;justify-content:center;padding:1.5rem 0!important;width:100%}@media(min-width:2000px){.form-wrapper__form-container__submit-button{font-size:1.375rem;padding:1.5rem!important}}@media(max-width:768px){.form-wrapper__form-container__submit-button{font-size:1.063rem;height:42px}}.form-wrapper__form-container__submit-button:disabled{cursor:not-allowed;opacity:.5}.form-wrapper__form-container__footer{color:var(--colorTextSecondaryDark,#fff);column-gap:.5rem;cursor:default;display:flex;justify-content:center}@media(max-width:768px){.form-wrapper__form-container__footer{display:none}}.form-wrapper__form-container__footer-disabled{column-gap:.5rem;display:flex;justify-content:center;opacity:.5}.form-wrapper__form-container__footer-disabled div{pointer-events:none}@media(max-width:768px){.form-wrapper__form-container__footer-disabled{display:none}}.form-wrapper__form-container__error-message{color:var(--colorError,#fff);font-size:.875rem}.register-wrapper{column-gap:8.5rem;display:flex;flex:1;justify-content:center;padding-top:3.125rem}@media(max-width:1024px){.register-wrapper{column-gap:.5rem;padding-top:0}}@media(max-width:768px){.register-wrapper{align-items:flex-start;padding-top:0}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper{column-gap:.5rem;padding-top:0}}.register-wrapper__graphics-wrapper{align-items:center;display:flex;flex:.3;flex-direction:column;height:100%;justify-content:flex-end;row-gap:1.75rem;width:fit-content}@media(max-width:768px){.register-wrapper__graphics-wrapper{display:none}}.register-wrapper__graphics-wrapper__styled-text{display:flex;flex-direction:column;font-family:PP Neue Machina;font-size:2.875rem;font-weight:500;text-transform:uppercase}@media(min-width:2000px){.register-wrapper__graphics-wrapper__styled-text{font-size:4.125rem}}@media(max-width:1024px){.register-wrapper__graphics-wrapper__styled-text{font-size:2.25rem}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper__graphics-wrapper__styled-text{font-size:2.25rem}}.register-wrapper__graphics-wrapper__styled-text__icon-wrapper svg{margin-left:.625rem}@media(min-width:2000px){.register-wrapper__graphics-wrapper__styled-text__icon-wrapper svg{height:48px;width:53px}}@media(max-width:1024px){.register-wrapper__graphics-wrapper__styled-text__icon-wrapper svg{height:25px;width:30px}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper__graphics-wrapper__styled-text__icon-wrapper svg{height:25px;width:30px}}.register-wrapper__graphics-wrapper__styled-text__black{color:var(--colorTextPrimaryDark,#fff);-webkit-text-stroke:1.3px var(--colorTextPrimaryDark,#fff)}.register-wrapper__graphics-wrapper__styled-text__white{color:var(--colorWhite,#fff);-webkit-text-stroke:1px var(--colorWhite,#fff)}.register-wrapper__graphics-wrapper__styled-text__black-shadow{color:var(--colorTextPrimaryDark,#fff);text-shadow:0 4px 4px #00000080;-webkit-text-stroke:1px var(--colorTextPrimaryDark,#fff)}.register-wrapper__graphics-wrapper__styled-text span{line-height:1.1}.register-wrapper__graphics-wrapper__illustration-wrapper{display:flex;position:relative}.register-wrapper__graphics-wrapper__illustration-wrapper__illustration{height:350px;position:relative;width:390px;z-index:2}@media(min-width:2000px){.register-wrapper__graphics-wrapper__illustration-wrapper__illustration{height:470px;width:510px}}@media(max-width:1024px){.register-wrapper__graphics-wrapper__illustration-wrapper__illustration{height:240px;width:280px}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper__graphics-wrapper__illustration-wrapper__illustration{height:240px;width:280px}}.register-wrapper__graphics-wrapper__illustration-wrapper svg{position:absolute;right:-2.125rem;top:-.625rem;z-index:1}@media(min-width:2000px){.register-wrapper__graphics-wrapper__illustration-wrapper svg{height:407px;right:-5.875rem;width:390px}}@media(max-width:1024px){.register-wrapper__graphics-wrapper__illustration-wrapper svg{height:197px;right:-1.125rem;width:180px}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper__graphics-wrapper__illustration-wrapper svg{height:197px;right:-1.125rem;width:180px}}.register-wrapper__form{align-items:center;flex:.5;height:100%;justify-content:center;padding-bottom:4.375rem}@media(max-width:1024px){.register-wrapper__form{padding:3.125rem 1.25rem 4.375rem 0;width:100%}}@media(max-width:768px){.register-wrapper__form{align-items:flex-start;flex:1;padding:0}}@media(min-width:1024px)and (max-width:1284px){.register-wrapper__form{padding:3.125rem 1.25rem 4.375rem 0;width:100%}}.footer-action{color:var(--colorPrimaryDark,#fff);cursor:pointer;text-decoration:underline}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box;min-height:100vh}*,:after,:before{box-sizing:inherit}body{background-color:var(--colorWhiteSurface,#fff);color:var(--colorTextPrimaryDark,#fff);font-family:Poppins,PP Neue Machina,sans-serif}#root,body{min-height:100vh}@font-face{font-display:swap;font-family:PP Neue Machina;src:url(/assets/fonts/PPNeueMachina.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/assets/fonts/Poppins-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(/assets/fonts/Poppins-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:url(/assets/fonts/Poppins-ExtraBold.woff) format("woff")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:WorkSans;src:url(/assets/fonts/WorkSans.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:900;src:url(/assets/fonts/CabinetGrotesk-Black.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:700;src:url(/assets/fonts/CabinetGrotesk-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:800;src:url(/assets/fonts/CabinetGrotesk-Extrabold.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:200;src:url(/assets/fonts/CabinetGrotesk-Extralight.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:300;src:url(/assets/fonts/CabinetGrotesk-Light.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:500;src:url(/assets/fonts/CabinetGrotesk-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:400;src:url(/assets/fonts/CabinetGrotesk-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:100;src:url(/assets/fonts/CabinetGrotesk-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:CabinetGrotesk;font-style:normal;font-weight:100 900;src:url(/assets/fonts/CabinetGrotesk-Variable.woff) format("woff")}.custom-class{background:red}h1{color:#333}