.wai-banners {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 1;
    padding: 25px;
}

.wai-banners > .banner-cta {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.wai-banners * {
    font-family: 'DM Sans';
}

.wai-banners > a.banner-title {
    font-size: 20px;
}

.wai-banners > a.banner-cta {
    box-shadow: 0 calc(2px + 0px) 0 -1px;
}

.wai-banners.light a.banner-title{
    color: black;
}

.wai-banners.light a.banner-cta {
    color: #000053;
    box-shadow: 0 calc(2px + 0px) 0 -1px #000053;
}

.wai-banners.dark a.banner-title{
    color: white;
}

.wai-banners.dark a.banner-cta {
    color: white;
    box-shadow: 0 calc(2px + 0px) 0 -1px white;
}