.strip-header-container *{box-sizing:border-box;margin:0;padding:0}.strip-header-container{flex-wrap:wrap;width:100%}.strip-header-container,.strip-item{align-items:center;background-color:#67c143;display:flex}.strip-item{align-self:stretch;color:#fff;flex:1 0 15%;height:auto;justify-content:center;padding:25px 16px;text-align:center}.strip-item img{min-width:30px}.strip-item div{max-width:250px;padding:0 10px;text-align:left}.strip-item .details{font-weight:500;line-height:1;text-transform:uppercase}.strip-item .details span{font-size:1.5rem}.line{background-color:#fff;content:"";min-height:70px;width:2px}.strip-item.visible{animation:blur-in-expand .4s linear both;animation-delay:.1s}@media screen and (max-width:768px){.strip-item{flex:1 0 50%;max-height:500px;overflow-x:hidden;overflow-y:overlay}}@media (width < 668px){.strip-item{justify-content:start;padding-left:2.5rem}}.strip-header-container .strip-item path{fill:#fff;stroke-width:1;stroke:#fff}.strip-header-container .strip-item.icon:has(circle,ellipse){fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:4px}.strip-header-container .strip-item.icon:has(circle,ellipse){stroke-dasharray:230;stroke-dashoffset:0}.strip-header-container .strip-item.icon.visible:has(circle,ellipse){animation:animate-circle 1.5s linear forwards}@keyframes animate-circle{0%{stroke-dashoffset:230}40%{stroke-dashoffset:180}80%{stroke-dashoffset:115}to{stroke-dashoffset:0}}