<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("common.css");
@import url("grid.css");

/* START Tabs CSS */
.indx-sec2-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.indx-collapse li {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #ddd;
}

.indx-collapse li.active {
    margin-bottom: -1px;
    z-index: 2;
    box-shadow: 0 4px 12px 0 rgb(104 115 125 / 15%);
    transition: background-color 1000ms 500ms, border-color 1000ms 500ms, box-shadow 1000ms 500ms, padding 500ms;
    border-top: 2px solid #4daf00;
    background-color: #fff;
}

.indx-collapse li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

.indx-collapse li p {
    margin: 0;
    padding-bottom: 15px;
}

.indx-collapse ul li h4 a:after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 15px;
    right: 15px;
    color: #83b633;
    font-weight: 100;
}

.indx-collapse ul li.active h4 a:after {
    content: "l";
    font-size: 16px;
    transform: rotate(90deg);
    right: 20px;
    font-weight: 100;
}

/* END Tabs CSS */

/* START Homepage CSS */
.dashboard-header {
    font-size: 32px;
}

.azure-logo {
    width: 100px;
}

.aws-logo {
    width: 60px;
}

.custom-media {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .custom-media {
        display: block;
    }
}

.custom-media-body {
    flex: 1;
}

.custom-media-img {
    align-self: center;
    margin-right: 1rem;
}

.aws-built-text {
    min-height: 96px;
}

.grey-bg {
    background-color: #f3f4f4;
}

.border-top {
    border-top: 1px solid #dee2e6;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 768px) {

    /* Start CSS Animations */
    .animate-img {
        opacity: 0;
        transform: translateY(50px);
        transition: transform 1s ease, opacity 1s ease;
    }

    .animate-media.active img {
        transform: translateY(0);
        opacity: 1;
    }

    .dashboard-box-inner {
        transition: transform .7s linear;
        transform: translateY(50px);
    }

    .active .dashboard-box-inner {
        transform: translateY(0);
    }

    .active .dashboard-box-inner-1 {
        transition-delay: .2s;
    }

    .active .dashboard-box-inner-2 {
        transition-delay: .4s;
    }

    .active .dashboard-box-inner-3 {
        transition-delay: .6s
    }

    /* End CSS Animations */
}

.indx-sec2-inner-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .indx-sec2-inner-mobile {
        display: block !important;
    }

    .indx-sec2-inner {
        display: none;
    }
}

.banner-subheader {
    font-weight: 500;
}

.view-link {
    display: inherit;
}

.mx-auto {
    margin: auto;
}

video {
    max-width: 100%;
    height: auto;
}

.flex-start {
    align-items: flex-start;
}

.our-customer-section {
    position: relative !important;
    overflow: hidden;
    background: #fff;
}

.marqueeLeft {
    animation: 40s linear 1s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    margin: 32px auto;
    width: calc(5000px);
}

.marqueeRight {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    animation-direction: reverse;
    margin: 32px auto;
    width: calc(3136px);
}

.client-img {
    background: center center / contain no-repeat rgb(255, 255, 255);
    border: 24px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 5%) 0px 8px 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 32px;
    width: 192px;
    align-items: center;
    height: 100px;
}

@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-3600px));
    }
}
@media (max-width: 420px){
@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-4350px));
    }
}
}
/* End Homepage CSS */

/* Start Pricingpage CSS */

.faq li {
    padding: 1.25em;
    position: relative;
}

.pricing-example-list li {
    padding: 0;
}

.faq ul {
    list-style-type: none;
}

.faq li.question {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.faq li.answer {
    display: none;
}

.faq li h4:after,
.faq li h3:after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 15px;
    right: 15px;
    color: #83b633;
    font-weight: 100;
}

.faq li.active h4:after,
.faq li.active h3:after {
    content: "l";
    font-size: 16px;
    transform: rotate(90deg);
    right: 20px;
    font-weight: 100;
}

table {
    border-collapse: collapse;
}

.pricing-table {
    width: 80% !important;
    margin: 0 auto;
}

.pricing-table tr {
    border: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table thead th {
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table td {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.main-feature-list&gt;li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    border-left: 2px solid #83b633;
    border-bottom: 2px solid #83b633;
    transform: rotate(-50deg);
    top: 10px;
    left: 0;
}

.main-feature-list&gt;li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    font-size: .875rem;
    line-height: 2;
}

/* END Pricingpage CSS */

/* START subpages CSS  */
.banner-block {
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .order-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {

    .mrg-img-bot,
    .mrg-btn-bot {
        margin-bottom: 20px;
    }
}

.upper-case {
    text-transform: uppercase;
}

.grey-badge {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 10px;
}

/* END Subpages CSS  */
/* START Feature CSS  */
.bg-banner-solid--blue {
    background-color: #eaf5ff;
}

.features h3 a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.features h3 a:hover {
    text-decoration: none;
}

.feature-list ul li a {
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: 2px solid #ffffff;
    font-size: 16px;
    display: inline-block;
}

.feature-list {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.feature-list ul li.active a {
    color: #83b633;
    border-left: 2px solid #83b633;
}

.text-head-mob {
    display: none;
}

#fea-mob-show {
    display: none;
}

@media screen and (min-width: 992px) {
    #commonHeader {
        min-height: 92px
    }
}

@media screen and (max-width: 991px) {
    .text-head-mob {
        display: block;
    }

    #fea-desk-show {
        display: none;
    }

    .feature-list {
        height: initial;
        top: 93px;
        padding-top: 1px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        text-align: center;
    }

    .feature-dropdown {
        position: -webkit-sticky;
        position: sticky;
        top: 93px;
        background: #fff;
        z-index: 1;
    }

    .af-lap,
    #fea-mob-show {
        display: none;
    }

    .feature-list ul li.active {
        background: #83b633;
        color: #fff;
    }

    .feature-list ul li {
        width: 100%;
        border-top: 1px solid #efefef;
        float: left;
        font-size: 15px;
        background: #fff;
    }

    .feature-list ul li.active a {
        color: #fff;
        border-left: 0;
    }

    .feature-list ul li a {
        margin-bottom: 0;
        padding: 7px;
    }

    .cloud-content {
        margin-top: 30px !important;
    }

    .feature-list ul li:last-child {
        box-shadow: 0 2px 2px -1px #ccc;
    }

    .feature-list,
    .features-col {
        width: 100%;
    }

    .feature-content {
        padding-top: 30px;
    }
}

/* END Feature CSS  */</pre></body></html>