.home-page header{background-color:transparent;text-align:center}.home-page header .product-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:80px;justify-content:center;margin:40px auto;padding:0 0 48px}@media only screen and (width <= 32.1875em){.home-page header .product-container{gap:40px}}.home-page header .product-container .product{transition:transform .25s;width:200px}@media only screen and (width <= 32.1875em){.home-page header .product-container .product{width:150px}}.home-page header .product-container .product:hover{transform:translateY(-4px)}.home-page header .product-container .product a{display:flex;flex-direction:column}.home-page header .product-container .product a .label{align-items:center;display:flex;flex-direction:column;font-size:1.5rem;font-weight:600}.home-page header .product-container .product a .label span{color:#475258;font-size:1rem;font-weight:400;margin-top:8px}.home-page header .provider-container{align-items:center;display:inline-flex;flex-wrap:wrap;justify-content:center;margin-top:40px;max-width:50rem;row-gap:40px}.home-page header .provider-container .provider{align-items:center;display:inline-flex;font-size:.875rem;justify-content:center;width:120px}.home-page header .provider-container .provider a{align-items:center;display:flex;flex-direction:column}.home-page header .provider-container .provider a img{margin-bottom:8px;width:36px}