.InfoCard{display:flex;padding:4vw;gap:2vh;background:var(--white);border-radius:8px;box-shadow:0 0 1px 0 var(--shadow)}@media only screen and (min-width:768px){.InfoCard{padding:14px;gap:12px}}.InfoCard--small{max-width:48.6vw;min-height:27.75vh}@media only screen and (min-width:768px){.InfoCard--small{max-width:288px;min-height:159px}}.InfoCard--medium{max-width:84.7vw;min-height:19.9vh}@media only screen and (min-width:768px){.InfoCard--medium{max-width:393px;min-height:159px}}.InfoCard--large{max-width:48.6vw;min-height:25.1vh}@media only screen and (min-width:768px){.InfoCard--large{max-width:416px;min-height:105px}}.InfoCard--x-large{max-width:48.6vw;min-height:25.1vh}@media only screen and (min-width:768px){.InfoCard--x-large{max-width:451px;min-height:102px}}.InfoCard--fluid,.InfoCard--fluid-on-mobile{max-width:100%;width:100%}@media only screen and (min-width:768px){.InfoCard--fluid-on-mobile{width:auto;max-width:none}.InfoCard--fluid-on-mobile.InfoCard--small{max-width:288px}.InfoCard--fluid-on-mobile.InfoCard--medium{max-width:393px}.InfoCard--fluid-on-mobile.InfoCard--large{max-width:416px}}.InfoCard--column{flex-direction:column;align-items:center;text-align:center}.InfoCard--column .InfoCard__title{line-height:1.3}.InfoCard--column .InfoCard__description{line-height:1.5}.InfoCard--row{flex-direction:column;align-items:flex-start}.InfoCard--row .InfoCard__content{text-align:left}.InfoCard--row .InfoCard__title{line-height:1.3}.InfoCard--row .InfoCard__description{line-height:1.5}@media only screen and (min-width:768px){.InfoCard--row{flex-direction:row}}.InfoCard--boxed{flex-direction:column;align-items:flex-start}.InfoCard--boxed .InfoCard__content{text-align:left}@media only screen and (min-width:768px){.InfoCard--boxed .InfoCard__content{gap:4px}}.InfoCard--with-border{border:1px solid var(--border-light)}.InfoCard--transparent{background:rgba(0,0,0,0);box-shadow:none}.InfoCard__icon-wrapper{display:flex;align-items:center;justify-content:center;width:fit-content;border-radius:8px;background:var(--blue-900);flex-shrink:0;padding:2.7vw}@media only screen and (min-width:768px){.InfoCard__icon-wrapper{padding:10px}}.InfoCard__icon-default{min-width:40px}.InfoCard__content{display:flex;flex-direction:column;gap:1vh}@media only screen and (min-width:768px){.InfoCard__content{gap:8px}}.InfoCard__description,.InfoCard__title{margin:0}:root{--primary:#001E50;--secondary:#001E50;--active:#002B72;--background:#fff;--background-secondary:#F3F4F5;--border-default:#96A3A8;--disabled:#C2CACF;--background-dark:#000E26;--dark:#000E26;--success:#47bc00;--error:#eb0d3f;--warning:#ffaa00;--info:#183fbe;--black:#000;--blue-dark:#001e50;--blue-light:#dce2f5;--blue-light-200:#e5e8ed;--blue-light-grayish:#f4f5fc;--blue-grayish:#d1d9f2;--blue-baby:#00b0f0;--blue-100:#4CC7F4;--blue-300:#0082D6;--blue-medium:#00437a;--blue-alternate:#00368f;--blue-soft:#5d79d1;--blue-complementary:#002b72;--blue-900:#4CC7F41F;--border:#cccccc;--border-light:#DFE4E8;--blue-2026:#5FEBFF;--gray:#bfc7d3;--gray-light:#dcdee1;--gray-50:#FFFFFFCC;--gray-100:#f2f2f2;--gray-200:#e4e4e4;--gray-300:#cccccc;--gray-350:#92969D;--gray-400:#808080;--gray-500:#383838;--green:#25D366;--lead:#6a767d;--off-white:#eaebed;--red:#ff335c;--red-100:#EA4A64;--sand:#7f7163;--white:#fff;--form-border:#e3e3e3;--shadow:rgba(14,3,32,0.15)}.SectionTitle{display:flex;flex-direction:column-reverse;gap:.75dvh}@media only screen and (min-width:768px){.SectionTitle{gap:2px}}.SectionTitle__subtitle{margin-bottom:0;line-height:1.4}.SectionTitle__title{line-height:1.3;margin-bottom:1.7vh;position:relative}.SectionTitle__title:after{content:"";display:block;width:19.5vw;height:.37vh;background-color:var(--blue-100);margin-top:1.5vh}@media only screen and (min-width:768px){.SectionTitle__title{margin-bottom:16px}.SectionTitle__title:after{width:80px;height:2.5px;margin-top:12px}}