@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.facts{position:relative;overflow-x:hidden;background-color:var(--blue-100);padding:3rem 0}@media only screen and (min-width:768px){.facts{padding:4rem 0}}@media only screen and (min-width:992px){.facts{padding:5rem 0}}.facts__text{margin:0 0 2rem 0}@media only screen and (min-width:768px){.facts__text{margin:0 0 3rem 0}}@media only screen and (min-width:992px){.facts__text{margin:0 0 4rem 0}}.facts__copy{margin:0 0 1.5rem 0}@media only screen and (min-width:768px){.facts__copy{margin:0 0 2rem 0}}.facts__container{display:block}@media only screen and (min-width:992px){.facts__container{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}.facts__container--3{grid-template-columns:repeat(3,1fr)}.facts__container--4{grid-template-columns:repeat(4,1fr)}}.facts__teaser{position:relative;background-color:var(--white);box-shadow:var(--shadow-content);border-radius:var(--border-radius-medium);text-align:center;padding:2rem 1.5rem}.facts__teaser-image{width:100%;margin:0 auto 1rem auto}.facts__teaser-image img,.facts__teaser-image svg{width:128px;height:auto}.facts__teaser-text{position:relative;display:block}.facts__teaser-title{color:var(--dark);margin:0 0 .25rem;word-wrap:break-word;overflow-wrap:break-word;-o-hyphens:auto;hyphens:auto}.facts__teaser-subtitle{margin:0 0 .75rem}.facts__teaser-subtitle--dark{color:var(--dark)}.facts__teaser-copy{color:var(--technical-blue)}