.steps-banner{position:relative;z-index:9;display:grid;grid-template-columns:var(--columns-two);grid-gap:5%;background:var(--clr-white);margin-top:0;margin-bottom:0}.steps-banner__title-heading{margin-top:1.6rem;margin-bottom:4rem}.steps-banner__steps{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:5%}.steps__item{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.steps__item--big{grid-row:span 2}.steps__item-image img{height:100%;width:auto}.steps__item-title{font-weight:700;line-height:1.25;font-size:var(--txt-title);min-height:max-content}.steps__item-link-text{font-size:var(--txt-description);line-height:1.1;color:var(--clr-muted);display:block}.steps__item-text{display:flex}.steps-banner .btn{display:flex;width:100%;align-items:center;font-size:1.1em}@media only screen and (max-width: 1200px){.steps-banner{grid-gap:min(10%,2.6rem)}}@media only screen and (max-width: 1000px){.steps-banner{display:block;padding:var(--box-space-top) var(--padding-section);gap:12rem;font-size:1.8rem}.steps-banner__steps{grid-template-columns:repeat(2,calc(50% - 3rem));grid-gap:2.4rem 6rem;margin-top:4rem}.steps__item-image img{height:10rem;width:auto}.steps__item{grid-template-rows:10rem repeat(3,auto);font-size:1.8rem;max-width:100%}.steps__item>*{max-width:100%}.steps__item .btn{padding-left:0}.steps-banner__title{padding-left:0;padding-right:0}.steps-banner__title a{padding-left:0}.steps__item-image{max-width:100%}.steps-banner__link-svg{margin-left:1.2rem}.steps__item-title{margin-top:1.2rem;height:auto}.steps__item-link-text{height:auto}.steps__item:nth-child(5){grid-column:1 / span 1;grid-row:2 / span 1}.steps__item:nth-child(6){grid-column:2 / span 1;grid-row:2 / span 1}.steps__item:nth-child(7){grid-column:1 / span 1;grid-row:4 / span 1}}.trade{background-image:url(/images/ebook/trade.webp);background-size:cover;background-position:center center;color:var(--clr-muted);display:grid;grid-template-columns:var(--columns-two);grid-gap:5%}.trade__header{display:flex;flex-direction:column;align-content:space-between;height:100%;max-width:33rem}.trade__header-button{margin-top:auto;padding:1.4rem 2.4rem}.trade__header-description{font-size:var(--txt-description);color:var(--clr-muted);margin-top:auto}.trade__content{width:100%;display:flex;flex-direction:column;gap:var(--gap-grid);color:var(--clr-primary)}.trade__row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--gap-grid)}.trade__item{display:flex;flex-direction:column;color:var(--clr-primary)}.trade__item-header{display:flex}.trade__item-title{font-size:var(--txt-subtitle);word-break:break-word;font-weight:700}.trade__item-icon{width:2.1rem;height:3.1rem;margin-right:1rem;margin-bottom:auto}.trade__item-description{font-size:var(--txt-description);padding-left:3.1rem;margin-bottom:2rem;word-break:break-word}.trade__footer-button{display:none}@media only screen and (max-width: 1000px){.trade{display:flex;flex-direction:column}.trade__header-button{display:none}.trade__footer-button{display:inline-block;margin-top:.6rem;margin-right:auto}.trade__content{display:grid;grid-template-columns:repeat(2,1fr);margin-top:2.4rem;margin-bottom:2.4rem}.trade__row{display:contents}.trade__item-header{margin-bottom:0}.trade__header{max-width:100%}.trade__header-description{font-size:2rem}.trade__item-title{height:auto}.trade__row:first-child .trade__item-header:last-child{grid-column:1 / span 1;grid-row:3 / span 1}.trade__row:nth-child(2) .trade__item-description:last-child{grid-column:1 / span 1;grid-row:4 / span 1}.trade__row:nth-child(4) .trade__item-description:first-child{grid-column:2 / span 1;grid-row:4 / span 1}.trade__item-description{margin-bottom:1.6rem}}@media only screen and (max-width: 450px){.trade__item-icon{width:1.5rem;height:2.3rem}.trade__item-description{padding-left:2.3rem}}.trade-banner{background-image:url(/images/trade-banner/bg-at.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}.trade-banner--mt4{background-image:url(/images/trade-banner/bg-mt4.webp)}.trade-banner--mt5{background-image:url(/images/trade-banner/bg-mt5.webp)}.trade-banner--tradingview{background-image:url(/images/trade-banner/bg-trading-view.webp)}.trade-banner__container{display:grid;grid-template-columns:1fr 2.3fr}.trade-banner__img{position:absolute;top:0;bottom:0;right:0;left:0;max-width:107%;max-height:107%}.trade-banner__left{display:flex;flex-direction:column}.trade-banner__right{margin-top:-4%;width:107%;position:relative;padding-top:72.48%;z-index:5}.trade-banner__title{margin-top:6.5rem;margin-bottom:5.5rem}.trade-banner__btns{display:block;width:100%;margin-top:10rem}.trade-banner__btn{padding:2rem 3.5rem}.trade-banner__buttons{display:flex;gap:1.2rem;flex-wrap:wrap;margin-bottom:7.8rem}.trade-banner__button{padding:var(--padding-btn);border-radius:var(--border-radius-btn);font-size:var(--font-size-btn);font-weight:700;color:var(--clr-white);background-color:transparent;border:1px solid var(--clr-white);margin-right:1.2rem;margin-bottom:1.2rem;transition:color .3s,border .3s}.trade-banner__button:hover{color:var(--clr-secondary);border-color:var(--clr-secondary)}.trade-banner__button--active{color:#002857;background-color:var(--clr-white)}.trade-banner__text{display:none;margin-bottom:var(--txt-title-space);font-size:var(--txt-description);color:var(--clr-muted)}.trade-banner__text--active{display:block}@media only screen and (max-width: 1000px){.steps-banner__title-heading{margin-bottom:var(--m-bottom);margin-top:0}.steps-banner__steps{margin-top:0}.trade-banner__title{margin-top:0;margin-bottom:2.4rem}.trade-banner__container{padding:0;grid-template-columns:100%}.trade-banner{width:100%;background:linear-gradient(to bottom,#0f4177,#011d3f 80%);background-repeat:no-repeat;background-position:center center;background-size:cover}.trade-banner__right{width:calc(100% + 7rem);margin-left:-3.5rem;margin-top:-5rem;padding-top:83%}.trade-banner__img{margin-top:0;width:100%;max-height:100%;top:7rem}.trade-banner__buttons{width:100%;gap:0;margin-bottom:.8rem}.trade-banner__button{font-size:1em;padding:.8rem 1.5rem}.trade-banner__btns{margin-top:var(--box-space-top)}.trade-banner__btns .btn{margin-right:auto;display:inline-block}.trade-banner__text{font-size:var(--txt-description)}.trade-banner__left{position:relative;z-index:10}.trade-banner{background-image:url(/images/trade-banner/bg-mobile-at.webp)}.trade-banner--mt4{background-image:url(/images/trade-banner/bg-mobile-mt4.webp)}.trade-banner--mt5{background-image:url(/images/trade-banner/bg-mobile-mt5.webp)}.trade-banner--tradingview{background-image:url(/images/trade-banner/bg-mobile-trading-view.webp)}}.trade-safely--de .trade-safely__item-title{height:8.5rem}.trade-safely__title{display:flex;justify-content:center;margin-bottom:6rem;line-height:1.25}.trade-safely__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6rem}.trade-safely__item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.trade-safely__item-title{font-size:var(--txt-subtitle);color:var(--clr-primary);margin-bottom:1.5rem;font-weight:700;height:5.5rem}.trade-safely__img{aspect-ratio:16 / 9;width:100%;object-fit:cover;border-radius:3rem;margin-bottom:5rem}.trade-safely__description{font-size:2.1rem;color:var(--clr-muted)}.trade-safely__buttons{margin-top:9rem;display:flex;justify-content:center}.trade-safely__button{padding:2rem 3.5rem}.trade-safely__buttons .btn{white-space:break-spaces}.trade-safely__image{position:relative;display:flex;align-items:center;height:40rem;margin-bottom:8rem}.trade_safely__img--1{height:calc(100% - 3rem);animation:bounse linear 4s infinite}.trade_safely__img--2{height:calc(100% - 3rem);animation:bounse linear 4s infinite .75s}.trade_safely__img--3{height:calc(100% - 3rem);animation:bounse linear 4s infinite .25s}.trade_safely__img--4{height:70%;animation-delay:1s;animation:bounse linear 4s infinite .5s}.trade_safely__img{display:block;width:auto;object-fit:cover}@keyframes bounse{0%{transform:translateY(0)}50%{transform:translateY(20%)}to{transform:translateY(0)}}@media only screen and (max-width: 1000px){.trade-safely.section{padding:3.6rem var(--padding-section) 0}.trade-safely__list{grid-template-columns:repeat(2,1fr);gap:var(--gap-grid)}.trade-safely__item{text-align:left}.trade-safely__title{text-align:left;width:100%;justify-content:flex-start;margin-bottom:2.4rem}.trade-safely__description{font-size:1em;width:100%;display:inline-block}.trade-safely__buttons{margin-top:2.4rem}.trade-safely__img{width:70%;height:auto}.trade-safely__image{height:28rem;margin-bottom:6rem}.trade-safely__item-title{width:100%;height:6.5rem}.trade-safely--de .trade-safely__item-title{height:6.5rem}}@media only screen and (max-width: 450px){.trade-safely__list{grid-template-columns:100%}.trade-safely__item{text-align:center}}.covered{padding-bottom:20%;background-image:url(/images/covered/bg.webp);background-repeat:no-repeat;background-position:0 0;background-size:cover;background-color:var(--clr-black);position:relative;margin:0 auto;overflow-x:hidden}.covered__animation{flex:0 1 45%;display:flex;z-index:10;margin-right:auto;margin-top:0;position:absolute;right:7.5%;width:45%;max-width:80rem;max-height:85rem;z-index:1}.covered__container{width:100%;margin-left:auto;margin-right:auto}.covered__title{margin-bottom:5rem;margin-top:5rem}.covered__subtitle{font-size:2.2rem;font-weight:700;margin-bottom:5rem;color:var(--clr-white)}.covered__body{display:flex;width:36%}.covered__content{width:100%}.covered__text-container{color:var(--clr-muted);margin-bottom:5rem;font-size:var(--txt-description)}.covered__buttons{display:flex;justify-content:center;align-items:center;gap:7rem}.covered__btn{padding:1.5rem 4.5rem}.covered__btn-svg{display:flex;align-items:center;font-size:2.5rem;font-weight:700}.covered__svg-container{display:flex;justify-content:center;align-items:center;width:8rem;height:8rem;color:#00d49a;margin-right:2rem;background:var(--clr-secondary);border-radius:50rem}.covered__tags{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.covered__tag{border:1px solid var(--clr-muted);padding:1rem 2.4rem;border-radius:3rem;color:var(--clr-white);cursor:pointer;transition:color.3s,border .3s}.covered__tag:hover{color:var(--clr-secondary);border-color:var(--clr-secondary)}.covered__bottom{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:5}.covered__bottom-text{font-size:.9em;margin-top:5rem;color:var(--clr-muted);width:33%}.animation__container{position:relative;width:100%;height:0;padding-top:110%;z-index:100}.animation__image{position:absolute;top:0;left:0;width:auto}.animation__image--human{width:42%;opacity:0}.animation__image--man{left:-35%;top:0;width:42%;z-index:25}.animation__image--woman{left:-35%;top:auto;bottom:0;z-index:25}.animation__image--girl{left:auto;bottom:0;right:-35%;top:33%;z-index:20}.animation__image-icon{position:absolute;opacity:0}.animation__image-icon--phone{width:20.5%;left:42%;top:auto;bottom:0;z-index:22}.animation__image-icon--mail{width:18%;right:-8%;left:auto;top:auto;bottom:0;z-index:22}.animation__image-icon--clock{width:16.5%;left:55%;top:0;z-index:27}.animation__image-icon--chat{width:17.5%;left:5.2%;top:0;z-index:27}.animation__container--animation .animation__image--man{animation:covered-man .75s forwards}.animation__container--animation .animation__image--woman{animation:covered-woman .75s forwards;animation-delay:.2s}.animation__container--animation .animation__image--girl{animation:covered-girl .75s forwards;animation-delay:.4s}.animation__container--animation .animation__image-icon--clock{animation:covered-clock .75s forwards;animation-delay:.2s}.animation__container--animation .animation__image-icon--chat{animation:covered-chat .75s forwards;animation-delay:.4s}.animation__container--animation .animation__image-icon--mail{animation:covered-mail .75s forwards;animation-delay:.6s}.animation__container--animation .animation__image-icon--phone{animation:covered-phone .75s forwards;animation-delay:.8s}@media only screen and (max-width: 1550px){.covered{padding-bottom:17%}}@media only screen and (max-width: 1350px){.covered{padding-bottom:11rem}}@media only screen and (max-width: 1000px){.covered__title,.covered__subtitle,.covered__text-container{margin-bottom:2.4rem}.covered__title{margin-top:0}.covered__subtitle{font-size:2rem}.covered{padding:0 2rem 1.6rem;background-image:unset;background-position:top right;background-repeat:no-repeat}.covered__content{padding:4rem 0 0}.covered__subtitle{margin-bottom:2rem}.covered__buttons{display:flex;justify-content:space-between;align-items:center}.covered__bottom{display:block}.covered__body{flex-direction:column;width:100%}.covered__container{padding:0}.covered__animation{position:relative;flex:0 1 100%;width:90%;right:0;min-height:30rem;margin-left:0;margin-top:2.6rem;margin-bottom:2.6rem}.covered__bottom-text{width:100%;margin-top:2.4rem;font-size:.9em}}@media only screen and (max-width: 450px){.covered__animation{min-height:20rem}}@keyframes covered-man{0%{opacity:0;transform:none}to{opacity:1;transform:translate(125%)}}@keyframes covered-woman{0%{opacity:0;transform:none}to{opacity:1;transform:translate(100%)}}@keyframes covered-girl{0%{opacity:0;transform:none}to{opacity:1;transform:translate(-85%)}}@keyframes covered-phone{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(-155%)}}@keyframes covered-mail{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(-150%)}}@keyframes covered-clock{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(165%)}}@keyframes covered-chat{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(275%)}}.hero{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;background-image:url(/images/ebook/hero.webp);background-size:cover;background-position:center center;padding:var(--hero-padding);display:grid;grid-template-columns:repeat(2,1fr)}.hero__left{width:43.3rem;display:flex;flex-direction:column;margin-right:4.8rem;grid-column:1 / span 1}.hero__right{width:max(60%,40rem);margin-left:auto;grid-row:1 / span 2;grid-column:2 / span 1}.hero__logo{width:21.2rem;height:2.7rem;margin-bottom:5rem}.hero__title{font-size:4.6rem;margin:auto 0 3rem}.hero__description{font-size:2.4rem;color:var(--clr-muted)}.hero__trustpilot{display:flex;font-size:1.4rem;color:var(--clr-white);margin-bottom:auto;margin-top:3rem}.hero__trustpilot--text{margin-right:1.4rem}.hero__footer{display:flex;font-size:1.4rem;color:#f9e9b8;margin-top:3.2rem}.hero__footer-icon{margin-left:1rem;width:1.8rem;height:2.2rem}.hero__trustpilot{margin-left:-1rem}.trustpilot-widget{min-height:5rem}.trustpilot-widget iframe{display:none}@media only screen and (max-width: 1000px){.hero{background-image:url(/images/ebook/hero_m.webp);background-position:center center}.hero__right{width:100%;grid-column:1 / -1;grid-row:2 / span 1}.hero__logo{grid-column:1 / -1;grid-row:1 / span 1;margin-bottom:2.4rem}.hero__left{width:100%;order:3;grid-column:1 / -1;grid-row:3 / span 1;margin-top:1.8rem;margin-right:auto}.hero__title{display:none}.hero__trustpilot{margin-top:1.8rem}.hero__description{font-size:1.8rem}.hero__footer-icon{margin-top:-.3rem}.hero__footer{margin-top:1.8rem}}@media only screen and (max-width: 500px){.hero__trustpilot{margin-left:-3.4rem}}.form{width:100%;background-color:var(--clr-white);padding:2.4rem 2.4rem 3.6rem;border-radius:.8rem;font-size:1.8rem;position:relative}.form__title{font-size:2.4rem;width:100%}.form__header{display:flex;margin:1.6rem 0 2.6rem}.form__header-title{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.5ch;margin-right:2ch}.form__country{flex:1}.form__label{color:#bfbfbf;grid-column:span 2;margin-bottom:.5rem;font-size:.8em}.form__item-button{font-size:1.5rem;color:var(--clr-primary);padding:.3rem 1.7rem;border-radius:6rem;border:.1rem solid #949494;text-align:center;cursor:pointer;max-height:2.485rem;margin-bottom:auto;transition:color .3s,border .3s}.form__item-button:hover{color:var(--clr-secondary);border-color:var(--clr-secondary)}.form__item-button--active{color:var(--clr-white);background-color:var(--clr-primary);border-color:var(--clr-primary);cursor:default}.form__item-button--active:hover{color:var(--clr-secondary);border-color:var(--clr-primary)}.form__content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.2ch 2ch}.form__item{outline:none;border:none;border-bottom:.1rem solid #949494;padding:.4rem 0;grid-column:span 2;width:100%}.form__item::placeholder{color:#a1a1a1}.form__row{grid-column:span 2;position:relative}.form__row--xl{grid-column:1 / -1}.form__row--md{grid-column:span 3}.form__row--sm{grid-column:span 1}.form__concent{display:flex;gap:1.6rem;margin-top:3.2rem;margin-bottom:1.6rem;font-size:1.3rem;color:var(--clr-muted)}.form__concent--error .form__concent-button{border-color:red}.form__concent-button{width:6rem;min-width:6rem;height:3rem;padding:.2rem 1.3rem;border:.1rem solid #949494;border-radius:6rem;display:flex;cursor:pointer;transition:background-color .3s}.form__concent-button svg{width:1.6rem;height:1.6rem;margin:auto;fill:var(--clr-muted);transition:fill .3s}.form__concent-button:hover svg{fill:var(--clr-secondary)}.form__concent-button--active{background-color:var(--clr-primary)}.form__concent-button--active svg{fill:var(--clr-white)}.form__footer{display:flex}.form__btn{margin-left:auto;margin-right:auto;cursor:pointer}.form__selector{cursor:pointer;position:relative}.form__dropdown{display:none}.form__dropdown--active{position:absolute;display:flex;flex-direction:column;top:0;left:0;right:0;max-height:35rem;overflow-y:auto;scrollbar-width:thin;background-color:var(--clr-white);color:var(--clr-primary);z-index:15;box-shadow:0 0 .4rem var(--clr-muted);border-radius:.5rem;font-weight:500}.form__dropdown--active::-webkit-scrollbar{width:.7rem;height:.4rem;position:relative;background-color:var(--clr-muted)}.form__dropdown--active::-webkit-scrollbar-thumb{background:var(--clr-primary)}.form__dropdown-item{padding:.4rem 1.6rem;margin-bottom:.4rem;border-bottom:.1rem solid #ededed}.form__loader{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#76767699;display:flex;z-index:15}.form__loader svg{width:40%;margin:auto}.invalid{position:absolute;top:100%;margin-top:.2rem;z-index:10;background-color:var(--clr-white);padding-bottom:.4rem;border-radius:0 .6rem .6rem 0}.form .form__row p.invalid{font-size:1.2rem;line-height:1.2rem}@media only screen and (max-width: 1600px){.form__concent{font-size:1rem;line-height:1.4rem}}@media only screen and (max-width: 1000px){.form__concent{font-size:1rem;line-height:1.3rem}.form__concent-button{margin-right:2ch}.form__header-title{gap:0 1ch}.form{padding:2.4rem 1.6rem}.form__title{text-align:center;max-width:70%;margin-left:15%}.form__item{font-size:1.8rem}.form__dropdown-item{font-size:1.5rem;padding:.4rem .6rem}.form__dropdown--active{left:-6rem}}p.invalid.svelte-x2gjbb{font-size:14px}p.valid.svelte-x2gjbb{display:inline}p.invalid.svelte-5w1z0p{color:red;margin:0;font-size:14px}
