<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#k25_download_form--wrapper .form {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
    align-items: center;
}

#k25_download_form--wrapper.loading .form,
#k25_download_form--wrapper .loading {
    display: none;
}

#k25_download_form--wrapper.loading .loading {
    display: block;
}

#k25_download_form--wrapper span {
    padding: 10px 0;
}

#k25_download_form--wrapper input {
    padding: 10px 20px;
    border: 2px solid #f4f4f4;
    flex: 1;
    height: 49px;
    box-sizing: border-box;
}

#k25_download_form--wrapper button {
    color: #089bd9;
    text-decoration: none;
    border: 2px solid #089bd9;
    background: white;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
}

#k25_download_form--wrapper button:hover {
    background: #089bd9;
    color: white;
}

.downloads-section {
    margin-bottom: 60px !important;
}

.downloads-section h3 {
    margin-bottom: 20px;
}

.downloads-section ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 0!important;
    margin-bottom: 15px;
}

.downloads-section ul li::before {
    content: "";
    background-image: url("../icons/folder-download.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    padding-right: 20px;
}

.downloads-section ul li svg {
    margin-right: 20px;
}

.downloads-section-private,
.downloads-section-public {
    padding-bottom: 50px;
    margin-bottom: 60px;
}

@media screen and (max-width : 640px) {
    #k25_download_form--wrapper button {
        margin-left: 0;
        margin-top: 15px;
    }

}
</pre></body></html>