.dropdown-open .arrow,.dropdown .arrow{will-change:opacity,left,right,transform,margin-left,margin-right,margin-top;width:13px;height:7px;display:inline-block;position:relative}.dropdown-open .arrow:after,.dropdown-open .arrow:before,.dropdown .arrow:after,.dropdown .arrow:before{content:"";display:block;height:7px;width:2px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.dropdown-open .arrow:before,.dropdown .arrow:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#18191a}.dropdown-open .arrow:after,.dropdown .arrow:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#18191a}.dropdown-open .arrow{width:16px;height:16px}.dropdown-open .arrow:after,.dropdown-open .arrow:before{width:2px;height:18px;left:8px}.dropdown-open .arrow:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dropdown-open .arrow:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.dropdown--zindex{z-index:2147483650!important}.dropdown__collapse{max-height:0;overflow:hidden;-webkit-transition:.6s;transition:.6s}.dropdown__collapse--in{max-height:none}.dropdown .arrow{top:4px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media only screen and (min-width:769px){.dropdown .arrow{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.dropdown-open{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;z-index:301;background:#fff;overflow:auto}.dropdown-open>div{width:100%;left:0;right:0;top:0;bottom:0;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}@media only screen and (min-width:1025px){.dropdown-open{position:relative;z-index:103}}.dropdown-open .collapse{overflow:auto}@media only screen and (min-width:1025px){.dropdown-open .collapse{overflow:hidden}}.dropdown-open .arrow{top:0}@media only screen and (min-width:1025px){.dropdown-open .arrow{width:13px;height:7px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown-open .arrow:after,.dropdown-open .arrow:before{content:"";display:block;height:7px;width:2px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.dropdown-open .arrow:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.dropdown-open .arrow:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.dropdown-open .dropdown__title{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e2e2e2;padding:16px}@media only screen and (min-width:1025px){.dropdown-open .dropdown__title{position:relative;border:0}}.dropdown-open .dropdown__wrapper{padding-top:50px}@media only screen and (min-width:1025px){.dropdown-open .dropdown__wrapper{padding-top:0}}.--invisible{display:none}.--disabledChange button,.--disabledChange input{pointer-events:none}:root{--progress-status:linear-gradient(270deg,#e2e2e2 80%,#039303 0)}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}::-moz-selection{color:#fff;background:#18191a}::selection{color:#fff;background:#18191a}::-webkit-input-placeholder{color:#e2e2e2}::-moz-placeholder{color:#e2e2e2}:-ms-input-placeholder{color:#e2e2e2}::-ms-input-placeholder{color:#e2e2e2}::placeholder{color:#e2e2e2}html{font-size:16px}body{font-family:Roboto,sans-serif;color:#18191a;background:#eee}.onboarding_block_body{overflow:hidden}b,strong{font-weight:500}.main,.onboarding{position:relative;width:100%}.animated{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}50%{opacity:.5;-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}50%{opacity:.5;-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,199,9,.8);box-shadow:0 0 0 0 rgba(255,199,9,.8)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,199,9,0);box-shadow:0 0 0 10px rgba(255,199,9,0)}to{-webkit-box-shadow:0 0 0 0 rgba(255,199,9,0);box-shadow:0 0 0 0 rgba(255,199,9,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,199,9,.8);box-shadow:0 0 0 0 rgba(255,199,9,.8)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,199,9,0);box-shadow:0 0 0 10px rgba(255,199,9,0)}to{-webkit-box-shadow:0 0 0 0 rgba(255,199,9,0);box-shadow:0 0 0 0 rgba(255,199,9,0)}}.pulse{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;cursor:pointer}.pulse:hover{-webkit-animation:none;animation:none}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}#onboarding .c__aside{position:fixed;bottom:0;left:0;right:0;z-index:51}@media only screen and (min-width:1025px){#onboarding .c__aside{position:relative;margin-bottom:16px;left:100%;opacity:0;-webkit-transition:.8s ease-out;transition:.8s ease-out}#onboarding .c__aside--open{left:0;opacity:1}#onboarding .c__aside .dropdown__collapse{overflow:visible;max-height:none}}#onboarding .c__aside__content{margin:0 auto;background-color:#fff;border-radius:2px;border-top:2px solid #ffc709;width:calc(100% - 32px);max-width:600px;padding:16px;-webkit-box-shadow:0 8px 10px 0 rgba(24,25,26,.1);box-shadow:0 8px 10px 0 rgba(24,25,26,.1);z-index:103}@media only screen and (min-width:1025px){#onboarding .c__aside__content{position:relative;border-radius:0;border-top:0;width:300px;max-width:none;z-index:99}}@media only screen and (min-width:1080px){#onboarding .c__aside__content{width:350px}}@media only screen and (min-width:1201px){#onboarding .c__aside__content{width:370px}}@media only screen and (min-width:1025px){#onboarding .c__aside__content__dropdown{max-height:none}}#onboarding .c__aside__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#666;font-weight:200;font-size:16px}@media only screen and (min-width:1025px){#onboarding .c__aside__title{font-size:24px;color:#18191a;display:block}#onboarding .c__aside__title:after{display:block;content:"";width:80px;height:2px;background-color:#ffc709;margin:16px 0}}#onboarding .c__aside__title .arrow{-webkit-transform:rotate(-180deg)!important;transform:rotate(-180deg)!important;top:0!important}@media only screen and (min-width:1025px){#onboarding .c__aside__title .arrow{display:none!important}}#onboarding .c__aside__subtitle{color:#666}#onboarding .c__aside__value{margin:8px 0 16px;color:#18191a;font-weight:500;overflow:hidden;text-overflow:ellipsis}#onboarding .c__aside__height.--closed{height:0;overflow:hidden}@media only screen and (min-width:1025px){#onboarding .c__aside__height.--closed{height:auto}}#onboarding .c__aside__height p{margin-top:24px;color:#18191a}#onboarding .c__aside__text{margin-bottom:16px}@media only screen and (min-width:1025px){#onboarding .c__aside__text--status:before{content:"";position:absolute;top:16px;right:16px;width:48px;height:48px;background:url(../img/icon-bell.svg) no-repeat 50%;background-size:cover;opacity:.4}}#onboarding .c__aside__advisor{padding:16px;background:#eee;border-radius:8px}#onboarding .c__aside__advisor h3,#onboarding .c__aside__advisor h4,#onboarding .c__aside__advisor p{font-weight:100}#onboarding .c__aside__advisor h3{margin-bottom:16px}#onboarding .c__aside__advisor h4{margin-bottom:24px;position:relative}#onboarding .c__aside__advisor h4:after{content:"";width:24px;height:2px;position:absolute;left:0;bottom:-8px;background:#000}#onboarding .c__aside__advisor__email{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:8px}#onboarding .c__aside__advisor__email .c__link{padding-bottom:0}#onboarding .c__aside__advisor__phone{margin-bottom:8px}#onboarding .c__aside__advisor p svg{position:relative;top:7px}#onboarding .c__accordion{width:calc(100% - 64px);max-width:580px;word-wrap:break-word;margin-left:64px;margin-bottom:16px;border-radius:16px;border-top-left-radius:2px;line-height:1.5;background:#fff;overflow:hidden}#onboarding .c__accordion__item{background:#fff}@media only screen and (min-width:1025px){#onboarding .c__accordion__item{z-index:1}}#onboarding .c__accordion__item--first #onboarding .c__accordion__item__title:after{border:0}#onboarding .c__accordion__item__title{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#666;line-height:16px;cursor:pointer;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}#onboarding .c__accordion__item__title:after{content:"";width:calc(100% - 32px);border-top:1px solid #e2e2e2;position:absolute;top:0;left:16px}#onboarding .c__accordion__item__inside__title{font-weight:700;color:#18191a;padding:32px 32px 0}#onboarding .c__accordion__item__inside__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 32px}#onboarding .c__answer{width:100%}#onboarding .c__avatar{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;z-index:50;background:#18191a;border-radius:50%}#onboarding .c__avatar:before{position:relative;content:url(../img/logo-xp.svg)}#onboarding .c__bubble__content{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:600px;word-break:break-word;margin-bottom:16px;padding:16px;border-radius:16px;border-top-left-radius:2px;line-height:1.5;background-color:#fff;margin-left:64px}#onboarding .c__bubble__content--deactivated{background-color:#fff;opacity:.5;pointer-events:none}#onboarding .c__bubble__content .wallet{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#onboarding .c__bubble__content .wallet__icon{width:50px;height:50px}#onboarding .c__bubble__content .wallet__icon:before{content:url(../img/icon-wallet.svg)}#onboarding .c__bubble__content .wallet:after{content:"Abrir plano de investimentos";margin-left:16px}#onboarding .c__bubble--invert-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#onboarding .c__bubble--invert-button .c__bubble__content,#onboarding .c__bubble--invert-slider .c__bubble__content,#onboarding .c__bubble--invert .c__bubble__content{width:100%;border-top-left-radius:16px;border-bottom-right-radius:2px}@media only screen and (min-width:1025px){#onboarding .c__bubble--invert-button .c__bubble__content,#onboarding .c__bubble--invert-slider .c__bubble__content,#onboarding .c__bubble--invert .c__bubble__content{width:auto}}#onboarding .c__bubble--invert-slider .c__bubble__content{width:100%}#onboarding .c__bubble--user,#onboarding .c__bubble--user-invert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#onboarding .c__bubble--user #onboarding .c__bubble__content{background:#ffc709;width:auto;max-width:500px}#onboarding .c__bubble--user #onboarding .c__bubble__content,#onboarding .c__button{-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;font-weight:500}#onboarding .c__button{width:100%;max-width:280px;background-color:#ffc709;display:inline-block;color:#18191a;text-transform:uppercase;text-decoration:none;padding:16px;margin:0 0 24px;font-size:14px;font-family:Roboto,sans-serif;outline:none;border:2px solid #ffc709;border-radius:2px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}#onboarding .c__button:last-child{margin-bottom:0}@media only screen and (min-width:1025px){#onboarding .c__button{width:auto;padding:16px;margin:0 24px 0 0}#onboarding .c__button:last-child{margin-right:0}}#onboarding .c__button:hover{background-color:#ffdb66;border-color:#ffdb66}#onboarding .c__button:active,#onboarding .c__button:focus{background-color:#f5bc00;border-color:#f5bc00}#onboarding .c__button:disabled{background-color:#eee;border-color:#eee;cursor:default}#onboarding .c__button--secondary{background-color:transparent;border-color:#ffc709}#onboarding .c__button--secondary:active,#onboarding .c__button--secondary:focus{background-color:#f5bc00;border-color:#f5bc00}#onboarding .c__button--btn-email{background:transparent;border-color:#18191a;padding:0 16px;line-height:32px;font-size:12px}#onboarding .c__button--btn-email:before{content:url(../img/mail.svg);position:relative;top:3px}#onboarding .c__link{color:#18191a;text-decoration:none;font-weight:400;font-family:Roboto,sans-serif;padding-bottom:16px;cursor:pointer;line-height:1.8;-webkit-transition:all .3s ease;transition:all .3s ease}#onboarding .c__link__border{border-bottom:1px solid #ffc709;padding-bottom:4px}#onboarding .c__link__border:hover{border-bottom-width:2px;padding-bottom:3px}#onboarding .c__card{line-height:1.5;border:1px solid #e2e2e2;border-top:2px solid #ffc709;border-radius:2px;padding:16px;margin:16px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}@media only screen and (min-width:1025px){#onboarding .c__card{max-width:234px;min-width:234px;margin-right:16px}}#onboarding .c__card__title{font-weight:500;color:#18191a;padding-bottom:8px}#onboarding .c__card__body{color:#666;line-height:16px;line-height:1.5;min-height:80px}@media only screen and (min-width:1025px){#onboarding .c__card__body{min-height:120px}}#onboarding .c__checkbox__content{display:block;position:relative;height:24px;width:24px;min-width:24px;margin-right:16px;cursor:pointer;z-index:1}#onboarding .c__checkbox__content input{position:absolute;opacity:0;cursor:pointer}#onboarding .c__checkbox__content__checkmark{position:absolute;top:0;left:0;min-width:24px;min-height:24px;width:24px;height:24px;border-radius:2px;border:1px solid #b0b0b0;text-align:center;color:#666}#onboarding .c__checkbox__content__checkmark:before{display:block;position:absolute;top:0;left:0;content:"";background-color:#fff;border-radius:2px;z-index:-1;width:24px;height:24px}#onboarding .c__checkbox__content__checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:8px;height:12px;border:1px solid #18191a;border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__checkbox__content--deactivated{background-color:#fff;opacity:.5;pointer-events:none}#onboarding .c__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#onboarding .c__checkbox__content input:checked~.c__checkbox__content__checkmark{border-color:#18191a}#onboarding .c__checkbox__content input:checked~.c__checkbox__content__checkmark:before{background-color:#ffc709;top:1px;left:1px}#onboarding .c__checkbox__content input:checked~.c__checkbox__content__checkmark:after{display:block;z-index:1}#onboarding .c__arrow{will-change:opacity,left,right,transform,margin-left,margin-right,margin-top;width:13px;height:7px;display:inline-block;position:relative}#onboarding .c__arrow:after,#onboarding .c__arrow:before{content:"";display:block;height:7px;width:2px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}#onboarding .c__arrow:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#18191a}#onboarding .c__arrow:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#18191a}#onboarding .c__content{background:#eee;height:calc(100vh - 90px);overflow-y:auto}@media only screen and (min-width:1025px){#onboarding .c__content{height:calc(100vh - 100px)}}#onboarding .c__content__container__content{width:100%;position:relative;max-width:1200px;margin:0 auto}@media only screen and (min-width:1025px){#onboarding .c__content__container__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}#onboarding .c__content__iframe{width:100%;height:100%;position:absolute;top:0;right:0;left:0;z-index:50}#onboarding .c__content__iframe iframe{width:100%;height:100%;border:0}#onboarding .c__content__container{width:100%;max-width:800px;padding:100px 16px 48px}@media only screen and (min-width:1025px){#onboarding .c__content__container{max-width:700px;padding:100px 24px 48px}}@media only screen and (min-width:1201px){#onboarding .c__content__container{max-width:800px;padding:100px 64px 48px}}#onboarding .c__content__asides{max-width:400px;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:104px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media only screen and (min-width:1025px){#onboarding .c__content__asides{max-width:300px}}@media only screen and (min-width:1080px){#onboarding .c__content__asides{max-width:350px}}@media only screen and (min-width:1201px){#onboarding .c__content__asides{max-width:400px}}#onboarding .c__content__asides__content{position:absolute;top:104px;left:0;right:0;bottom:0;-webkit-transition:.6s;transition:.6s}#onboarding .c__content__asides__content--fixed{position:fixed}@media only screen and (min-width:1025px){#onboarding .c__content__asides__content--fixed{z-index:40}}#onboarding .--invisible{display:none}@media only screen and (min-width:1025px){#onboarding .--invisible--desktop{display:none}}@media only screen and (max-width:1024px){#onboarding .--invisible--mobile--and--tablet{display:none}}#onboarding .c__dots--hidden{display:none}#onboarding .c__dots__writing{color:#999;font-size:12px;margin-left:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:48px}#onboarding .c__dots__ellipsis{position:relative;top:0;left:6px}#onboarding .c__dots__ball{position:absolute;left:0;top:0;width:3px;height:3px;background:#999;border-radius:50%;-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}#onboarding .c__dots__ball:first-child{left:6px;-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite;-webkit-animation-delay:.2s;animation-delay:.2s}#onboarding .c__dots__ball:nth-child(2){left:12px;-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes bounce{0%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{top:3px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes bounce{0%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{top:3px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}#onboarding .c__embeded__content__header__close span{will-change:opacity,left,right,transform,margin-left,margin-right,margin-top;width:13px;height:7px;display:inline-block;position:relative}#onboarding .c__embeded__content__header__close span:after,#onboarding .c__embeded__content__header__close span:before{content:"";display:block;height:7px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}#onboarding .c__embeded__content__header__close span:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#18191a}#onboarding .c__embeded__content__header__close span:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#18191a}#onboarding .c__embeded__content__header__close span{width:16px;height:16px}#onboarding .c__embeded__content__header__close span:after,#onboarding .c__embeded__content__header__close span:before{width:2px;height:18px;left:8px}#onboarding .c__embeded__content__header__close span:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__embeded__content__header__close span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#onboarding .c__embeded{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:2147483651;background:rgba(24,25,26,.8);display:none}#onboarding .c__embeded__content{width:320px;position:absolute;top:0;bottom:0;right:-100%;max-width:100%;-webkit-transition:.5s;transition:.5s;z-index:301;-webkit-box-shadow:-5px 0 10px rbna(0,0,0,.1);box-shadow:-5px 0 10px rbna(0,0,0,.1);background:#fff}@media only screen and (min-width:1025px){#onboarding .c__embeded__content{width:480px}}#onboarding .c__embeded__content__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:#18191a;border-bottom:1px solid hsla(0,0%,93.3%,.2)}#onboarding .c__embeded__content__header__close{background:transparent;padding:8px 16px;border:0;cursor:pointer}#onboarding .c__embeded__content__header__close span{width:21px;height:21px}#onboarding .c__embeded__content__header__close span:after,#onboarding .c__embeded__content__header__close span:before{background:#fff;height:21px}#onboarding .c__embeded__content iframe{width:100%;height:calc(100% - 40px);border:0}#onboarding .c__embeded__content--open{right:0}#onboarding .c__embeded--open{display:block}#onboarding .c__graph--invisible{display:none}#onboarding .c__graph{position:relative;min-height:150px}#onboarding .c__graph__legends{position:relative}#onboarding .c__graph__legends p{margin:0 0 16px;padding:0 0 0 16px}#onboarding .c__graph__legends p span{margin-bottom:16px}#onboarding .c__graph__legends__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#onboarding .c__graph__legends__name div{width:8px;height:8px;border-radius:50%;margin-right:16px;position:absolute;left:0}#onboarding .c__graph__legends__value{font-size:21px;color:#666;font-weight:500}#onboarding .c__graph__legends--opacity{opacity:.5}#onboarding .c__graph__values{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#onboarding .c__graph__values__item{position:relative;margin-right:32px}#onboarding .c__graph__values__item h5{color:#666;font-size:14px;font-weight:100;margin-bottom:8px}#onboarding .c__graph__values__item h4{color:#18191a;font-size:18px;font-weight:500}#onboarding .c__header__dropdown--open:after,#onboarding .c__header__dropdown--open:before,#onboarding .c__header__dropdown:after,#onboarding .c__header__dropdown:before{content:"";display:block;position:absolute;width:2px;height:12px;background:#18191a;-webkit-transition:all .3s ease;transition:all .3s ease}#onboarding .c__header__dropdown:before{right:13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__header__dropdown:after{right:21px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#onboarding .c__header__dropdown--open:before{right:13px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#onboarding .c__header__dropdown--open:after{right:21px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__header{position:absolute;top:0;left:0;padding:8px 16px;width:100%;background:#fff;z-index:300;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.2);box-shadow:0 8px 24px 0 rgba(0,0,0,.2)}@media only screen and (min-width:1025px){#onboarding .c__header{padding:8px 0}}#onboarding .c__header__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#onboarding .c__header__dropdown:before{right:30px;top:25px}#onboarding .c__header__dropdown:after{right:37px;top:25px}#onboarding .c__header__dropdown span{color:#b0b0b0;font-size:14px;margin-bottom:8px}#onboarding .c__header__dropdown label{color:#18191a;font-size:16px;font-weight:500}@media only screen and (min-width:1025px){#onboarding .c__header__dropdown{display:none}}#onboarding .c__header__nav{position:relative;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;padding:0 16px;-webkit-transition:.6s;transition:.6s;height:0;overflow:auto}@media only screen and (min-width:1025px){#onboarding .c__header__nav{overflow:inherit}}#onboarding .c__header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1025px){#onboarding .c__header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#onboarding .c__header__nav ul li{list-style:none}#onboarding .c__header__nav--stage{display:block;text-transform:uppercase;color:#b0b0b0;font-size:14px;padding:24px 8px 8px}@media only screen and (min-width:1025px){#onboarding .c__header__nav--stage{display:none}}#onboarding .c__header__nav--open{height:calc(100vh - 62px)}@media only screen and (min-width:1025px){#onboarding .c__header__nav{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#onboarding .c__header__progress{width:100%;height:2px;background:var(--progress-status);position:absolute;bottom:-2px;left:0;right:0;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.onboarding_block_body .c__header{z-index:0!important}#onboarding .c__input{display:inline-block;position:relative}#onboarding .c__input--money #onboarding .c__input__money{font-size:24px;color:#18191a;position:absolute;top:4px}#onboarding .c__input--money #onboarding .c__input__text{padding-left:32px}#onboarding .c__input__text{border:0;font-size:24px;color:#18191a;border-bottom:1px solid #18191a;padding:8px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}@media only screen and (min-width:1025px){#onboarding .c__input__text{max-width:600px}}#onboarding .c__item--checked a:before,#onboarding .c__item--lock a:before,#onboarding .c__item--unlock a:before{position:relative;width:16px;height:16px;margin-right:8px}#onboarding .c__item{font-size:14px;color:#999;padding:16px 0;position:relative;display:inline-block}#onboarding .c__item a{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;padding:8px 16px;pointer-events:none}#onboarding .c__item__helper{display:none}@media only screen and (min-width:1025px){#onboarding .c__item{padding:16px}#onboarding .c__item:first-child{padding-left:0}#onboarding .c__item:after{position:absolute;top:50%;right:-8px;content:"";background:#e2e2e2;width:16px;height:1px;z-index:0}#onboarding .c__item:last-child:after{content:none}#onboarding .c__item__helper{position:absolute;width:190px;margin-top:2px;background:#fff;z-index:1;-webkit-box-shadow:0 4px 10px 0 rgba(10,31,68,.1),0 0 1px 0 rgba(10,31,68,.08);box-shadow:0 4px 10px 0 rgba(10,31,68,.1),0 0 1px 0 rgba(10,31,68,.08)}#onboarding .c__item__helper__wrapper{padding:24px 16px}#onboarding .c__item__helper__title{display:block;color:#18191a}#onboarding .c__item__helper__text{margin-top:8px}}#onboarding .c__item--active a{padding:8px 16px;color:#18191a;background:#eee;border-radius:20px;position:relative;cursor:pointer}#onboarding .c__item--unlock a{cursor:pointer}#onboarding .c__item--unlock a:before{content:url(../img/icon-unlock.svg)}#onboarding .c__item--lock{cursor:not-allowed}#onboarding .c__item--lock a{pointer-events:none}#onboarding .c__item--lock a:before{content:url(../img/icon-lock.svg)}#onboarding .c__item--lock:hover #onboarding .c__item__helper{display:block;padding:16px}@media only screen and (min-width:1025px){#onboarding .c__item--lock:hover #onboarding .c__item__helper{padding:0}}#onboarding .c__item--checked a{cursor:pointer}#onboarding .c__item--checked a:before{content:url(../img/icon-check.svg)}.c__modal__onboarding__dialog__title__close span{will-change:opacity,left,right,transform,margin-left,margin-right,margin-top;width:13px;height:7px;display:inline-block;position:relative}.c__modal__onboarding__dialog__title__close span:after,.c__modal__onboarding__dialog__title__close span:before{content:"";display:block;height:7px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.c__modal__onboarding__dialog__title__close span:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#18191a}.c__modal__onboarding__dialog__title__close span:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#18191a}.c__modal__onboarding__dialog__title__close span{width:16px;height:16px}.c__modal__onboarding__dialog__title__close span:after,.c__modal__onboarding__dialog__title__close span:before{width:2px;height:18px;left:8px}.c__modal__onboarding__dialog__title__close span:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c__modal__onboarding__dialog__title__close span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.c__modal__onboarding{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:2147483650;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1025px){.c__modal__onboarding{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.c__modal__onboarding__dialog{position:relative;width:100%;max-width:1200px;background:#fff}.c__modal__onboarding__dialog__title{padding:29px;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;top:0;left:0;right:0;z-index:2}.c__modal__onboarding__dialog__title__close{position:relative;cursor:pointer}.c__modal__onboarding__dialog__title__close span:after,.c__modal__onboarding__dialog__title__close span:before{background:#fff}.c__modal__onboarding__dialog__title__close:hover span:after,.c__modal__onboarding__dialog__title__close:hover span:before{background:#ffc709}.c__modal__onboarding__dialog__content{max-height:calc(100vh - 167px);overflow-y:auto}@media only screen and (min-width:1025px){.c__modal__onboarding__dialog__content{overflow-y:hidden}}.c__modal__onboarding__dialog__footer{padding:16px;font-size:14px}@media only screen and (min-width:1025px){.c__modal__onboarding__dialog__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.c__modal__onboarding__dialog__footer__value{padding:10px 0}@media only screen and (min-width:1025px){.c__modal__onboarding__dialog__footer__value{padding:0}}.c__modal__onboarding__dialog__footer__value strong{margin-left:8px;font-size:24px}.c__modal__onboarding--open{display:-webkit-box;display:-ms-flexbox;display:flex}#onboarding .c__radio__content{display:block;position:relative;height:24px;width:24px;min-width:24px;margin-right:16px;cursor:pointer;z-index:1}#onboarding .c__radio__content input{position:absolute;opacity:0;cursor:pointer}#onboarding .c__radio__content__checkmark{position:absolute;top:0;left:0;min-width:24px;min-height:24px;width:24px;height:24px;border-radius:2px;border:1px solid #b0b0b0;text-align:center;color:#666}#onboarding .c__radio__content__checkmark:before{display:block;position:absolute;top:0;left:0;content:"";background-color:#fff;border-radius:2px;z-index:-1;width:24px;height:24px}#onboarding .c__radio__content__checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:8px;height:12px;border:1px solid #18191a;border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__radio__content--deactivated{background-color:#fff;opacity:.5;pointer-events:none}#onboarding .c__radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}input:checked~#onboarding .c__radio__content__checkmark{border-color:#18191a;color:#18191a}input:checked~#onboarding .c__radio__content__checkmark:before{background-color:#ffc709;top:1px;left:1px}#onboarding .c__slider{width:100%;max-width:600px;min-width:250px}@media only screen and (min-width:769px){#onboarding .c__slider{min-width:400px}}@media only screen and (min-width:1025px){#onboarding .c__slider{min-width:500px}}#onboarding .c__slider__values{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#onboarding .c__slider__values--curr{text-align:center;font-size:14px;font-weight:700}@media only screen and (min-width:1025px){#onboarding .c__slider__values--curr{font-size:21px}}#onboarding .c__slider__values--max,#onboarding .c__slider__values--min{color:#b0b0b0;font-size:12px}#onboarding .c__slider__content{position:relative}#onboarding .c__slider__content__range{position:relative;display:inline-block;width:100%;margin:16px 0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#onboarding .c__slider__content__range::-webkit-slider-thumb{position:relative;width:16px;height:16px;margin-top:-8px;color:transparent;background:#ffc709;border:0;border-radius:50%;cursor:pointer;z-index:1;-webkit-appearance:none;appearance:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#onboarding .c__slider__content__range::-webkit-slider-thumb:focus,#onboarding .c__slider__content__range::-webkit-slider-thumb:hover{outline:none;-webkit-box-shadow:rgba(255,199,9,.2) 0 0 0 8px;box-shadow:0 0 0 8px rgba(255,199,9,.2)}#onboarding .c__slider__content__range::-moz-range-thumb{position:relative;width:16px;height:16px;margin-top:-8px;color:transparent;background:#ffc709;border:0;border-radius:50%;cursor:pointer;z-index:1;-moz-appearance:none;appearance:none;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#onboarding .c__slider__content__range::-moz-range-thumb:focus,#onboarding .c__slider__content__range::-moz-range-thumb:hover{outline:none;box-shadow:0 0 0 8px rgba(255,199,9,.2)}#onboarding .c__slider__content__range::-ms-thumb{position:relative;width:16px;height:16px;margin-top:-8px;color:transparent;background:#ffc709;border:0;border-radius:50%;cursor:pointer;z-index:1;appearance:none;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;transform:none}#onboarding .c__slider__content__range::-ms-thumb:focus,#onboarding .c__slider__content__range::-ms-thumb:hover{outline:none;box-shadow:0 0 0 8px rgba(255,199,9,.2)}#onboarding .c__slider__content__range::-webkit-slider-runnable-track{width:100%;height:4px;color:transparent;background:#e2e2e2;border:0;-webkit-appearance:none;appearance:none}#onboarding .c__slider__content__range::-moz-range-track{width:100%;height:4px;color:transparent;background:#e2e2e2;border:0;-moz-appearance:none;appearance:none}#onboarding .c__slider__content__range::-ms-track{width:100%;height:4px;color:transparent;background:#e2e2e2;border:0;appearance:none}#onboarding .c__slider__content__range::-ms-fill-lower{background:#ffc709}#onboarding .c__slider__content__range::-ms-fill-upper{background:#e2e2e2}#onboarding .c__slider__content__range:focus,#onboarding .c__slider__content__range:hover{outline:none}#onboarding .c__slider__content span{width:100%;height:4px;color:transparent;background:#e2e2e2;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;content:"";position:absolute;top:16px;left:0;background:#ffc709;width:0}#onboarding .c__spinner{background:hsla(0,0%,100%,.8);z-index:500;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;display:none}#onboarding .c__spinner__content{text-align:center}#onboarding .c__spinner__content__circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;max-width:80px;max-height:80px;width:80px;height:80px;z-index:10}@media only screen and (min-width:1025px){#onboarding .c__spinner__content__circular{max-width:100px;max-height:100px;width:100px;height:100px}}#onboarding .c__spinner__content__circular .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#ffc709}#onboarding .c__spinner--blank{background:#fff}#onboarding .c__spinner--fixed{position:fixed}#onboarding .c__spinner--small #onboarding .c__spinner__content__circular{max-width:60px;max-height:60px}#onboarding .c__spinner--absolute{position:absolute}#onboarding .c__spinner--relative{position:relative}#onboarding .c__spinner--open{display:-webkit-box;display:-ms-flexbox;display:flex}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}#onboarding .c__table{position:relative}#onboarding .c__table__content{width:100%;overflow-x:auto}#onboarding .c__table__content__header caption{padding:24px;background:#18191a;color:#fff;font-size:24px;text-align:left;position:fixed;top:0;left:0;right:0}@media only screen and (min-width:1025px){#onboarding .c__table__content__header caption{position:relative}}#onboarding .c__table__content__header thead{background:#e2e2e2}#onboarding .c__table__content__header thead th{text-align:left;padding:16px;font-weight:100;color:#666}@media only screen and (min-width:1025px){#onboarding .c__table__content__header thead th{padding:24px}}#onboarding .c__table__content table{width:100%;border-collapse:separate;border-spacing:0 .5rem;table-layout:fixed}@media only screen and (min-width:1025px){#onboarding .c__table__content table{border-collapse:collapse;border-spacing:0;background:#eee}}#onboarding .c__table__content__body{width:100%}@media only screen and (min-width:1025px){#onboarding .c__table__content__body{height:400px;overflow-y:scroll}}#onboarding .c__table__content__body tr{background:#eee}#onboarding .c__table__content__body tr td{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e2e2e2}#onboarding .c__table__content__body tr td:before{content:attr(data-label);float:left;font-weight:500}@media only screen and (min-width:1025px){#onboarding .c__table__content__body tr td{display:table-cell;text-align:left}#onboarding .c__table__content__body tr td:before{content:"";float:none}}#onboarding .c__table__content__body tr td .productName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:200px}#onboarding .c__table__content__body tr td .productRisc{display:block;font-size:12px;font-weight:600}#onboarding .c__table__content__body tr td .c__button{text-align:center}#onboarding .c__table__content__body tr td label{font-size:12px;font-weight:700}::-webkit-scrollbar{width:4px;max-height:4px}::-webkit-scrollbar-track{background:#e2e2e2}::-webkit-scrollbar-thumb{background:#ffc709}#onboarding .c__ted__content__close span{will-change:opacity,left,right,transform,margin-left,margin-right,margin-top;width:13px;height:7px;display:inline-block;position:relative}#onboarding .c__ted__content__close span:after,#onboarding .c__ted__content__close span:before{content:"";display:block;height:7px;border-radius:2px;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}#onboarding .c__ted__content__close span:before{left:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#18191a}#onboarding .c__ted__content__close span:after{right:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#18191a}#onboarding .c__ted__content__close span{width:16px;height:16px}#onboarding .c__ted__content__close span:after,#onboarding .c__ted__content__close span:before{width:2px;height:18px;left:8px}#onboarding .c__ted__content__close span:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#onboarding .c__ted__content__close span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#onboarding .c__ted{position:fixed;background:rgba(24,25,26,.8);top:0;bottom:0;right:0;left:0;z-index:2147483650}@media only screen and (min-width:1025px){#onboarding .c__ted{background:rgba(24,25,26,.5)}}#onboarding .c__ted__content{position:absolute;right:-100%;top:0;bottom:0;width:320px;background:#fff;padding:24px;-webkit-transition:.6s;transition:.6s}@media only screen and (min-width:1025px){#onboarding .c__ted__content{width:480px}}#onboarding .c__ted__content__close{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}#onboarding .c__ted__content__data{position:relative}#onboarding .c__ted__content__data h2{font-weight:100;font-size:24px;line-height:1.33}@media only screen and (min-width:1025px){#onboarding .c__ted__content__data h2{font-size:32px}}#onboarding .c__ted__content__data p{font-family:Roboto,sans-serif;font-size:16px;margin:24px 0;line-height:1.5}#onboarding .c__ted__content--open{right:0}#onboarding .c__terms__content{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;padding:16px;border-radius:16px;border-top-left-radius:2px;line-height:1.5}#onboarding .c__terms,#onboarding .c__terms__content{max-width:600px;margin-bottom:16px;background-color:#fff}#onboarding .c__terms{margin-left:64px}#onboarding .c__terms__content{padding:0;margin:16px 16px 0;height:200px;overflow-y:auto}#onboarding .c__terms__check{padding:16px;border-top:1px solid #b0b0b0;display:-webkit-box;display:-ms-flexbox;display:flex}#onboarding .c__video iframe{border:0;width:100%;height:250px}