.goals{gap:32px}.goals.flex-wrap{gap:0}.goals .goal-element{width:100%;margin-bottom:16px}.goals .goal-element:nth-last-child(-n+1){margin-right:0}.goals .goal-element .text.h5,.goals .goal-element svg{margin-bottom:8px}.goals .goal-element .text.p{margin-bottom:0}@media screen and (max-width:768px){.goals{flex-wrap:wrap}}@media screen and (min-width:768px){.goals.flex-wrap .goal-element:nth-of-type(odd){padding:0 16px 0 0}.goals.flex-wrap .goal-element:nth-of-type(2n){padding:0 0 0 16px}.goals.flex-wrap .goal-element:nth-last-child(-n+2){margin-bottom:0}.goals .goal-element{width:50%}}.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}}.card{--shadow-color:rgba(0,0,0,.3);--shadow-space:2px;position:relative;transition:var(--transition);flex:1 1}.card__overlay{position:absolute;width:100%;height:100%;background-color:var(--gray-light);opacity:.5;z-index:var(--z-index-card-overlay);border-radius:var(--border-radius)}.card__wrapper{padding:24px}.card__wrapper--no-padding{padding:0}.card__wrapper--full-height{height:100%;display:flex;flex-direction:column}.card__badge{position:absolute;top:-16px;left:24px;border-radius:4px;z-index:calc(var(--z-index-card-overlay) + 1)}.card__badge--text{margin:4px 8px}.card__badge .card__badge--text{color:var(--white)}.card__badge.primary{border-color:var(--primary);background:var(--primary)}.card__badge.secondary{border-color:var(--secondary);background:var(--secondary)}.card__badge.tertiary{border-color:var(--tertiary);background:var(--tertiary)}.card__badge.accent{border-color:var(--brand);background:var(--brand)}.card__badge.success{border-color:var(--success);background:var(--success)}.card__badge.warning{border-color:var(--warning);background:var(--warning)}.card__badge.error{border-color:var(--danger);background:var(--danger)}.card__badge.info{border-color:var(--info);background:var(--info)}.card__badge.white{border-color:var(--white);background:var(--white)}.card__badge.white .card__badge--text{color:var(--primary)}.card__badge.dark{border-color:var(--dark);background:var(--dark)}.card__badge.gray-midlight{border-color:var(--gray-midlight);background:var(--gray-midlight)}.card--menu{background:var(--gray-midlight);flex-direction:column;border-radius:16px;justify-content:center;align-items:center;gap:8px;flex:1 0;min-height:120px}.card--menu .center-icon{margin-bottom:12px;display:block;margin-left:auto;margin-right:auto}.card .picture{max-width:100%}.card.primary{background:var(--primary-light)}.card.secondary{background:var(--secondary-light)}.card.tertiary{background:var(--tertiary-light)}.card.white{background:var(--white)}.card.gray{background:var(--gray-lightest)}.card.info{background:var(--info-light)}.card.error{background:var(--danger-light)}.card.success{background:var(--success-light)}.card.warning{background:var(--warning-light)}.card.dark{background:var(--dark)}.card.black{background:var(--black)}.card.black *{color:var(--white)}.card.black-translucent{background:var(--black-translucent)}.card.black-translucent *{color:var(--white)}.card.yellow{background:var(--section-yellow)}.card.blue{background:var(--section-blue)}.card.elevation-1{box-shadow:0 2px 5px 0 var(--shadow-color);margin:var(--shadow-space)}.card.elevation-2{box-shadow:0 4px 10px 0 var(--shadow-color);margin:var(--shadow-space)}.card.rounded{border-radius:var(--border-radius);overflow:visible}.card.bordered{border:1px solid var(--border-color)}.card.border-primary{border:5px solid var(--primary)}.card.border-secondary{border:5px solid var(--secondary)}.card.border-tertiary{border:5px solid var(--tertiary)}.card.border-dark{border:2px solid var(--dark)}.card.border-gray{border:5px solid var(--gray)}.card.border-warning{border:4px solid var(--warning)}.card.border-secondary-cadmio{border:1px solid var(--secondary-cadmio)}@media screen and (min-width:768px){._1htst1n0{justify-content:space-between}._1htst1n0,._1htst1n1{display:flex;align-items:center}._1htst1n1{justify-content:flex-start;gap:32px}}.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)}}._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}}.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}}._1w4ayyg0{width:100%}._1w4ayyg0>*{flex:1 1}._1w4ayyg1{flex-wrap:wrap}.table{position:relative}.table.premium{color:var(--white);overflow:hidden;background-color:var(--premium-table-odd);border:none;border-radius:16px}.table.premium tr.odd{background:var(--premium-table-odd)}.table.premium tr.even{background:var(--premium-table-even)}.table.premium th{padding:12px;border:none}.table.premium td{padding:16px 12px;border:none}.table tr.odd{background-color:var(--white)}.table tr.even{background:var(--gray-lightest)}.table th{position:relative;padding:8px;border-bottom:1px solid var(--gray-lightest);font-weight:700;font-size:12px;line-height:12px;text-align:center;vertical-align:middle;white-space:nowrap}.table th.light{font-weight:300}.table th.semi{font-weight:600}.table th.bold{font-weight:700}.table th.center{text-align:center}.table th.left{text-align:left}.table th.right{text-align:right}.table th.sortable{cursor:pointer}.table th.sticky{position:sticky;top:0}.table th .icon,.table th>div>div{display:inline-block;vertical-align:middle}.table td{min-width:64px;padding:16px 4px;border-bottom:1px solid var(--gray-lightest);vertical-align:middle;font-size:14px;line-height:14px}.table td.light{font-weight:300}.table td.semi{font-weight:600}.table td.bold{font-weight:700}.table td.center{text-align:center}.table td.left{text-align:left}.table td.right{text-align:right}.Toastify__toast{padding:8px 16px;border-radius:var(--border-radius)}._15c0ifb0{text-align:center;width:100%}._15c0ifb0 .table{width:100%}._15c0ifb0 .table tr:last-of-type td{border-bottom:none}