.cM-mainBanner{background:var(--color-primary);border-radius:var(--radius-element-default);display:grid;grid-template-areas:"logo" "img" "text";min-width:0;overflow:hidden;padding:20px 16px}.cM-mainBanner__logo{align-items:end;display:inline-flex;grid-area:logo;justify-content:center;margin-bottom:14px;min-width:0}.cM-mainBanner__logo img{height:auto;max-width:435px;-o-object-fit:contain;object-fit:contain;width:100%}.cM-mainBanner__img{grid-area:img;justify-content:center;min-width:0;text-align:center}.cM-mainBanner__img img{height:auto;max-width:100%}.cM-mainBanner__text{align-items:flex-start;color:var(--color-yellow);display:inline-flex;font-size:1rem;font-weight:500;grid-area:text;justify-content:center;line-height:140%;margin-top:14px;min-width:0;text-transform:uppercase;word-wrap:break-word;overflow-wrap:break-word;text-align:center}@media screen and (min-width:768px){.cM-mainBanner{grid-template-areas:"logo img" "text img";padding:0 28px}.cM-mainBanner__logo,.cM-mainBanner__text{justify-content:flex-start}.cM-mainBanner__text{font-size:1.5rem;text-align:left}.cM-mainBanner__img{justify-content:flex-start}}
