:root{--factsheet-amount-color:#fff;--factsheet-label-color:#fff;--factsheet-amount-shadow:2px 2px 5px rgba(0, 0, 0, 0.1)}.factsheet__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:2.5rem;grid-template-columns:repeat(1,1fr);-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative;width:100%}.factsheet__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;width:100%}.factsheet__amount,.factsheet__label{margin:0;text-align:center}.factsheet__amount{color:var(--factsheet-amount-color);font-size:2.5rem;font-weight:700;line-height:1;text-shadow:var(--factsheet-amount-shadow)}.factsheet__label{font-size:1.25rem;font-weight:700}@media only screen and (min-width:768px){.factsheet__label{font-size:1.375rem}}.factsheet__label{color:var(--factsheet-label-color)}@media only screen and (min-width:768px){.factsheet__items{gap:1rem}.factsheet__items--50{grid-template-columns:repeat(2,1fr);padding:0 4rem}.factsheet__items--33{grid-template-columns:repeat(3,1fr)}.factsheet__amount{font-size:3rem}}@media only screen and (min-width:1024px){.factsheet__amount{font-size:3.5rem}}