:root{--fixed-card-bg:#ededed;--fixed-card-title:#303030;--fixed-card-main-title:#303030;--fixed-card-description:#4c4c4e;--fixed-card-border:#0171a1;--fixed-card-border-size:0px;--fixed-card-button-bg:#FFFFFF;--fixed-card-button-bg--hover:#FFFFFF;--fixed-card-button-text:#0171a1;--fixed-card-button-text--hover:#303030}.fixed-card{border:var(--fixed-card-border-size) var(--fixed-card-border) solid;background-color:var(--fixed-card-bg);box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:1.5rem;padding-bottom:2rem;margin-bottom:3rem}.fixed-card--title{color:var(--fixed-card-title);font-size:1.4rem;line-height:1.8rem;font-family:Lato,Arial,sans-serif;font-weight:800}.fixed-card--title i{font-size:2rem}.fixed-card--image{max-width:11.5rem;max-height:11.5rem;-o-object-fit:contain;object-fit:contain}.fixed-card--main-title{color:var(--fixed-card-main-title);font-size:2rem;line-height:2.4rem;font-weight:900;font-family:Lato,Arial,sans-serif}.fixed-card--description{color:var(--fixed-card-description);font-size:1.8rem;line-height:2rem;font-weight:700}@media screen and (min-width:53.1875em){.fixed-card--description{font-size:1.6rem;line-height:2rem;font-weight:900}}.fixed-card--button{color:var(--fixed-card-button-text);background-color:var(--fixed-card-button-bg)}.fixed-card--button:hover{background-color:var(--fixed-card-button-bg--hover);color:var(--fixed-card-button-text--hover)}.fixed-card--phone-button{border-radius:3.1rem;color:var(--fixed-card-button-text);background-color:var(--fixed-card-button-bg)}.fixed-card--phone-button:hover{background-color:var(--fixed-card-button-bg--hover);color:var(--fixed-card-button-text--hover)}.fixed-card--disclaimer{font-size:1rem;line-height:1.2rem;font-weight:400}