.ImageReassurance{display:flex;flex-direction:column;align-items:center;padding:8px;width:100%;overflow:hidden}@media screen and (min-width:1024px){.ImageReassurance{padding:64px 32px}}.ImageReassurance__image{display:flex}@media screen and (min-width:1024px){.ImageReassurance__image{width:80%;transition:all .6s ease-out .2s;transform:translateY(20%);opacity:0}}.ImageReassurance__content{display:flex;flex-wrap:wrap;width:100%;padding-top:24px}.ImageReassurance__content.is-centered{justify-content:center;text-align:center}@media screen and (min-width:1024px){.ImageReassurance__content{flex-direction:row;width:80%}}.ImageReassurance__element .ImageReassurance__text{font-size:1.4rem;color:#656666}@media screen and (min-width:1024px){.ImageReassurance__element .ImageReassurance__text{font-size:2.4rem}}.ImageReassurance__element .ImageReassurance__text:first-child{padding-bottom:8px}.ImageReassurance__element .ImageReassurance__value{font-size:3.6rem;font-weight:700;line-height:1}@media screen and (min-width:1024px){.ImageReassurance__element .ImageReassurance__value{font-size:7rem}}.ImageReassurance__element .ImageReassurance__value .ImageReassurance__value_sub{font-size:2rem;padding-left:8px}@media screen and (min-width:1024px){.ImageReassurance__element .ImageReassurance__value .ImageReassurance__value_sub{font-size:4rem}}.ImageReassurance__element{padding:16px;width:50%}@media screen and (min-width:1024px){.ImageReassurance__element{padding:32px 16px;width:33.3333333333%;transform:translateY(20%);opacity:0}.ImageReassurance__element:first-of-type{transition:all .5s ease-out .8s}.ImageReassurance__element:nth-of-type(2){transition:all .5s ease-out 1s}.ImageReassurance__element:nth-of-type(3){transition:all .5s ease-out 1.2s}.ImageReassurance__element:nth-of-type(4){transition:all .5s ease-out 1.4s}}.ImageReassurance.is-visible .ImageReassurance__element,.ImageReassurance.is-visible .ImageReassurance__image{transform:translate(0);opacity:1}