<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*####################################### Banner Postmats CSS#########################################*/

.hence-forth-postmats-page h1 span {
    color: #FF9431;
}

/*################################# Postmats Pages Layers ##################################*/
.postmats-bg-layers {
    position: relative;
    width: 100%;
    height: 100%;
}

.postmats-bg-layers::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/postmats/postmats-layers.png") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*################################# Success of Postmats ##################################*/
.success-postmats-heading h3 span {
    background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
}

.success-postmats-card {
    padding: 25px;
    height: 100%;
    border-radius: 16px;
}

.success-postmats-custom:nth-child(1) .success-postmats-card {
    background: #E4F7FF;
}

.success-postmats-custom:nth-child(2) .success-postmats-card {
    background: #FFF7E6;
}

.success-postmats-custom:nth-child(3) .success-postmats-card {
    background: #FFEBF0;
}

.success-postmats-custom:nth-child(4) .success-postmats-card {
    background: #E8FCDE;
}


/*################################### App Supoort Postmats ####################################*/
.app-support-postmats-heading h3 span {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%)
}

.app-support-postmats-image {
    position: relative;
    border-radius: 20px;
}

.app-support-postmats-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.app-support-postmats-image::before {
    position: absolute;
    content: '';
    inset: 0 0 0 0;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;

}

.app-support-postmats-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    cursor: pointer;

}

.app-support-postmats-box:hover .app-support-postmats-image::before {
    width: 100%;
    height: 100%;
}

.app-support-postmats-box:hover .app-support-postmats-button {
    visibility: visible;
}

.app-support-postmats-box h5 {
    margin-top: 12px;
    margin-bottom: 0;
}


/*################################# Postmats App Features ##################################*/
.postmats-app-features-heading h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}


.postmats-app-features-card {
    cursor: pointer;
    transition: all 0.5 ease-in-out;
}


.postmats-app-features-text-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    z-index: 2;
    max-width: 350px;
    margin-inline: auto;
}

.postmats-app-features-numeric {
    position: absolute;
    top: -25px;
    left: 30px;
}


.postmats-app-features-card:hover .postmats-app-features-text-box {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    transition: all 0.5 ease-in-out;
}

.postmats-app-features-card:hover .postmats-app-features-text-box p,
.postmats-app-features-card:hover .postmats-app-features-text-box h5 {
    color: #fff;
    transition: all 0.5 ease-in-out;
}



.postmats-app-features-img img {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
    max-height: 420px;
    min-height: 420px;
    object-fit: contain;
    margin-bottom: 70px;
}

.postmats-app-features-text-box h5 span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    margin: auto;
    color: #FFF;
    background: #00D563;
    border: 4px solid #FFFFFF;
}


/*################################# Postmats Advanced Features ##################################*/
.postmats-features-advanced h3 span {
    background: linear-gradient(233.54deg, #79FB3C 32.69%, #119DA4 93.81%);
}

.postmats-features-advanced .nav-pills .nav-link {
    display: block;
    padding: 12px 12px;
    text-decoration: none;
    transition: unset !important;
    background: linear-gradient(180deg, #04EA6F10 0%, #00D56310 100%) !important;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #212529;
    white-space: nowrap;
}

.postmats-features-advanced .nav-pills .nav-link.active,
.postmats-features-advanced .nav-pills .nav-link:hover {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%) !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: #fff;
}

.postmats-features-advanced-card {
    border-radius: 20px;
    cursor: pointer;
    padding: 25px;
    text-align: center;
    height: 100%;

}

.postmats-features-advanced-card:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.postmats-app-features .active .postmats-app-features-text-box{
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    transition: all 0.5 ease-in-out;
    color:#fff !important;

}
.postmats-app-features .active p
{
    color:#fff!important;
}


/*################################# Henceforth Postmats Solution ##################################*/
.henceforth-postmats-solution-heading h3 span {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}

.henceforth-postmats-solution-card {
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;

}

.postmats-app-features-text-box {
    border-radius: 20px;
    padding: 30px 25px;
}

.henceforth-postmats-solution-custom:nth-child(even) .henceforth-postmats-solution-card {
    margin-left: 15px;
}

.henceforth-postmats-solution-custom:nth-child(odd) .henceforth-postmats-solution-card {
    margin-right: 15px;
}

.henceforth-postmats-solution-custom:nth-child(1) .henceforth-postmats-solution-card {
    background-color: #7498F0;
}

.henceforth-postmats-solution-custom:nth-child(2) .henceforth-postmats-solution-card {
    background-color: #E392BD;
}

.henceforth-postmats-solution-custom:nth-child(3) .henceforth-postmats-solution-card {
    background-color: #95D773;
}

.henceforth-postmats-solution-custom:nth-child(4) .henceforth-postmats-solution-card {
    background-color: #967DB7;
}

.henceforth-postmats-solution-custom:nth-child(5) .henceforth-postmats-solution-card {
    background-color: #F8A88D;
}

.henceforth-postmats-solution-custom:nth-child(6) .henceforth-postmats-solution-card {
    background-color: #63C5DE;
}

.henceforth-postmats-solution-custom:nth-child(7) .henceforth-postmats-solution-card {
    background-color: #D54B87;
}

.henceforth-postmats-solution-custom:nth-child(8) .henceforth-postmats-solution-card {
    background-color: #5CBFB8;
}

.henceforth-postmats-solution-icon {
    margin-left: -60px;
    width: 90px;
    height: 90px;
}

/*################################# Postmats CTA ##################################*/
.postmats-cta-bg {
    width: 100%;
    position: relative;
    margin-top: 140px;
    background: #E9727F;
    border-radius: 16px;
    padding: 40px 25px;
}

.postmats-cta-bg::before {
    position: absolute;
    content: '';
    background-image: url('../images/postmats/postmats-cta.png');
    width: 480px;
    height: 480px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

/*################################# Media ##################################*/

.safe-ecosystem-bg {
    background: transparent url('../images/postmats/ecosystem.png') center/cover no-repeat padding-box;
    width: 100%;
    padding: 50px 25px;
    border-radius: 16px;
}

/*################################# Media ##################################*/


@media all and (min-width:1025px) and (max-width:1199px) {

    .postmats-app-features-img img {
        min-height: 260px;
        max-height: 260px;
    }
}

@media all and (min-width:992px) and (max-width:1024px) {


    .postmats-app-features-img img {
        min-height: 260px;
        max-height: 260px;
    }

    .henceforth-postmats-solution-icon {
        margin-left: 0px;
    }

    .henceforth-postmats-solution-custom:nth-child(even) .henceforth-postmats-solution-card,
    .henceforth-postmats-solution-custom:nth-child(odd) .henceforth-postmats-solution-card {
        margin: 0;
    }
}


@media all and (min-width:992px) {
    .h-lg-100{
        height: 100%;
    }
}
@media all and (min-width:768px) and (max-width:991px) {
    .postmats-app-features-img img {
        min-height: 260px;
        max-height: 260px;
    }

    .postmats-cta-bg::before {
        display: none;
    }

    .postmats-cta-bg {
        margin-top: 0;
    }
}

@media all and (min-width:320px) and (max-width:767px) {
    .postmats-app-features-img img {
        min-height: 260px;
        max-height: 260px;
        margin-bottom: 30px;
    }

    .henceforth-postmats-solution-icon {
        margin-left: 0px;
    }

    .henceforth-postmats-solution-custom:nth-child(even) .henceforth-postmats-solution-card,
    .henceforth-postmats-solution-custom:nth-child(odd) .henceforth-postmats-solution-card {
        margin: 0;
    }

    .postmats-cta-bg::before {
        display: none;
    }

    .postmats-cta-bg {
        margin-top: 0;
    }


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