:root{--blog-max-width:1200px;--blog-text:#132537;--blog-cta:#001c46;--blog-border:#eaf2fc;--blog-card-bg:#fafafa;--blog-font:var(--font-manrope,"Manrope",system-ui,sans-serif);--blog-radius:10px;--blog-featured-width:590px;--blog-featured-height:340px;--blog-card-height:100px;--blog-thumb-size:100px}.blog,.blog *,.blog :after,.blog :before{box-sizing:border-box}.blog{width:100%;background:#ffffff;padding:48px 120px 56px}.blog__inner{width:100%;max-width:var(--blog-max-width);margin:0 auto}.blog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:40px}.blog__title{margin:0;max-width:804px;color:var(--blog-text);font-family:var(--blog-font);font-size:32px;font-weight:400;line-height:normal}.blog__title strong{font-weight:700}.blog__view-all{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:42px;padding:15px;border:none;border-radius:5px;background:var(--blog-cta);color:#ffffff;font-family:var(--blog-font);font-size:16px;font-weight:500;line-height:normal;text-decoration:none;white-space:nowrap;transition:background-color .15s ease}.blog__view-all:hover{background:#001233}.blog__grid{display:grid;grid-template-columns:var(--blog-featured-width) minmax(0,1fr);gap:20px;align-items:stretch}.blog-featured{position:relative;overflow:hidden;width:var(--blog-featured-width);height:var(--blog-featured-height);border:1px solid var(--blog-border);text-decoration:none}.blog-featured,.blog-featured__image{display:block;border-radius:var(--blog-radius)}.blog-featured__image{width:100%;height:100%;object-fit:cover;object-position:center center}.blog-featured__overlay{position:absolute;right:0;bottom:0;left:0;height:129px;border-radius:0 0 var(--blog-radius) var(--blog-radius);background:linear-gradient(.46deg,#000000 1.73%,rgba(102,102,102,0) 89.76%);pointer-events:none}.blog-featured__content{position:absolute;right:17px;bottom:17px;left:17px;z-index:1}.blog-featured__title{margin:0 0 4px;max-width:495px;font-size:18px;font-weight:600}.blog-featured__date,.blog-featured__title{color:#ffffff;font-family:var(--blog-font);line-height:normal}.blog-featured__date{display:block;font-size:14px;font-weight:300}.blog__list{display:flex;flex-direction:column;gap:20px;min-width:0}.blog-card{display:flex;align-items:stretch;gap:20px;min-height:var(--blog-card-height);height:var(--blog-card-height);padding:0;border:1px solid var(--blog-border);border-radius:var(--blog-radius);background:var(--blog-card-bg);text-decoration:none;transition:box-shadow .15s ease}.blog-card:hover{box-shadow:0 4px 7.5px rgba(183,183,183,.25)}.blog-card__thumb{flex-shrink:0;overflow:hidden;width:var(--blog-thumb-size);height:var(--blog-thumb-size);border:1px solid var(--blog-border);border-radius:var(--blog-radius)}.blog-card__thumb-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:var(--blog-radius)}.blog-card__body{display:flex;flex:1;flex-direction:column;justify-content:center;gap:4px;min-width:0;padding:0 20px 0 0}.blog-card__title{margin:0;font-size:18px;font-weight:600;line-height:24px}.blog-card__date,.blog-card__title{color:var(--blog-text);font-family:var(--blog-font)}.blog-card__date{font-size:14px;font-weight:300;line-height:normal}@media (max-width:1199px) and (min-width:768px){.blog{padding:40px 40px 48px}.blog__title{font-size:28px}.blog__grid{grid-template-columns:1fr}.blog-featured{width:100%;max-width:100%}}@media (max-width:767px){.blog{padding:32px 20px 40px}.blog__header{flex-direction:column;align-items:stretch;margin-bottom:28px}.blog__title{font-size:24px;line-height:32px}.blog__view-all{width:100%}.blog__grid{grid-template-columns:1fr;align-items:start;gap:16px}.blog-featured{width:100%;height:240px;align-self:start}.blog-featured__image{height:100%}.blog__list{width:100%}.blog-card{height:auto;min-height:var(--blog-card-height)}.blog-card__body{padding:12px 12px 12px 0}.blog-card__title{font-size:16px;line-height:22px}}@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,600&display=swap");:root{--hero-max-width:1440px;--hero-padding-left:30px;--hero-padding-right:15px;--hero-height:550px;--hero-offset-top:0;--hero-controls-bottom:10px;--hero-text:#132537;--hero-blue:#1b4f9e;--hero-dot-active:#1f5daa;--hero-font:var(--font-manrope,"Manrope",system-ui,sans-serif);--hero-title-font:"Montserrat",var(--hero-font);--hero-bg:#fafafa}.hero,.hero *,.hero :after,.hero :before{box-sizing:border-box}.hero{position:relative;width:100%;height:var(--hero-height);min-height:var(--hero-height);margin-top:var(--hero-offset-top);padding-top:0;overflow:hidden;background:#fafafa}.hero__bg-rings{position:absolute;left:-120px;top:0;width:760px;height:760px;border-radius:50%;pointer-events:none;z-index:1;background:repeating-radial-gradient(circle,rgba(31,93,170,.1) 0,rgba(31,93,170,.1) 1px,transparent 0,transparent 150px),radial-gradient(circle,rgba(218,233,254,.55) 0,rgba(218,233,254,.28) 42%,rgba(218,233,254,0) 72%)}.hero__inner{position:relative;display:flex;align-items:center;grid-column:2;width:100%;height:var(--hero-height);min-height:var(--hero-height);margin:0;padding:40px 48px 40px 40px;background:linear-gradient(90deg,rgba(250,250,250,0) 0,rgba(250,250,250,.08) 6%,rgba(250,250,250,.22) 12%,rgba(250,250,250,.42) 18%,rgba(250,250,250,.62) 24%,rgba(250,250,250,.8) 30%,rgba(250,250,250,.92) 36%,#fafafa 44%,#fafafa);z-index:3}.hero-person{display:none}.hero__viewport{position:absolute;inset:0;z-index:2;overflow:hidden}.hero__track{display:flex;height:100%;transition:transform .55s ease;will-change:transform}@media (prefers-reduced-motion:reduce){.hero__track{transition:none}}.hero__pane{position:relative;display:grid;grid-template-columns:1fr 1fr;flex:0 0 100%;width:100%}.hero__pane,.hero__visual-wrap{height:100%;min-height:var(--hero-height)}.hero__visual-wrap{position:absolute;inset:0 auto 0 0;z-index:2;overflow:hidden;width:calc(50% + clamp(120px, 14vw, 200px));margin:0}.hero__visual-wrap:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(250,250,250,0) 0,rgba(250,250,250,0) 34%,rgba(250,250,250,.06) 48%,rgba(250,250,250,.18) 62%,rgba(250,250,250,.38) 76%,rgba(250,250,250,.62) 88%,rgba(250,250,250,.82) 96%,rgba(250,250,250,.94));pointer-events:none;z-index:1}.hero__slide-bg{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:1;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent);mask-image:linear-gradient(90deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent)}.hero__slide-bg--person{object-position:center bottom}.hero__slide-bg--placeholder{display:flex;align-items:center;justify-content:center;background:rgba(218,233,254,.45);opacity:1}.hero__visual--placeholder{display:none}.hero__visual-placeholder-text{color:rgba(19,37,55,.45);font-family:var(--hero-font);font-size:18px;font-weight:500}.hero__content{position:relative;left:auto;top:auto;max-width:660px;z-index:5}.hero__content,.hero__slide-content{width:100%;gap:28px}.hero__content,.hero__slide-content,.hero__text-panel{display:flex;flex-direction:column;align-items:flex-start}.hero__text-panel{gap:20px;width:fit-content;max-width:100%;padding:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero__badges{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:20px;width:max-content;max-width:100%}.hero__badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:191.4px;height:45.8px;padding:0 20px;border-radius:999px;background:#ffffff;border:1px solid rgba(0,28,70,.06);box-shadow:0 4px 8px rgba(0,28,70,.08),inset 0 -3px 5px rgba(218,233,254,.9);color:#001c46;font-family:"Montserrat",var(--hero-font);font-size:29.31px;font-style:italic;font-weight:600;line-height:1;white-space:nowrap}.hero__title{font-family:"Montserrat",var(--hero-font);font-size:73.53px;font-weight:700;line-height:84.85px;text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word}.hero__description,.hero__title{margin:0;transition:color .35s ease,text-shadow .35s ease}.hero__description{max-width:460px;font-family:var(--hero-font);font-size:18.8px;font-weight:500;line-height:1.45}.hero--text-dark .hero__title{color:#132537;text-shadow:none}.hero--text-light .hero__title{color:#ffffff;text-shadow:none}.hero--text-dark .hero__description{color:#132537;text-shadow:none}.hero--text-light .hero__description{color:#ffffff;text-shadow:none}.hero .hero__text-panel.hero__text-panel--custom-color .hero__description,.hero .hero__text-panel.hero__text-panel--custom-color .hero__title{color:var(--hero-slide-text-color);text-shadow:none}.hero__controls{position:absolute;left:0;right:0;bottom:0;z-index:10;height:0;pointer-events:none}.hero__arrow{position:absolute;bottom:var(--hero-controls-bottom);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:rgba(235,242,255,.92);color:#132537;box-shadow:0 2px 8px rgba(0,0,0,.05);cursor:pointer;pointer-events:auto;transition:background-color .15s ease,box-shadow .15s ease}.hero__arrow:hover{background:rgba(235,242,255,1);box-shadow:0 3px 10px rgba(0,0,0,.08)}.hero__arrow--prev{left:70px}.hero__arrow--next{right:70px}.hero__arrow-icon{display:block;width:12px;height:12px;object-fit:contain;opacity:1;visibility:visible;filter:none}.hero__dots{position:absolute;bottom:var(--hero-controls-bottom);left:0;right:0;display:flex;align-items:center;justify-content:center;gap:8px;height:24px;pointer-events:none}.hero__dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--hero-dot-active);background:#ffffff;padding:0;cursor:pointer;pointer-events:auto;transition:background-color .15s ease}.hero__dot--active{background:var(--hero-dot-active);border-color:var(--hero-dot-active)}.hero__side-tab{position:absolute;top:50%;right:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:44px;height:168px;border:none;border-radius:12px 0 0 12px;background:var(--hero-text);color:#ffffff;font-family:var(--hero-font);font-size:13px;font-weight:600;letter-spacing:.04em;text-decoration:none;writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%);cursor:pointer;transition:background-color .15s ease}.hero__side-tab-label{display:block;transform:rotate(180deg)}.hero__side-tab:hover{background:#1b3350}.hero__whatsapp{position:fixed;right:24px;bottom:24px;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--hero-text);color:#ffffff;text-decoration:none;box-shadow:0 8px 24px rgba(19,37,55,.25);transition:transform .15s ease,background-color .15s ease}.hero__whatsapp:hover{background:#1b3350;transform:scale(1.04)}.hero__whatsapp svg{width:26px;height:26px}@media (max-width:1199px) and (min-width:768px){:root{--hero-height:auto;--hero-offset-top:0;--hero-controls-bottom:14px}.hero{height:auto;min-height:0;margin-top:0;overflow:hidden}.hero__viewport{position:relative;inset:auto;height:auto}.hero__track{height:auto}.hero__pane{height:auto;min-height:0}.hero__bg-rings{left:-100px;top:-20px;width:560px;height:560px}.hero__pane{grid-template-columns:1fr;grid-template-rows:auto auto}.hero__visual-wrap{position:relative;inset:auto;width:100%;height:clamp(280px,52vw,360px);min-height:280px;margin:0;padding:0}.hero__visual-wrap:after{top:auto;right:0;left:0;bottom:0;width:100%;height:clamp(96px,18vw,160px);background:linear-gradient(180deg,rgba(250,250,250,0) 0,rgba(250,250,250,.06) 48%,rgba(250,250,250,.18) 62%,rgba(250,250,250,.38) 76%,rgba(250,250,250,.62) 88%,rgba(250,250,250,.82) 96%,rgba(250,250,250,.94))}.hero__slide-bg{-webkit-mask-image:linear-gradient(180deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent)}.hero__inner{grid-column:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;height:auto;min-height:0;padding:20px 24px calc(var(--hero-controls-bottom) + 40px);background:#fafafa}.hero__content{position:relative;left:auto;top:auto;width:min(100%,560px);max-width:100%;align-self:flex-end;align-items:flex-start;text-align:left;padding:0;gap:18px}.hero__badges{flex-wrap:wrap;width:100%;max-width:100%;gap:10px}.hero__badge{width:auto;min-width:0;height:36px;padding:0 14px;font-size:16px;white-space:nowrap}.hero__title{font-size:clamp(32px,4.2vw,52px);line-height:1.12;max-width:100%}.hero__description{max-width:100%;font-size:16px;line-height:1.45}.hero__text-panel{gap:14px}.hero__arrow--prev{left:24px}.hero__arrow--next{right:24px}.hero__side-tab{display:none}}@media (max-width:899px) and (min-width:768px){.hero__inner{align-items:center;gap:16px;min-height:0;padding:16px 20px calc(var(--hero-controls-bottom) + 36px)}.hero__content{align-self:center;align-items:center;text-align:center}.hero__badges{justify-content:center}.hero__text-panel{align-items:center;text-align:center}}@media (max-width:767px){:root{--hero-height:auto;--hero-offset-top:0;--hero-controls-bottom:12px}.hero{height:auto;min-height:0;margin-top:0;overflow:hidden}.hero__viewport{position:relative;inset:auto;height:auto}.hero__track{height:auto}.hero__pane{height:auto;min-height:0}.hero__bg-rings{left:50%;top:-10px;width:min(420px,110vw);height:min(420px,110vw);transform:translateX(-58%)}.hero__pane{grid-template-columns:1fr;grid-template-rows:auto auto}.hero__visual-wrap{position:relative;inset:auto;width:100%;height:clamp(240px,56vw,320px);min-height:240px;margin:0;padding:0}.hero__visual-wrap:after{top:auto;right:0;left:0;bottom:0;width:100%;height:clamp(80px,20vw,140px);background:linear-gradient(180deg,rgba(250,250,250,0) 0,rgba(250,250,250,.06) 48%,rgba(250,250,250,.18) 62%,rgba(250,250,250,.38) 76%,rgba(250,250,250,.62) 88%,rgba(250,250,250,.82) 96%,rgba(250,250,250,.94))}.hero__slide-bg{-webkit-mask-image:linear-gradient(180deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 34%,rgba(0,0,0,.98) 46%,rgba(0,0,0,.9) 56%,rgba(0,0,0,.76) 66%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.36) 86%,rgba(0,0,0,.16) 94%,rgba(0,0,0,.04) 98%,transparent)}.hero__inner{grid-column:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;min-height:0;padding:16px 16px calc(var(--hero-controls-bottom) + 36px);gap:16px;background:#fafafa}.hero__content{position:relative;left:auto;top:auto;order:1;width:100%;max-width:100%;align-items:center;text-align:center;padding:0;gap:14px}.hero__badges{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;max-width:100%}.hero__badge{width:auto;min-width:0;max-width:100%;height:32px;padding:0 12px;font-size:13px}.hero__title{font-size:clamp(26px,8vw,36px);line-height:1.12;max-width:100%}.hero__description{max-width:100%;font-size:15px;line-height:1.5}.hero__text-panel{gap:12px;align-items:center;text-align:center}.hero__arrow--prev{left:12px}.hero__arrow--next{right:12px}.hero__side-tab{display:none}.hero__whatsapp{right:16px;bottom:16px;width:48px;height:48px}}:root{--investment-group-max-width:1200px;--investment-group-text:#132537;--investment-group-blue:#1b4f9e;--investment-group-stat-blue:#3265ad;--investment-group-bg:#fafafa;--investment-group-font:var(--font-manrope,"Manrope",system-ui,sans-serif);--investment-group-visual-height:430px;--investment-group-visual-width:700px;--investment-group-content-width:520px;--investment-group-layout-gap:48px;--investment-group-ring-blue:rgba(218,233,254,0.55);--investment-group-stat-card-left:-70px;--investment-group-stat-card-width:139px}.investment-group,.investment-group *,.investment-group :after,.investment-group :before{box-sizing:border-box}.investment-group{width:100%;background:var(--investment-group-bg);padding:0;padding-left:max(120px,calc((100vw - var(--investment-group-max-width)) / 2));overflow:hidden;box-shadow:0 4px 10px rgba(183,183,183,.25)}.investment-group__inner{position:relative;display:grid;grid-template-columns:minmax(0,var(--investment-group-content-width)) minmax(0,1fr);column-gap:var(--investment-group-layout-gap);align-items:center;width:100%;max-width:none;min-height:var(--investment-group-visual-height);margin:0}.investment-group__content{position:relative;z-index:2;min-width:0;max-width:var(--investment-group-content-width);padding:24px 0}.investment-group__cta,.investment-group__description,.investment-group__title{position:relative;z-index:1}.investment-group__title{display:flex;flex-direction:column;gap:0;margin:0;color:var(--investment-group-text);font-family:var(--investment-group-font);font-size:32px;line-height:1.25}.investment-group__title-strong{font-weight:700}.investment-group__title-regular{font-weight:400}.investment-group__description{margin:35px 0 0;max-width:430px;color:var(--investment-group-text);font-weight:300;line-height:1.4}.investment-group__cta,.investment-group__description{font-family:var(--investment-group-font);font-size:16px}.investment-group__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:35px;padding:15px;border-radius:5px;background:var(--investment-group-blue);color:#ffffff;font-weight:500;line-height:1;text-decoration:none;transition:background-color .15s ease}.investment-group__cta:hover{background:#163f78}.investment-group__stat-rings{display:none;position:absolute;left:calc(var(--investment-group-stat-card-left) + (var(--investment-group-stat-card-width) / 2));top:50%;width:360px;height:360px;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;z-index:0;clip-path:inset(0 50% 0 0);background:repeating-radial-gradient(circle,transparent 0,transparent 18px,var(--investment-group-ring-blue) 18px,var(--investment-group-ring-blue) 19px),radial-gradient(circle,rgba(218,233,254,.45) 0,rgba(218,233,254,.2) 42%,rgba(218,233,254,0) 72%)}@media (min-width:1440px){.investment-group__stat-rings{display:block}}.investment-group__visual{justify-self:end;flex-shrink:0;min-height:var(--investment-group-visual-height);margin:0;padding:0;border-radius:0;box-shadow:none;overflow:visible}.investment-group__visual,.investment-group__visual-frame{position:relative;width:var(--investment-group-visual-width);height:var(--investment-group-visual-height);background:transparent}.investment-group__visual-frame{overflow:hidden;border-radius:70px 0 0 0}.investment-group__image{display:block;width:var(--investment-group-visual-width);height:var(--investment-group-visual-height);object-fit:cover;object-position:center center;border-radius:0}.investment-group__badge{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;border-radius:33px;background:#ffffff;color:var(--investment-group-blue);font-family:var(--investment-group-font);font-size:20px;font-weight:600;line-height:1;white-space:nowrap}.investment-group__badge--top{top:20px;right:20px;left:auto;max-width:235px;box-shadow:0 4px 10px rgba(0,0,0,.25)}.investment-group__badge--bottom,.investment-group__badge--top{box-sizing:border-box;width:max-content;height:44px;min-height:44px;padding:15px 20px;border-radius:33px;font-size:20px;font-weight:600;line-height:14px}.investment-group__badge--bottom{left:-76px;right:auto;bottom:24px;z-index:4;max-width:322px;transform:none;box-shadow:0 4px 5px rgba(0,0,0,.25)}.investment-group__stat-card{position:absolute;z-index:3;left:var(--investment-group-stat-card-left);top:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:var(--investment-group-stat-card-width);height:160px;padding:16px 12px;border-radius:10px;background:var(--investment-group-stat-blue);color:#ffffff;transform:translateY(-50%);text-align:center}.investment-group__stat-icon{width:40px;height:40px;flex-shrink:0}.investment-group__stat-value{margin:0;font-family:var(--investment-group-font);font-size:35px;font-weight:600;line-height:1}.investment-group__stat-label{margin:0;font-family:var(--investment-group-font);font-size:12px;font-weight:400;line-height:1.2}@media (max-width:1439px){.investment-group{padding:48px max(120px,calc((100vw - var(--investment-group-max-width)) / 2));overflow-x:clip}.investment-group__inner{grid-template-columns:1fr;gap:32px;min-height:0}.investment-group__content{max-width:none;padding:0}.investment-group__description{max-width:none}.investment-group__visual{justify-self:stretch;width:100%;max-width:var(--investment-group-visual-width);height:auto;min-height:0;margin:0}.investment-group__visual-frame{width:100%;height:360px;border-radius:70px 10px 10px 10px}.investment-group__image{width:100%;height:360px;border-radius:0}.investment-group__stat-card{left:20px;transform:translateY(-50%)}.investment-group__badge--bottom{left:20px;bottom:20px;white-space:normal;text-align:left}}@media (max-width:1199px) and (min-width:768px){.investment-group{padding:40px}.investment-group__inner{gap:32px}.investment-group__title{font-size:28px;line-height:1.3}.investment-group__cta,.investment-group__description{margin-top:28px}}@media (max-width:767px){.investment-group{padding:32px 16px}.investment-group__inner{gap:24px}.investment-group__title{font-size:24px;line-height:1.3}.investment-group__description{margin-top:20px;font-size:15px}.investment-group__cta{width:100%;margin-top:24px}.investment-group__visual{max-width:none;min-height:280px}.investment-group__visual-frame{height:280px;border-radius:40px 10px 10px 10px}.investment-group__image{height:280px}.investment-group__badge{font-size:14px;padding:10px 14px}.investment-group__badge--top{top:12px;left:auto;max-width:min(235px,calc(100% - 24px));white-space:normal;text-align:center}.investment-group__badge--bottom,.investment-group__badge--top{right:12px;height:auto;min-height:38px;padding:10px 14px;font-size:14px;line-height:1.2}.investment-group__badge--bottom{left:12px;bottom:12px;width:auto;max-width:none}.investment-group__stat-card{left:12px;width:120px;height:140px;padding:12px 10px}.investment-group__stat-value{font-size:28px}.investment-group__stat-label{font-size:11px}}@media (max-width:380px){.investment-group{padding:28px 12px}.investment-group__title{font-size:22px}.investment-group__image,.investment-group__visual-frame{height:240px}.investment-group__stat-card{width:108px;height:128px}.investment-group__stat-value{font-size:24px}}