html, body {
    margin: 0;
    height: 100%;
}

body {
    overflow-x: hidden;
}

.rise-group-page {
    width: 100%;
    min-height: 100%;
    /* background-color: #000000; */
    background-image: url(/images/group/group-page-background.png), linear-gradient(256.68deg, #104B84 0%, #0F1029 100%);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.rise-group-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-top: 65px;
}

.rise-group-header-text {
    font-family: Maison Neue;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 2px 0px;
}

.rise-group-header-caption {
    font-family: Maison Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;

    text-align: center;

    color: #FFFFFF;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 2px 0px;
}

.rise-group-link-container {
    max-width: 716px;
    margin: 34px auto 0 auto;
}

.rise-group-link-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
}

a.rise-group-link-row:hover {
    box-shadow: 4px 6px 12px 0px #00000014;
    background: #104B84;
    cursor: pointer;
}

.rise-group-link-row-icon {
    width: 120px;
}

.rise-group-link-row-icon > img {
    max-width: 120px;
}

.rise-group-link-row-text {
    margin-left: 24px;

    font-family: Maison Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: #FFFFFF;
}

.rise-group-link-row-button {
    margin-left: 24px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: pointer;
}

.rise-group-link-row-button > img {
    width: 20px;
    height: 20px;
    color: #DEE3EA;
    /*background-image: url(/images/caret-right.png);*/
    background-repeat: no-repeat;
}

.rise-group-link-row-horizontal-rule {
    background: #DEE3EA;
    opacity: 0.2;
    margin: 8px 0;
}

.rise-group-footer-container {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 29px;
}

.rise-group-footer-text {
    font-family: Maison Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;

    text-align: center;

    color: #DEE3EA;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Book.ttf') format("truetype");
}

@font-face {
    font-family: 'Maison Neue';
    font-style: italic;
    src: url('../fonts/MaisonNeue-BookItalic.ttf') format("truetype");
}

@font-face {
    font-family: 'Maison Neue';
    font-weight: 500;
    src: url('../fonts/MaisonNeue-Demi.ttf') format("truetype");
}

@font-face {
    font-family: 'Maison Neue';
    font-weight: bold;
    src: url('../fonts/MaisonNeue-Bold.ttf') format("truetype");
}
