
/* REGION/COUNTRY HERO START */

.rh-hero {
    position: relative;
    min-height: 360px;
}

.rh-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 30, 70, 0.55) 0%, rgba(15, 30, 70, 0.25) 50%, rgba(15, 30, 70, 0.6) 100%);
}

.rh-content-mod {
    position: relative;
    min-height: 360px;
    width: 100%;
    max-width: var(--xl);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px;
}

.rh-title {
    max-width: 720px;
    text-wrap: balance;
}

.rh-solid {
    background-color: var(--blue-80);
}

@media screen and (max-width: 640px) {
    .rh-content-mod {
        min-height: 260px;
        padding: 24px;
    }

    .rh-hero {
        min-height: 260px;
    }
}

/* REGION/COUNTRY HERO END */

.rd-title {
    padding-bottom: 32px;
}

.dd-content-mod {
  padding: 32px;
}