.pd-explore{display:grid;max-width:var(--page-width);margin:0 auto;align-items:start;text-align:center}.pd-explore__content{padding:var(--page-width-margin)}.pd-explore__text-with-icon{order:3}.pd-explore__text-with-icon__item{padding:var(--page-width-margin)}.pd-explore__image{position:relative;width:100%;margin:2.5rem auto}.pd-explore__image img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.pd-explore__image__signatures{position:absolute;right:0;bottom:0}.pd-explore__image__signatures img{position:absolute;top:0;left:0;opacity:0;animation:image-crossfade 30s linear infinite}.pd-explore__image__signatures img:nth-of-type(1){position:relative;animation-delay:0s}.pd-explore__image__signatures img:nth-of-type(2){animation-delay:5s}.pd-explore__image__signatures img:nth-of-type(3){animation-delay:10s}.pd-explore__image__signatures img:nth-of-type(4){animation-delay:15s}.pd-explore__image__signatures img:nth-of-type(5){animation-delay:20s}.pd-explore__image__signatures img:nth-of-type(6){animation-delay:25s}@keyframes image-crossfade{0%{opacity:0}7%{opacity:1}14%{opacity:1}21%{opacity:0}100%{opacity:0}}@media screen and (max-width: 1023px){.pd-explore__image{max-width:60%}}@media screen and (min-width: 768px){.pd-explore__content{padding-left:calc(var(--page-width-margin)*8);padding-right:calc(var(--page-width-margin)*8)}.pd-explore__text-with-icon{padding:0 var(--page-width-margin);text-align:left}.pd-explore__text-with-icon__item img{float:left}.pd-explore__text-with-icon__item h3,.pd-explore__text-with-icon__item p{margin-left:calc(6.4rem + var(--page-width-margin))}.pd-explore__text-with-icon__item h3{margin-top:0}.pd-explore__image{padding:var(--page-width-margin)}.pd-explore__image__signatures{bottom:var(--page-width-margin)}}@media screen and (min-width: 1024px){.pd-explore{grid-template-columns:60% 1fr;grid-template-areas:"content image" "text-with-icon image";align-items:end}.pd-explore__content{grid-area:content;padding:var(--page-width-margin);text-align:left}.pd-explore__text-with-icon{grid-area:text-with-icon;order:initial}.pd-explore__image{grid-area:image;margin:0;padding:0}.pd-explore__image__signatures{bottom:0}}@media screen and (min-width: 1600px){.pd-explore{grid-template-columns:66% 1fr}.pd-explore__content{align-self:end;max-width:50%}.pd-explore__text-with-icon{display:flex;align-self:start}.pd-explore__text-with-icon__item{width:33.3333333333%;padding-left:0;padding-right:calc(var(--page-width-margin)*2)}.pd-explore__text-with-icon__item img{float:none}.pd-explore__text-with-icon__item h3,.pd-explore__text-with-icon__item p{margin:revert}}
