.ol28o90{background-color:var(--section-blue)}.ol28o91{background-color:var(--section-yellow)}.ol28o92{background-color:var(--section-pink)}.ol28o93{background-color:var(--gray-midlight)}.ol28o94{background-color:var(--black)}.ol28o95{background:var(--gradient-premium)}.ol28o96{background:var(--gradient-premium-center)}.ol28o97{background:var(--gradient-premium-inverted)}.ol28o98{border-color:var(--gray-midlight)}.ol28o99{border-color:var(--light-blue)}.ol28o9a{border-color:var(--black)}.ol28o9b{border-color:var(--section-yellow)}.ol28o9c{border-color:var(--white)}.ol28o9d{border-color:transparent}.ol28o9e{border-width:4px;border-style:solid;border-radius:16px;padding:32px}.ol28o9f{align-items:center;width:100%;display:flex;flex-direction:column;gap:12px;padding:8px}.ol28o9g{width:90%;margin:0 auto;max-width:1140px;padding:48px 0}.ol28o9h{display:flex;gap:32px;justify-content:space-between;align-items:center;flex-direction:column}.ol28o9j{margin-bottom:32px}.ol28o9k,.ol28o9l{flex:1 1}.ol28o9m{order:0}.ol28o9n{order:1}.ol28o9o{font-weight:700;margin-bottom:16px}@media screen and (min-width:768px){.ol28o9g{padding:64px 0}.ol28o9j{margin-bottom:64px}}@media screen and (min-width:1024px){.ol28o9h{flex-direction:row;align-items:center;gap:64px}.ol28o9m,.ol28o9n{order:2}}@media screen and (min-width:992px){.ol28o9i{flex-direction:row-reverse}}.checkbox{position:relative;margin-bottom:16px}.checkbox__wrapper{display:flex;align-items:flex-start}.checkbox input{display:none}.checkbox__label{display:inline-block;margin-left:16px}.checkbox__checkbox{position:relative;width:24px;height:24px;border:var(--form-border);border-radius:calc(var(--border-radius) * .5);color:var(--form-color);background:var(--form-background);font-size:var(--form-font-size);font-weight:var(--form-font-weight);transition:var(--transition);cursor:pointer}.checkbox__checkbox.primary{background:var(--primary);border-color:var(--primary)}.checkbox__checkbox.secondary{background:var(--secondary);border-color:var(--secondary)}.checkbox__checkbox.tertiary{background:var(--tertiary);border-color:var(--tertiary)}.checkbox__checkbox.accent{background:var(--brand);border-color:var(--brand)}.checkbox__checkbox.success{background:var(--success);border-color:var(--success)}.checkbox__checkbox.warning{background:var(--warning);border-color:var(--warning)}.checkbox__checkbox.error{border-color:var(--danger)}.checkbox__checkbox.info{background:var(--info);border-color:var(--info)}.checkbox__checkbox:focus{border-color:var(--form-border-color-active);outline:none}.checkbox__checkbox.disabled,.checkbox__checkbox.readonly{background-color:var(--gray);border-color:var(--gray);cursor:not-allowed}.checkbox__checkbox.disabled .checkbox__icon,.checkbox__checkbox.readonly .checkbox__icon{background:var(--gray)}.checkbox__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.input{position:relative;display:flex;flex-direction:column;margin-bottom:16px}.input input{width:100%;min-height:var(--form-height);padding:12px 10px;border:var(--form-border);border-radius:var(--border-radius);color:var(--form-color);background:var(--form-background);font-size:var(--form-font-size);font-weight:var(--form-font-weight);-webkit-appearance:none;transition:border-color .5s ease-in-out}.input input:-moz-placeholder,.input input:-ms-input-placeholder,.input input::-moz-placeholder,.input input::-webkit-input-placeholder{color:var(--form-placeholder-color)}.input input.material{padding:20px 10px 7px}.input input.material::-moz-placeholder{color:transparent;display:none}.input input.material::placeholder{color:transparent;display:none}.input input:-moz-placeholder-shown~.input__label--material.text,.input input:-moz-placeholder~.input__label--material.text{top:14px;color:var(--form-placeholder-color);font-size:var(--font-size)}.input input:placeholder-shown~.input__label--material.text{top:14px;color:var(--form-placeholder-color);font-size:var(--font-size)}.input input:not(:-moz-placeholder),.input input:not(:-moz-placeholder-shown){outline:none}.input input:focus,.input input:not(:placeholder-shown){outline:none}.input input:focus{border-color:var(--form-border-color-active);outline:none}.input input:focus+.input__label--material.text{top:2px;font-size:calc(var(--font-size) * .64)}.input input:-webkit-autofill,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{border:var(--form-border);-webkit-text-fill-color:var(--form-color);-webkit-box-shadow:0 0 0 1000px var(--form-background) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input input.readonly{opacity:.5;cursor:not-allowed}.input input:disabled{background-color:var(--form-background-disabled);cursor:not-allowed}.input input.error{border-color:var(--danger)}.input input.success{border-color:var(--success)}.input input.right{text-align:right}.input input.center{text-align:center}.input input.left{text-align:left}.input .input__label--material.text{display:inline-block;position:absolute;top:2px;left:10px;color:var(--form-placeholder-color);font-size:calc(var(--font-size) * .64);pointer-events:none;transition:top .25s ease-in-out,left .25s ease-in-out,font-size .25s ease-in-out}.input__wrapper{position:relative}.input__icon{position:absolute;top:calc((var(--form-height) - 1em) / 2)}.input__icon--right{right:12px}.input__icon--right~input,.input__icon--right~input.material{padding-right:40px}.input__icon--right~.input__label--material.text{padding-right:30px}.input__icon--left{left:12px}.input__icon--left~input,.input__icon--left~input.material{padding-left:40px}.input__icon--left~.input__label--material.text{padding-left:30px}.input__error,.input__success{display:inline-block;margin-top:4px}.input__info{display:inline-block;margin-top:8px}.input.disabled .input__icon svg{fill:var(--gray)}@media screen and (min-width:576px){.input input:-moz-placeholder-shown~.input__label--material.text,.input input:-moz-placeholder~.input__label--material.text{top:12px}.input input:placeholder-shown~.input__label--material.text{top:12px}.input input:focus+.input__label--material.text{top:2px}}.Toastify__toast{padding:8px 16px;border-radius:var(--border-radius)}.z9hkaf0{margin-top:32px}._188mmag0,.z9hkaf0{display:flex;flex-direction:column;align-items:center}._188mmag0{justify-content:space-between;width:100%;margin:0 auto;padding:0;border-radius:var(--border-radius);box-sizing:border-box}._188mmag1{display:flex;flex-direction:column;flex:1 1;padding:24px 16px 0}._188mmag2{display:flex;align-items:center}._188mmag3{display:none}._188mmag4{min-width:180px;margin-top:32px;padding:0 16px 24px}._188mmag5{margin:0;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:24px 64px 0}._188mmag5 span{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}._188mmag0 .banner__content{margin:16px 0}._188mmag0 .clickable{cursor:pointer}._188mmag0 .fullyImageImage{justify-content:center;max-width:360px}._188mmag6{border-radius:var(--border-radius);display:block;z-index:2}.banner-background-blue{background-color:var(--section-blue)}.banner-background-yellow{background-color:var(--section-yellow)}.banner-background-pink{background-color:var(--section-pink)}@media screen and (min-width:768px){._188mmag0,._188mmag1{flex-direction:row}._188mmag1{padding:0}._188mmag4{margin-top:0;padding:0 32px 0 0}._188mmag5{padding:0;text-align:left;margin:24px 64px 24px 32px}._188mmag0 .banner__content{margin:0}._188mmag0 .fullyImageImage{max-width:100%}}@media screen and (min-width:992px){._188mmag3{display:block;max-width:280px}}.banner-container{padding:48px 0}@media screen and (min-width:768px){.banner-container{padding:80px 0}}._1rf13rr0{width:90%;margin:0 auto;max-width:1140px;padding:48px 0;display:flex;flex-direction:column;gap:24px}._1rf13rr1{background-color:var(--section-blue)}._1rf13rr2{background-color:var(--section-yellow)}._1rf13rr3{background-color:var(--black)}._1rf13rr4{background-color:var(--gray-midlight)}._1rf13rr5{background-color:var(--section-green)}._1rf13rr6{background-color:var(--section-dark-green)}._1rf13rr7{background-color:var(--section-dark-purple)}._1rf13rr8{background-color:var(--section-tea-green)}._1rf13rr9{background:var(--gradient-premium)}._1rf13rra{background:var(--gradient-premium-center)}._1rf13rrb{background:var(--gradient-premium-inverted)}@media screen and (min-width:768px){._1rf13rr0{padding:64px 0;gap:32px}}._1w4ayyg0{width:100%}._1w4ayyg0>*{flex:1 1}._1w4ayyg1{flex-wrap:wrap}.hero-teaser{display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:50%;padding:48px 0}.hero-teaser .hero-teaser__wrapper{display:flex;flex-direction:column;width:90%;margin:0 auto;max-width:1140px;gap:0}.hero-teaser .hero-teaser__wrapper._1x925eq1{display:flex;flex-direction:column;justify-content:space-between;gap:32px}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right{order:0}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right .picture{display:block}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__left{order:1}.hero-teaser .hero-teaser__left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.hero-teaser .hero-teaser__left .button{margin-top:16px}.hero-teaser .hero-teaser__left._1x925eq3{flex-basis:100%;max-width:100%}.hero-teaser .hero-teaser__icons{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;margin-bottom:16px;gap:16px}.hero-teaser .hero-teaser__icons .picture{width:100%;max-width:150px}.hero-teaser .hero-teaser__logo{margin-bottom:16px}.hero-teaser .hero-teaser__right .picture{display:none}.hero-teaser .hero-teaser__right.hero-teaser__right--rightExpanded{flex-basis:100%;max-width:100%}.hero-teaser .hero-teaser__description{margin-bottom:16px}.hero-teaser .hero-teaser__description .link{font-weight:600}.hero-teaser .hero-teaser__description .link.white{color:var(--white)}@media screen and (min-width:768px){.hero-teaser{padding:64px 0}.hero-teaser .hero-teaser__wrapper{flex-direction:row;justify-content:space-between;gap:32px}.hero-teaser .hero-teaser__wrapper._1x925eq0{flex-direction:column}.hero-teaser .hero-teaser__wrapper._1x925eq1{display:flex;flex-direction:row;align-items:center}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__left,.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right{order:0}.hero-teaser .hero-teaser__left._1x925eq3{flex-basis:68%;max-width:68%}.hero-teaser .hero-teaser__right .picture{display:block}.hero-teaser .hero-teaser__right.hero-teaser__right--rightExpanded{flex-basis:45%;max-width:45%}}@media screen and (min-width:992px){.hero-teaser .hero-teaser__left._1x925eq4{width:65%}.hero-teaser .hero-teaser__icons .picture{max-width:200px}}@media screen and (min-width:1200px){.hero-teaser .hero-teaser__icons .picture{max-width:300px}.hero-teaser .hero-teaser__right._1x925eq5 .picture{transform:scale(1.2);transform-origin:bottom left}}.myInvestorKnowUs{max-width:1050px;margin:0 auto}.myInvestorKnowUs.background-none{background-color:none}.myInvestorKnowUs.background-light-gray{background-color:var(--gray-lightest)}._140z3f70{width:100%}@media screen and (min-width:768px){._140z3f70{width:auto}}.card-carousel{width:100%}.card-carousel .card-carousel__list{align-items:stretch}.card-carousel .swiper-container{padding-bottom:32px}.card-carousel .swiper-container.liquidity-card .swiper-wrapper .calculator-card .description{display:flex;flex-direction:row;margin-top:8px}.card-carousel .swiper-slide{height:auto!important;align-items:stretch}.card-carousel .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0;left:0;width:100%}.card-carousel .swiper-pagination-bullet-active{background:var(--body-color)!important}.card-carousel .calculator-card{position:relative;display:flex;justify-content:center;margin:0 5%;flex:1 1;padding:4px 8px}@media screen and (min-width:768px){.card-carousel .swiper-container.liquidity-card .swiper-wrapper .calculator-card{border-left:1px solid var(--black)}}.risk-indicator{width:100%}.risk-indicator .risk-indicator__wrapper{flex-direction:column;justify-content:center;align-items:flex-start;margin-top:32px}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--default .risk-indicator__block+.risk-indicator__block{border-top:1px solid var(--black)}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered{border:1px solid var(--black)}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered .risk-indicator__block+.risk-indicator__block{border-top:1px solid var(--black)}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered.dark{border:1px solid var(--white)}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered.dark .risk-indicator__block+.risk-indicator__block{border-top:1px solid var(--white)}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--texts{display:flex;flex-direction:column}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--noCarousel{width:90%;margin:0 auto}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--noCarousel.liquidityFlex{flex-direction:column}.risk-indicator .risk-indicator__wrapper .risk-indicator__row{width:100%;display:flex;flex-direction:column}.risk-indicator .risk-indicator__wrapper .swiper-container .swiper-wrapper .calculator-card{background-color:var(--white)}.risk-indicator .risk-indicator__block{padding:8px 16px}.risk-indicator .risk-indicator__block.risk-indicator__block--bordered{border:1px solid var(--black)}.risk-indicator .risk-indicator__block.risk-indicator__block--liquidity{border-top:1px solid var(--black)}.risk-indicator .risk-indicator__block.risk-indicator__block--liquidity .description{display:flex;flex-direction:row;align-items:flex-start;margin-top:8px}.risk-indicator.risk-indicator__text .risk-indicator__text--hint.text{line-height:1}.risk-indicator .icon--left{margin-left:8px}.risk-indicator .icon--right{margin-right:8px}.risk-indicator .risk-indicator__bar{width:100%;margin:8px 0;border:1px solid var(--black);border-radius:10px;overflow:hidden}.risk-indicator .risk-indicator__bar .risk-indicator__bar-item{background:var(--white);transition:var(--transition);margin-bottom:0}.risk-indicator .risk-indicator__bar .risk-indicator__bar-item+.risk-indicator .risk-indicator__bar .risk-indicator__bar-item{border-left:1px solid var(--black)}.risk-indicator .risk-indicator__bar .risk-indicator__bar-item--active{background:var(--black);color:var(--white)!important}.risk-indicator .risk-indicator__bar .risk-indicator__bar-legends{width:100%}.risk-indicator .risk-indicator__bar .risk-indicator__bar-legends .risk-indicator__bar-legends-item .text{line-height:12px}.risk-indicator.risk-indicator--fund .risk-indicator--fund__wrapper{flex-direction:row;justify-content:flex-start}.risk-indicator.risk-indicator--fund .risk-indicator--fund__block{width:10px;height:10px;background:var(--gray-lightest);margin-left:3px}.risk-indicator.risk-indicator--fund .risk-indicator--fund__block.selected{background:var(--primary)}.risk-indicator.risk-indicator--fund .risk-indicator--fund__block:first-child{margin-left:0;border-radius:50% 0 0 50%}.risk-indicator.risk-indicator--fund .risk-indicator--fund__block:last-child{border-radius:0 50% 50% 0}.risk-indicator .risk-indicator__list{gap:16px}.risk-indicator .card-carousel .calculator-card{background-color:var(--white)}.risk-indicator .card-carousel .calculator-card:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid var(--black)}.risk-indicator .card-carousel .calculator-card.liquidity-card{padding:0;display:flex;flex-direction:row;flex-wrap:wrap}.risk-indicator .card-carousel .calculator-card.liquidity-card .calculator-card{flex:auto;border-width:0 0 1px;width:48%}.risk-indicator .card-carousel .calculator-card.liquidity-card .calculator-card:first-child{border-width:0 1px 1px 0}.risk-indicator .card-carousel .calculator-card.liquidity-card .calculator-card .description{display:flex;flex-direction:row;margin-top:8px}.risk-indicator .ventureCapital{border-bottom:1px solid var(--black)}@media screen and (min-width:768px){.risk-indicator{width:90%;max-width:1140px;margin:0 auto}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--texts{flex-direction:row}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--noCarousel{width:100%;max-width:1140px}.risk-indicator .card-carousel .calculator-card{border:1px solid var(--black);margin:0}.risk-indicator .card-carousel .calculator-card:before{content:none}.risk-indicator .card-carousel .calculator-card:last-child{border-left:none}.risk-indicator .card-carousel .calculator-card.liquidity-card{border:1px solid var(--black);margin:0}.risk-indicator .card-carousel .calculator-card.liquidity-card .calculator-card:last-child{border-left:1px solid var(--black)}}@media screen and (min-width:576px){.risk-indicator .risk-indicator__wrapper{flex-direction:row;justify-content:flex-start;align-items:flex-start}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--default .risk-indicator__block+.risk-indicator__block{border-top:0}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--default{flex-direction:row;justify-content:space-between;align-items:stretch}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered .risk-indicator__block+.risk-indicator__block{border-top:0;border-left:1px solid var(--black);display:flex;align-items:center}.risk-indicator .risk-indicator__wrapper .risk-indicator__wrapper--bordered.dark .risk-indicator__block+.risk-indicator__block{border-top:0;border-left:1px solid var(--white)}.risk-indicator .risk-indicator__wrapper .risk-indicator__row{flex-direction:row}.risk-indicator .risk-indicator__block+.risk-indicator .risk-indicator__block{border-left:1px solid var(--black)}}.eicstw0{position:relative;background:var(--section-blue)}.eicstw1{display:none}.eicstw4{margin-top:32px}.eicstw4,.eicstw5{display:flex;flex-direction:column}.eicstw5{height:100%;gap:32px}.eicstw7{padding-top:16px;display:grid;grid-template-rows:repeat(auto-fill,minmax(100px,auto));grid-auto-flow:row;grid-gap:32px;gap:32px}.eicstw8{display:flex;flex-direction:column-reverse;align-items:flex-start}.eicstw9,.eicstwa{display:block;margin:0 auto}@media screen and (min-width:768px){.eicstw1{display:block}.eicstw2{display:flex;justify-content:space-between;gap:32px}.eicstw3,.eicstw4{width:50%}.eicstw4{margin-top:0}.eicstw6{display:flex;gap:16px}.eicstw7{grid-template-rows:repeat(3,auto);grid-auto-flow:column}}@media screen and (min-width:992px){.eicstw8{flex-direction:row;gap:16px}}