.gmkdownload-inner {
    position: relative;
}

.gmkdownload-text {
    padding: 30px;
}

.gmkdownload-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.gmkdownload-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gmkdownload-image:before {
    background-color: rgba(6, 26, 65, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 0;*/
}

.gmkdownload-cta {
    margin: 25px 0;
}

.gmkdownload-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gmkdownload-header span {
    color: #FFF;
}

.gmkdownload-header span.filetype {
    text-transform: uppercase;
}

.gmkdownload-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gmkdownload-text hr {
    background: #FFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    margin: 15px 0;
    opacity: 0.2;
}

.gmkdownload-content p {
    color: #FFF;
    font-size: 14px;
}

.gmkdownload-content .filename {
    font-size: 24px;
    font-weight: 700;
}

.gmkdownload-content .filelink-cta {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.gmkdownload-content .filelink-cta .filelink {
    background-color: #5286BE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 72px;
    display: flex;
    justify-content: center;
    width: 72px;
}

.gmkdownload-content .filelink-cta .filelink svg {
    margin: auto;
}

.gmkdownload-fallback {
    background-color: #061A41;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.filetexts {
    color: #FFF;
}
