@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;600;700;800;900&family=Smooch&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Smooch&display=swap);.header{align-items:center;background:#172f73;color:#fff;display:flex;font-weight:700;height:100px;justify-content:space-between;padding:17px 20px;position:-webkit-sticky;position:sticky;top:0;transition:.3s cubic-bezier(.18,.52,.83,.67);transition-delay:50ms;width:100%;z-index:100}.header__logo{display:flex;flex-wrap:wrap;justify-content:center}.header .slogan{font-size:9px;font-weight:300}.header select{background:none;border:none;color:#fff;outline:none}@media screen and (max-width:1050px){.header{height:80px;padding:10px 20px}.header select{color:#000}}.header__block,.header__block--mobile{align-items:center;display:flex;gap:20px}.header__block--mobile{cursor:pointer}@media screen and (min-width:1200px){.header__block--mobile{display:none}}.header__option,.header__option--fav{font-size:15px;font-weight:400;letter-spacing:-.5px;text-align:center}.header__option--fav{background:#496fdb;border-radius:4px;display:inline-block;font-weight:700;padding:5px 10px}@media screen and (max-width:1050px){.header__option--fav{color:#fff}}.header__options,.header__options--visible{gap:17px}@media screen and (max-width:1200px){.header__options,.header__options--visible{background:#fafafa;color:#000;display:grid;height:calc(100vh - 80px);padding:20px;position:fixed;right:0;top:0;-webkit-transform:translateX(75vw) translateY(80px);transform:translateX(75vw) translateY(80px);transition:.2s cubic-bezier(.4,0,.6,0);width:75vw}.header__options .header__option,.header__options .header__option--fav,.header__options--visible .header__option,.header__options--visible .header__option--fav{border-bottom:1px solid #bbb;height:30px}.header__options span,.header__options--visible span{display:block}.header__options--visible{box-shadow:0 0 100px 50px rgba(66,68,90,.443);-webkit-transform:translateX(0) translateY(80px);transform:translateX(0) translateY(80px)}}.header img{max-height:60px}@media screen and (max-width:1050px){.header img{max-height:36px}}.header .svg{transform-box:fill-box;-webkit-transform-origin:center;transform-origin:center}.header .svg .svg__rect{fill:#fff;transition:.2s}.header .svg .svg__rect:first-child{-webkit-transform:translateY(12px);transform:translateY(12px)}.header .svg .svg__rect:nth-child(2){-webkit-transform:translateY(25px);transform:translateY(25px)}.header .svg--active{transform-box:fill-box;-webkit-transform-origin:center;transform-origin:center}.header .svg--active .svg__rect{fill:#fff;transition:.2s}.header .svg--active .svg__rect:first-child{-webkit-transform:translateX(9px) rotate(45deg);transform:translateX(9px) rotate(45deg)}.header .svg--active .svg__rect:nth-child(2){opacity:0}.header .svg--active .svg__rect:nth-child(3){-webkit-transform:translateX(6px) translateY(28px) rotate(-45deg);transform:translateX(6px) translateY(28px) rotate(-45deg)}.InvestCard{grid-gap:20px;border:1px solid #bbb;border-radius:4px;display:grid;gap:20px;min-height:107px;padding:20px}@media screen and (max-width:650px){.InvestCard{font-size:20px}}.InvestCard__header{align-items:center;display:flex;gap:20px}.InvestCard__image{max-width:150px;object-fit:contain}.InvestCard__content{margin:0}.heading{margin-bottom:60px}.heading,.heading video{width:100%}@media screen and (min-width:1050px){.Home .header{left:0;position:fixed;top:0}}@media screen and (max-width:1050px){.Home .header{position:-webkit-sticky;position:sticky;top:0}}@media screen and (min-width:1050px){.Home .transparent{background:transparent}}@media screen and (max-width:1050px){.Home .transparent{background:#172f73}}.Home .text--primary{color:#172f73}.Home .text--handwritten{font-family:Alex Brush,serif;font-size:28px;white-space:nowrap}.Home .text--light-gray{color:#888}.Home .section,.Home .section--gray{display:flex;flex-wrap:wrap;gap:40px;width:100%}@media screen and (min-width:1050px){.Home .section,.Home .section--gray{padding:40px 80px;scroll-margin-top:120px}}@media screen and (max-width:1050px){.Home .section,.Home .section--gray{padding:30px 20px;scroll-margin-top:80px}}.Home .section--gray{background-color:#f5f5f5}.Home .section__center{display:flex;justify-content:center;width:100%}.Home .section__form{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin:0 auto;width:100%}.Home .section__form div{width:100%}@media(min-width:470px){.Home .section__form div:nth-child(2),.Home .section__form div:nth-child(3){width:calc(50% - .5rem)}}@media(min-width:630px){.Home .section__form div:first-child,.Home .section__form div:nth-child(2),.Home .section__form div:nth-child(3){width:calc(33% - .5rem)}}.Home .section__form label{display:block;margin-bottom:.25rem;width:100%}.Home .section__form label:last-of-type{margin-bottom:0}.Home .section__form input,.Home .section__form textarea{border:1px solid #e3e3e3;border-radius:4px;font-family:Inter,sans-serif;font-size:1.3rem;margin-bottom:1rem;outline:none;padding:.25rem;resize:none;width:100%}.Home .section__form input:focus,.Home .section__form textarea:focus{border-color:#c4c4c4}.Home .section__form textarea{height:250px}.Home .section__form button{display:block;margin:0 auto;padding:15px 30px;text-transform:uppercase}.Home .section__block,.Home .section__block__boss{border-radius:4px;box-shadow:0 0 10px 0 hsla(0,0%,6%,.1);font-size:25px;padding:20px;width:100%}.Home .section__block--border{border:1px solid #bbb;box-shadow:none}.Home .section__block--white{background:#fff}.Home .section__block--transparent{background:transparent}@media screen and (min-width:1050px){.Home .section__block__boss{align-items:flex-end;display:flex;margin-bottom:35px;width:calc(100% - 180px)}.Home .section__block__boss .boss{width:150px}.Home .section__block__boss .boss img{height:200px;-webkit-transform:translate(140px,-2px) scale(2.2);transform:translate(140px,-2px) scale(2.2)}.Home .section__block__boss .boss p{-webkit-transform:translate(45px,90px);transform:translate(45px,90px);white-space:nowrap}}@media screen and (max-width:1050px){.Home .section__block__boss{text-align:center}.Home .section__block__boss .boss{display:flex;flex-wrap:wrap-reverse;justify-content:center}.Home .section__block__boss .boss img{display:block;-webkit-transform:translateY(20px);transform:translateY(20px)}.Home .section__block__boss .boss p{text-align:center;white-space:nowrap;width:100%}}.Home h2{background:#172f73;border-radius:4px;color:#fff;font-size:35px;font-weight:600;padding:50px 15px 15px;text-align:center}@media screen and (max-width:1050px){.Home h2{text-align:center}}.Home .card,.Home .card--small{color:#101010}.Home .card--small{text-align:center}.Home .card--small img{height:60px;margin-bottom:5px;width:60px}.Home .card--small h3,.Home .card--small p{margin:0}.Home .nav{background:#fff;border-radius:4px;display:grid;position:relative;width:100%}@media screen and (min-width:1050px){.Home .nav{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1050px){.Home .nav{gap:5px;grid-template-columns:repeat(1,1fr)}}.Home .nav__indicator,.Home .nav__indicator--hover{background:#172f73;border-radius:4px;height:55px;position:absolute;z-index:1}@media screen and (min-width:1050px){.Home .nav__indicator,.Home .nav__indicator--hover{transition:.3s;width:20%}}@media screen and (max-width:1050px){.Home .nav__indicator,.Home .nav__indicator--hover{width:100%}}.Home .nav__indicator--hover{background:transparent}.Home .nav__option,.Home .nav__option--active{align-items:center;cursor:pointer;display:flex;height:55px;justify-content:center;padding:15px;transition-duration:50ms;width:100%;z-index:2}.Home .nav__option--active,.Home .nav__option--active:hover,.Home .nav__option:hover{color:#fff}.Home .nav__menu-button--mobile{display:none}@media screen and (max-width:1050px){.Home .nav__menu-button--mobile{background:#172f73;border-radius:4px;color:#fff;display:block;padding:15px;text-align:center;width:100%}}.Home .baner{grid-gap:65px;align-items:center;background:#fff;display:grid;gap:65px;grid-template-columns:repeat(3,1fr);justify-items:center;padding:55px;width:100%}.Home .baner img{max-width:150px;width:100%}.Home .document-thumbnail{transition-duration:.1s;width:100%}.Home .document-thumbnail:hover{box-shadow:0 10px 10px 10px hsla(0,0%,6%,.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.Home .awards{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.Home .awards>*{max-width:250px;min-width:150px}.Home .logo{display:flex;justify-content:center;width:100%}.Home .logo img{max-width:400px;width:80%}.Home .our-brands{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}.Home .our-brands>*{flex:1 1 32%;max-width:631px;min-width:300px}.Home .our-brands--row{grid-gap:20px;display:grid;gap:20px}@media screen and (min-width:1200px){.Home .our-brands--row{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:768px)and (max-width:1199px){.Home .our-brands--row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.Home .our-brands--row{grid-template-columns:1fr}}.Home .our-brands--row>*{width:100%}.Home .management{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}@media screen and (min-width:1200px){.Home .management>:first-child{flex:0 0 100%;max-width:100%}.Home .management>:nth-child(2),.Home .management>:nth-child(3){flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 10px)}}@media screen and (max-width:1199px){.Home .management>*{flex:0 0 100%;max-width:100%}}.Home .management>*{width:100%}@media screen and (max-width:1050px){.Home .nav--hidden{height:0;opacity:0;overflow:hidden;pointer-events:none;visibility:hidden}}h3{border-bottom:3px solid #172f73;display:inline-block;margin:1em 0}#option--bold{font-weight:700;text-decoration:underline}.overflow-container{overflow-x:auto}table{border:1px solid #bbb;border-collapse:collapse}table td,table th{border:1px solid #bbb;font-size:18px;padding:10px 5px;white-space:nowrap}table td{text-align:right}table tr td:first-child{font-weight:700;text-align:left}.charts{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px;overflow-x:auto}.charts .kolowy{max-width:650px}@media screen and (min-width:1400px){.charts .kolowy{width:55%}}.charts img{background:#f2f4f5;border:1px solid #bbb;border-radius:4px;flex:1 1 49%;max-width:1000px;max-width:min(100%,650px);object-fit:contain;padding:30px}@media screen and (max-width:650px){.charts{justify-content:left}}.InvestPackage{border:1px solid #bbb;border-radius:4px;padding:20px;position:relative}.InvestPackage__title{border-bottom:3px solid #172f73;margin-bottom:4px;margin-top:0;padding-bottom:11px}.InvestPackage__name{margin:0}.InvestPackage__color-bar{background:#172f73;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;height:12px;left:0;position:absolute;width:100%}.InvestPackage ul{font-size:20px;letter-spacing:-.5px;line-height:1.4em;list-style:none}.InvestPackage ul li:before{color:#172f73;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.Discuss input,.Discuss textarea{border:1px solid #bbb;border-radius:4px;font-family:Inter,sans-serif;font-size:18px;padding:20px}.Discuss textarea{height:130px;resize:none;width:100%}.Discuss p{margin:0}.Comment{border-bottom:1px solid #bbb;display:flex;flex-wrap:wrap;font-size:20px;gap:20px;padding:20px 0}.Comment__person-info{display:flex;gap:10px}.Comment__person-info img{border:1px solid #bbb;border-radius:50%;height:45px;width:45px}.Comment:last-child{border-bottom:none}.ExtensibleCard{border:1px solid #bbb;border-radius:4px;cursor:pointer;padding:20px 20px 0}.ExtensibleCard h4{font-size:25px;margin:0}.ExtensibleCard__title{display:grid;grid-template-columns:1fr 30px}.ExtensibleCard__arrow,.ExtensibleCard__arrow--rotated{border:1px solid #bbb;border-radius:15px;height:30px;text-align:center;transition:.2s;width:30px}.ExtensibleCard__arrow--rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ExtensibleCard__content,.ExtensibleCard__content--visible{cursor:auto;font-size:22px;height:0;overflow-y:hidden;padding-top:20px;transition:.2s}.ExtensibleCard__content--visible{height:auto;padding:20px 0}.File,.File__inactive{align-items:center;display:flex;gap:20px}.File__inactive{color:#bbb}.File__inactive img{-webkit-filter:invert(70%);filter:invert(70%)}.Documents__grid{row-gap:0}@media screen and (min-width:800px){.Documents a:nth-child(2n){border-left:3px solid #bbb;padding-left:20px}}.Investment,.Investment--gray{align-items:center;border:1px solid #bbb;border-radius:4px;display:flex;font-size:17px;gap:13px;justify-content:flex-start;padding:14px;width:100%}.Investment--gray{color:#888}.Investment img,.Investment--gray img{border-right:1px solid #bbb;height:60px;padding-right:14px;width:76px}.Investment p,.Investment--gray p{margin:0}.Investment__date{color:#888;font-size:.7em}.Investment__name{font-size:18px;font-weight:700}.Investment__value{font-size:18px}.BrandCard{align-content:space-between;background:#fff;display:flex;flex-wrap:wrap;position:relative;text-align:left}.BrandCard__title{font-size:20px;margin-bottom:10px;text-align:center;width:100%}.BrandCard__absolute{background:#fff;border:1px solid #bbb;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:none;box-shadow:0 45px 42px 0 rgba(66,68,90,.5);font-size:18px;height:0;overflow-y:hidden;padding:0 10px 10px;position:absolute;-webkit-transform:translateX(-21px);transform:translateX(-21px);visibility:hidden;width:calc(100% + 2px);z-index:2}.BrandCard__absolute--no-expand{border:none;box-shadow:none;font-size:18px;height:auto;padding:5px 0;position:static;text-align:justify;-webkit-transform:none;transform:none;visibility:visible}.BrandCard--expanded .BrandCard__absolute{height:auto;visibility:visible}.BrandCard__link{color:#172f73;font-weight:700}.BrandCard__link:hover{text-decoration:underline}.ProductCard{background:#fff;display:flex;flex-wrap:wrap;padding:15px;position:relative;text-align:left}.ProductCard__icon{display:flex;justify-content:center;margin-bottom:15px;width:100%}.ProductCard__icon svg{stroke:#172f73;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:48px;width:48px}.ProductCard__title{align-items:center;display:flex;font-size:22px;font-weight:700;justify-content:center;margin-bottom:10px;min-height:60px;text-align:center;width:100%}.ProductCard__content{font-size:18px;text-align:justify;width:100%}.Footer{background:#172f73;color:#fff;justify-items:center;width:100%}@media screen and (min-width:1050px){.Footer{padding:17px 80px}}@media screen and (max-width:1050px){.Footer{padding:17px 40px}}.Footer p{text-align:center}.Footer__img{max-width:250px;width:100%}.Footer__baner{margin-top:-10px;max-width:120px}.Footer__text-with-icon{align-items:center;display:flex;gap:20px;justify-content:center}.Footer__text-with-icon img{width:auto}.mobileContact{align-items:center;background:#172f73;border:2px solid #e3e3e3;border-radius:4px 0 0 4px;border-right:none;display:none;height:45px;justify-content:center;padding:0;position:fixed;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:45px;z-index:999}@media only screen and (hover:none)and (pointer:coarse){.mobileContact{display:flex}}.mobileContact svg{fill:#e3e3e3}.select-dialog{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:url(/static/media/noise-transparent.35f748919d33808430a6.webp) 50% no-repeat,hsla(0,0%,100%,.659);background-size:cover;border:none;display:flex;flex-direction:column;gap:3rem;height:100dvh;justify-content:center;left:0;margin:0;padding:1rem 1rem 5rem;position:fixed;top:0;width:100%;z-index:1000}@media(min-width:900px){.select-dialog{padding-bottom:10rem}}@media(max-width:600px){.select-dialog{gap:1rem;padding-bottom:3rem}}.select-dialog--hidden{opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.select-dialog__logo{display:flex;justify-content:center;width:100%}@media(max-width:600px){.select-dialog__logo img{height:80%}}.select-dialog__container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem;width:100%}@media(max-width:694px){.select-dialog__container{flex-direction:column-reverse}}.select-dialog__option{aspect-ratio:1/1;border-radius:1rem;max-width:400px;position:relative;transition:.3s ease-in-out;width:100%}.select-dialog__option:first-of-type{background:url(/static/media/inwestor.2ca37697f93a178c392d.jpg) 50% no-repeat;background-size:100%}.select-dialog__option:last-of-type{background:url(/static/media/klient.61b5e3e07557a0f5e9c9.jpg) 50% no-repeat;background-size:100%}.select-dialog__option:hover{box-shadow:0 0 20px rgba(0,0,0,.5);cursor:pointer;-webkit-transform:scale(1.005);transform:scale(1.005)}.select-dialog__option:hover .select-dialog__option__arrow{text-shadow:1px 1px 2px rgba(0,0,0,.5);-webkit-transform:translateX(5px) scaleX(1.1);transform:translateX(5px) scaleX(1.1)}.select-dialog__option:hover .select-dialog__option__title{text-shadow:1px 1px 2px rgba(0,0,0,.5);-webkit-transform:translateX(-5px) scaleX(1.02);transform:translateX(-5px) scaleX(1.02)}@media(max-width:920px){.select-dialog__option{max-width:300px}}@media(max-width:600px){.select-dialog__option{aspect-ratio:1.5/1}}.select-dialog__option__title{color:#fff;font-size:1.5rem;font-weight:700;left:20px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.select-dialog__option__arrow,.select-dialog__option__title{bottom:20px;position:absolute;transition:all .3s ease-in-out}.select-dialog__option__arrow{right:20px}.management-title-card__wrapper{display:flex;flex-direction:column;gap:10px;justify-content:center;width:1000%}.management-title-card{border-radius:4px;display:flex;height:150px;justify-content:center;margin-top:20px;width:100%}@media(min-width:501px){.management-title-card{height:180px;margin-top:30px}}.management-title-card__container{background:radial-gradient(circle at right,#c9ced8 0,#d9dbdf 100%);border-radius:4px;display:grid;grid-template-columns:1fr auto;max-width:1000px;width:100%}.management-title-card__info{display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px 0 20px 20px}@media(min-width:501px){.management-title-card__info{gap:15px;padding:30px 0 30px 30px}}.management-title-card__info h3{border-bottom:none;font-size:1.7rem;font-weight:400;margin:0}@media(min-width:501px){.management-title-card__info h3{font-size:2rem}}.management-title-card__info p{font-size:.9rem;font-weight:800;letter-spacing:.15rem;margin:0;text-transform:uppercase}.management-title-card__image img{height:170px;margin-top:-20px;padding-right:20px}@media(min-width:501px){.management-title-card__image img{height:210px;margin-top:-30px;padding-right:30px}}.management-person-details-container{display:flex;justify-content:center;width:100%}.management-person-details-container__content{font-size:1.1rem;max-width:1000px;text-align:justify;width:100%}.management-person-details-container__content p{margin:25px 0}.management-person-details-container__content b{color:#172f73;font-weight:600}*,:after,:before{box-sizing:border-box}::selection{background:#0f1e49;color:#fff}html{scroll-padding-top:120px}body{background:#fafafa;font-family:Inter,sans-serif;margin:0;padding:0;scroll-behavior:smooth}a{color:inherit;cursor:pointer;text-decoration:none}a:hover{text-decoration:underline}.grid,.grid--1,.grid--2-1,.grid--2-1-small,.grid--3-2-1,.grid--4-1,.grid--6-3,.grid--xl--3-2-1{width:100%}.grid--6-3{grid-column-gap:20px;grid-row-gap:40px}@media screen and (min-width:1050px){.grid--6-3{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1050px){.grid--6-3{grid-template-columns:repeat(3,1fr)}}.grid--2-1{gap:20px}@media screen and (min-width:800px){.grid--2-1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.grid--2-1{grid-template-columns:1fr}}.grid--2-1-small{gap:20px}@media screen and (min-width:1400px){.grid--2-1-small{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.grid--2-1-small{grid-template-columns:1fr}}.grid--4-1{gap:60px}@media screen and (min-width:1050px){.grid--4-1{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1050px){.grid--4-1{grid-template-columns:1fr}}.grid--3-2-1{gap:20px}@media screen and (min-width:1050px){.grid--3-2-1{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1050px)and (min-width:800px){.grid--3-2-1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.grid--3-2-1{grid-template-columns:1fr}}.grid--xl--3-2-1{gap:20px}@media screen and (min-width:1400px){.grid--xl--3-2-1{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1400px)and (min-width:1050px){.grid--xl--3-2-1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1050px){.grid--xl--3-2-1{grid-template-columns:1fr}}.grid--1,.grid--4-2-1{gap:20px}@media screen and (min-width:1400px){.grid--4-2-1{display:grid;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1400px)and (min-width:800px){.grid--4-2-1{display:grid;grid-template-areas:"item-4 item-3" "item-2 item-1";grid-template-columns:repeat(2,1fr)}.grid--4-2-1 .item-1{grid-area:item-1}.grid--4-2-1 .item-2{grid-area:item-2}.grid--4-2-1 .item-3{grid-area:item-3}.grid--4-2-1 .item-4{grid-area:item-4}}@media screen and (max-width:800px){.grid--4-2-1{display:flex;flex-wrap:wrap-reverse}}.grid--custom-numbers{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%}@media screen and (min-width:1050px){.grid--custom-numbers{display:grid;grid-template-areas:"item-1 item-2 item-3";grid-template-columns:repeat(3,1fr)}.grid--custom-numbers .item-1{grid-area:item-1}.grid--custom-numbers .item-2{grid-area:item-2}.grid--custom-numbers .item-3{grid-area:item-3}}@media screen and (max-width:800px){.grid--custom-numbers{display:grid;grid-template-areas:"item-1 item-2" "item-3";grid-template-columns:repeat(2,1fr)}.grid--custom-numbers .item-1{grid-area:item-1}.grid--custom-numbers .item-2{grid-area:item-2}.grid--custom-numbers .item-3{grid-area:item-3}}.grid--custom-Invest{gap:20px}@media screen and (min-width:1050px){.grid--custom-Invest{display:grid;grid-template-areas:"item-1 item-1 item-1 item-2 item-2 item-2" "item-3 item-3 item-4 item-4 item-5 item-5";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr}.grid--custom-Invest .item-1{grid-area:item-5}.grid--custom-Invest .item-2{grid-area:item-4}.grid--custom-Invest .item-3{grid-area:item-3}.grid--custom-Invest .item-4{grid-area:item-2}.grid--custom-Invest .item-5{grid-area:item-1}}@media screen and (max-width:1050px){.grid--custom-Invest{display:grid}}.grid--custom-Invest2{gap:20px}.grid--custom-Invest2 h4{align-items:center;background:#172f73;border-radius:4px;color:#fff;display:flex;height:70px;justify-content:center;padding:20px 10px}.grid--custom-Invest2 .invest__column-name--empty{display:none}@media screen and (min-width:1400px){.grid--custom-Invest2{display:grid;grid-template-areas:"heading-item-0 heading-item-1 heading-item-1 heading-item-3 heading-item-3" "item-1 item-2 item-3 item-4 item-5";grid-template-columns:repeat(5,1fr)}.grid--custom-Invest2 #heading-item-0{grid-area:heading-item-0}.grid--custom-Invest2 #heading-item-1{grid-area:heading-item-1}.grid--custom-Invest2 #heading-item-3{grid-area:heading-item-3}.grid--custom-Invest2 h4{margin-bottom:0}}@media screen and (max-width:1400px)and (min-width:1050px){.grid--custom-Invest2{display:grid;grid-template-areas:"heading-item-0 heading-item-0  heading-item-1 heading-item-1  heading-item-1 heading-item-1" "item-1 item-1 item-2 item-2 item-3 item-3" "heading-item-3 heading-item-3 heading-item-3 heading-item-3 heading-item-3 heading-item-3" "item-4 item-4 item-4 item-5 item-5 item-5";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:100px 1fr 100px 1fr}.grid--custom-Invest2 .item-1{grid-area:item-1}.grid--custom-Invest2 .item-2{grid-area:item-2}.grid--custom-Invest2 .item-3{grid-area:item-3}.grid--custom-Invest2 .item-4{grid-area:item-4}.grid--custom-Invest2 .item-5{grid-area:item-5}.grid--custom-Invest2 #heading-item-0{grid-area:heading-item-0}.grid--custom-Invest2 #heading-item-1{grid-area:heading-item-1}.grid--custom-Invest2 #heading-item-3{grid-area:heading-item-3}.grid--custom-Invest2 h4{margin-bottom:0}}@media screen and (max-width:1050px){.grid--custom-Invest2{display:grid}.grid--custom-Invest2 h4{margin-bottom:0}}.grid--6-5-3-2-1{gap:20px}@media screen and (min-width:1400px){.grid--6-5-3-2-1{display:grid;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1400px)and (min-width:1050px){.grid--6-5-3-2-1{display:grid;grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1050px)and (min-width:800px){.grid--6-5-3-2-1{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px)and (min-width:650px){.grid--6-5-3-2-1{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:650px){.grid--6-5-3-2-1{display:grid;grid-template-columns:repeat(1,1fr)}}.button,.button--primary{border:none;border-radius:4px;transition:.2s cubic-bezier(.4,0,.6,0)}.button--primary:hover,.button:hover{background:#20409e;cursor:pointer}.button--primary:active,.button:active{-webkit-transform:translateY(5px);transform:translateY(5px)}.button--primary{background:#172f73;color:#fff}@media screen and (min-width:800px){.button--primary{font-size:25px;padding:25px 45px}}@media screen and (max-width:800px){.button--primary{font-size:20px;padding:15px 25px;width:100%}}.w100{width:100%}.flex{display:flex}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}.shrink-none{display:flex;flex-shrink:0}.wrap{flex-wrap:wrap}.text-center{text-align:center}.grid,.grid--1,.grid--2-1,.grid--2-1-small,.grid--3-2-1,.grid--4-1,.grid--6-3,.grid--xl--3-2-1{grid-gap:20px;display:grid;gap:20px}.gap-20{gap:20px}.vgap-60{-webkit-column-gap:60px;column-gap:60px}.overflow-y{overflow-y:auto}.h100{height:100vh}.flex-direction-column{flex-direction:column}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.accessibility-button{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:rgba(44,133,192,.686);border:2px solid #000;border-radius:50%;bottom:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;display:flex;height:50px;justify-content:center;left:10px;position:fixed;transition:all .3s ease;width:50px;z-index:1000}.accessibility-button:focus,.accessibility-button:hover{box-shadow:0 6px 12px rgba(0,0,0,.3);-webkit-transform:scale(1.1);transform:scale(1.1)}.accessibility-button.open{background-color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1)}.accessibility-button:focus-visible{outline:2px solid #0065c3;outline-offset:2px}.accessibility-menu{display:none;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:all .3s ease}.accessibility-menu.open{background-color:#fff;border:2px solid #000;border-radius:8px;bottom:70px;box-shadow:0 8px 16px rgba(0,0,0,.2);display:block;left:10px;max-height:400px;opacity:1;overflow-y:auto;padding:20px;position:fixed;-webkit-transform:translateY(0);transform:translateY(0);width:320px;z-index:1001}.accessibility-menu h2{color:#000;font-size:1.2em;font-weight:700;margin:0 0 20px}.accessibility-menu__options{grid-gap:10px;display:grid;gap:10px}.accessibility-menu__option{align-items:center;background-color:#fff;border:2px solid #000;border-radius:4px;cursor:pointer;display:grid;font-size:1em;font-weight:700;grid-template-columns:40px 1fr;overflow:hidden;padding:0;transition:all .2s ease}.accessibility-menu__option:focus,.accessibility-menu__option:hover{background-color:#f5f5f5;box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.accessibility-menu__option:focus-visible{outline:2px solid #0065c3;outline-offset:2px}.accessibility-menu__option:active{box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transform:translateY(0);transform:translateY(0)}.accessibility-menu__option .option-icon{align-items:center;background-color:#43a1e0;border-right:2px solid #000;display:flex;height:40px;justify-content:center;padding:8px;width:40px}.accessibility-menu__option span{padding:0 12px;text-align:left}.high-contrast .accessibility-button{background-color:#000;border-color:#fff;color:#fff}.high-contrast #menu,.high-contrast .baner img,.high-contrast .grid--custom-numbers img{background:#fff}.high-contrast .ProductCard__icon svg{stroke:#fff}.high-contrast .management-person-details-container__content,.high-contrast .management-person-details-container__content *,.high-contrast .management-person-details-container__content a,.high-contrast .management-person-details-container__content b,.high-contrast .management-person-details-container__content div,.high-contrast .management-person-details-container__content em,.high-contrast .management-person-details-container__content h1,.high-contrast .management-person-details-container__content h2,.high-contrast .management-person-details-container__content h3,.high-contrast .management-person-details-container__content h4,.high-contrast .management-person-details-container__content h5,.high-contrast .management-person-details-container__content h6,.high-contrast .management-person-details-container__content i,.high-contrast .management-person-details-container__content p,.high-contrast .management-person-details-container__content span,.high-contrast .management-person-details-container__content strong{color:#fff!important}.high-contrast .management-title-card__container{background:#fff!important;background-color:#fff!important;color:#000!important}.high-contrast .management-title-card__container *{background:transparent!important;background-color:transparent!important;color:#000!important}.high-contrast .accessibility-menu{background-color:#000;border-color:#fff;color:#fff}.high-contrast .accessibility-menu h2{color:#fff}.high-contrast .accessibility-menu__option{background-color:#000;border-color:#fff;color:#fff}.high-contrast .accessibility-menu__option:focus,.high-contrast .accessibility-menu__option:hover{background-color:#333}.high-contrast .accessibility-menu__option .option-icon{background-color:#333;border-color:#fff}.high-contrast a,.high-contrast body,.high-contrast button,.high-contrast div,.high-contrast h1,.high-contrast h2,.high-contrast h3,.high-contrast h4,.high-contrast h5,.high-contrast h6,.high-contrast p,.high-contrast span{background-color:#000!important;color:#fff!important}.high-contrast a{color:#ff0!important}.high-contrast a:hover{color:#ff9!important}.high-contrast button{background-color:#333!important;border-color:#fff!important;color:#fff!important}.high-contrast button:hover{background-color:#555!important}html.large-font{font-size:125%!important}html.large-font body{font-size:1.25em!important}html.large-font h1{font-size:3rem!important}html.large-font h2{font-size:2.5rem!important}html.large-font h3{font-size:2rem!important}html.large-font h4{font-size:1.75rem!important}html.large-font h5{font-size:1.5rem!important}html.large-font h6{font-size:1.25rem!important}html.large-font a,html.large-font button,html.large-font div,html.large-font p,html.large-font span{font-size:inherit!important}@media screen and (min-width:800px){html.large-font .button--primary{font-size:30px!important;padding:30px 50px!important}}@media screen and (max-width:800px){html.large-font .button--primary{font-size:25px!important;padding:20px 30px!important}}html.increased-spacing,html.increased-spacing *{letter-spacing:.12em!important}html.increased-spacing h1,html.increased-spacing h2,html.increased-spacing h3,html.increased-spacing h4,html.increased-spacing h5,html.increased-spacing h6{letter-spacing:.15em!important}html.increased-spacing .button,html.increased-spacing .button--primary,html.increased-spacing button{letter-spacing:.1em!important}@media(max-width:400px){.accessibility-menu{left:10px;right:10px;width:calc(100vw - 20px)}}@media(prefers-reduced-motion:reduce){.accessibility-button,.accessibility-menu,.accessibility-menu__option{transition:none!important}}.reduce-motion .accessibility-button,.reduce-motion .accessibility-menu,.reduce-motion .accessibility-menu__option{transition:none!important}.History{padding:0 50px;position:relative}.History__title{align-items:center;background-color:#172f73;-webkit-clip-path:polygon(0 0,100% 0,100% 60%,75% 100%,25% 100%,0 60%);clip-path:polygon(0 0,100% 0,100% 60%,75% 100%,25% 100%,0 60%);color:#fafafa;display:flex;height:150px;justify-content:center;margin:0 auto -4px 1rem}@media screen and (min-width:650px){.History__title{width:400px}}@media screen and (max-width:650px){.History__title{margin:0;width:100%}}.History__image-container{display:flex;width:100%}@media screen and (min-width:650px){.History__image-container{padding:50px 0 50px 10px}}@media screen and (max-width:650px){.History__image-container{justify-content:center;padding:50px}}.History__arrow{background:#000;bottom:-50px;left:164px;position:absolute}@media screen and (min-width:650px){.History__arrow:before{right:-8px;rotate:45deg}.History__arrow:after,.History__arrow:before{background-color:#101010;bottom:-3px;content:"";height:25px;position:absolute;width:4px}.History__arrow:after{right:8px;rotate:-45deg}}.History h2{align-items:center;display:flex;flex-direction:row-reverse;font-weight:700;position:relative;text-align:right}.History h2:after{background-color:#3aa8ff;content:"";flex-grow:1;height:3px;margin-left:160px;margin-right:2rem}@media screen and (max-width:650px){.History h2:after{margin-left:0}}@media screen and (min-width:650px){.History h2:before{background-color:#3aa8ff;border-radius:50%;content:"";height:20px;left:152px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}}.History__content{position:relative}@media screen and (min-width:650px){.History__content{width:100%}.History__content:last-child:before{background:linear-gradient(180deg,#172f73,#002345 98.64%)}.History__content:before,.History__content:last-child:before{content:"";height:calc(100% + 4rem);left:160px;position:absolute;top:-1rem;width:4px}.History__content:before{background-color:#172f73}.History__content__text{padding-left:200px}}@media screen and (max-width:650px){.History__content__text{padding-left:0}}@media screen and (min-width:650px){.History__content__date{left:0;position:absolute;top:-22px}.History__content__date:before{background-color:#3aa8ff;bottom:-2px;content:"";height:3px;left:0;position:absolute;width:200px}}@media screen and (max-width:650px){.History__content__date{text-align:right}}.Voucher_voucher__aJ2d8{display:flex;flex-direction:column;min-height:calc(100vh - 494px)}@media(min-width:486px){.Voucher_voucher__aJ2d8{min-height:calc(100vh - 406px)}}@media(min-width:617px){.Voucher_voucher__aJ2d8{min-height:calc(100vh - 317px)}}@media(min-width:768px){.Voucher_voucher__aJ2d8{min-height:calc(100vh - 324px)}}@media(min-width:1264px){.Voucher_voucher__aJ2d8{min-height:calc(100vh - 231px)}}.Voucher_voucher_popup__\+9dWf{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5);color:#fff;display:flex;-webkit-filter:blur(0);filter:blur(0);height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1}.Voucher_voucher_popup_close__FTxGX{display:none}.Voucher_voucher_popup_container__hZGsj{background-color:#fafafa;border-radius:8px;height:auto;max-width:90%;padding:1rem;width:auto}.Voucher_voucher_popup_container__hZGsj h3{color:#172f73;margin-bottom:2rem;text-align:center}.Voucher_voucher_popup_container__hZGsj input{border:none;border-bottom:1px solid #101010;font-size:1.1rem;outline:none;padding:.25rem .25rem .25rem .5rem;width:100%}.Voucher_voucher_popup_container__hZGsj button{background-color:#172f73;border:2px solid #172f73;border-radius:8px;color:#fafafa;cursor:pointer;display:block;font-weight:600;margin:2rem auto 0;padding:.8rem 1rem;text-transform:uppercase;transition:all .3s ease-in-out}.Voucher_voucher_popup_container__hZGsj button:hover{background-color:#fafafa;color:#172f73}.Voucher_voucher__aJ2d8 h1{color:#172f73;padding:1rem;text-align:center}.Voucher_voucher_content__67-nV{align-items:center;background-color:#002345;-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%,0 10%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%,0 10%);display:flex;flex:1 1;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;padding:2rem 1rem}.Voucher_voucher_content_item__DtzUa{height:300px;max-width:300px;min-width:270px;position:relative}.Voucher_voucher_content_item__DtzUa svg{background-color:#002345;border-radius:8px;color:#fafafa;font-size:3rem;left:20px;padding:.5rem;position:absolute;top:0;z-index:1}.Voucher_voucher_content_item__DtzUa h3{background-color:#3aa8ff;-webkit-clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);color:#fafafa;margin-bottom:0;padding:.5rem .5rem .5rem 10%;text-align:center;width:100%}.Voucher_voucher_content_item_bottom__wzHQn{align-items:flex-start;background-color:#fafafa;display:flex;flex-direction:column;height:calc(100% - 51px);justify-content:space-between;padding:1rem}.Voucher_voucher_content_item_bottom__wzHQn ul{list-style:none}.Voucher_voucher_content_item_bottom__wzHQn ul li{margin-bottom:.5rem;padding-left:calc(1rem + 10px);position:relative}.Voucher_voucher_content_item_bottom__wzHQn ul li:before{border-color:transparent transparent transparent #101010;border-style:solid;border-width:10px 0 10px 10px;content:"";left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Voucher_voucher_content_item_bottom__wzHQn button{background-color:#004f8d;border:2px solid #004f8d;border-radius:8px;color:#fafafa;cursor:pointer;display:block;font-weight:600;margin:0 auto;padding:.8rem 1rem;text-transform:uppercase;transition:all .3s ease-in-out}.Voucher_voucher_content_item_bottom__wzHQn button:hover{background-color:#fafafa;color:#004f8d}@media(min-width:375px){.Voucher_voucher_content_item__DtzUa{width:100%}}@media(min-width:768px){.Voucher_voucher__aJ2d8 h1{padding:2rem 1rem 2rem 5%}.Voucher_voucher_popup__\+9dWf{height:100vh;top:0}.Voucher_voucher_content__67-nV{-webkit-clip-path:polygon(5% 0,100% 0,100% 100%,0 100%,0 15%);clip-path:polygon(5% 0,100% 0,100% 100%,0 100%,0 15%);padding:2rem}}.news{background-color:#f8f9fa;min-height:100vh}.news-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.news-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.news-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.news-link{color:inherit;display:block;text-decoration:none;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.news-link:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.news-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;overflow:hidden;transition:box-shadow .3s ease}.news-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.news-card__image-container{height:200px;overflow:hidden}.news-card__image{height:100%;object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.news-card:hover .news-card__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.news-card__content{padding:1.5rem}.news-card__title{color:#1a1a1a;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.news-card__date{color:#6c757d;font-size:.875rem;margin-bottom:1rem}.news-card__preview{color:#495057;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.news-card__read-more{color:#007bff;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.news-preview{background-color:#f8f9fa;min-height:100vh}.news-preview-container{margin:0 auto;max-width:800px;padding:2rem 1rem}.news-preview__navigation{margin-bottom:2rem}.news-preview__back{align-items:center;color:#007bff;display:inline-flex;font-weight:500;text-decoration:none;transition:color .3s ease}.news-preview__back:hover{color:#0056b3}.news-preview__article{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden}.news-preview__header{padding:2rem 2rem 1rem}.news-preview__title{color:#1a1a1a;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.news-preview__date{color:#6c757d;font-size:1rem;margin-bottom:1rem}.news-preview__image-container{height:400px;overflow:hidden}.news-preview__image{height:100%;object-fit:cover;width:100%}.news-preview__content{color:#495057;line-height:1.7;padding:2rem}.news-preview__content p{margin-bottom:1.5rem}.news-preview__content p:last-child{margin-bottom:0}.news-preview__content img{aspect-ratio:16/9;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;height:auto;margin:1.5rem 0;object-fit:contain;width:100%}.news-preview__content h1,.news-preview__content h2,.news-preview__content h3,.news-preview__content h4,.news-preview__content h5,.news-preview__content h6{color:#1a1a1a;margin-bottom:1rem;margin-top:2rem}.news-error,.news-loading{align-items:center;display:flex;font-size:1.1rem;justify-content:center;min-height:400px}.news-loading{color:#6c757d}.news-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#dc3545;margin:2rem;padding:1rem}@media(max-width:768px){.news-container{padding:1rem}.news-title{font-size:2rem;margin-bottom:2rem}.news-list{gap:1.5rem;grid-template-columns:1fr}.news-card__content{padding:1.25rem}.news-preview-container{padding:1rem}.news-preview__header{padding:1.5rem 1.5rem 1rem}.news-preview__title{font-size:1.5rem}.news-preview__content{padding:1.5rem}.news-preview__image-container{height:250px}}
/*# sourceMappingURL=main.73186dd6.css.map*/