.image-banner__container {position: relative;margin-left: calc(50% - (50vw - (var(--scrollBarWidth) / 2)));margin-right: calc(50% - (50vw - (var(--scrollBarWidth) / 2)));}.image-banner__image {width: 100%;max-height: 550px;object-position: center;object-fit: cover;}.image-banner__content {position: absolute;top:50%;left: 50%;display: inline-block;transform: translate(-50%, -50%);text-align: center;color: white;}.image-banner__title {margin-bottom: 0.5em;color: white;font-weight: bold;font-size: 2.5em;}.image-banner__title + .image-banner__body {margin-bottom: 0.5em;}.image-banner__title + .image-banner__cta {margin-top: 0.5em;}.image-banner__cta {display: inline-block;padding: 12px 35px;color: white;font-weight: bold;transition: background 200ms linear;}.image-banner__cta-primary {border: none;background: #1a88ca;border-radius: 999px;}.image-banner__cta-secondary {border: none;background: #9a9b9c;border-radius: 999px;}.image-banner__cta-default {font-size: 20px;}.image-banner__cta-small {font-size: 17px;}.image-banner__cta-medium {font-size: 23px;}.image-banner__cta-large {font-size: 26px;}.image-banner__cta:hover {background: #0f699f;text-decoration: none;color: white;}.image-banner__overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(12, 25, 54, 0.24);}
