.members_cta {
    background-color: #01A7B8;
    z-index: 1;
}

.members_cta grid-container {
    position: relative;
    z-index: 2;
}

.members_cta h2 {
    color: #FFF;
}

.members_cta p {
    color: #FFF;
}

.members_cta p:first-of-type {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .members_cta p:last-of-type {
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 468px) and (max-width: 767px) {
    .members_cta p:last-of-type {
        margin-bottom: 3.25rem;
    }
}

@media (max-width: 467px) {
    .members_cta p:last-of-type {
        margin-bottom: 2.75rem;
    }
}

.members_cta > figure {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 1;
    z-index: 1;
}

.members_cta image-group figure {
    backface-visibility: hidden;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 50%;
    height: 0;
    position: absolute;
    margin: 0;
    z-index: 3;
}

.members_cta {
    visibility: hidden;
}

/* INITIAL */
.members_cta image-group figure {
    transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(0deg) scale(0);
}

.members_cta.visible image-group figure {
    transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(0deg) scale(1);
}

.members_cta.visible image-group figure.flipped {
    transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotateY(90deg) scale(1);
}

/* REVEAL */
.members_cta.visible image-group figure:first-of-type {
    transition: transform 400ms ease-out 00ms;
}

.members_cta.visible image-group figure:nth-child(2n) {
    transition: transform 400ms ease-out 60ms;
}

.members_cta.visible image-group figure:nth-child(3n) {
    transition: transform 400ms ease-out 120ms;
}

.members_cta.visible image-group figure:nth-child(4n) {
    transition: transform 400ms ease-out 180ms;
}

.members_cta.visible image-group figure:nth-child(5n) {
    transition: transform 400ms ease-out 210ms;
}

.members_cta.visible image-group figure:nth-child(6n) {
    transition: transform 400ms ease-out 240ms;
}

.members_cta.visible image-group figure:nth-child(7n) {
    transition: transform 400ms ease-out 280ms;
}

.members_cta.visible image-group figure:nth-child(8n) {
    transition: transform 400ms ease-out 310ms;
}

.members_cta.visible image-group figure.flipped {
    transition: transform 0ms linear 0ms;
}

/* ANIMATING */
.members_cta.visible.animating image-group figure {
    transition: transform 400ms ease-out 400ms !important;
}

.members_cta.visible.animating image-group figure.flipped {
    transition: transform 400ms ease-in !important;
}

@media (min-width: 1121px) {
    /* INITIAL */
    .members_cta image-group figure:first-of-type {
        left: 50%;
        padding-bottom: 30%;
        top: 47%;
        width: 30%;
    }

    .members_cta image-group figure:nth-child(2n) {
        left: 45%;
        padding-bottom: 14%;
        top: 04%;
        width: 14%;
    }

    .members_cta image-group figure:nth-child(3n) {
        left: 74%;
        padding-bottom: 19%;
        top: 20%;
        width: 19%;
    }

    .members_cta image-group figure:nth-child(4n) {
        left: 80%;
        padding-bottom: 13%;
        top: 57%;
        width: 13%;
    }

    .members_cta image-group figure:nth-child(5n) {
        left: 69%;
        padding-bottom: 18%;
        top: 83%;
        width: 18%;
    }

    .members_cta image-group figure:nth-child(6n) {
        left: 45%;
        padding-bottom: 15%;
        top: 92%;
        width: 15%;
    }

    .members_cta image-group figure:nth-child(7n) {
        left: 22%;
        padding-bottom: 24%;
        top: 71%;
        width: 24%;
    }

    .members_cta image-group figure:nth-child(8n) {
        left: 23%;
        padding-bottom: 18%;
        top: 26%;
        width: 18%;
    }

    /* FLIPPED */
    .members_cta image-group figure:nth-child(9n) {
        left: 50%;
        padding-bottom: 30%;
        top: 47%;
        width: 30%;
    }

    .members_cta image-group figure:nth-child(10n) {
        left: 45%;
        padding-bottom: 14%;
        top: 04%;
        width: 14%;
    }

    .members_cta image-group figure:nth-child(11n) {
        left: 74%;
        padding-bottom: 19%;
        top: 20%;
        width: 19%;
    }

    .members_cta image-group figure:nth-child(12n) {
        left: 80%;
        padding-bottom: 13%;
        top: 57%;
        width: 13%;
    }

    .members_cta image-group figure:nth-child(13n) {
        left: 69%;
        padding-bottom: 18%;
        top: 83%;
        width: 18%;
    }

    .members_cta image-group figure:nth-child(14n) {
        left: 45%;
        padding-bottom: 15%;
        top: 92%;
        width: 15%;
    }

    .members_cta image-group figure:nth-child(15n) {
        left: 22%;
        padding-bottom: 24%;
        top: 71%;
        width: 24%;
    }

    .members_cta image-group figure:last-of-type {
        left: 23%;
        padding-bottom: 18%;
        top: 26%;
        width: 18%;
    }
}

@media (min-width: 900px) and (max-width: 1120px) {
    /* INITIAL */
    .members_cta image-group figure:first-of-type {
        left: 50%;
        padding-bottom: 35%;
        top: 47%;
        width: 35%;
    }

    .members_cta image-group figure:nth-child(2n) {
        left: 45%;
        padding-bottom: 19%;
        top: 04%;
        width: 19%;
    }

    .members_cta image-group figure:nth-child(3n) {
        left: 75%;
        padding-bottom: 24%;
        top: 20%;
        width: 24%;
    }

    .members_cta image-group figure:nth-child(4n) {
        left: 83%;
        padding-bottom: 18%;
        top: 57%;
        width: 18%;
    }

    .members_cta image-group figure:nth-child(5n) {
        left: 71%;
        padding-bottom: 23%;
        top: 83%;
        width: 23%;
    }

    .members_cta image-group figure:nth-child(6n) {
        left: 43%;
        padding-bottom: 20%;
        top: 92%;
        width: 20%;
    }

    .members_cta image-group figure:nth-child(7n) {
        left: 19%;
        padding-bottom: 29%;
        top: 71%;
        width: 29%;
    }

    .members_cta image-group figure:nth-child(8n) {
        left: 20%;
        padding-bottom: 23%;
        top: 26%;
        width: 23%;
    }

    /* FLIPPED */
    .members_cta image-group figure:nth-child(9n) {
        left: 50%;
        padding-bottom: 35%;
        top: 47%;
        width: 35%;
    }

    .members_cta image-group figure:nth-child(10n) {
        left: 45%;
        padding-bottom: 19%;
        top: 04%;
        width: 19%;
    }

    .members_cta image-group figure:nth-child(11n) {
        left: 75%;
        padding-bottom: 24%;
        top: 20%;
        width: 24%;
    }

    .members_cta image-group figure:nth-child(12n) {
        left: 83%;
        padding-bottom: 18%;
        top: 57%;
        width: 18%;
    }

    .members_cta image-group figure:nth-child(13n) {
        left: 71%;
        padding-bottom: 23%;
        top: 83%;
        width: 23%;
    }

    .members_cta image-group figure:nth-child(14n) {
        left: 43%;
        padding-bottom: 20%;
        top: 92%;
        width: 20%;
    }

    .members_cta image-group figure:nth-child(15n) {
        left: 19%;
        padding-bottom: 29%;
        top: 71%;
        width: 29%;
    }

    .members_cta image-group figure:last-of-type {
        left: 20%;
        padding-bottom: 23%;
        top: 26%;
        width: 23%;
    }
}

@media (min-width: 769px) and (max-width: 899px) {
    .members_cta image-group figure:first-of-type {
        left: 51%;
        padding-bottom: 38%;
        top: 47%;
        width: 38%;
    }

    .members_cta image-group figure:nth-child(2n) {
        left: 45%;
        padding-bottom: 22%;
        top: 12%;
        width: 22%;
    }

    .members_cta image-group figure:nth-child(3n) {
        left: 77%;
        padding-bottom: 27%;
        top: 23%;
        width: 27%;
    }

    .members_cta image-group figure:nth-child(4n) {
        left: 86%;
        padding-bottom: 21%;
        top: 57%;
        width: 21%;
    }

    .members_cta image-group figure:nth-child(5n) {
        left: 75%;
        padding-bottom: 26%;
        top: 79%;
        width: 26%;
    }

    .members_cta image-group figure:nth-child(6n) {
        left: 45%;
        padding-bottom: 23%;
        top: 88%;
        width: 23%;
    }

    .members_cta image-group figure:nth-child(7n) {
        left: 18%;
        padding-bottom: 32%;
        top: 70%;
        width: 32%;
    }

    .members_cta image-group figure:nth-child(8n) {
        left: 16%;
        padding-bottom: 26%;
        top: 31%;
        width: 26%;
    }

    .members_cta image-group figure:nth-child(9n) {
        left: 51%;
        padding-bottom: 38%;
        top: 47%;
        width: 38%;
    }

    .members_cta image-group figure:nth-child(10n) {
        left: 45%;
        padding-bottom: 22%;
        top: 12%;
        width: 22%;
    }

    .members_cta image-group figure:nth-child(11n) {
        left: 77%;
        padding-bottom: 27%;
        top: 23%;
        width: 27%;
    }

    .members_cta image-group figure:nth-child(12n) {
        left: 86%;
        padding-bottom: 21%;
        top: 57%;
        width: 21%;
    }

    .members_cta image-group figure:nth-child(13n) {
        left: 75%;
        padding-bottom: 26%;
        top: 79%;
        width: 26%;
    }

    .members_cta image-group figure:nth-child(14n) {
        left: 45%;
        padding-bottom: 23%;
        top: 88%;
        width: 23%;
    }

    .members_cta image-group figure:nth-child(15n) {
        left: 18%;
        padding-bottom: 32%;
        top: 70%;
        width: 32%;
    }

    .members_cta image-group figure:last-of-type {
        left: 16%;
        padding-bottom: 26%;
        top: 31%;
        width: 26%;
    }
}

@media (min-width: 521px) and (max-width: 768px) {
    .members_cta image-group figure {
        left: 38%;
        padding-bottom: 60%;
        top: 50%;
        width: 60%;
    }

    .members_cta image-group figure:first-of-type ~ figure:not(#ig9) {
        display: none;
    }
}

@media (min-width: 521px) {
    .members_cta image-group {
        position: absolute;
        top: 0;
        right: 48%;
        bottom: 0;
        left: 2%;
    }
}

@media (max-width: 520px) {
    .members_cta {
        padding: 4.125rem 0 !important;
        text-align: center;
    }

    .members_cta grid-column {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .members_cta image-group {
        display: block;
        margin-bottom: 1.5rem;
        position: relative;
        height: 10rem;
    }

    .members_cta image-group figure {
        left: 50%;
        padding-bottom: 10rem;
        top: 50%;
        width: 10rem;
    }

    .members_cta image-group figure:first-of-type ~ figure:not(#ig9) {
        display: none;
    }

    .members_cta p {
        color: #FFF;
    }
}