:root{--color-key-primary: #2572d7;--color-key-secondary: #008ca0;--color-key-red: #d5180e;--gradient-main: linear-gradient( 81.14deg, #2268c4 21.97%, #6dcbdb 91.87%, #0da2ff 110.27% );--gradient-btn: linear-gradient( 63.05deg, #2268c4 21.97%, #6dcbdb 91.87%, #0da2ff 110.27% );--gradient-text: linear-gradient( 55.99deg, #2268c4 2.86%, #229dcf 81.84%, #1fb9e4 98.38% );--color-btn-border: #2268c4;--color-white: #ffffff;--color-text-primary: #2c2c2c;--color-text-secondary: #6e6e6e;--color-bg-primary: #ffffff;--color-bg-secondary: #f2f6fa;--color-bg-tertiary: #f5f5f5;--color-bg-key-primary: #e5f1f6;--color-bg-key-secondary: #f0f8fa;--color-border-primary: #e1e1e1;--color-border-secondary: #b3b3b3;--color-border-disabled: #b3b3b3}.color-text-primary{color:var(--color-text-primary)}.color-text-secondary{color:var(--color-text-secondary)}.color-text-gradient{background:var(--gradient-text);background-clip:text;-webkit-background-clip:text;color:transparent}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-tertiary{background-color:var(--color-bg-tertiary)}.bg-key-primary{background-color:var(--color-bg-key-primary)}.bg-key-secondary{background-color:var(--color-bg-key-secondary)}.bg-gradient-main{background:var(--gradient-main)}.bg-key-color-primary{background-color:var(--color-key-primary)}.bg-key-color-secondary{background-color:var(--color-key-secondary)}.bg-key-color-red{background-color:var(--color-key-red)}.border-primary{border-color:var(--color-border-primary)}.border-secondary{border-color:var(--color-border-secondary)}.border-disabled{border-color:var(--color-border-disabled)}:root{--shadow-001: 2px 2px 22px 8px #00000012;--shadow-002: 0 0 16px 0 #0000000d;--shadow-btn: 0 8px 24px 0 #0d547e26;--shadow-bg: 2px 2px 12px 8px #0000000d}.shadow-001{box-shadow:var(--shadow-001)}.shadow-002{box-shadow:var(--shadow-002)}.shadow-btn{box-shadow:var(--shadow-btn)}.shadow-bg{box-shadow:var(--shadow-bg)}.numbers-content{width:100%}.numbers-content__inner{display:flex;flex-direction:column;align-items:center;width:100%;gap:7.5rem;padding:3rem 1.25rem}@media(min-width:768px){.numbers-content__inner{gap:7.5rem;padding:5rem 3rem 12.5rem}}.numbers-group{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}@media(min-width:768px){.numbers-group{max-width:75rem}}.numbers-cards--3col{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%}.numbers-cards--3col>.numbers-card{flex:1 0 17.5rem;max-width:23.5rem}@media(min-width:768px){.numbers-cards--3col{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));align-items:stretch;gap:3rem}.numbers-cards--3col>.numbers-card{flex:none;max-width:none;min-width:0}}.numbers-cards--2col{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.5rem;width:100%}.numbers-cards--2col>.numbers-card{flex:1 0 18.75rem}.numbers-card--wide{flex-basis:100%;max-width:100%}@media(min-width:768px){.numbers-cards--2col{display:grid;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:3rem}.numbers-cards--2col>.numbers-card{flex:none;min-width:0}.numbers-card--wide{grid-column:1 / -1}}.numbers-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem;background:var(--color-white);border-radius:1rem;box-shadow:0 0 1rem #0000000d;overflow:hidden}@media(min-width:768px){.numbers-card{gap:1rem;padding:1.75rem}}.numbers-card__label{display:inline-block;padding:.125rem 1rem;border-radius:.25rem;font-family:var(--font-family-base);font-weight:700;font-size:1.25rem;line-height:1.6;color:var(--color-white);background:var(--gradient-main)}@media(min-width:768px){.numbers-card__label{font-size:1.5rem}}.numbers-card__picture{display:block;width:100%}.numbers-card__image{display:block;width:100%;height:auto}.numbers-card__other{display:flex;flex-direction:column;gap:.25rem;width:100%;padding:.5rem 1rem;background-color:#e9f1fb;border-radius:.25rem;color:var(--color-key-primary)}@media(min-width:768px){.numbers-card__other{flex-direction:row;align-items:center;gap:2rem;padding:1.25rem 1.5rem}}.numbers-card__other-label{font-family:var(--font-family-base);font-weight:700;font-size:1rem;line-height:1.6}@media(min-width:768px){.numbers-card__other-label{flex-shrink:0;font-size:1.125rem;line-height:1.4}}.numbers-card__other-text{margin:0;font-family:var(--font-family-base);font-weight:400;font-size:.875rem;line-height:1.8}@media(min-width:768px){.numbers-card__other-text{font-size:1rem;line-height:1.5}}
