.text-banner{overflow:hidden}.text-banner__inner{opacity:0;transform:translate3d(0,100%,0);transition:transform 1s ease,opacity 1.5s}.text-banner__inner--visible{opacity:1;transform:translateZ(0)}.text-banner__inner--without-animation{opacity:1;transform:none;transition:none}.text-banner__content{padding:0 var(--space-sm);text-align:center}@media screen and (min-width:768px){.text-banner__content{padding:0 var(--space-md)}}.text-banner__title{margin:0 0 var(--space-md);text-align:center}@media screen and (min-width:768px){.text-banner__columns{display:flex;flex-flow:row nowrap;gap:var(--space-sm);justify-content:space-around}}@media screen and (min-width:1200px){.text-banner__columns{gap:var(--space-md)}}.text-banner__title+.text-banner__columns{margin-top:0}@media screen and (max-width:768px){.text-banner__title+.text-banner__columns{margin-top:24px}}.text-banner__column{flex:1 0 calc(33.33333% - var(--space-md)*2/3);margin:0 auto 32px;max-width:700px;text-align:center}.text-banner__column:last-child{margin-bottom:0}@media screen and (min-width:768px){.text-banner__column{margin-bottom:0}}.text-banner__column__heading{margin-top:0}.text-banner__column__content{margin:0}