:root{--ids-icon-btn-height:3.2rem;--ids-icon-btn-width:3.2rem;--ids-icon-btn-active:#1053ff;--ids-icon-btn-height-xsmall:1.6rem;--ids-icon-btn-width-xsmall:1.6rem;--ids-icon-btn-height-small:2.4rem;--ids-icon-btn-width-small:2.4rem;--ids-icon-btn-height-large:4rem;--ids-icon-btn-width-large:4rem}.ids-btn.ids-icon-btn{height:3.2rem;height:var(--ids-icon-btn-height);padding:0;width:3.2rem;width:var(--ids-icon-btn-width)}.ids-btn.ids-icon-btn svg{display:block}.ids-btn.ids-icon-btn--xsmall{height:1.6rem;height:var(--ids-icon-btn-height-xsmall);width:1.6rem;width:var(--ids-icon-btn-width-xsmall)}.ids-btn.ids-icon-btn--small{height:2.4rem;height:var(--ids-icon-btn-height-small);width:2.4rem;width:var(--ids-icon-btn-width-small)}.ids-btn.ids-icon-btn--large{height:4rem;height:var(--ids-icon-btn-height-large);width:4rem;width:var(--ids-icon-btn-width-large)}.ids-btn.ids-icon-btn--round,.ids-btn.ids-icon-btn--round:focus:after{border-radius:50%}.ids-icon-btn.ids-btn--active{color:#1053ff;color:var(--ids-icon-btn-active)}.ids-icon-btn.ids-btn>span{margin:-1px}.ids-icon{-ms-user-select:none}:root{--ids-toaster-font-family:Inter;--ids-toaster-font-size:1.4rem;--ids-toaster-font-weight:500;--ids-toaster-text:#233043;--ids-toaster-inset:0 0 auto 0;--ids-toaster-padding:0.8rem 0.8rem 1.2rem 0.8rem;--ids-toaster-gap:0.8rem;--ids-toaster-max-width:60rem;--ids-toaster-border-radius:0;--ids-toaster-shadow:0 0.4rem 1rem 0.4rem rgba(35,48,67,.1);--ids-toaster-background:#fff;--ids-toaster-status-height:0.4rem;--ids-toaster-status-color:#0cba9d;--ids-toaster-status-icon-size:2.4rem;--ids-toaster-status-color-error:#f96155;--ids-toaster-z-index:999}@-webkit-keyframes slide-in{0%{-webkit-transform:translateY(-64px);-webkit-transform:translateY(var(--_travel-distance,-64px));transform:translateY(-64px);transform:translateY(var(--_travel-distance,-64px))}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{-webkit-transform:translateY(-64px);-webkit-transform:translateY(var(--_travel-distance,-64px));transform:translateY(-64px);transform:translateY(var(--_travel-distance,-64px))}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-64px);-webkit-transform:translateY(var(--_travel-distance,-64px));transform:translateY(-64px);transform:translateY(var(--_travel-distance,-64px))}}@keyframes slide-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-64px);-webkit-transform:translateY(var(--_travel-distance,-64px));transform:translateY(-64px);transform:translateY(var(--_travel-distance,-64px))}}@-webkit-keyframes remove-space{0%{max-height:8rem;padding:.8rem .8rem 1.2rem;padding:var(--ids-toaster-padding)}to{max-height:0;padding:0}}@keyframes remove-space{0%{max-height:8rem;padding:.8rem .8rem 1.2rem;padding:var(--ids-toaster-padding)}to{max-height:0;padding:0}}@-webkit-keyframes time{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes time{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.ids-toast__overlay{-ms-flex-direction:column;flex-direction:column;inset:0 0 auto 0;inset:var(--ids-toaster-inset);pointer-events:none;position:fixed;z-index:999;z-index:var(--ids-toaster-z-index)}.ids-toast,.ids-toast__overlay{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.8rem;gap:var(--ids-toaster-gap)}.ids-toast{--_state:var(--ids-toaster-status-color);background:#fff;background:var(--ids-toaster-background);border-radius:0;border-radius:var(--ids-toaster-border-radius);-webkit-box-shadow:0 .4rem 1rem .4rem rgba(35,48,67,.1);-webkit-box-shadow:var(--ids-toaster-shadow);box-shadow:0 .4rem 1rem .4rem rgba(35,48,67,.1);box-shadow:var(--ids-toaster-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;color:#233043;color:var(--ids-toaster-text);font-family:Inter;font-family:var(--ids-toaster-font-family);font-size:1.4rem;font-size:var(--ids-toaster-font-size);font-weight:500;font-weight:var(--ids-toaster-font-weight);max-width:60rem;max-width:var(--ids-toaster-max-width);overflow:hidden;padding:.8rem .8rem 1.2rem;padding:var(--ids-toaster-padding);pointer-events:auto;position:relative;width:100%;will-change:transform}.ids-toast__title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;gap:.8rem;gap:var(--ids-toaster-gap)}.ids-toast__icon{-webkit-box-flex:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--_state);-ms-flex:0 0 auto;flex:0 0 auto;min-width:2.4rem;min-width:var(--ids-toaster-status-icon-size)}.ids-toast--error{--_state:var(--ids-toaster-status-color-error)}.ids-toast[data-animation=entering]{-webkit-animation:fade-in .3s ease,slide-in .3s ease;animation:fade-in .3s ease,slide-in .3s ease}.ids-toast[data-animation=exiting]{-webkit-animation:fade-out .15s ease,slide-out .15s ease,remove-space .15s ease;animation:fade-out .15s ease,slide-out .15s ease,remove-space .15s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ids-toast__close{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto}.ids-toast__progress-indicator{-webkit-animation-duration:4s;-webkit-animation-duration:var(--_duration,4s);animation-duration:4s;animation-duration:var(--_duration,4s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:time;animation-name:time;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background:var(--_state);content:"";display:block;height:.4rem;height:var(--ids-toaster-status-height);inset:auto 0 0 0;position:absolute}.ids-toast__overlay--focus .ids-toast__progress-indicator{-webkit-animation-play-state:paused;animation-play-state:paused}.ids-toast--reduce-motion .ids-toast__progress-indicator{-webkit-animation:none;animation:none}@media (min-width:600px){:root{--ids-toaster-font-size:1.6rem;--ids-toaster-font-weight:700;--ids-toaster-inset:1.6rem 0 auto 0;--ids-toaster-border-radius:0.4rem;--ids-toaster-padding:1.6rem 1.6rem 2rem 1.6rem}}.officevibe-loading-wave{stroke:#011f44;height:4rem;width:10rem}.transition-loading,div.transition-loading{display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center;width:100%}.transition-loading__logo,div.transition-loading__logo{height:24rem;margin-left:auto;margin-right:auto;width:10rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.transition-loading__logo,div.transition-loading__logo{display:none}}.transition-loading__logo-ie,div.transition-loading__logo-ie{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.transition-loading__logo-ie,div.transition-loading__logo-ie{display:flex;height:3.2rem;margin-left:auto;margin-right:auto;width:8.2rem}}.transition-loading__description,div.transition-loading__description{font-family:Inter;font-size:1.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.33;margin-top:-2rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.transition-loading__description,div.transition-loading__description{margin-top:7.8rem}}.ids-icon{fill:none!important;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:text-bottom}.toast-content{align-items:center;color:#233043;display:flex;font-family:Inter;font-size:1.8rem;font-weight:600;line-height:2.4rem}.toast-content>svg{flex:0 0 auto;margin-left:.8rem;margin-right:1.6rem}.toast-content__success>svg{color:#0cba9d}.toast-content__error>svg{color:#f96155}.toast-content__close-button{align-items:center;color:#606b79;display:flex;margin-right:.8rem}.toast-content__close-button.guideflow_hovered{color:#233043}.external-link{color:#1053ff;text-decoration:none}.contextual-link:focus-visible{outline:none;position:relative}.contextual-link:focus-visible:after{border:.1rem solid #1053ff;border-radius:.6rem;bottom:-.4rem;content:"";display:block;left:-.4rem;position:absolute;right:-.4rem;top:-.4rem}.contextual-link__icon-leading{fill:currentColor;height:1.6rem;margin:0;width:1.6rem}@media(min-width:768px){.contextual-link__icon-leading{margin-right:.6rem}}.contextual-link__icon-leading--margin-on-mobile{margin-right:.6rem}.contextual-link__icon-trailing{fill:currentColor;height:1.6rem;margin:0;width:1.6rem}@media(min-width:768px){.contextual-link__icon-trailing{margin-left:.6rem}}.contextual-link__icon-trailing--margin-on-mobile{margin-left:.6rem}.contextual-link__value-mobile{display:none}@media(min-width:768px){.contextual-link__value-mobile{display:inline-flex}}.contextual-link__hidden-content{visibility:hidden}.link-button{align-items:center;border-radius:.4rem;display:flex;flex-shrink:0;font-family:Inter;font-size:1.6rem;font-weight:500;justify-content:center;position:relative;text-decoration:none;transition:background-color .2s,border .2s;white-space:nowrap}.link-button--medium{font-size:1.6rem;line-height:1.5;padding:.8rem 1.6rem}.link-button--medium,.link-button--small{font-family:Inter;font-stretch:normal;font-style:normal;letter-spacing:normal}.link-button--small{font-size:1.4rem;line-height:1.43;min-height:3.2rem;padding:.6rem 1.6rem}.link-button--small-mobile{min-height:3.2rem;padding:.8rem}@media(min-width:768px){.link-button--small-mobile{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;min-height:3.2rem;padding:.6rem 1.6rem}}.link-button--medium-mobile{padding:1.2rem}@media(min-width:768px){.link-button--medium-mobile{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;padding:.8rem 1.6rem}}.link-button:focus{outline:none}.solid-link--primary{background-color:#1053ff;border:0;color:#fff}.solid-link--primary>svg{fill:currentColor}.solid-link--primary.guideflow_hovered{background-color:#0c46d0}.solid-link--primary.solid-link--disabled,.solid-link--primary.solid-link--disabled.guideflow_hovered{background-color:#6893ff}.solid-link--warning{background-color:#f96155;border:0;color:#fff}.solid-link--warning>svg{fill:currentColor}.solid-link--warning.guideflow_hovered{background-color:#cc475a}.solid-link--warning.solid-link--disabled,.solid-link--warning.solid-link--disabled.guideflow_hovered{background-color:#ffacb8}.solid-link--tertiary{background-color:#fabf2c;border:0;color:#fff}.solid-link--tertiary>svg{fill:currentColor}.solid-link--tertiary.guideflow_hovered{background-color:#f9b127}.solid-link--tertiary.solid-link--disabled,.solid-link--tertiary.solid-link--disabled.guideflow_hovered{background-color:#fdde88}.solid-link--disabled{cursor:not-allowed}.backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:102}.modal-call-to-actions{display:flex;flex-direction:column;width:100%}@media(min-width:600px){.modal-call-to-actions{align-items:center;flex-direction:row-reverse}.modal-call-to-actions--center{justify-content:center}.modal-call-to-actions--right{justify-content:flex-start}}.modal-call-to-actions>:not(:first-child){flex-shrink:0;margin-right:0;margin-top:.8rem}@media(min-width:600px){.modal-call-to-actions>:not(:first-child){margin-right:1.4rem;margin-top:0}}.modal-footer{margin-top:2.4rem;width:100%}.modal-header{margin-bottom:2.4rem;margin-top:1.2rem;width:100%}@media(min-width:600px){.modal-header{margin-top:0}}.modal-header .modal-icon+.modal-title{margin-top:.8rem}.modal-header .modal-title+.modal-icon{margin-top:3.2rem}.modal-icon{text-align:center}.modal-icon>svg{fill:#606b79;height:11.3rem;width:11rem}.modal-message{color:#606b79;font-size:1.6rem;overflow-wrap:break-word;text-align:center}.modal-subtitle{color:#606b79;font-family:Inter;font-size:1.6rem;line-height:1.5;margin-top:.8rem}.modal-subtitle,.modal-title{font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center}.modal-title{color:#233043;font-family:GT-Walsheim;font-size:2.2rem;font-weight:500;line-height:1.27;line-height:1.2}.modal-title--hidden-on-mobile{display:none}@media(min-width:600px){.modal-title--hidden-on-mobile{display:block}}.modal-dismiss-button{color:#606b79;cursor:pointer;display:inline-block;font-size:0;padding:.8rem}.modal-dismiss-button.guideflow_hovered{color:#233043}.modal-content{bottom:0;display:flex;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:102}@media(min-width:600px){.modal-content{align-items:center;justify-content:center}}.modal-content--with-mobile-title .modal-header{display:none}@media(min-width:600px){.modal-content--with-mobile-title .modal-header{display:block}}.modal-content--with-mobile-title .modal-body{margin-top:1.2rem}@media(min-width:600px){.modal-content--with-mobile-title .modal-body{margin-top:0}}.modal-content__container{background-color:#fff;display:flex;flex:0 1 100%;flex-direction:column;max-height:100%;min-width:0;overflow-y:auto;pointer-events:auto}@media(min-width:600px){.modal-content__container{border-radius:.4rem;box-shadow:0 .2rem .9rem .1rem hsla(213,8%,55%,.4)}.modal-content__container--tiny{flex-basis:40rem}.modal-content__container--xsmall{flex-basis:46rem}.modal-content__container--small{flex-basis:52rem}.modal-content__container--medium{flex-basis:58.4rem}.modal-content__container--large{flex-basis:66.4rem}.modal-content__container--xlarge{flex-basis:80rem}}.modal-content__header{border-bottom:.1rem solid #eff1f5;min-height:4rem;padding:1.6rem 6.4rem;position:relative;width:100%}@media(min-width:600px){.modal-content__header{border-bottom:none;min-height:auto;padding:0}}.modal-content__title{font-family:GT-Walsheim;font-size:1.6rem;font-weight:500;line-height:1.5;text-align:center}@media(min-width:600px){.modal-content__title{display:none}}.modal-content__dismiss-button{left:1.6rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:600px){.modal-content__dismiss-button{left:auto;right:2.4rem;top:2.4rem;-webkit-transform:none;transform:none}}.modal-content__body{-webkit-overflow-scrolling:touch;flex:0 1 auto;overflow-x:hidden;overflow-y:auto;padding:1.6rem;scrollbar-color:#d5d9de #fff;scrollbar-width:thin}.modal-content__body::-webkit-scrollbar{background-color:transparent;height:1rem;width:1rem}.modal-content__body::-webkit-scrollbar-thumb{background-color:#d5d9de;border:.2rem solid #fff;border-radius:.5rem}.modal-content__body::-webkit-scrollbar-track{background-color:transparent}@media(min-width:600px){.modal-content__body{flex:0 0 auto;padding:2.4rem}}body[class*=with-modal-]{overflow:hidden}body[class*=with-modal-] #intercom-container{display:none}@media(min-width:600px){body[class*=with-modal-] #intercom-container{display:block}.modal__content{padding:2rem}}.modal .modal-content__body{display:flex;flex-direction:column;height:100%;padding:0}.modal .modal-header{flex-shrink:0;padding:1.6rem 1.6rem 0}@media(min-width:600px){.modal .modal-header{padding:4.8rem 2.4rem 0}}.modal .modal-body{flex:1 0 auto;padding:0 1.6rem}@media(min-width:600px){.modal .modal-body{-webkit-overflow-scrolling:touch;flex:0 1 auto;padding:0 2.4rem;scrollbar-color:#d5d9de #fff;scrollbar-width:thin}.modal .modal-body::-webkit-scrollbar{background-color:transparent;height:1rem;width:1rem}.modal .modal-body::-webkit-scrollbar-thumb{background-color:#d5d9de;border:.2rem solid #fff;border-radius:.5rem}.modal .modal-body::-webkit-scrollbar-track{background-color:transparent}}.modal .modal-footer{flex-shrink:0;padding:0 1.6rem 1.6rem}@media(min-width:600px){.modal .modal-footer{padding:0 2.4rem 2.4rem}}.reverted-to-freemium-modal__icon{margin-top:2.4rem}@media(min-width:600px){.reverted-to-freemium-modal__icon>svg{height:8rem;width:8rem}}.reverted-to-freemium-modal__header{margin-bottom:1.6rem}@media(min-width:600px){.reverted-to-freemium-modal__header{margin-bottom:.8rem}}.reverted-to-freemium-modal__title{padding-top:.8rem}.reverted-to-freemium-modal__message{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5}@media(min-width:600px){.reverted-to-freemium-modal__message{padding:0 1.6rem}.reverted-to-freemium-modal__footer.modal-footer{padding-bottom:4rem}}.loading__ghost-button,.loading__icon,.loading__title{-webkit-animation:pulse-dark 1.5s ease-in-out infinite;animation:pulse-dark 1.5s ease-in-out infinite}.loading__box,.loading__button,.loading__line{-webkit-animation:pulse-light 1.5s ease-in-out infinite;animation:pulse-light 1.5s ease-in-out infinite}.loading__box--blue,.loading__icon--blue{-webkit-animation:pulse-blue 1.5s ease-in-out infinite;animation:pulse-blue 1.5s ease-in-out infinite}.loading__title{max-width:100%}.loading__title--xsmall{border-radius:.45rem;height:.9rem;width:6.3rem}.loading__title--small{border-radius:.6rem;height:1.2rem;width:16rem}.loading__title--medium{border-radius:1.2rem;height:1.4rem;width:28.2rem}.loading__title--large{border-radius:1.55rem;height:2.1rem;width:28.2rem}@media(min-width:600px){.loading__title--large{width:49.5rem}}.loading__line{border-radius:.8rem;height:1.1rem;margin-bottom:1.3rem}.loading__line--xsmall{height:.8rem;margin:0;width:5rem}.loading__line--small{height:.8rem;margin:0;width:8rem}.loading__line--medium{max-width:53.3rem;width:80%}.loading__line--large{max-width:68.8rem;width:100%}.loading__box{border-radius:.4rem;height:3rem;width:3rem}.loading__box--small{border-radius:.3rem;height:1.4rem;width:1.4rem}.loading__box--medium{height:3.2rem;width:3.2rem}.loading__box--large{height:4rem;width:4rem}.loading__icon{border-radius:50%;height:3rem;width:3rem}.loading__icon--small{height:1.4rem;width:1.4rem}.loading__icon--medium{height:3.2rem;width:3.2rem}.loading__icon--large{height:4rem;width:4rem}.loading__checkbox{border-radius:50%;height:2.4rem;width:2.4rem}.loading__button{border-radius:.4rem;height:4rem;padding:.8rem 1.6rem;width:4rem}@media(min-width:768px){.loading__button{width:16rem}}.loading__ghost-button{border-radius:.4rem;height:.8rem;margin:1.2rem 0;width:4rem}@media(min-width:768px){.loading__ghost-button{width:16rem}}.tab--inline{background-color:#fff;border-bottom:.4rem solid transparent;color:#606b79;cursor:pointer;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;padding:1.2rem 1.6rem;transition:color .2s}.tab--inline.guideflow_hovered{color:#1053ff}.tab--inline.active{border-color:#1053ff;color:#1053ff;font-weight:500}.tab--inline.active.guideflow_hovered{color:#1053ff}.tab--heading{border-bottom:.2rem solid transparent;color:#606b79;cursor:pointer;font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;transition:color .2s}.tab--heading.guideflow_hovered{color:#1053ff}.tab--heading.active{border-color:#1053ff;color:#1053ff;font-weight:500}.tab--heading.active.guideflow_hovered{color:#1053ff}.tab--heading+.tab--heading{margin-left:1.6rem}.tab-list__container{-ms-overflow-style:none;display:flex;overflow-x:auto;position:relative;scrollbar-width:none;width:100%}.tab-list__container::-webkit-scrollbar{display:none}.tab-list__content{display:flex;padding-right:3.2rem;white-space:nowrap}@media(min-width:768px){.tab-list__content{padding-right:0}}.tab-list-loading{display:flex}.tab-list-loading__tab{align-items:center;display:flex;padding:1.6rem}.loading-user-image{-webkit-animation:pulse-light 1.5s ease-in-out infinite;animation:pulse-light 1.5s ease-in-out infinite;border-radius:.4rem}.loading-user-image--xsmall{height:1.6rem;width:1.6rem}.loading-user-image--small{height:2.4rem;width:2.4rem}.loading-user-image--medium{height:3.2rem;width:3.2rem}.loading-user-image--large{height:5.2rem;width:5.2rem}.loading-user-image--xlarge{height:6.4rem;width:6.4rem}.user-image{box-sizing:content-box;display:inline-flex;flex-shrink:0;font-size:0}.user-image__image{border-radius:.4rem;max-height:100%;width:100%}.user-image__image--xsmall{border-radius:.2rem}.user-image--xsmall{height:1.6rem;width:1.6rem}.user-image--small{height:2.4rem;width:2.4rem}.user-image--medium{height:3.2rem;width:3.2rem}.user-image--large{height:4.8rem;width:4.8rem}.user-image--xlarge{height:6.4rem;width:6.4rem}.user-image--active{border-color:#1053ff}.loading-profile-modal-header{display:flex;flex-direction:row}.loading-profile-modal-header__container{margin-left:1.6rem}.loading-profile-modal-header__title{margin-bottom:1.4rem}.loading-profile-modal-header__subtitle{display:block;width:16rem}@media(min-width:600px){.loading-profile-modal-header__subtitle{width:28.2rem}.profile-modal-loading__modal-header{min-height:60rem}}.profile-modal-loading__modal-header-content{padding-bottom:1.6rem}.tooltip{display:inline-block;font-size:0;text-transform:none}.tooltip__content{word-wrap:break-word;background-color:#233043;border-radius:.4rem;color:#fff;padding:.8rem 1.6rem;text-align:center;white-space:normal}.tooltip__container{border:none;display:none;font-size:1.2rem;line-height:1.4em;position:fixed;z-index:103}@media(min-width:768px){.tooltip__container{display:block}}.tooltip__container:after{border:.6rem solid transparent;content:" ";height:0;pointer-events:none;position:absolute;width:0}.tooltip__container--top:after{border-top-color:#233043;left:50%;margin-left:-.6rem;top:100%}.tooltip__container--bottom:after{border-bottom-color:#233043;bottom:100%;left:50%;margin-left:-.6rem}.tooltip__container--left:after{border-left-color:#233043;left:100%;margin-top:-.6rem;top:50%}.tooltip__container--right:after{border-right-color:#233043;margin-top:-.6rem;right:100%;top:50%}.ellipsis{display:block;overflow:hidden;white-space:nowrap}.ellipsis__content,.ellipsis__tooltip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis__tooltip{font-size:100%}.button{align-items:center;border-radius:.4rem;cursor:pointer;display:flex;font-family:Inter;font-size:1.6rem;font-weight:500;justify-content:center;margin:0;position:relative;transition:background-color .2s,border .2s;white-space:nowrap}.button__hidden-content{visibility:hidden}.button__icon-loading{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.button__icon-loading>svg{-webkit-animation:spin .75s linear infinite;animation:spin .75s linear infinite;color:currentColor}.button__icon-loading>svg circle{stroke:currentColor;opacity:.2}.button__icon-leading{fill:currentColor;flex-shrink:0;height:1.6rem;margin:0;width:1.6rem}@media(min-width:768px){.button__icon-leading{margin-right:.6rem}}.button__icon-leading--margin-on-mobile{margin-right:.6rem}.button__icon-trailing{fill:currentColor;flex-shrink:0;height:1.6rem;margin:0;width:1.6rem}@media(min-width:768px){.button__icon-trailing{margin-left:.6rem}}.button__icon-trailing--margin-on-mobile{margin-left:.6rem}.button__value-mobile{display:none}@media(min-width:768px){.button__value-mobile{display:inline-flex}}.button--medium{font-size:1.6rem;line-height:1.5;padding:.8rem 1.6rem}.button--medium,.button--small{font-family:Inter;font-stretch:normal;font-style:normal;letter-spacing:normal}.button--small{font-size:1.4rem;line-height:1.43;min-height:3.2rem;padding:.6rem 1.6rem}.button--small>svg{height:1.6rem;width:1.6rem}.button--small-mobile{min-height:3.2rem;padding:.8rem}@media(min-width:768px){.button--small-mobile{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;min-height:3.2rem;padding:.6rem 1.6rem}.button--small-mobile>svg{height:1.6rem;width:1.6rem}}.button--medium-mobile{padding:1.2rem}@media(min-width:768px){.button--medium-mobile{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;padding:.8rem 1.6rem}}.button:focus{outline:none}.button:disabled{cursor:not-allowed}.text-button{background-color:transparent;border:none;outline:none;padding:0}.text-button:focus{background-color:#edf3fe}.text-button--small{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;min-height:auto}.text-button--primary{color:#1053ff}.text-button--primary>svg{fill:currentColor;color:currentColor}.text-button--primary:disabled{color:#6893ff}.text-button--primary.guideflow_hovered:not([disabled]){color:#0c46d0}.text-button--secondary,.text-button--secondary:disabled{color:#606b79}.text-button--secondary.guideflow_hovered:not([disabled]){color:#32455b}.text-button--warning{color:#f96155}.text-button--warning>svg{fill:#f96155}.horizontal-tab{color:#606b79;cursor:pointer;font-size:1.4rem;line-height:1.3;margin-right:1.6rem;overflow:hidden;padding:1.4rem 1.6rem 1.6rem;position:relative;text-decoration:none;transition:color .2s;white-space:nowrap}.horizontal-tab.guideflow_hovered{color:#1053ff}.horizontal-tab:focus{background-color:inherit}.horizontal-tab:last-child{margin-right:0}.horizontal-tab--active,.horizontal-tab--active.guideflow_hovered{color:#1053ff}.horizontal-tab-list{-ms-overflow-style:none;background-color:#fff;display:flex;overflow-x:auto;position:relative;scrollbar-width:none;width:100%}.horizontal-tab-list::-webkit-scrollbar{display:none}.horizontal-tab-list__tabs{display:flex;padding-right:3.2rem;white-space:nowrap}@media(min-width:768px){.horizontal-tab-list__tabs{padding-right:0}}.horizontal-tab-list__indicator{background-color:#1053ff;bottom:0;height:.4rem;left:0;position:absolute;width:100%}.input{-moz-appearance:textfield;background-color:#fff;border:.1rem solid #d5d9de;border-radius:.4rem;font-family:Inter;font-size:1.6rem;line-height:2.4rem;padding-left:1.6rem;transition:border-color .2s;width:100%}.input--small{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;font-weight:400;height:3.2rem;letter-spacing:normal;line-height:1.43}.input--medium{height:4rem}.input[type=password]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input::-ms-clear{display:none}.input::-moz-placeholder{color:#bdc6d0}.input::placeholder{color:#bdc6d0}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input.guideflow_hovered{border-color:#838b95}.input.focus,.input:focus{border-color:#1053ff;outline:0;outline-offset:0}.input--readonly,.input:disabled{background-color:#eff1f5;border-color:#eff1f5;color:#606b79;cursor:not-allowed}.input--readonly{cursor:default}.input.error{border-color:#f96155}.outline-button:focus-visible{outline:none;position:relative}.outline-button:focus-visible:after{border:.1rem solid #1053ff;border-radius:.6rem;bottom:-.5rem;content:"";display:block;left:-.5rem;position:absolute;right:-.5rem;top:-.5rem}.outline-button svg{fill:currentColor}.outline-button--small{padding:.5rem 1.5rem}.outline-button--medium{padding:.7rem 1.5rem}.outline-button--small-mobile{min-height:3.2rem;padding:.7rem}@media(min-width:768px){.outline-button--small-mobile{padding:.5rem 1.5rem}}.outline-button--medium-mobile{padding:1.1rem}@media(min-width:768px){.outline-button--medium-mobile{padding:.7rem 1.5rem}}.outline-button--primary{background-color:#fff;border:.1rem solid #1053ff;color:#1053ff}.outline-button--primary:disabled{border:.1rem solid #bdc6d0;color:#bdc6d0}.outline-button--primary.guideflow_hovered:not([disabled]){border:.1rem solid #0c46d0;color:#0c46d0}.outline-button--secondary{background-color:#fff;border:.1rem solid #bdc6d0;color:#233043}.outline-button--secondary:disabled{background-color:#eff1f5;border:.1rem solid #eff1f5;color:#606b79}.outline-button--secondary:active:not([disabled]){background-color:#edf3fe;border:.1rem solid #1053ff;color:#1053ff}.outline-button--secondary.guideflow_hovered:not([disabled]):not(:active){background-color:#fff;border:.1rem solid #838b95}.outline-button--warning,.outline-button--warning:disabled{background-color:#fff;border:.1rem solid #f96155;color:#f96155}.outline-button--warning.guideflow_hovered:not([disabled]){background-color:#fff;border:.1rem solid #f96155}.solid-button:focus-visible{outline:none;position:relative}.solid-button:focus-visible:after{border:.1rem solid #1053ff;border-radius:.6rem;bottom:-.4rem;content:"";display:block;left:-.4rem;position:absolute;right:-.4rem;top:-.4rem}.solid-button--primary{background-color:#1053ff;border:0;color:#fff}.solid-button--primary>svg{fill:#fff}.solid-button--primary:disabled{background-color:#6893ff}.solid-button--primary.guideflow_hovered:not([disabled]){background-color:#0c46d0}.solid-button--warning{background-color:#f96155;border:none;color:#fff}.solid-button--warning>svg{fill:#fff}.solid-button--warning:disabled{background-color:#ffacb8}.solid-button--warning.guideflow_hovered:not([disabled]){background-color:#cc475a}.solid-button--tertiary{background-color:#fabf2c;border:none;color:#fff}.solid-button--tertiary>svg{fill:#fff}.solid-button--tertiary:disabled{background-color:#fdde88}.solid-button--tertiary.guideflow_hovered:not([disabled]){background-color:#f9b127}.form-field--spaced{margin-bottom:2.4rem}.form-footer{align-items:center;display:flex;flex-direction:column-reverse;justify-content:space-between;padding:0 1.6rem 2.4rem}@media(min-width:600px){.form-footer{flex-direction:row}}@media(min-width:768px){.form-footer{padding:.8rem 3.2rem 3.2rem}}.form-footer>.form-footer-left-section{flex:1 1 100%;min-height:0;min-width:0}.form-header{display:flex;flex-direction:column;margin-bottom:2.4rem}.popup-tip-container{border-radius:.4rem;position:fixed;z-index:103}.popup-tip-container__content{word-wrap:break-word;font-family:Inter;font-size:1.2rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.33;text-align:center;white-space:normal}.popup-tip-container--light{background-color:#fff;box-shadow:0 .4rem 1rem .4rem rgba(35,48,67,.1);color:#233043;padding:1.6rem}.popup-tip-container--dark{background-color:#233043;border:none;color:#fff;padding:.8rem 1.6rem}.popup-tip-container--hide-arrow:after{display:none}.popup-tip-container:after{border:.6rem solid transparent;content:" ";height:0;pointer-events:none;position:absolute;width:0}.popup-tip-container--top:after{border-top-color:#233043;left:50%;margin-left:-.6rem;top:100%}.popup-tip-container--bottom:after{border-bottom-color:#233043;bottom:100%;left:50%;margin-left:-.6rem}.popup-tip-container--left:after{border-left-color:#233043;left:100%;margin-top:-.6rem;top:50%}.popup-tip-container--right:after{border-right-color:#233043;margin-top:-.6rem;right:100%;top:50%}.popup-tip-container--dark.popup-tip-container--top:after{border-top-color:#233043}.popup-tip-container--dark.popup-tip-container--bottom:after{border-bottom-color:#233043}.popup-tip-container--dark.popup-tip-container--left:after{border-left-color:#233043}.popup-tip-container--dark.popup-tip-container--right:after{border-right-color:#233043}.popup-tip-container--light.popup-tip-container--top:after{border-top-color:#fff}.popup-tip-container--light.popup-tip-container--bottom:after{border-bottom-color:#fff}.popup-tip-container--light.popup-tip-container--left:after{border-left-color:#fff}.popup-tip-container--light.popup-tip-container--right:after{border-right-color:#fff}.popup-tip{display:inline-block;text-transform:none}.form-labeled-field__container{align-items:center;display:flex;margin-bottom:.4rem}.form-labeled-field__container-label{color:#606b79;font-size:1.4rem}.form-labeled-field__container-tooltip{margin-left:.6rem}.form-labeled-field__container-help.ids-icon{color:#838b95;display:block}.form-separator{border-bottom:.2rem solid #eff1f5}@media(min-width:768px){.form-side-by-side-fields{align-items:flex-start;display:flex;justify-content:space-between}.form-side-by-side-fields>*{width:calc(50% - .8rem)}}.form-side-by-side-fields>:not(:first-child){margin-top:1.6rem}@media(min-width:768px){.form-side-by-side-fields>:not(:first-child){margin-top:0}}.form-title{border-bottom:.2rem solid #eff1f5;font-family:GT-Walsheim;font-size:2.2rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.27;margin-bottom:2.4rem;padding-bottom:1.6rem;padding-top:.8rem}.form-validated-field{font-size:0}.form-validated-field__message{-webkit-animation:fade-in .3s linear 0ms both,form-validation-slide-in .3s ease-out both;animation:fade-in .3s linear 0ms both,form-validation-slide-in .3s ease-out both;color:#f96155;font-size:1.2rem;margin-top:.4rem;min-height:2rem}@-webkit-keyframes form-validation-slide-in{0%{-webkit-transform:translateX(.8rem);transform:translateX(.8rem)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes form-validation-slide-in{0%{-webkit-transform:translateX(.8rem);transform:translateX(.8rem)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.form-validated-field__error-icon{display:inline-block;margin-right:.4rem}.form{width:100%}.form .form-title+.form-content{margin-top:3.2rem}.change-password{display:block;overflow:hidden auto}.change-password .form-title+.form-content{margin-top:1.6rem}.change-password__title{border:none;margin-bottom:0;padding:0}.change-password__footer{align-items:center;display:flex}@media(min-width:768px){.change-password__footer{flex-direction:row-reverse}}.change-password__footer-cta{justify-content:flex-start}:root{--ids-btn-font-family:Inter;--ids-btn-font-size:1.6rem;--ids-btn-font-size-small:1.4rem;--ids-btn-font-weight:500;--ids-btn-height:4rem;--ids-btn-height-small:3.2rem;--ids-btn-padding:1.6rem;--ids-btn-padding-mobile:1.2rem;--ids-btn-border-radius:0.4rem;--ids-btn-icon-color:currentcolor;--ids-btn-icon-margin:0.4rem;--ids-btn-text-primary:#fff;--ids-btn-border-primary:transparent;--ids-btn-background-primary:#1053ff;--ids-btn-background-primary-hover:#0c46d0;--ids-btn-background-primary-disabled:#6893ff;--ids-btn-text-secondary:#233043;--ids-btn-text-secondary-hover:#233043;--ids-btn-text-secondary-active:#1053ff;--ids-btn-text-secondary-disabled:#606b79;--ids-btn-border-secondary:#d5d9de;--ids-btn-border-secondary-hover:#606b79;--ids-btn-border-secondary-active:#1053ff;--ids-btn-background-secondary:#fff;--ids-btn-background-secondary-hover:#fff;--ids-btn-background-secondary-active:#edf3fe;--ids-btn-background-secondary-disabled:#d5d9de;--ids-btn-text-premium:#233043;--ids-btn-text-premium-disabled:#838b95;--ids-btn-background-premium:#fdebb6;--ids-btn-background-premium-hover:#fdde88;--ids-btn-background-premium-disabled:#fef8e2;--ids-btn-background-danger:#f96155;--ids-btn-background-danger-hover:#e24d48;--ids-btn-background-danger-disabled:#ffc3ba;--ids-btn-text-ghost:#1053ff;--ids-btn-text-ghost-hover:#0c46d0;--ids-btn-text-ghost-disabled:#6893ff;--ids-btn-background-ghost:transparent;--ids-loader-size:1.2rem;--ids-loader-border:2px solid hsla(0,0%,100%,.3);--ids-loader-border-ghost:2px solid rgba(16,83,255,.3);--ids-loader-primary:#fff;--ids-loader-premium:#233043;--ids-loader-premium-disabled:#606b79;--ids-loader-secondary:#233043;--ids-loader-secondary-disabled:#606b79;--ids-loader-secondary-active:#1053ff;--ids-loader-ghost:#1053ff;--ids-loader-ghost-disabled:#6893ff;--ids-btn-text-ghost-danger:#f96155;--ids-btn-text-ghost-danger-hover:#e24d48;--ids-btn-text-ghost-danger-disabled:#ff988b;--ids-loader-border-ghost-danger:2px solid rgba(249,97,85,.3);--ids-loader-ghost-danger:#f96155;--ids-btn-text-ghost-secondary:#606b79;--ids-btn-text-ghost-secondary-hover:#233043;--ids-btn-text-ghost-secondary-disabled:#bdc6d0;--ids-loader-border-ghost-secondary:2px solid rgba(96,107,121,.3);--ids-loader-ghost-secondary:#606b79;--ids-loader-position:calc(-0.6rem - 1px)}.ids-loader{-webkit-animation:spin .75s linear infinite;animation:spin .75s linear infinite;border:2px solid hsla(0,0%,100%,.3);border:var(--ids-loader-border);border-left-color:#fff;border-left-color:var(--ids-loader-primary);border-radius:50%;height:1.2rem;height:var(--ids-loader-size);left:50%;margin-left:calc(-.6rem - 1px);margin-left:var(--ids-loader-position);margin-top:calc(-.6rem - 1px);margin-top:var(--ids-loader-position);position:absolute;top:50%;width:1.2rem;width:var(--ids-loader-size)}.ids-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#1053ff;background:var(--ids-btn-background-primary);border:1px solid transparent;border:1px solid var(--ids-btn-border-primary);border-radius:.4rem;border-radius:var(--ids-btn-border-radius);color:#fff;color:var(--ids-btn-text-primary);display:-ms-flexbox;display:flex;font-family:Inter;font-family:var(--ids-btn-font-family);font-size:1.6rem;font-size:var(--ids-btn-font-size);font-weight:500;font-weight:var(--ids-btn-font-weight);height:4rem;height:var(--ids-btn-height);justify-content:center;padding:0 1.6rem;padding:0 var(--ids-btn-padding);position:relative;width:100%}a.ids-btn{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none}.ids-btn>.is-hidden{visibility:hidden}.ids-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ids-btn.ids-btn--size-mobile{width:auto}.ids-btn.focus,.ids-btn:focus,.ids-btn.guideflow_hovered{background:#0c46d0;background:var(--ids-btn-background-primary-hover);cursor:pointer}.ids-btn.ids-btn--disabled,.ids-btn:disabled{background:#6893ff;background:var(--ids-btn-background-primary-disabled);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ids-btn.focus,.ids-btn:focus{outline:0}.ids-btn.focus:not(.ids-btn--loading),.ids-btn:focus:not(.ids-btn--loading){-webkit-box-shadow:var(--focus);box-shadow:var(--focus)}.ids-btn.ids-btn--disabled.guideflow_hovered,.ids-btn:disabled.guideflow_hovered{cursor:not-allowed}.ids-btn:focus:not(:focus-visible){-webkit-box-shadow:none;box-shadow:none}.ids-btn.ids-btn--loading{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ids-btn.ids-btn--loading.has-icon svg{visibility:hidden}.ids-btn--ghost .ids-loader{border:2px solid rgba(16,83,255,.3);border:var(--ids-loader-border-ghost);border-left-color:#1053ff;border-left-color:var(--ids-loader-ghost)}.ids-btn--ghost-danger .ids-loader{border:2px solid rgba(249,97,85,.3);border:var(--ids-loader-border-ghost-danger);border-left-color:#f96155;border-left-color:var(--ids-loader-ghost-danger)}.ids-btn--ghost-secondary .ids-loader{border:2px solid rgba(96,107,121,.3);border:var(--ids-loader-border-ghost-secondary);border-left-color:#606b79;border-left-color:var(--ids-loader-ghost-secondary)}.ids-btn--premium .ids-loader{border-left-color:#233043;border-left-color:var(--ids-loader-premium)}.ids-btn--secondary .ids-loader{border-left-color:#233043;border-left-color:var(--ids-loader-secondary)}.ids-btn--ghost-secondary.ids-btn--active .ids-loader,.ids-btn--ghost-secondary:active .ids-loader,.ids-btn--secondary.ids-btn--active .ids-loader,.ids-btn--secondary:active .ids-loader{border-left-color:#1053ff;border-left-color:var(--ids-loader-secondary-active)}.ids-btn--premium.ids-btn--disabled .ids-loader,.ids-btn--premium:disabled .ids-loader{border-left-color:#606b79;border-left-color:var(--ids-loader-premium-disabled)}.ids-btn--ghost.ids-btn--disabled .ids-loader,.ids-btn--ghost:disabled .ids-loader{border-left-color:#6893ff;border-left-color:var(--ids-loader-ghost-disabled)}.ids-btn.ids-btn--active{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ids-btn--small{font-size:1.4rem;font-size:var(--ids-btn-font-size-small);height:3.2rem;height:var(--ids-btn-height-small)}.ids-btn--secondary.ids-btn--disabled,.ids-btn--secondary.ids-btn--disabled.guideflow_hovered,.ids-btn--secondary.ids-btn--disabled.guideflow_hovered:active,.ids-btn--secondary:disabled,.ids-btn--secondary.guideflow_hovered:active:disabled,.ids-btn--secondary.guideflow_hovered:disabled{background:#d5d9de;background:var(--ids-btn-background-secondary-disabled);border:1px solid #d5d9de;border:1px solid var(--ids-btn-background-secondary-disabled);color:#606b79;color:var(--ids-btn-text-secondary-disabled)}.ids-btn--secondary{background:#fff;background:var(--ids-btn-background-secondary);border:1px solid #d5d9de;border:1px solid var(--ids-btn-border-secondary);color:#233043;color:var(--ids-btn-text-secondary)}.ids-btn--secondary.ids-btn--active,.ids-btn--secondary:active{background:#edf3fe;background:var(--ids-btn-background-secondary-active);border:1px solid #1053ff;border:1px solid var(--ids-btn-border-secondary-active);color:#1053ff;color:var(--ids-btn-text-secondary-active)}.ids-btn--secondary.focus,.ids-btn--secondary.ids-btn--active.guideflow_hovered,.ids-btn--secondary:focus,.ids-btn--secondary.guideflow_hovered,.ids-btn--secondary.guideflow_hovered:active{background:#fff;background:var(--ids-btn-background-secondary-hover);border:1px solid #606b79;border:1px solid var(--ids-btn-border-secondary-hover);color:#233043;color:var(--ids-btn-text-secondary-hover)}.ids-btn--premium{background:#fdebb6;background:var(--ids-btn-background-premium);color:#233043;color:var(--ids-btn-text-premium)}.ids-btn--premium.focus,.ids-btn--premium:focus,.ids-btn--premium.guideflow_hovered{background:#fdde88;background:var(--ids-btn-background-premium-hover)}.ids-btn--premium.ids-btn--disabled,.ids-btn--premium:disabled{background:#fef8e2;background:var(--ids-btn-background-premium-disabled);color:#838b95;color:var(--ids-btn-text-premium-disabled)}.ids-btn--danger{background:#f96155;background:var(--ids-btn-background-danger)}.ids-btn--danger.focus,.ids-btn--danger:focus,.ids-btn--danger.guideflow_hovered{background:#e24d48;background:var(--ids-btn-background-danger-hover)}.ids-btn--danger.ids-btn--disabled,.ids-btn--danger:disabled{background:#ffc3ba;background:var(--ids-btn-background-danger-disabled)}.ids-btn--ghost{background:transparent;background:var(--ids-btn-background-ghost);color:#1053ff;color:var(--ids-btn-text-ghost);padding-left:0;padding-right:0}.ids-btn--ghost.focus,.ids-btn--ghost:focus,.ids-btn--ghost.guideflow_hovered{background:transparent;background:var(--ids-btn-background-ghost);color:#0c46d0;color:var(--ids-btn-text-ghost-hover)}.ids-btn--ghost.ids-btn--disabled,.ids-btn--ghost:disabled{background:transparent;background:var(--ids-btn-background-ghost);color:#6893ff;color:var(--ids-btn-text-ghost-disabled)}.ids-btn.ids-btn--ghost-danger{background:transparent;background:var(--ids-btn-background-ghost);color:#f96155;color:var(--ids-btn-text-ghost-danger);padding-left:0;padding-right:0}.ids-btn.ids-btn--ghost-danger.focus,.ids-btn.ids-btn--ghost-danger:focus,.ids-btn.ids-btn--ghost-danger.guideflow_hovered{background:transparent;background:var(--ids-btn-background-ghost);color:#e24d48;color:var(--ids-btn-text-ghost-danger-hover)}.ids-btn.ids-btn--ghost-danger.ids-btn--disabled,.ids-btn.ids-btn--ghost-danger:disabled{background:transparent;background:var(--ids-btn-background-ghost);color:#ff988b;color:var(--ids-btn-text-ghost-danger-disabled)}.ids-btn.ids-btn--ghost-secondary{background:transparent;background:var(--ids-btn-background-ghost);color:#606b79;color:var(--ids-btn-text-ghost-secondary);padding-left:0;padding-right:0}.ids-btn.ids-btn--ghost-secondary.focus,.ids-btn.ids-btn--ghost-secondary:focus,.ids-btn.ids-btn--ghost-secondary.guideflow_hovered{background:transparent;background:var(--ids-btn-background-ghost);color:#233043;color:var(--ids-btn-text-ghost-secondary-hover)}.ids-btn.ids-btn--ghost-secondary.ids-btn--active,.ids-btn.ids-btn--ghost-secondary:active{color:#1053ff;color:var(--ids-btn-text-secondary-active)}.ids-btn.ids-btn--ghost-secondary.ids-btn--disabled,.ids-btn.ids-btn--ghost-secondary:disabled{background:transparent;background:var(--ids-btn-background-ghost);color:#bdc6d0;color:var(--ids-btn-text-ghost-secondary-disabled)}.has-icon .ids-icon{color:currentcolor;color:var(--ids-btn-icon-color)}.has-icon--leading .ids-icon{margin-right:.4rem;margin-right:var(--ids-btn-icon-margin)}.has-icon--trailing .ids-icon{margin-left:.4rem;margin-left:var(--ids-btn-icon-margin)}.ids-btn--mobile{padding:0 1.2rem;padding:0 var(--ids-btn-padding-mobile);width:auto}.ids-btn--mobile.has-icon--leading .ids-icon,.ids-btn--mobile.has-icon--trailing .ids-icon{margin:0}.ids-btn__label{display:none}@media (min-width:600px){.ids-btn{width:auto}.ids-btn--mobile{padding:0 1.6rem;padding:0 var(--ids-btn-padding)}.ids-btn--mobile.has-icon--leading .ids-icon{margin-right:.4rem;margin-right:var(--ids-btn-icon-margin)}.ids-btn--mobile.has-icon--trailing .ids-icon{margin-left:.4rem;margin-left:var(--ids-btn-icon-margin)}.ids-btn__label{display:inline}}.select-button{display:flex;justify-content:flex-start}.select-button__text{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.select-button__icon{display:none;flex-shrink:0;height:1.6rem;margin-left:.8rem;width:1.6rem}@media(min-width:768px){.select-button__icon{display:block}}.select-button__icon--show-mobile{display:block}.select-button>svg:first-child{flex-shrink:0}.select-button--small{padding:.5rem 1.5rem}.select-button--medium{padding:.7rem 1.5rem}.select-button--small-mobile{min-height:3.2rem;padding:.7rem}@media(min-width:768px){.select-button--small-mobile{padding:.5rem 1.5rem}}.select-button--medium-mobile{padding:1.1rem}@media(min-width:768px){.select-button--medium-mobile{padding:.7rem 1.5rem}}.select-button--icon-only>svg:first-child{margin:0}@media(min-width:768px){.select-button--icon-only>svg:first-child{margin-right:.6rem}}.select-button--icon-only .select-button__icon,.select-button--icon-only .select-button__text{display:none}@media(min-width:768px){.select-button--icon-only .select-button__icon,.select-button--icon-only .select-button__text{display:block}}.outline-select-button{background-color:#fff;border:.1rem solid #bdc6d0;color:#233043}.outline-select-button:disabled{background-color:#eff1f5;border:.1rem solid #eff1f5;color:#606b79}.outline-select-button:active:not([disabled]){background-color:#edf3fe;border:.1rem solid #1053ff;color:#1053ff}.outline-select-button:active:not([disabled]) .select-button__icon{fill:#1053ff}.outline-select-button.guideflow_hovered:not([disabled]):not(:active){background-color:#fff;border:.1rem solid #838b95}.outline-select-button svg{fill:currentColor}.outline-select-button svg.select-button__icon{color:#606b79}.dropdown{background-color:#fff;border:.1rem solid #eff1f5;border-radius:.4rem;box-shadow:0 .4rem 1rem .4rem rgba(35,48,67,.1);position:relative}.collapsible-dropdown--disabled .collapsible-dropdown__interactable-region{cursor:not-allowed}.collapsible-dropdown__check{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.collapsible-dropdown__check:focus~.collapsible-dropdown__interactable-region{outline-color:-webkit-focus-ring-color;outline-style:auto}.collapsible-dropdown__interactable-region{height:100%;outline:0}.collapsible-dropdown__interactable-region--clickable{cursor:pointer}.collapsible-dropdown__dropdown{position:absolute;z-index:50}.search-bar--clearable .search-bar__input{padding-right:4rem}@media(min-width:768px){.search-bar--clearable .search-bar__input{padding-right:8rem}}.search-bar__container{position:relative}.search-bar__search-icon{color:#bdc6d0;display:flex;left:1.2rem;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.search-bar__search-icon>svg{color:currentColor}.search-bar__search-icon--clickable{cursor:pointer;pointer-events:inherit}.search-bar__clear{display:none}@media(min-width:600px){.search-bar__clear{display:flex;font-weight:400;position:absolute;right:0;top:0;transition:color .4s}.search-bar__clear.text-button{padding:1.1rem}.search-bar__clear:focus{background-color:transparent}.search-bar__clear--small.text-button{padding:.7rem}}.search-bar__clear.guideflow_hovered{color:#1053ff}.search-bar__clear-icon{cursor:pointer;display:flex;padding:.8rem;position:absolute;right:0;top:0;transition:color .4s}.search-bar__clear-icon>svg{color:#bdc6d0}.search-bar__clear-icon.guideflow_hovered{color:#1053ff}.search-bar__clear-icon--small{padding:.4rem}@media(min-width:600px){.search-bar__clear-icon{display:none}}.search-bar input{overflow:hidden;padding-left:4rem;padding-right:1.6rem;text-overflow:ellipsis;white-space:nowrap}.loading-team-color-tag--small{height:1.4rem;width:1.4rem}.loading-team-color-tag--medium{height:1.6rem;width:1.6rem}.loading-team-color-tag--large{height:2.4rem;width:2.4rem}.loading-team-color-tag--xlarge{height:3.2rem;width:3.2rem}.empty-section{color:#606b79;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;padding-top:.8rem;padding:0 1.6rem;text-align:center;text-align:start}.empty-section__title{color:#233043;font-weight:600;padding-bottom:.8rem}.empty-section__text{padding-bottom:.8rem}.empty-section__link{font-weight:500}.loading-section{margin-top:.4rem}.loading-section__title{height:.6rem;margin-bottom:.8rem;margin-left:.8rem}.loading-section__item{align-items:center;display:flex;height:3.2rem;margin-left:1.6rem;margin-right:1.6rem}.loading-section__box{flex-shrink:0;margin-right:.8rem}.loading-section__line{width:100%}.section-title{color:#606b79;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43;margin-bottom:.4rem;padding-left:.8rem}@media(min-width:768px){.section-title{font-family:Inter;font-size:1.2rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.33}}.ids-ellipsis,.ids-ellipsis__content{overflow:hidden;white-space:nowrap}.ids-ellipsis__content{text-overflow:ellipsis}.selector-result-container{align-items:center;cursor:pointer;display:flex;font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;height:4.8rem;letter-spacing:normal;line-height:1.5;padding-left:1.6rem}@media(min-width:768px){.selector-result-container{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;height:3.2rem;letter-spacing:normal;line-height:1.43}}.selector-result-container.guideflow_hovered{background-color:#edf3fe}.segment-result__icon{flex-shrink:0;height:1.6rem;margin-right:.8rem;width:1.6rem}.team-color-tag{align-items:center;border-radius:.4rem;color:#fff;display:flex;flex-shrink:0;font-family:GT-Walsheim;font-size:1.6rem;font-stretch:normal;font-style:normal;font-weight:500;justify-content:center;letter-spacing:normal;line-height:1.25;-webkit-user-select:none;user-select:none}.team-color-tag--small{border-radius:.2rem;height:1.4rem;line-height:1.4rem;width:1.4rem}.team-color-tag--medium{border-radius:.2rem;height:1.6rem;line-height:1.6rem;width:1.6rem}.team-color-tag--large{height:2.4rem;line-height:2.4rem;width:2.4rem}.team-color-tag--xlarge{height:3.2rem;line-height:3.2rem;width:3.2rem}.team-result__tag{flex-shrink:0;margin-right:.8rem}.teams-and-segments-results{-webkit-overflow-scrolling:touch;overflow-y:auto;padding-bottom:.8rem;padding-top:1.6rem}@media(min-width:768px){.teams-and-segments-results{-webkit-overflow-scrolling:touch;height:26.4rem;scrollbar-color:#eff1f5 #fff;scrollbar-width:thin}.teams-and-segments-results::-webkit-scrollbar{background-color:transparent;height:1.2rem;width:1.2rem}.teams-and-segments-results::-webkit-scrollbar-thumb{background-color:#eff1f5;border:.2rem solid #fff;border-radius:.5rem}.teams-and-segments-results::-webkit-scrollbar-track{background-color:transparent}}.teams-and-segments-results--with-default-option{padding-top:.8rem}.teams-and-segments-results__section{padding-right:.8rem}.teams-and-segments-results__section:not(:last-child){margin-bottom:1.6rem}.teams-and-segments-results__default-option{margin-bottom:.8rem;padding-right:.8rem}.teams-and-segments-results__empty--with-default{margin-top:1.6rem}.premium-icon.ids-icon{color:#f9b127}.teams-and-segments-tabs{border-bottom:.1rem solid #d5d9de}.teams-and-segments-tabs__segments-tab svg{fill:#f9b127;margin-left:.8rem}.teams-and-segments-tabs__segments-tab--disabled{color:#606b79!important}.teams-and-segments-tabs__segments-tab--disabled.guideflow_hovered{color:#606b79}.teams-and-segments-desktop-selector__dropdown-content{width:29.6rem}.teams-and-segments-desktop-selector__select{width:100%}.teams-and-segments-desktop-selector__search{padding:.8rem}.teams-and-segments-desktop-selector__placeholder{color:#bdc6d0}.mobile-menu-footer{margin:auto auto 2.4rem 2.4rem}.mobile-menu-item{border-bottom:.1rem solid #eff1f5;display:block;font-size:1.6rem;padding:1.8rem 0;text-decoration:none}.mobile-menu-top-bar{align-items:center;background-color:#fff;border-bottom:.1rem solid #eff1f5;display:flex;height:6rem;justify-content:space-between;min-height:6rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}.mobile-menu-top-bar__close{color:#606b79;cursor:pointer;font-size:0;padding:2.2rem 2.4rem}.mobile-menu-top-bar__close.guideflow_hovered{color:#233043}.mobile-menu-top-bar__title{flex:1 1 100%;font-family:GT-Walsheim;font-size:1.6rem;font-weight:500;margin-right:6.4rem;min-height:0;min-width:0;padding:2.2rem 2.4rem;text-align:center}body.with-mobile-menu{overflow:hidden}.mobile-menu{background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:auto;position:fixed;right:0;top:0;-webkit-transform:translate(100%);transform:translate(100%);transition:-webkit-transform .8s cubic-bezier(.165,.84,.44,1);transition:transform .8s cubic-bezier(.165,.84,.44,1);transition:transform .8s cubic-bezier(.165,.84,.44,1),-webkit-transform .8s cubic-bezier(.165,.84,.44,1);width:100%;z-index:101}.mobile-menu--open{box-shadow:0 .1rem .5rem 0 #d5d9de;-webkit-transform:none;transform:none}.teams-and-segments-mobile-selector__select{width:100%}.teams-and-segments-mobile-selector__select--icon-only{width:auto}.teams-and-segments-mobile-selector__search{padding:.8rem 1.6rem}.teams-and-segments-mobile-selector__placeholder{color:#bdc6d0}.teams-and-segments-mobile-selector__menu{overflow:hidden}.select-placeholder{color:#bdc6d0;display:flex;font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;min-width:0;padding:.7rem 1.6rem;-webkit-user-select:none;user-select:none}.select-placeholder__icon{align-items:center;display:flex;padding-right:.8rem}.select-placeholder__icon svg{fill:#233043;height:1.6rem;width:1.6rem}.select-placeholder__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.select-value{display:flex;flex:1 1 auto;font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;min-width:0;padding:.7rem 1.6rem;-webkit-user-select:none;user-select:none}.select-value__icon{align-items:center;display:flex;flex-shrink:0;padding-right:.8rem}.select-value__icon svg{fill:#233043;color:#233043;height:1.6rem;width:1.6rem}.select-value__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.select-value--disabled{color:#606b79;cursor:not-allowed}.select-header{align-items:center;background-color:#fff;border:.1rem solid #d5d9de;border-radius:.4rem;display:flex;height:100%;justify-content:space-between}.select-header__arrow{color:#606b79;flex-shrink:0;height:1.6rem;margin:0 .8rem;width:1.6rem}.select-header--active{border-color:#1053ff}.select-header--disabled{background-color:#eff1f5;border-color:#eff1f5;color:#606b79;cursor:not-allowed}.select-header--error{border:.1rem solid #f96155}.select-option{align-items:center;border-bottom:.1rem solid #d5d9de;display:flex;transition:background-color .4s}.select-option__tooltip{width:100%}.select-option--disabled{color:#606b79;cursor:not-allowed}.select-option:last-child{border:none}.select-option--selected,.select-option.guideflow_hovered:not(.select-option--disabled){background-color:#edf3fe}.select,.select-option .tooltip-target{width:100%}.select{color:#233043;cursor:pointer;height:4rem;min-width:16rem;position:relative}.select__list{list-style-type:none;margin:0;max-height:.1rem;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}@media(min-width:600px){.select__list{max-height:.1rem}}.select--small{height:3.2rem}.select--small .select-placeholder,.select--small .select-value{font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.43}.select.error .select-header{border-color:#f96155}.form-select .select__header{border-color:#d5d9de;transition:border-color .2s}.form-select--open .select__header{border-color:#1053ff}.form-select--disabled .select__header{border-color:#d5d9de}.form-select:not(.form-select--open):not(.form-select--disabled).guideflow_hovered .select__header{border-color:#838b95}.help-tooltip{color:#606b79;display:block}.help-tooltip.guideflow_hovered{color:#233043}.toggle__label{background:#d5d9de;border-radius:10px;cursor:pointer;display:block;height:2rem;position:relative;transition:background-color .3s;width:4rem}.toggle__label:after{background:#fff;border-radius:50%;content:"";height:1.6rem;left:.2rem;position:absolute;top:.2rem;transition:all .3s;width:1.6rem}.toggle__label:active:after{width:2rem}.toggle__label--checked{background:#1053ff}.toggle__label--checked:after{left:2.2rem}.toggle__label--disabled{cursor:not-allowed;opacity:.4}.toggle__label--disabled:active:after{width:1.6rem}.toggle__input{height:0;opacity:0;position:absolute;width:0}.labeled-toggle{align-items:center;display:flex}.labeled-toggle__text{flex:1 1 100%;font-size:0;margin-left:.8rem;min-height:0;min-width:0;-webkit-user-select:none;user-select:none}.labeled-toggle__label{color:#233043;cursor:pointer;font-size:1.6rem}.labeled-toggle__tooltip{margin-left:.8rem}.country-select-header{align-items:center;background-color:#eff1f5;display:flex;height:100%;justify-content:space-between;padding:.8rem}.country-select-header__title{color:#606b79;padding:0 1.2rem}@media(min-width:992px){.country-select-header__title{padding:0 2rem}}.country-select-header__arrow{color:#606b79;flex-shrink:0;height:1.6rem;width:1.6rem}.country-select-value{display:flex;justify-content:space-between;padding:0 1.2rem;-webkit-user-select:none;user-select:none;width:100%}@media(min-width:600px){.country-select-value{padding:0 2.4rem}}.country-select-value__country-name{color:#233043;font-size:1.6rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-select-value__calling-code,.country-select-value__country-name{font-family:Inter;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal}.country-select-value__calling-code{color:#606b79;font-size:1.4rem;line-height:1.43}.country-select-option{align-items:center;display:flex;padding:.6rem 0}.country-select-option:last-child{border:none}.country-select-option--selected,.country-select-option.guideflow_hovered{background-color:#edf3fe}.country-select{color:#233043;cursor:pointer;height:100%;position:relative;width:100%}.country-select__list{-webkit-overflow-scrolling:touch;background-color:#fff;border:.1rem solid #d5d9de;border-radius:.4rem;list-style-type:none;margin:0;max-height:20rem;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;scrollbar-color:#d5d9de #fff;scrollbar-width:thin;width:100%;z-index:10}.country-select__list::-webkit-scrollbar{background-color:transparent;height:1rem;width:1rem}.country-select__list::-webkit-scrollbar-thumb{background-color:#d5d9de;border:.2rem solid #fff;border-radius:.5rem}.country-select__list::-webkit-scrollbar-track{background-color:transparent}@media(min-width:600px){.country-select__list{max-height:36rem}}.country-select>.collapsible-dropdown__interactable-region{height:100%}.country-select>.collapsible-dropdown__dropdown{width:25rem}@media(min-width:992px){.country-select>.collapsible-dropdown__dropdown{width:30rem}}@media(min-width:1200px){.country-select>.collapsible-dropdown__dropdown{width:35rem}}.phone-picker{background-color:#fff;border:.1rem solid #d5d9de;border-radius:.4rem;display:flex;font-family:Inter;font-size:1.6rem;height:4rem;line-height:2.4rem;width:100%}.phone-picker--enabled.guideflow_hovered{border-color:#838b95}.phone-picker--enabled.phone-picker--focused{border-color:#1053ff;outline:0;outline-offset:0}.phone-picker--enabled.phone-picker--focused.guideflow_hovered{border-color:#1053ff}.phone-picker--enabled.error,.phone-picker--enabled.error.guideflow_hovered{border-color:#f96155}.phone-picker--disabled .phone-picker__phone-number input[type=text],.phone-picker--disabled .phone-picker__readonly-input{background-color:#eff1f5;border-color:#eff1f5;color:#606b79}.phone-picker--show-input .phone-picker__readonly-input{opacity:0}.phone-picker--show-input .phone-picker__phone-number input[type=text]{opacity:1}.phone-picker__phone-number{color:#233043;cursor:text;flex-grow:1;overflow:hidden;position:relative}.phone-picker__phone-number input[type=text]{background-color:transparent;border:none;opacity:0;outline:none}.phone-picker__readonly-input{left:0;line-height:4rem;padding-left:1.6rem;pointer-events:none;position:absolute;top:0;white-space:nowrap;width:100%}.phone-picker .select{min-width:auto}.phone-picker .country-select-header{border-radius:.4rem 0 0 .4rem}:root{--ids-input-height:4rem;--ids-input-font-family:Inter;--ids-input-font-weight:normal;--ids-input-padding:1.6rem;--ids-input-font-size:1.6rem;--ids-input-line-height:2.4rem;--ids-input-border-radius:0.4rem;--ids-input-border-color:#d5d9de;--ids-input-background:#fff;--ids-input-margin:0.4rem 0;--ids-input-height-compact:3.2rem;--ids-input-font-size-compact:1.4rem;--ids-input-line-height-compact:1.4285;--ids-input-letter-spacing-compact:normal;--ids-input-color-icon:#bdc6d0;--ids-input-color-icon-compact:#233043;--ids-input-width-prefix:4.8rem;--ids-input-width-prefix-compact:4rem;--ids-input-padding-prefix:0.8rem 0.8rem 0.8rem 1.6rem;--ids-input-width-suffix:4.8rem;--ids-input-width-suffix-compact:4rem;--ids-input-padding-suffix:0.8rem 1.6rem 0.8rem 0.8rem;--ids-input-color-placeholder:#bdc6d0;--ids-input-border-color-hover:#838b95;--ids-input-border-color-active:#1053ff;--ids-input-color-disabled:#838b95;--ids-input-background-disabled:#e8ebef;--ids-input-border-color-disabled:#e8ebef;--ids-input-border-color-error:#f96155}.ids-input__asset--prefix,.ids-input__asset--suffix{-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#bdc6d0;color:var(--ids-input-color-icon);display:-ms-flexbox;display:flex;height:100%;position:absolute;top:0}.ids-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:#fff;background-color:var(--ids-input-background);border:1px solid #d5d9de;border:1px solid var(--ids-input-border-color);border-radius:.4rem;border-radius:var(--ids-input-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Inter;font-family:var(--ids-input-font-family);font-size:1.6rem;font-size:var(--ids-input-font-size);font-weight:400;font-weight:var(--ids-input-font-weight);height:4rem;height:var(--ids-input-height);line-height:2.4rem;line-height:var(--ids-input-line-height);margin:.4rem 0;margin:var(--ids-input-margin);padding:0 1.6rem;padding:0 var(--ids-input-padding);-webkit-transition:border-color .2s ease 0s;transition:border-color .2s ease 0s;width:100%}.ids-input__wrapper{position:relative}.ids-input__asset--prefix{left:0;padding:.8rem .8rem .8rem 1.6rem;padding:var(--ids-input-padding-prefix);width:4.8rem;width:var(--ids-input-width-prefix)}.ids-input__asset--suffix{padding:.8rem 1.6rem .8rem .8rem;padding:var(--ids-input-padding-suffix);right:0;width:4.8rem;width:var(--ids-input-width-suffix)}.ids-input--prefixIcon{padding-left:4.8rem;padding-left:var(--ids-input-width-prefix)}.ids-input--suffixIcon{padding-right:4.8rem;padding-right:var(--ids-input-width-suffix)}.ids-input__asset--prefix--compact{color:#233043;color:var(--ids-input-color-icon-compact);width:4rem;width:var(--ids-input-width-prefix-compact)}.ids-input__asset--suffix--compact{color:#233043;color:var(--ids-input-color-icon-compact);width:4rem;width:var(--ids-input-width-suffix-compact)}.ids-input__asset--prefix--compact+.ids-input--prefixIcon{padding-left:4rem;padding-left:var(--ids-input-width-prefix-compact)}.ids-input__asset--suffix--compact+.ids-input--suffixIcon{padding-right:4rem;padding-right:var(--ids-input-width-prefix-compact)}.ids-input--compact{font-size:1.4rem;font-size:var(--ids-input-font-size-compact);height:3.2rem;height:var(--ids-input-height-compact);letter-spacing:normal;letter-spacing:var(--ids-input-letter-spacing-compact);line-height:1.4285;line-height:var(--ids-input-line-height-compact)}.ids-input[type=password]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ids-input::-ms-clear{display:none}.ids-input::-webkit-input-placeholder{color:#bdc6d0;color:var(--ids-input-color-placeholder)}.ids-input::-moz-placeholder{color:#bdc6d0;color:var(--ids-input-color-placeholder)}.ids-input:-ms-input-placeholder{color:#bdc6d0;color:var(--ids-input-color-placeholder)}.ids-input::-ms-input-placeholder{color:#bdc6d0;color:var(--ids-input-color-placeholder)}.ids-input::placeholder{color:#bdc6d0;color:var(--ids-input-color-placeholder)}.ids-input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.ids-input--error{border-color:#f96155;border-color:var(--ids-input-border-color-error)}.ids-input.active,.ids-input.focus,.ids-input:active,.ids-input:focus{border:1px solid #1053ff;border:1px solid var(--ids-input-border-color-active);outline:0;outline-offset:0}.ids-input--disabled,.ids-input:disabled{background-color:#e8ebef;background-color:var(--ids-input-background-disabled);color:#838b95;color:var(--ids-input-color-disabled);cursor:not-allowed}.ids-input--disabled,.ids-input--disabled.active,.ids-input--disabled.focus,.ids-input--disabled:active,.ids-input--disabled:focus,.ids-input:disabled{border-color:#e8ebef;border-color:var(--ids-input-border-color-disabled)}.pending-change-request{color:#606b79;display:flex;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;gap:.8rem;letter-spacing:normal;line-height:1.43;margin-top:.4rem}.pending-change-request svg{margin-top:.25rem;width:auto}@media(min-width:768px){.pending-change-request svg{width:3rem}}.profile-modal-general{min-height:0;min-width:0}@media(min-width:600px){.profile-modal-general{display:block;height:100%;overflow-x:hidden;overflow-y:auto;padding-top:2.4rem}}.profile-modal-general__form .form-content{position:relative}.profile-modal-general__form .form-title+.form-content{margin-top:1.6rem}.profile-modal-general__form .form-title{border:none;margin:.8rem 0 0;padding:0}.profile-modal-general__form .form-title:first-child{margin-top:0}.profile-modal-general__footer{align-items:center;flex-direction:column}@media(min-width:768px){.profile-modal-general__footer{flex-direction:row;justify-content:flex-end}}.profile-modal-general__footer-cta{justify-content:flex-start}.profile-modal-general .dropdown{margin-bottom:2rem}:root{--ids-avatar-border-radius:0.4rem;--ids-avatar-border-radius-xs:0.2rem;--ids-avatar-size-xs:1.6rem;--ids-avatar-size-s:2.4rem;--ids-avatar-size-m:3.2rem;--ids-avatar-size-l:4.8rem;--ids-avatar-size-xl:6.4rem}.ids-avatar{-ms-flex-negative:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;flex-shrink:0;font-size:0}.ids-avatar__image{border-radius:.4rem;border-radius:var(--ids-avatar-border-radius);max-height:100%;width:100%}.ids-avatar__image--xsmall{border-radius:.2rem;border-radius:var(--ids-avatar-border-radius-xs)}.ids-avatar--xsmall{height:1.6rem;height:var(--ids-avatar-size-xs);width:1.6rem;width:var(--ids-avatar-size-xs)}.ids-avatar--small{height:2.4rem;height:var(--ids-avatar-size-s);width:2.4rem;width:var(--ids-avatar-size-s)}.ids-avatar--medium{height:3.2rem;height:var(--ids-avatar-size-m);width:3.2rem;width:var(--ids-avatar-size-m)}.ids-avatar--large{height:4.8rem;height:var(--ids-avatar-size-l);width:4.8rem;width:var(--ids-avatar-size-l)}.ids-avatar--xlarge{height:6.4rem;height:var(--ids-avatar-size-xl);width:6.4rem;width:var(--ids-avatar-size-xl)}:root{--ids-tooltip-font-family:Inter;--ids-tooltip-font-size:1.2rem;--ids-tooltip-padding:0.8rem 1.6rem;--ids-tooltip-border-radius:0.4rem;--ids-tooltip-z-index:999;--ids-tooltip-arrow-size:5px;--ids-tooltip-spacing:0.8rem;--ids-tooltip-text:#fff;--ids-tooltip-background:#011f44;--ids-tooltip-shadow:none}.ids-tooltip{background-color:#011f44;background-color:var(--ids-tooltip-background);border-radius:.4rem;border-radius:var(--ids-tooltip-border-radius);-webkit-box-shadow:none;-webkit-box-shadow:var(--ids-tooltip-shadow);box-shadow:none;box-shadow:var(--ids-tooltip-shadow);color:#fff;color:var(--ids-tooltip-text);font-family:Inter;font-family:var(--ids-tooltip-font-family);font-size:1.2rem;font-size:var(--ids-tooltip-font-size);padding:.8rem 1.6rem;padding:var(--ids-tooltip-padding);pointer-events:none;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:999;z-index:var(--ids-tooltip-z-index)}.ids-tooltip__arrow{background:#011f44;background:var(--ids-tooltip-background);display:block;height:5px;height:var(--ids-tooltip-arrow-size);position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;width:var(--ids-tooltip-arrow-size)}.ids-tooltip[data-text^=center]{text-align:center}.ids-tooltip__container{display:inline-block;position:relative}.ids-tooltip--light{--ids-tooltip-text:#233043;--ids-tooltip-background:#fff;--ids-tooltip-shadow:0 0.4rem 1rem 0.4rem rgba(35,48,67,.1)}.image-upload__avatar-container{flex-shrink:0;height:6.4rem;position:relative;width:6.4rem}.image-upload__avatar-container,.image-upload__button{align-items:center;display:flex;justify-content:center}.image-upload__button{background-color:#000;border-radius:.4rem;height:100%;opacity:0;position:absolute;transition:opacity .4s;width:100%}.image-upload__button.guideflow_hovered{cursor:pointer;opacity:.5}.image-upload__icon-camera{color:#fff;transition:color .2s}.image-upload__file-input{display:none}.profile-modal-header{display:flex;flex-direction:row;margin-bottom:2.4rem}@media(min-width:600px){.profile-modal-header{margin-bottom:1.6rem}}.profile-modal-header__container{margin-left:1.6rem;margin-top:.8rem;min-width:0}@media(min-width:600px){.profile-modal-header__container{margin-top:0}}.profile-modal-header__title{font-family:GT-Walsheim;font-size:1.8rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.33;margin-bottom:.2rem}@media(min-width:600px){.profile-modal-header__title{font-family:GT-Walsheim;font-size:2.4rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.17}}.profile-modal-header__subtitle{color:#606b79;display:block;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.43;margin-top:.8rem}@media(min-width:600px){.profile-modal-header__subtitle{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-top:0}}.profile-modal .backdrop,.profile-modal .modal__content{z-index:103}@media(min-width:600px){.profile-modal .modal__content{align-items:flex-start;padding:4.8rem 2rem}}.profile-modal .modal-content__header{min-height:4.8rem}@media(min-width:600px){.profile-modal .modal-content__dismiss-button{right:1rem;top:1rem}}.profile-modal .modal-content__body{flex-grow:1;min-height:0;overflow-y:visible}.profile-modal--full-height .modal-content__container{height:100%}.profile-modal--full-height .modal-content__body{flex-basis:0}.profile-modal .modal-header{border-bottom:.1rem solid #eff1f5;margin:0 0 1.6rem}@media(min-width:600px){.profile-modal .modal-header{margin-bottom:0;padding:0 3.2rem}.profile-modal .modal-body{padding:2.4rem 3.2rem 0}}.profile-modal .modal-footer{border-top:.1rem solid #eff1f5;margin-top:0;padding:1.6rem}@media(min-width:600px){.profile-modal .modal-footer{padding:2.4rem}}.error-page{align-items:center;display:flex;flex-direction:column;margin-top:14.4rem}.error-page__svg{margin-bottom:2.4rem;width:25rem}.error-page__title{font-family:GT-Walsheim;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.8rem}.error-page__description,.error-page__title{font-stretch:normal;font-style:normal;letter-spacing:normal}.error-page__description{color:#606b79;font-family:Inter;font-size:1.6rem;line-height:1.5;text-align:center}.error-page__link{color:#1053ff;cursor:pointer}.header-loading{align-items:stretch;display:flex;justify-content:flex-end;width:100%}.header-loading__right-content{align-items:center;display:none}@media(min-width:768px){.header-loading__right-content{display:flex}}.header-loading__user-menu{margin-left:1.6rem}.simplicity-header-mobile-button{color:#838b95;display:flex;padding:.8rem}.simplicity-header-mobile-button>svg{color:currentColor;height:3.2rem;width:3.2rem}.simplicity-header-mobile-nav{color:#838b95;display:flex;padding:.8rem}.simplicity-header-mobile-nav.active{color:#1053ff}.simplicity-header-mobile-nav>svg{color:currentColor;height:3.2rem;width:3.2rem}.simplicity-header-mobile{align-items:center;background-color:#fff;box-shadow:0 .1rem 0 #eff1f5;display:flex;flex-shrink:0;height:6.4rem;justify-content:space-between;left:0;padding:0 .8rem;position:fixed;right:0;top:0;width:100%;z-index:52}@media(min-width:768px){.simplicity-header-mobile{display:none}}@media print{.simplicity-header-mobile{display:none}}.header{background-color:#fff;box-shadow:0 .1rem 0 #eff1f5;display:flex;flex-shrink:0;height:7.2rem;justify-content:space-between;left:0;padding-left:25.6rem;padding-right:1.6rem;position:fixed;right:0;top:0;transition:border-bottom-color .3s linear;width:100%;z-index:52}.header__user-menu{align-items:center;display:flex;flex-shrink:0}.header{display:none}@media(min-width:768px){.header{display:flex}}@media print{.header{display:none}}.main-container{display:flex;flex-direction:column;min-height:100vh;padding-top:6.4rem;width:100%}@media(min-width:768px){.main-container{padding-left:22.4rem;padding-top:7.2rem}}@media print{.main-container{padding:0!important}}@media(min-width:768px){.main-container--collapsed{padding-left:8rem}}.main-content{display:flex;flex:1 1 100%;flex-direction:column;min-height:0;min-width:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.main-content{display:block}}.simplified-sidebar-header-logo{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-left:1.8rem}.simplified-sidebar-header-logo__main-logo{cursor:pointer;display:flex;padding:.2rem}@media(min-width:768px){.simplified-sidebar-header-logo__main-logo{padding-bottom:.6rem}}.simplified-sidebar-header-logo__main-logo>svg{height:1.6rem;width:9.2rem}.simplified-sidebar-loading-item{align-items:center;display:flex;height:4rem;padding:0 .8rem}@media(min-width:992px){.simplified-sidebar-loading-item{padding:0}}.simplified-sidebar-loading-item__line{display:none;margin-left:1.6rem}@media(min-width:992px){.simplified-sidebar-loading-item__line{display:block}}.simplified-sidebar-loading{background-color:#fff;display:none;flex-direction:column;z-index:100}@media(min-width:768px){.simplified-sidebar-loading{display:flex}}.simplified-sidebar-loading__header{box-shadow:0 .1rem 0 #eff1f5;padding:2.4rem 4.8rem;position:absolute}@media(min-width:992px){.simplified-sidebar-loading__header{width:22.4rem}}.simplified-sidebar-loading__container{box-shadow:.1rem 0 0 #eff1f5;flex-grow:1;margin-top:7.2rem}.simplified-sidebar-loading__content{margin:1.6rem 0;padding:0 1.6rem}@media(min-width:992px){.simplified-sidebar-loading__content{width:22.4rem}}@media(min-width:768px){.simplified-sidebar-loading--collapsed{width:8rem}}.anonymous-landing-page-layout{align-items:center;background-color:#fff6eb;color:#6b2837;display:flex;flex-direction:column;height:100%;overflow-x:hidden;position:absolute;width:100%}@media(min-width:1200px){.anonymous-landing-page-layout{flex-direction:column-reverse}}.anonymous-landing-page-layout__language-cta-container{align-self:flex-end}.anonymous-landing-page-layout__language-cta{color:#6b2837;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.29;margin:2.4rem 2.4rem 0 0}@media(min-width:1200px){.anonymous-landing-page-layout__language-cta{margin:0 2.4rem 2.4rem 0}}.anonymous-landing-page-layout__content{align-items:center;display:flex;flex-direction:column;height:100%;padding:1.6rem;text-align:center}@media(min-width:600px){.anonymous-landing-page-layout__content{padding:0}}.anonymous-landing-page-layout__logo{margin:3.2rem 0 8rem}@media(min-width:1200px){.anonymous-landing-page-layout__logo{margin-top:5.6rem}}.anonymous-landing-page-layout__logo>svg{height:2.4rem}.anonymous-landing-page-layout__logo svg *{fill:currentColor}.email-change-failed-content__title{font-family:GT-Walsheim;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.2;margin-bottom:2.4rem}@media(min-width:1200px){.email-change-failed-content__title{font-family:GT-Walsheim;font-size:4.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.13}}.email-change-failed-content__description{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-bottom:2.4rem}.email-change-success-content{align-items:center;display:flex;flex-direction:column;max-width:90%}.email-change-success-content__title{font-family:GT-Walsheim;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.2;margin-bottom:2.4rem}@media(min-width:1200px){.email-change-success-content__title{font-family:GT-Walsheim;font-size:4.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.13}}.email-change-success-content__description{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-bottom:3.2rem}.email-change-confirmation-page{align-items:center;background-color:#fff6eb;color:#6b2837;display:flex;flex-direction:column;height:100%;overflow-x:hidden;position:absolute;width:100%}@media(min-width:1200px){.email-change-confirmation-page{flex-direction:column-reverse}}.email-change-confirmation-page__language-cta-container{align-self:flex-end}.email-change-confirmation-page__language-cta{color:#6b2837;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.29;margin:2.4rem 2.4rem 0 0}@media(min-width:1200px){.email-change-confirmation-page__language-cta{margin:0 2.4rem 2.4rem 0}}.email-change-confirmation-page__content{height:100%;padding:1.6rem}@media(min-width:600px){.email-change-confirmation-page__content{padding:0}}.invite-method-confirmation-page__title{font-family:GT-Walsheim;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.2;margin-bottom:2.4rem}@media(min-width:1200px){.invite-method-confirmation-page__title{font-family:GT-Walsheim;font-size:4.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.13}}.invite-method-confirmation-page__description{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-bottom:3.2rem}.mobile-phone-change-confirmation-page__title{font-family:GT-Walsheim;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.2;margin-bottom:2.4rem}@media(min-width:1200px){.mobile-phone-change-confirmation-page__title{font-family:GT-Walsheim;font-size:4.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.13}}.mobile-phone-change-confirmation-page__description{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-bottom:2.4rem}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;margin-left:-160px;top:1em}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button.guideflow_hovered{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toastify__toast-container{display:flex;flex-direction:column}@media(min-width:992px){.Toastify__toast-container{min-width:48.3rem}.Toastify__toast-container--top-center{margin-left:-24.15rem}}.Toastify__toast{border-radius:.3rem;min-height:5.6rem}.Toastify__toast--error,.Toastify__toast--success{background-color:#fff}.Toastify__toast--success{border-left:.4rem solid #0cba9d}.Toastify__toast--error{border-left:.4rem solid #f96155}.Toastify__toast-body{display:flex}.request-new-invite-content{align-items:center;display:flex;flex-direction:column;height:100%}.request-new-invite-content__logo{margin:3.2rem 0 8rem}@media(min-width:1200px){.request-new-invite-content__logo{margin-top:5.6rem}}.request-new-invite-content__logo>svg{height:2.4rem}.request-new-invite-content__logo svg *{fill:currentColor}.request-new-invite-content__title{font-family:GT-Walsheim;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.2;margin-bottom:1.6rem}@media(min-width:1200px){.request-new-invite-content__title{font-family:GT-Walsheim;font-size:4.8rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.13;margin-bottom:2.4rem}}.request-new-invite-content__reason{font-family:Inter;font-size:1.6rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;margin-bottom:3.2rem}.request-new-invite{align-items:center;background-color:#fff6eb;color:#6b2837;display:flex;flex-direction:column;height:100%;overflow-x:hidden;position:absolute;width:100%}@media(min-width:1200px){.request-new-invite{flex-direction:column-reverse}}.request-new-invite__change-language{align-self:flex-end}.request-new-invite__change-language-button{color:#6b2837;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.29;margin:2.4rem 2.4rem 0 0}@media(min-width:1200px){.request-new-invite__change-language-button{margin:0 2.4rem 2.4rem 0}}.page-container{display:flex;flex:1 1 100%;flex-direction:column;min-height:0;min-width:0;overflow-x:inherit}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.page-container{display:block}}.page-container__content{flex:1 1 100%;margin:0 auto;max-width:112.1rem;min-height:0;min-width:0;padding:1.6rem .8rem;width:100%}@media(min-width:768px){.page-container__content{padding:3.2rem}}@media print{.page-container__content{padding-top:0}}.not-found{align-items:center;display:flex;flex-direction:column}.not-found__title{color:#233043;font-size:3rem;font-weight:600;margin:4.25rem 2rem 1.6rem;text-align:center}@media(min-width:600px){.not-found__title{margin-top:9.5rem}}.not-found__subtitle{color:#606b79;margin:0 2rem 4.8rem;text-align:center}.not-found__image{height:24rem;width:30rem}.shared-resource-layout{display:flex;flex-direction:column;min-height:100vh;padding-top:7.2rem;width:100%}.shared-resource-layout .shared-resource-page{flex:1 0}.shared-resource-layout .terms-and-privacy-banner{flex-shrink:0}.card-content{padding:1.6rem}@media(min-width:768px){.card-content{padding:3.2rem}}.card-footer{align-items:center;display:flex;justify-content:flex-end;padding:0 1.6rem 1.6rem}@media(min-width:768px){.card-footer{padding:0 3.2rem 3.2rem}}.card-header{padding:1.6rem 1.6rem 0}@media(min-width:768px){.card-header{padding:3.2rem 3.2rem 0}}.card-separator{border:0;border-top:.1rem solid #eff1f5;height:.1rem;margin:0}.card{background-color:#fff;border-radius:.4rem;box-shadow:0 .1rem .6rem 0 rgba(35,48,67,.1)}.shared-resource-loading>:not(:first-child){margin-top:1.6rem}.shared-resource-loading__title-1{max-width:25.4rem;width:100%}.shared-resource-loading__title-2{max-width:35rem;width:100%}.shared-resource-loading__toolbar{height:5.6rem;padding:1.6rem}.shared-resource-loading__report{height:73.6rem;padding:1.6rem}.shared-resource-loading__report>:not(:first-child){margin-top:1.6rem}.shared-resource-loading__report-line-1{max-width:35rem;width:100%}.shared-resource-loading__report-line-2{max-width:23.8rem;width:100%}.shared-resource-not-found{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.shared-resource-not-found__content{margin-bottom:3.6rem;padding:0 1.6rem}.shared-resource-not-found__image{display:block;height:24rem;margin-left:auto;margin-right:auto;width:30rem}.shared-resource-not-found__title{font-family:GT-Walsheim;font-size:1.8rem;font-weight:500;line-height:1.33}.shared-resource-not-found__description,.shared-resource-not-found__title{font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center}.shared-resource-not-found__description{font-family:Inter;font-size:1.6rem;line-height:1.5;margin-top:.8rem}.shared-resource-topbar-call-to-actions{display:none}@media(min-width:600px){.shared-resource-topbar-call-to-actions{align-items:center;display:flex}}.shared-resource-topbar-call-to-actions__call-to-action+.shared-resource-topbar-call-to-actions__call-to-action{margin-left:1.6rem}.shared-resource-topbar{align-items:center;display:flex;justify-content:center;padding:.8rem}@media(min-width:600px){.shared-resource-topbar{justify-content:space-between;padding:1.2rem 3.2rem}}.shared-resource-topbar__logo-container{align-items:center;display:flex;height:4.8rem;justify-content:center;width:13.859rem}.shared-resource-topbar__logo{flex-shrink:0;height:1.7rem;width:9.5rem}@media(min-width:768px){.shared-resource-topbar__logo{cursor:pointer}}.terms-and-privacy-banner{align-items:center;background-color:#eff1f5;display:flex;justify-content:center;padding:.4rem .8rem}.terms-and-privacy-banner__icon{color:#606b79;flex-shrink:0;height:1.6rem;margin-right:.8rem;width:1.6rem}.terms-and-privacy-banner__text{color:#606b79;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.43}.terms-and-privacy-banner__text--link{text-decoration:underline}.signup-activation-page-background{background-color:#fff0df;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media(min-width:992px){.signup-activation-page-background{background-color:#fff6eb}}.signup-activation-page-background__creamsicle{background-color:#fff6eb}.signup-activation-page-background__waves{display:none}@media(min-width:992px){.signup-activation-page-background__waves{display:block}}.signup-activation-page-background__mobile-wave{bottom:0;display:block;min-height:14.8rem;position:absolute}@media(min-width:992px){.signup-activation-page-background__mobile-wave{display:none}}.signup-activation-page-background__container{display:flex}.signup-activation-page-background__sidepanel{background-color:#fff6eb;height:100%;width:50%}.signup-activation-page-background__waves-container{width:50%}.signup-activation-page-layout{background-color:#fff0df;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}@media(min-width:992px){.signup-activation-page-layout{flex-direction:row}}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:url(https://html-assets-prod.guideflow.com/0137fda10b8b472d8ffb0e509c616a9a8f88568b)}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:url(https://html-assets-prod.guideflow.com/9ae024a048d27bcb1b261da822b760e487ee2639)}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(https://html-assets-prod.guideflow.com/56a7693399ceda06792793163fb726037fbfdd73)}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://html-assets-prod.guideflow.com/ca9a6860492a7a576f7c0bc0b5323e35ad4db298)}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(https://html-assets-prod.guideflow.com/28b1d09f10a76540f5651205cc36296f95a7a1f8)}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(https://html-assets-prod.guideflow.com/699ef1313fc123fd29ed2c923133a082c85a2619)}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(https://html-assets-prod.guideflow.com/bf69c7e7607839e18371367a7212a903a653d2be)}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:url(https://html-assets-prod.guideflow.com/14666672fff0d77160304776aa587a3b6a4c2b04)}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(https://html-assets-prod.guideflow.com/a6777da61742ee59ec19d5efeae59dd359f9f493)}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:300;src:url(https://html-assets-prod.guideflow.com/c03b4e5e2c049954f875cc34c725d4596fc338b0);src:url(https://html-assets-prod.guideflow.com/c03b4e5e2c049954f875cc34c725d4596fc338b0) format("truetype"),url(https://html-assets-prod.guideflow.com/6021dcda8763b2b553a7f9b03ca7ce21a0a40319) format("opentype"),url(https://html-assets-prod.guideflow.com/200fdb6488bfe082f62174623034ada995bb0810) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:400;src:url(https://html-assets-prod.guideflow.com/2f6490d5f7531928864c2beb01e1686a81839948);src:url(https://html-assets-prod.guideflow.com/2f6490d5f7531928864c2beb01e1686a81839948) format("truetype"),url(https://html-assets-prod.guideflow.com/b015b37235dda856d85cde1d8767b2fbd7167df6) format("opentype"),url(https://html-assets-prod.guideflow.com/ffc0cf3b8d73d8c010624bd104798da3f47c07e1) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:500;src:url(https://html-assets-prod.guideflow.com/c4ff2dc8ec3c39ba8b66e2419a16d366060119fb);src:url(https://html-assets-prod.guideflow.com/c4ff2dc8ec3c39ba8b66e2419a16d366060119fb) format("truetype"),url(https://html-assets-prod.guideflow.com/ee6daa58b0a87a67f9bc2b28fbb929e04d0c5e4e) format("opentype"),url(https://html-assets-prod.guideflow.com/94ee7c702c8941aebb600a24d05192da6519c50f) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:700;src:url(https://html-assets-prod.guideflow.com/e8a8e2ab800dbfd04a258954e380a523aeb9c611);src:url(https://html-assets-prod.guideflow.com/e8a8e2ab800dbfd04a258954e380a523aeb9c611) format("truetype"),url(https://html-assets-prod.guideflow.com/a7e79b9ecc9fb9d1d26189d7c5ccd7b0a27cc5f8) format("opentype"),url(https://html-assets-prod.guideflow.com/cd35fe47a891dca8e3d7bdc54910a7a26f1bf29d) format("woff")}:root{--ids-link-font-family:Inter;--ids-link-font-size:1.6rem;--ids-link-font-size-small:1.4rem;--ids-link-font-size-xsmall:1.2rem;--ids-link-font-weight:500;--ids-link-icon-color:currentcolor;--ids-link-icon-margin:0.4rem;--ids-link-text-primary:#1053ff;--ids-link-text-primary-hover:#0c46d0;--ids-link-text-secondary:#606b79;--ids-link-text-secondary-hover:#32455b;--ids-link-text-danger:#f96155;--ids-link-text-danger-hover:#e24d48}.ids-link{color:#1053ff;color:var(--ids-link-text-primary);font-family:Inter;font-family:var(--ids-link-font-family);font-size:1.6rem;font-size:var(--ids-link-font-size);font-weight:500;font-weight:var(--ids-link-font-weight);text-decoration:none}.ids-link.focus,.ids-link:focus,.ids-link.guideflow_hovered{color:#0c46d0;color:var(--ids-link-text-primary-hover);cursor:pointer}.ids-link--small{font-size:1.4rem;font-size:var(--ids-link-font-size-small)}.ids-link--xsmall{font-size:1.2rem;font-size:var(--ids-link-font-size-xsmall)}.ids-link--underline{text-decoration:underline}.ids-link.has-icon{-ms-flex-align:start;align-items:flex-start;display:-ms-inline-flexbox;display:inline-flex}.ids-link.has-icon .ids-icon{-ms-flex-negative:0;color:currentcolor;color:var(--ids-link-icon-color);flex-shrink:0;padding-top:2px}.ids-link.has-icon--leading .ids-icon{margin-right:.4rem;margin-right:var(--ids-link-icon-margin)}.ids-link.has-icon--trailing .ids-icon{margin-left:.4rem;margin-left:var(--ids-link-icon-margin)}.ids-link--secondary{color:#606b79;color:var(--ids-link-text-secondary)}.ids-link--secondary.focus,.ids-link--secondary:focus,.ids-link--secondary.guideflow_hovered{color:#32455b;color:var(--ids-link-text-secondary-hover);cursor:pointer}.ids-link--danger{color:#f96155;color:var(--ids-link-text-danger)}.ids-link--danger.focus,.ids-link--danger:focus,.ids-link--danger.guideflow_hovered{color:#e24d48;color:var(--ids-link-text-danger-hover);cursor:pointer}.signup-activation-page-cta{color:#011f44;display:flex;flex-direction:column-reverse;gap:2.4rem}@media(min-width:600px){.signup-activation-page-cta{flex-direction:row;gap:0;justify-content:space-between;width:auto}}.signup-activation-page-cta__back{background:transparent;display:none;height:7.2rem}@media(min-width:600px){.signup-activation-page-cta__back{display:flex}}.signup-activation-page-cta__back--small{background:transparent}@media(min-width:600px){.signup-activation-page-cta__back--small{display:none}}.signup-activation-page-cta__submit{background:#011f44;height:7.2rem;padding:2.4rem 4.8rem}.signup-activation-page-cta__submit>span{color:#edf3fe}@media(min-width:600px){.signup-activation-page-cta__submit{align-self:flex-end;margin-left:auto}}.signup-activation-page-cta button{border-radius:3.6rem;color:#011f44;font-family:GT-Walsheim;font-size:1.8rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;letter-spacing:.05rem;line-height:1.33;line-height:2.4rem}.signup-activation-page-cta button .ids-loader{border-color:rgba(237,243,254,.3) rgba(237,243,254,.3) rgba(237,243,254,.3) #edf3fe;height:2.4rem;top:40%;width:2.4rem}.signup-activation-page-cta__back--small.guideflow_hovered,.signup-activation-page-cta__back.guideflow_hovered{background-color:#6893ff}.signup-activation-page-cta__back--small:focus{background:transparent;border:.15rem solid #011f44;border-radius:.4rem}.signup-activation-page-cta__back:focus{background:transparent;border:.15rem solid #011f44;border-radius:3.6rem}.signup-activation-page-cta__submit:focus,.signup-activation-page-cta__submit.guideflow_hovered{background:#6893ff}.signup-activation-page-cta__submit:active{background:#e5f4fb}.signup-activation-page-cta__submit:disabled.ids-btn{background:#011f44;color:#e5f4fb;opacity:.36}.password-input{position:relative}.password-input__field{border:.1rem solid #011f44}.password-input__field:active,.password-input__field:focus{border-color:#011f44}.password-input-show{align-items:center;cursor:pointer;display:flex;height:100%;position:absolute;right:1rem;top:0}.password-input-show.no-error{top:-1rem}.password-input-info{color:#011f44;font-family:Inter;font-size:1.4rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43}.password-input--error,.password-input--error:active,.password-input--error:focus{border-color:#f96155}.password-input .ids-input--disabled{border-color:transparent}.user-info-form input:-webkit-autofill,.user-info-form input:-webkit-autofill:active,.user-info-form input:-webkit-autofill:focus,.user-info-form input:-webkit-autofill.guideflow_hovered{-webkit-box-shadow:inset 0 0 0 3rem #fff!important}.user-info-form label{color:#011f44}.user-info-form .form-side-by-side-fields>:not(:first-child){margin-top:0}.user-info-form__footer{display:flex;flex-direction:column;margin-bottom:4rem}@media(min-width:600px){.user-info-form__footer{flex-direction:row-reverse;margin-bottom:1rem}}@media(min-width:992px){.user-info-form__footer{flex-direction:column}.user-info-form__footer .signup-activation-page-cta{margin-left:auto}}.user-info-form__footer__tos{align-self:center;color:#052c73;font-family:Inter;font-size:1.2rem;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.33;margin-top:2.4rem;width:100%}@media(min-width:600px){.user-info-form__footer__tos{margin:0 10rem 0 0}}@media(min-width:768px){.user-info-form__footer__tos{margin:0 18rem 0 0}}@media(min-width:992px){.user-info-form__footer__tos{align-self:flex-start;margin-top:20rem}}.user-info-form__footer__tos-link{color:#011f44;font-family:Inter;font-size:1.2rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.33;text-decoration:underline;white-space:nowrap}.user-info-form__footer .ids-link:focus,.user-info-form__footer .ids-link:focus-visible,.user-info-form__footer .ids-link.guideflow_hovered{color:#422439;outline:0}.user-info-form__ov-logo{height:2.4rem;padding-top:3.2rem;width:13.6rem}.user-info-form__title{color:#422439;font-family:GT-Walsheim;font-size:2.4rem;font-weight:700;line-height:1.17}.user-info-form__subtext,.user-info-form__title{font-stretch:normal;font-style:normal;letter-spacing:normal}.user-info-form__subtext{color:#011f44;font-family:Inter;font-size:1.6rem;line-height:1.5;margin-top:.8rem}.user-info-form__subtext-email{font-weight:700}.user-info-form__info{height:10rem;margin-bottom:10rem;margin-top:3.2rem}.user-info-form__input,.user-info-form__input:active,.user-info-form__input:focus{border:.1rem solid #011f44;color:#011f44}.user-info-form .ids-input--error{border-color:#f96155}.user-info-form ::-webkit-input-placeholder{color:#838b95;opacity:1}.user-info-form ::placeholder{color:#838b95;opacity:1}.user-info-form__wrapper{height:10rem}.user-info-form__password{height:10rem;position:relative}@media(min-width:768px){.user-info-form__password{width:100%}.user-info-form__info{margin-bottom:1rem}}@-webkit-keyframes pulse-dark{0%{background-color:rgba(35,48,67,.01)}50%{background-color:rgba(35,48,67,.35)}to{background-color:rgba(35,48,67,.01)}}@keyframes pulse-dark{0%{background-color:rgba(35,48,67,.01)}50%{background-color:rgba(35,48,67,.35)}to{background-color:rgba(35,48,67,.01)}}@-webkit-keyframes pulse-dark-fill{0%{fill:rgba(35,48,67,.01)}50%{fill:rgba(35,48,67,.35)}to{fill:rgba(35,48,67,.01)}}@keyframes pulse-dark-fill{0%{fill:rgba(35,48,67,.01)}50%{fill:rgba(35,48,67,.35)}to{fill:rgba(35,48,67,.01)}}@-webkit-keyframes pulse-light{0%{background-color:rgba(35,48,67,.01)}50%{background-color:rgba(35,48,67,.1)}to{background-color:rgba(35,48,67,.01)}}@keyframes pulse-light{0%{background-color:rgba(35,48,67,.01)}50%{background-color:rgba(35,48,67,.1)}to{background-color:rgba(35,48,67,.01)}}@-webkit-keyframes pulse-contrast{0%{background-color:hsla(0,0%,100%,.01)}50%{background-color:hsla(0,0%,100%,.35)}to{background-color:hsla(0,0%,100%,.01)}}@keyframes pulse-contrast{0%{background-color:hsla(0,0%,100%,.01)}50%{background-color:hsla(0,0%,100%,.35)}to{background-color:hsla(0,0%,100%,.01)}}@-webkit-keyframes pulse-blue{0%{background-color:transparent}50%{background-color:rgba(16,83,255,.15)}to{background-color:transparent}}@keyframes pulse-blue{0%{background-color:transparent}50%{background-color:rgba(16,83,255,.15)}to{background-color:transparent}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.signup-activation-page__ov-logo{height:2.4rem;margin-top:3.4rem;width:13.6rem}.signup-activation-page__ov-logo>*{fill:#011f44}.signup-activation-page__awards-card{display:none;z-index:1}@media(min-width:992px){.signup-activation-page__awards-card{display:block;height:22.4rem;width:32.2rem}}@media(min-width:1200px){.signup-activation-page__awards-card{height:32.4rem;width:42.2rem}}.signup-activation-page__title{color:#011f44;font-family:GT-Walsheim;font-size:2.4rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.17;padding-top:4rem;word-break:break-word}.signup-activation-page__left-content{align-items:center;display:flex;flex:1 1;flex-direction:column;flex-wrap:nowrap;justify-content:center}.signup-activation-page__left-content-wrapper{align-items:flex-start;background-color:#fff0df;display:flex;flex:1 1;flex-direction:column;padding:.8rem}@media(min-width:768px){.signup-activation-page__left-content-wrapper{align-items:stretch;width:100%}}@media(min-width:992px){.signup-activation-page__left-content-wrapper{max-width:70rem}}.signup-activation-page__right-content{display:none}@media(min-width:992px){.signup-activation-page__right-content{display:flex;flex-direction:column;justify-content:center;position:relative}}.signup-activation-page__template-illustration{display:none}@media(min-width:992px){.signup-activation-page__template-illustration{display:block;height:56vh;min-height:41rem;min-width:43rem;position:absolute;right:0;width:34vw;z-index:103}}@media(min-width:1200px){.signup-activation-page__template-illustration{min-width:50rem}}@media(min-width:600px){.signup-activation-page__left-content{flex:1 1}.signup-activation-page__left-content-wrapper{flex:1 1;padding:3.2rem}.signup-activation-page__right-content{align-items:center;justify-content:center}}@media(min-width:992px){.signup-activation-page__left-content{padding-top:6rem;width:144rem}.signup-activation-page__right-content{height:100%;width:48.8rem}}.signup-activation-page__electric-blue-background{background-color:#6893ff}.signup-activation-page__electric-blue-background path{fill:#c1d3fe}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:url(https://html-assets-prod.guideflow.com/0137fda10b8b472d8ffb0e509c616a9a8f88568b)}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:url(https://html-assets-prod.guideflow.com/9ae024a048d27bcb1b261da822b760e487ee2639)}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(https://html-assets-prod.guideflow.com/56a7693399ceda06792793163fb726037fbfdd73)}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(https://html-assets-prod.guideflow.com/ca9a6860492a7a576f7c0bc0b5323e35ad4db298)}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(https://html-assets-prod.guideflow.com/28b1d09f10a76540f5651205cc36296f95a7a1f8)}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(https://html-assets-prod.guideflow.com/699ef1313fc123fd29ed2c923133a082c85a2619)}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(https://html-assets-prod.guideflow.com/bf69c7e7607839e18371367a7212a903a653d2be)}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:url(https://html-assets-prod.guideflow.com/14666672fff0d77160304776aa587a3b6a4c2b04)}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(https://html-assets-prod.guideflow.com/a6777da61742ee59ec19d5efeae59dd359f9f493)}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:300;src:url(https://html-assets-prod.guideflow.com/c03b4e5e2c049954f875cc34c725d4596fc338b0);src:url(https://html-assets-prod.guideflow.com/c03b4e5e2c049954f875cc34c725d4596fc338b0) format("truetype"),url(https://html-assets-prod.guideflow.com/6021dcda8763b2b553a7f9b03ca7ce21a0a40319) format("opentype"),url(https://html-assets-prod.guideflow.com/200fdb6488bfe082f62174623034ada995bb0810) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:400;src:url(https://html-assets-prod.guideflow.com/2f6490d5f7531928864c2beb01e1686a81839948);src:url(https://html-assets-prod.guideflow.com/2f6490d5f7531928864c2beb01e1686a81839948) format("truetype"),url(https://html-assets-prod.guideflow.com/b015b37235dda856d85cde1d8767b2fbd7167df6) format("opentype"),url(https://html-assets-prod.guideflow.com/ffc0cf3b8d73d8c010624bd104798da3f47c07e1) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:500;src:url(https://html-assets-prod.guideflow.com/c4ff2dc8ec3c39ba8b66e2419a16d366060119fb);src:url(https://html-assets-prod.guideflow.com/c4ff2dc8ec3c39ba8b66e2419a16d366060119fb) format("truetype"),url(https://html-assets-prod.guideflow.com/ee6daa58b0a87a67f9bc2b28fbb929e04d0c5e4e) format("opentype"),url(https://html-assets-prod.guideflow.com/94ee7c702c8941aebb600a24d05192da6519c50f) format("woff")}@font-face{font-family:GT-Walsheim;font-style:normal;font-weight:700;src:url(https://html-assets-prod.guideflow.com/e8a8e2ab800dbfd04a258954e380a523aeb9c611);src:url(https://html-assets-prod.guideflow.com/e8a8e2ab800dbfd04a258954e380a523aeb9c611) format("truetype"),url(https://html-assets-prod.guideflow.com/a7e79b9ecc9fb9d1d26189d7c5ccd7b0a27cc5f8) format("opentype"),url(https://html-assets-prod.guideflow.com/cd35fe47a891dca8e3d7bdc54910a7a26f1bf29d) format("woff")}html{box-sizing:border-box;color:#233043;font-family:Inter;font-size:10px}body,html{margin:0;padding:0}body{background-color:#f8f8f8;font-size:1.8rem;overflow-x:hidden}#root{display:flex;flex-grow:1}a{color:#233043}a,a:active,a:focus,a.guideflow_hovered,a:visited{text-decoration:none}*,:after,:before{box-sizing:inherit}.grecaptcha-badge{visibility:hidden}
