
.gmksubpagehero-top {
}

.gmksubpagehero-bg {
    height: 70vh;
}

.gmksubpagehero-bg figure,
.gmksubpagehero-bg picture {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%;
}

.gmksubpagehero-bg figure .caption {
    display: none;
}

.gmksubpagehero-bg picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gmksubpagehero-text {
    height: 30%;
    padding: 0 30px;
    position: relative;
    top: -150px;
}

.case-study-headline {
    display: flex;
    gap: 10px;
}

.gmksubpagehero-content {
    background-color: rgba(255,255,255,0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 44px;
    position: relative;
}

.gmksubpagehero-content:before {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(82,134,190,1) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 6px;
    top: 0;
}

.gmksubpagehero-content .tag {
    letter-spacing: 1.6px;
    margin: 0;
    text-transform: uppercase;
}

.case-study-tag {
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 700;
    text-transform: none;
}

.gmksubpagehero-content h1 {
    margin: 15px 0;
}

.gmksubpagehero-bottom {
    margin-top: -100px;
    padding: 30px 0px;
    padding-top: 0;
}

.gmksubpagehero-bottom hr {
    background: #0B1938;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    opacity: 0.2;
}

.gmksubpagehero-anchorswrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 50px;
}

.single-anchor {
    align-items: flex-end;
    display: flex;
    padding-right: 50px;
}

.anchor-description {
    width: 75%;
}

.anchor-content h3 {
    margin: 15px 0;
}

.single-anchor-right {
    padding: 30px;
}

.single-anchor-right svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bullets-header {
    margin: 15px 0;
}

h2.bullets-header {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 40px;
    margin: 15px 0;
    text-transform: none;
}

.gmksubpagehero-bulletswrap {
    align-items: flex-start;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    position: relative;
}

.single-bullet {
    align-items: center;
    display: flex;
    gap: 15px;
}

.single-bullet-checkmark {
    background-color: #5286BE;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 55px;
}

.single-bullet-checkmark svg {
    margin: auto;
}

.single-bullet-text {
    width: calc(100% - 55px);
}

.single-bullet-text p {
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 0;
}

.single-bullet-text p a {
    color: #061A41;
}

.bullets-link {
    webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    bottom: 0;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}

.gmksubpagehero-description p,
.gmksubpagehero-description p strong {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 26px;
}

@media screen and (max-width: 900px) {

    .gmksubpagehero-content h1 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .gmksubpagehero-text {
        padding: 0 15px;
    }

    .gmksubpagehero-top {
        height: initial;
    }

    .gmksubpagehero-content {
        padding: 25px;
    }

    .gmksubpagehero-bottom {
        padding: 0 30px;
    }

    .gmksubpagehero-anchorswrap {
        flex-direction: column;
    }

    .single-anchor {
        padding: 0;
    }

    .single-bullet {
        margin: 15px 0;
    }

    .gmksubpagehero-bulletswrap {
        display: block;
    }

    .gmksubpagehero-content:before {
        display: none;
    }

}
