<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&amp;display=swap');

.MinistryOneCustomApp {
    background: #f2f2f2;
    color: #293f58;
    font-family: 'Montserrat', sans-serif;
}
.MinistryOneCustomApp-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.MinistryOneCustomApp a.MinistryOneCustomApp-btn {
    display: inline-block;
    background: #3399ff;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 2em;
    padding: 1em 3em;
    margin-top: 60px;
}
.MinistryOneCustomApp a.MinistryOneCustomApp-btn:hover,
.MinistryOneCustomApp a.MinistryOneCustomApp-btn:focus {
    text-decoration: none;
}

.MinistryOneCustomApp__Hero {
    background: url(../images/custom-branded-app/hero_bg2.jpg) 50% 0% no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.MinistryOneCustomApp__Hero:after {
    content: '';
    background: linear-gradient(145deg, #9000FF 44.58%, rgba(255, 255, 255, 0) 94.65%), #3399FF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.70;
}
.MinistryOneCustomApp__Hero-columns {
    display: flex;
    align-items: center;
    position: relative;
    padding: 60px 60px 0 0;
    margin: -60px;
    z-index: 20;
}
.MinistryOneCustomApp__Hero-content {
    flex: 1 1 400px;
    margin: 0 0 60px 60px;
}
.MinistryOneCustomApp__Hero-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 90px;
}
.MinistryOneCustomApp__Hero-content h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.MinistryOneCustomApp__Hero-content p {
    max-width: 540px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.MinistryOneCustomApp__Hero-figure {
    flex: 0 1 400px;
    margin: 0 0 60px 60px;
}
.MinistryOneCustomApp__Hero-figure img {
    display: block;
    max-width: 100%;
    height: auto;
}
.MinistryOneCustomApp__Hero-curve {
    display: block;
    position: absolute;
    width: 100%;
    margin-bottom: -1px;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.MinistryOneCustomApp__Hero-curve img {
    display: block;
    width: 100%;
    position: relative;
    right: -1px;
}

@media (max-width: 767px) {
    .MinistryOneCustomApp__Hero-columns {
        flex-wrap: wrap;
    }
    .MinistryOneCustomApp__Hero-content {
        text-align: center;
    }
    .MinistryOneCustomApp__Hero-content p {
        margin: 0 auto;
    }
    .MinistryOneCustomApp__Hero-figure {
        flex: 1 1 100%;
    }
    .MinistryOneCustomApp__Hero-figure img {
        margin: 0 auto;
    }
}

.MinistryOneCustomApp__YourChurch {
    padding: 90px 0;
}
.MinistryOneCustomApp__YourChurch .MinistryOneCustomApp-container {
    max-width: 980px;
}
.MinistryOneCustomApp__YourChurch-headline {
    max-width: 860px;
    text-align: center;
    margin: 0 auto 30px;
}
.MinistryOneCustomApp__YourChurch-headline h2 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.MinistryOneCustomApp__YourChurch-headline p {
    color: #293f58;
    font-size: 20px;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-columns {
    display: flex;
    margin: 90px 0;
    position: relative;
}
.MinistryOneCustomApp__YourChurch-features {
    flex: 1 1 100%;
}
.MinistryOneCustomApp__YourChurch-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-features ul li {
    display: flex;
    background: #fff;
    border-radius: 35px;
    padding: 30px 460px 30px 30px;
    margin: 0 0 15px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.15);
}
.MinistryOneCustomApp__YourChurch-features ul li &gt; div {
    flex: 1 1 100%;
}
.MinistryOneCustomApp__YourChurch-features ul li figure {
    flex: 0 0 40px;
    margin: 0 20px 0 0;
}
.MinistryOneCustomApp__YourChurch-features ul li figure img {
    display: block;
    max-width: 40px;
    margin: 5px auto 0;
}
.MinistryOneCustomApp__YourChurch-features ul li figure img:nth-child(2) {
    margin-top: 10px;
}
.MinistryOneCustomApp__YourChurch-features h3 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-features p {
    color: #293f58;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-cost {
    background: #fff;
    max-width: 400px;
    min-height: 100%;
    text-align: center;
    border-radius: 35px;
    padding: 30px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
}
.MinistryOneCustomApp__YourChurch-cost h2 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 30px;
}
.MinistryOneCustomApp__YourChurch-cost h3 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-cost h4 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.MinistryOneCustomApp__YourChurch-cost p {
    color: #293f58;
    font-size: 20px;
    margin: 0 0 30px;
}
.MinistryOneCustomApp__YourChurch a.MinistryOneCustomApp-btn {
    margin: 30px 0;
}
.MinistryOneCustomApp__YourChurch-cost p.included {
    color: #3399ff;
    text-decoration: underline;
}
.MinistryOneCustomApp__YourChurch-footer {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 60px;
}
.MinistryOneCustomApp__YourChurch-footer h3 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.MinistryOneCustomApp__YourChurch-footer p {
    color: #293f58;
    font-size: 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .MinistryOneCustomApp__YourChurch-columns {
        flex-wrap: wrap;
    }
    .MinistryOneCustomApp__YourChurch-features ul li {
        padding: 30px;
    }
    .MinistryOneCustomApp__YourChurch-cost {
        margin: 60px auto 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .MinistryOneCustomApp__YourChurch a.MinistryOneCustomApp-btn {
        font-size: 20px;
    }
}

.MinistryOneCustomApp__Why {
    background: linear-gradient(121.7deg, #9000FF 30.91%, rgba(255,255,255,0) 108.44%), #3399FF;
    color: #fff;
    padding: 90px 0;
    overflow: hidden;
    opacity: 0.8;
}
.MinistryOneCustomApp__Why-headline {
    margin: 0 0 60px;
}
.MinistryOneCustomApp__Why-headline h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.MinistryOneCustomApp__Why-columns {
    display: flex;
    padding: 60px 60px 0 0;
    margin: -60px;
}
.MinistryOneCustomApp__Why-content {
    flex: 1 1 100%;
    margin: 0 0 60px 60px;
}
.MinistryOneCustomApp__Why ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.MinistryOneCustomApp__Why ul li {
    color: #fff;
    font-size: 20px;
    padding: 0 0 0 32px;
    margin: 0 0 30px;
    position: relative;
}
.MinistryOneCustomApp__Why ul li:before {
    content: '';
    background: url(../images/custom-branded-app/blue-checkmark.png) 50% 50% no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 0;
}
.MinistryOneCustomApp__Why-figure {
    flex: 0 0 360px;
    margin: 0 0 0 60px;
    position: relative;
}
.MinistryOneCustomApp__Why-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -60px;
}

@media (max-width: 767px) {
    .MinistryOneCustomApp__Why {
        padding-bottom: 0;
    }
    .MinistryOneCustomApp__Why-headline {
        text-align: center;
    }
    .MinistryOneCustomApp__Why-columns {
        flex-wrap: wrap;
    }
    .MinistryOneCustomApp__Why-figure {
        flex: 1 1 100%;
    }
    .MinistryOneCustomApp__Why-figure img {
        margin: 0 auto;
        position: relative;
        bottom: 0;
    }
}

.MinistryOneCustomApp__Features {
    padding: 90px 0 30px;
    overflow: hidden;
}
.MinistryOneCustomApp__Features .MinistryOneCustomApp-container {
    max-width: 1080px;
}
.MinistryOneCustomApp__Features-headline {
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
}
.MinistryOneCustomApp__Features-headline h2 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
}
.MinistryOneCustomApp__Features-headline h3 {
    color: #293f58;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 90px 0;
}
.MinistryOneCustomApp__Features-headline p {
    color: #293f58;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
}
.MinistryOneCustomApp__Features-columns {
    display: flex;
    padding: 30px 30px 0 0;
    margin: -30px;
}
.MinistryOneCustomApp__Features-list {
    flex: 1;
    margin: 0 0 30px 30px;
}
.MinistryOneCustomApp__Features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.MinistryOneCustomApp__Features ul li {
    color: #293f58;
    font-size: 20px;
    padding: 0 0 0 32px;
    margin: 0 0 30px;
    position: relative;
}
.MinistryOneCustomApp__Features ul li:last-child {
    margin: 0;
}
.MinistryOneCustomApp__Features ul li:before {
    content: '';
    background: url(../images/custom-branded-app/purple-checkmark.png) 50% 50% no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media (max-width: 767px) {
    .MinistryOneCustomApp__Features-columns {
        flex-wrap: wrap;
    }
    .MinistryOneCustomApp__Features-list {
        flex: 1 1 100%;
    }
}

.MinistryOneCustomApp__GetStarted {
    text-align: center;
    padding: 90px 0;
}
.MinistryOneCustomApp__GetStarted .MinistryOneCustomApp-container {
    max-width: 900px;
}
.MinistryOneCustomApp__GetStarted h2 {
    color: #9000ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
</pre></body></html>