.register{height:100%;padding-left:24px;padding-right:24px;padding-bottom:24px;display:flex;flex-direction:column}.register--done{padding:0}.register__step{max-width:340px;flex-grow:1;margin:0 auto 104px;position:relative}.register__step__label{font-family:var(--avenir-roman);font-size:14px;line-height:20px;color:var(--content-secondary);padding-bottom:8px}.register__step--no-bottom{margin-bottom:0;max-width:100%;width:100%;overflow:hidden}.register__step__title{font-family:var(--avenir-heavy);font-size:28px;line-height:36px;padding-bottom:8px;text-align:center}.register__step__subtitle{font-family:var(--avenir-roman);font-size:16px;line-height:24px;color:var(--content-secondary);text-align:center;padding-bottom:32px}.register__step__subtitle--blue{color:var(--brand-secondary)}.register__step .button{width:100%;position:absolute;bottom:0}@media screen and (max-width:767px){.register__step .button{position:relative;bottom:auto;margin-top:32px}}.register__step .input-code{margin:0 auto}.register__step__timer{font-family:var(--avenir-roman);font-size:16px;line-height:24px;color:var(--content-secondary);text-align:center;padding-top:24px}.register__step__timer--reset{color:var(--content-primary)}.register__step__timer--blue{font-family:var(--avenir-heavy);text-decoration:underline;font-size:16px;line-height:24px;color:#5337ae;padding-left:8px;cursor:pointer}.register__step__name{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:24px 0 16px}.register__step__address-input{font-family:var(--avenir-roman);font-size:16px;line-height:24px;height:40px;display:flex;align-items:center;border-bottom:1px solid var(--stroke-opaque);cursor:pointer}.register__step__address-input span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.register__step__address-input__placeholder{color:var(--content-tertiary)}.register__step__address-input svg{display:block;height:20px;width:20px;margin-right:8px}.register__bottom{width:265px;left:50%;margin-left:-132px;position:absolute;bottom:24px;text-align:center}.register__bottom__title{font-family:var(--avenir-roman);font-size:16px;line-height:24px;padding-bottom:16px;text-decoration:underline;cursor:pointer}.register__bottom__text{font-family:var(--avenir-roman);font-size:14px;line-height:20px}.register__bottom__link{color:var(--brand-secondary)}.register__address-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;justify-content:center;align-items:center}.register__address-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(36,52,52,.8)}.register__address-modal__container{position:relative;z-index:2;width:100%;height:80%;max-width:767px;background:var(--background-primary);border-radius:12px}.register__address-modal__container__header{font-family:var(--avenir-heavy);font-size:16px;line-height:20px;height:56px;border-bottom:1px solid var(--stroke-opaque);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.register__address-modal__container__header svg{display:block;width:24px;height:24px;cursor:pointer}.register__address-modal__container__content{padding:16px;height:calc(100% - 56px);position:relative}.register__address-modal__container__content .dropdown-options{background:none;box-shadow:none;top:80px;bottom:0;overflow-y:auto}.register__address-modal__container__content .dropdown-options__list{max-height:none}@media screen and (max-width:767px){.register__address-modal__container{height:100%}}.register__welcome{position:relative}.register__welcome__content{padding:48px 24px 17px;max-width:388px;margin:0 auto;position:relative}.register__welcome__bg{background:#e7f4f4;min-width:747px;width:110%;border-radius:0 0 747px 747px;position:absolute;min-height:100%;left:50%;transform:translateX(-50%);bottom:0;z-index:-1}.register__welcome__close{width:36px;height:36px;border-radius:99px;border:1px solid var(--stroke-opaque);background:var(--background-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:15px;right:16px;z-index:10}.register__welcome__close svg{display:block;width:20px;height:20px}.register__welcome__monkey{width:156px;height:156px;background:var(--brand-tertiary);border-radius:99px;overflow:hidden;margin:0 auto 30px;position:relative;display:flex;align-items:center;justify-content:center}.register #recaptcha-container{display:none}.register .register__personalise{width:100%;max-width:340px;position:absolute;bottom:35px;left:50%;transform:translateX(-50%)}.register .register__personalise .register__personalise-btn{display:block;width:100%;position:relative;bottom:auto}.register .register__personalise .register__personalise-btn:first-child{margin-bottom:16px}