﻿:root {
	--base-font-size: 16;
	--gap: calc(20/var(--base-font-size)*1rem);
	--alpha: 1;
	--scale: 1;
	--panel-box-shadow: 0 .1rem .6rem rgba(var(--color-secondary), 0.1);
	--min-stroke: calc(1/var(--base-font-size)*1rem);
	--triangles: url(https://www.advsyscon.com/en-us/corporatesite/media/bg/transparent-triangles.png);
	--color-black: 0, 0, 0;
	--color-white: 255, 255, 255;
	--color-neutral-00: 247, 248, 250;
	--color-neutral-05: 240, 243, 245;
	--color-neutral-10: 231, 233, 238;
	--color-neutral-20: 196, 198, 204;
	--color-neutral-30: 180, 184, 191;
	--color-neutral-40: 154, 158, 166;
	--color-neutral-50: 115, 119, 128;
	--color-neutral-60: 90, 94, 104;
	--color-neutral-70: 68, 72, 83;
	--color-neutral-80: 40, 43, 51;
	--color-neutral-90: 27, 30, 37;
	--color-primary: 0, 177, 107;
	--color-primary-lighter-01: 0, 191, 116;
	--color-primary-lighter-02: 10, 205, 128;
	--color-primary-lighter-03: 122, 225, 167;
	--color-primary-lighter-04: 167, 238, 195;
	--color-primary-lighter-05: 230, 255, 237;
	--color-primary-darker-01: 0, 145, 88;
	--color-primary-darker-02: 0, 113, 68;
	--color-primary-darker-03: 0, 81, 49;
	--color-primary-darker-04: 0, 50, 30;
	--color-primary-darker-05: 0, 18, 11;
	--color-secondary: 4, 33, 63;
	--color-secondary-lighter-01: 52, 75, 99;
	--color-secondary-lighter-02: 99, 117, 136;
	--color-secondary-lighter-03: 147, 160, 172;
	--color-secondary-lighter-04: 195, 202, 209;
	--color-secondary-lighter-05: 242, 244, 245;
	--color-secondary-darker-01: 3, 27, 51;
	--color-secondary-darker-02: 2, 20, 39;
	--color-secondary-darker-03: 2, 14, 27;
	--color-secondary-darker-04: 1, 8, 15;
	--color-secondary-darker-05: 0, 2, 3;
	--color-tertiary: 101, 194, 97;
	--color-tertiary-lighter-01: 130, 206, 127;
	--color-tertiary-lighter-02: 160, 217, 157;
	--color-tertiary-lighter-03: 189, 229, 187;
	--color-tertiary-lighter-04: 218, 240, 217;
	--color-tertiary-lighter-05: 247, 252, 247;
	--color-tertiary-darker-01: 82, 157, 79;
	--color-tertiary-darker-02: 63, 120, 60;
	--color-tertiary-darker-03: 43, 83, 42;
	--color-tertiary-darker-04: 24, 47, 23;
	--color-tertiary-darker-05: 5, 10, 5;
	--color-quaternary: 4, 179, 146;
	--color-quaternary-lighter-01: 52, 193, 167;
	--color-quaternary-lighter-02: 99, 208, 187;
	--color-quaternary-lighter-03: 147, 222, 208;
	--color-quaternary-lighter-04: 195, 237, 229;
	--color-quaternary-lighter-05: 242, 251, 250;
	--color-quaternary-darker-01: 3, 145, 118;
	--color-quaternary-darker-02: 2, 111, 91;
	--color-quaternary-darker-03: 2, 77, 63;
	--color-quaternary-darker-04: 1, 43, 35;
	--color-quaternary-darker-05: 0, 9, 7;
	--color-danger: 237, 28, 36;
	--color-danger-lighter-01: 240, 69, 75;
	--color-danger-lighter-02: 243, 110, 115;
	--color-danger-lighter-03: 247, 151, 154;
	--color-danger-lighter-04: 250, 191, 194;
	--color-danger-lighter-05: 253, 232, 233;
	--color-danger-darker-01: 194, 23, 30;
	--color-danger-darker-02: 152, 18, 23;
	--color-danger-darker-03: 109, 13, 17;
	--color-danger-darker-04: 66, 8, 10;
	--color-danger-darker-05: 24, 3, 4;
	--gradient-quaternary-tertiary: linear-gradient(to left, rgb(var(--color-quaternary)), rgb(var(--color-tertiary)));
	--gradient-tertiary-secondary: linear-gradient(to left, rgb(var(--color-tertiary)), rgb(var(--color-secondary)));
	--gradient-quaternary-secondary: linear-gradient(to left, rgb(var(--color-quaternary)), rgb(var(--color-secondary)));
	--fz-h1: calc(61/var(--base-font-size)*1rem);
	--fz-h2: calc(49/var(--base-font-size)*1rem);
	--fz-h3: calc(39/var(--base-font-size)*1rem);
	--fz-h4: calc(31/var(--base-font-size)*1rem);
	--fz-h5: calc(25/var(--base-font-size)*1rem);
	--fz-h6: calc(20/var(--base-font-size)*1rem);
	--fz-lead: calc(20/var(--base-font-size)*1rem);
	--fz-p: calc(var(--base-font-size)/var(--base-font-size)*1rem);
	--fz-small: calc(13/var(--base-font-size)*1rem);
	--fz-smaller: calc(10/var(--base-font-size)*1rem);
	--fz-smallest: calc(8/var(--base-font-size)*1rem);
	--ff-body: "soleto", sans-serif;
	--ff-titles: "prometo", sans-serif;
	--breakpoint-sm: 36em;
	--breakpoint-md: 55em;
	--breakpoint-lg: 80em;
	--breakpoint-xl: 120em;
	--base-text-color: rgba(var(--color-neutral-60), var(--alpha));
	--transition: .2s ease
}

::-moz-selection {
	background-color: rgb(var(--color-primary));
	color: rgb(var(--color-white))
}

::selection {
	background-color: rgb(var(--color-primary));
	color: rgb(var(--color-white))
}

/***POLICY***/
div#hs-eu-cookie-confirmation{font-size:11px;line-height:11px}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{padding:5px!important}div#hs-eu-cookie-confirmation p{display:inline!important}div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{display:inline!important;margin:10px!important;text-align:left!important}.navbtn{border:none;background:0 0;color:#fff;font-family:europa;cursor:pointer;font-size:15px;padding-top:10px;padding-bottom:10px}.backbtn{margin-top:10px;border:1px solid #647f8c;background:0 0;color:#647f8c;font-family:europa;cursor:pointer;font-size:15px;padding:5px 7px 5px 7px}#mmenu li{border-bottom:1px solid #647f8c}@media screen and (max-width:900px){div#hs-eu-cookie-confirmation{width:100%!important}}@media screen and (max-width:700px){.mobile-hide{display:none!important}}
/************/                                                                                                                                                                                                                                                                                                                                  
*, body {
    margin: 0
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body, p {
    font-family: Soleto,sans-serif;
    font-size: 1rem;
    color: #012040;
    line-height: 1.5;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

.c-announcement {
	background-color: rgb( var(--color-primary) );
	padding: 0.5em 2em;
	font-size: .8rem;
	text-align: center;
}

.c-announcement path {
	fill: currentColor;
}

.c-announcement__link {
	color: rgb( var(--color-white) ) !important;
	display: block;
	text-decoration: none !important;
}

h1, [class*="h1"], 
h2, [class*="h2"], 
h3, [class*="h3"],
h4, [class*="h4"],
h5, [class*="h5"],
h6, [class*="h6"] {
    font-family: prometo, sans-serif;
}

img {
    height: auto;
}

.max-width {
    width: min(90vw, 70rem);
    margin: 0 auto
}
/***NAVIGATION***/

.myasci {
    padding: 10px 0px;
    text-align: right;
    background-color: #222;
}

.myasci a {
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-decoration: none;
}

.myasci a:hover {
    color: #ed1c24;
}

.top-nav {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    top: 0;
}

.top-nav div img {
    width: 180px;
}

nav {
    position: absolute;
    right: 0;
    vertical-align: middle;
    display: inline-block;
    /*display: none;*/
}

button.nav-button {
    border: 0px;
    font-size: 1.1rem;
    color: #fff;
    background: none;
    cursor: pointer;
    margin: 0px 20px;
    padding: 10px 0px;
    display: inline-block;
    font-family: prometo, sans-serif;
}

.navbar-toggle {
    display: none;
}

a.nav-link-button {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: prometo, sans-serif;
    margin: 0px 10px;
    border: none;
    display: inline-block;
}

#nav-btn-licensing{
    margin: 0 20px 0px 10px;
}


a.large-link {
    margin-top: 5px;
    font-size: 20px;
}

.nav-demo-button,
.generic-cta {
    color: white;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 30px 10px 30px;
    display:inline-block;
    text-transform: uppercase;
    box-sizing:border-box;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    margin: 0;
}


.generic-cta ~ .generic-cta {
    margin-left: 1em;
}

.generic-cta--outline:not(:hover) {
    background: transparent;
    box-shadow: 0 0 0 2px rgb(var(--color-primary)) inset;
}

.related-links {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;
}

button.nav-button:hover {
    color: #ed1c24;
    cursor: pointer;
}


button.nav-hover-state {
    color: #85bD00;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #85bD00;
}

button.nav-hover-state:focus {
    outline: 0;
}


a.nav-link-button:hover {
    color: #ed1c24;
}

a.nav-demo-button:hover,
a.generic-cta:hover {
    background: #ed1c24;
}

.nav-menu {
    display: block;
    background: #f8f9fb;
    position: absolute;
    top: 65px;
    border: none;
    z-index: 2;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 6px -6px #000;
    -moz-box-shadow: 0 10px 6px -6px #000;
    box-shadow: 0 10px 6px -6px #000;
    border-radius: 0px 0px 5px 5px;
}

.nav-menu.nmfeatures {
    left: -470px;
    width: 1220px;
}

.nav-features {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 20px;
    border: none;
    width: 100%;
    margin: 0 auto;
}

.nav-feature{
    margin-left: 20px;
    margin-right: 20px;
}

.nav-feature a{
    font-size: 1rem;
    line-height:1.25rem;
    margin-bottom: 10px;
}

.nav-feature strong {
    color: #012040;
    border-bottom: 2px solid #63c262;
    padding-bottom: 5px;
    font-family: Prometo, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1rem;
    display: block;
}

.nav-product {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 40px;
    border: none;
}

.nav-product strong {
    font-weight: 700;
    font-size: 18px;
    color: #85bd00;
}

.nav-product strong:hover {
    color: #ed1c24;
}

.nav-product-item a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.nav-menu.nmaa {
    left: 40px;
}

.nav-menu.nmresources {
    left: 240px;
}

.nav-menu.nmcompany {
    left: 350px;
}

.nav-menu a {
    color: #012040;
    line-height: 1.25rem;
    margin-bottom: 10px;
    text-decoration: none;
    border: none;
    display: block;
}

.nav-menu a:hover {
    color: #ed1c24;
}

.nav-menu a#ab-link:hover {
    color: #ed1c24;
}

.nav-menu a#ab-link strong {
    color: #85bd00;
}

.nav-menu a#ab-link:hover strong {
    color: #ed1c24;
}

button.navbar-toggle {
    display: none;
}

.nav-container {
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.nav-buffer {
    background: #000;
    height: 151px;
    width: 100%;
    display: block;
}

.nav-normal {
    position: relative;
}

.mnav_backbutton {
    display: none;
}

.mnav-learn-more {
    display: none;
}


/*****HERO******/
.hero-section {
    background: #012040;
}

.hero-overlay {
    background: url('/en-us/CorporateSite/media/bg/transparent-triangles.png');
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 180px 0 20px 0
}


.hero h1 {
    color: white;
    font-size: 3rem;
    font-family: Prometo,sans-serif;
    font-weight: 300
}

.hero h1 strong {
    color: #00b16b;
    font-weight: 500
}

.hero h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: white;
    font-family: Soleto,sans-serif;
    font-weight: 300;
    opacity: .7;
    margin: 20px 0
}
.hero h3 {
    color: #3dc86a;
    font-family: Prometo,sans-serif;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1.875rem
}

.hero-content {
    display: grid;
    grid-template-columns: 50% 50%;
}

.content{
    margin-right:40px;
}
.content-item.bullet {
    background-image: url('/en-us/CorporateSite/media/i/green-bullet-arrow.png');
    background-position: 0 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px
}
.hero p {
    color: white;
    font-family: Soleto,sans-serif;
    opacity: .7;
    font-size: 0.9rem;
    line-height: 1.25rem
}

.hero-cta{
    margin-left: 0px;
    display: flex;
    position: relative;
    align-items:center;
}

img.arrow-to-cta {
    position: absolute;
    height: 25px;
    z-index: 2;
    opacity: 0.8;
    top: 34px;
    left: 29px;
}

.hero-cta-bg {
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    width: 227px;
    display: block;
    margin-top: 20px;
    border-radius: 30px;
    padding-bottom: 5px;
}

.hero-image img{
    width: 100%;
}

.hero-cta-bg a.demo {
    background: white;
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.hero a.demo span {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-family: Prometo,sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-left: 17px;
    box-sizing: border-box;
    color: #2cb38d;
    text-transform: uppercase;
    text-decoration: none;
}
.hero a.demo:hover span{
    color: #ed1c24;
}

.hero-pricing-cta{
    margin-top: 10px;
    text-align:center;
    width: 100%;
}

.hero-pricing-cta a{
    color: #3dc86a;
    opacity: 0.8;
    text-decoration: none;
    font-size: 1.25rem;
    
}

.hero-pricing-cta a:hover{
    color: #ed1c24;
}


.learn-more {
    margin-top: 30px;
    text-align: center;
    position:relative;
    margin-right:40px;
}

.learn-more span{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #3dc86a;
    font-family:Prometo, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.learn-more img {
    margin-top: 10px;
    width: 20px;
    padding: 15px 10px;
    border-radius: 30px;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 2;
    top: -10px;
    position: absolute;
}

.logo-band {
    padding: 50px 0 0 0
}

.logo-band h2 {
    font-family: Prometo,sans-serif;
    color: white;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    text-align:center;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: 500
}

.logos {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.logos img.customer-logo {
    opacity: .3;
    width: 120px
}

/* Integrations */

.new-integrations {
    --spacing: clamp( calc( var(--gap) * 2 ), 7vw, calc( var(--gap) * 5 ) );    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax( min(100%, 30ch), 1fr) );
    align-items: center;
    padding: var(--spacing) 0;
    gap: var(--spacing);
}

.new-integrations strong {
    color: rgb( var(--color-primary) );
}

.new-integrations__content > * + * {
    margin-top: var(--gap);
}

.new-integrations__title {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 400;
}

.new-integrations__subtitle {
    font-family: var(--ff-titles);
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    margin-bottom: .4em; /* adjust spacing visually */
}

.new-integrations__media {
    max-width: 100%;
    display: none;
    border-radius: calc( var(--gap) * 1.8 )
}

@media all and (min-width: 50em) {
    .new-integrations__media {
        display: block;
    }
}

.c-btn {
    color: rgb( var(--color-secondary) );
    font: 500 .85rem var(--ff-titles);
    display: inline-flex;
    align-items: center;
    border-radius: 5em;
    text-transform: uppercase;
    text-decoration: none;
    appearance: none;
    line-height: 1;
    padding: .7em 1em .6em;
    gap: .75em;
}

.c-btn svg {
    width: auto;
    height: .9em;
}

.c-btn--outline {
    border: .18rem solid currentColor;
    transition: var(--transition);
}

.c-btn--outline:hover {
    color: rgb( var(--color-primary) );
}

.highlights-section {
    padding: 70px 0px;
    background: #f8f9fb;
}

.highlights h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
    font-family: Prometo,sans-serif;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    color: #012040
}

.highlights h2 strong {
    font-weight: 500
}
.highlights h3 {
    font-family: Prometo,sans-serif;
    letter-spacing: 0;
    line-height: 2.25rem;
    font-size: 1.125rem;
    color: #012040;
    font-weight: 500;
}

.highlights p{
    font-weight: 300;
    line-height: 1.25rem;
}
.highlights img{
    width: 60px;
    margin-bottom: 20px;
}
.activebatch-highlights {
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
    grid-column-gap: 40px;
}

.highlight-item {
    display: grid;
    grid-template-columns: 20% 80%;
}

.how h2 {
    font-family: Prometo,sans-serif;
    font-weight: 500;
    color: #012040;
    font-size: 2rem;
    padding: 50px 0;
    text-align: center
}

.how-content-border {
    padding-left: 4px;
    width: 70%;
    background: transparent linear-gradient(180deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box
}

.how-content {
    padding-left: 20px;
    background: white
}

.how-content h3 {
    color: #012040;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
    font-family: Prometo,sans-serif;
    font-weight: 500
}

.how-content p {
    font-family: Soleto,sans-serif;
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    color: #012040
}

.how-architecture {
    margin: 50px 0;
    width: 100%;
    background: #f8f9fb;
    padding: 50px 0;
    text-align: center
}

.how-architecture img {
    width: 70%;
    margin: 0 auto
}

.how-breakdown {
    margin: 50px 0 60px 0;
    width: 100%;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    color: #012040;
    font-family: Solet,sans-serif;
    font-size: 1rem
}

.how-breakdown h4 {
    font-family: Prometo,sans-serif;
    margin: 20px 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #012040
}

.activebatch-job-scheduler {
    margin-left: 30px;
    margin-right: 30px
}

.how-icon {
    width: 45px;
    padding: 15px;
    border-radius: 12px;
    background: #f8f9fb;
    margin-bottom: 30px
}



.how-video-section{
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
}

.how-video-content{
    display: flex;
    align-items: center;
    padding-right:20px;
    border-right: 5px solid #63c262;
}
.how-video-content h3 {
    color: #012040;
    font-size: 1.85rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
    display: block;
    font-family: Prometo,sans-serif;
    font-weight: 300
}

.how-video-content p {
    font-family: Soleto,sans-serif;
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.75rem;
    color: #012040
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-item {
    max-width: 70%;
    margin: 0 auto 50px auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.integrations-section {
    background: #f8f9fb;
    padding: 60px 0;
    margin: 50px 0 0 0;
}

.integrations-header {
    width: 70%;
    margin-bottom: 30px
}

.integrations-header h2 {
    color: #012040;
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-family: Prometo,sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.integrations-header p {
    color: #012040;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: Soleto,sans-serif;
    font-weight: 400
}

.integrations-content {
    display: grid;
    grid-template-columns: 50% 50%
}

.integrations-content img {
    background: #ebf5f6;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    width: 60px;
    margin-top: 20px;
    margin-bottom: 20px
}

.integrations-content h3 {
    color: #012040;
    font-size: 1.3125rem;
    line-height: 36px;
    font-family: Prometo,sans-serif;
    font-weight: 500
}

.integrations-content p {
    color: #012040;
    display: block;
    font-family: Soleto,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

.integrations-content .integrations-screenshot {
    width: 100%;
    display: block;
    text-align: right
}

.integrations-content .integrations-screenshot img {
    width: 90%;
    height: auto;
    background: none;
    margin: 0
}

.integrations-container {
    width: 100%;
    margin-top: 20px
}

.integrations-border {
    background: white;
    width: 100%;
    padding: 20px 0;
    margin-top: 0
}

.integrations-border span {
    background: #3dc86a05 0% 0% no-repeat padding-box;
    border: 1px solid #3dc86ad6;
    display: inline-flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 12px;
    font: normal normal normal .85rem/1rem Soleto;
    letter-spacing: 0;
    color: #012040;
    margin: 0 20px;
    padding: 20px;
    width: 100px;
    height: 90px
}

.integrations-button {
    font: normal normal normal 1rem/2rem Prometo;
    letter-spacing: 0;
    color: #161938;
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer
}

.integrations-button.integrations-active {
    background: #3dc86a 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 10px 20px;
    font-family: Prometo
}

.integrations-cta{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.analyst-section {
    padding: 50px 0 80px 0;
}

.analyst h2 {
    font-family: Prometo,sans-serif;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
    color: #012040
}

.analyst-content {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 30px;
    text-align: center;
    margin-bottom: 50px
}

.analyst-content p {
    color: #012040;
    font-size: 1rem;
    line-height: 1.5rem
}

.analyst-content img {
    max-height: 100px;
    margin-bottom: 10px
}

.analyst-images {
    text-align: center
}

.analyst-images img {
    max-height: 80px !important;
    margin: 0 10px
}

.use-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.use span {
    font: normal normal medium 1rem/2.25rem Prometo;
    letter-spacing: 3.2px;
    color: #3dc86a;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px
}

.use h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
    font-family: Prometo,sans-serif;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    color: #012040
}

.use h2 strong {
    font-weight: 500
}

.use-list {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 30px;
}

.use-list-item {
    width: 100%;
    display: grid;
    grid-template-columns: 15% 85%;
    margin-bottom: 40px
}

.use-list-image {
    display: flex;
    align-items: start
}

.use-list img {
    background: #ebf5f6;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    width: 60px;
    margin-top: 10px
}

.use-list h3 a{
    font-family: Prometo,sans-serif;
    letter-spacing: 0;
    line-height: 2.25rem;
    font-size: 1.3125rem;
    color: #012040;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: none;
}

.use-list h3 a:hover{
    color: #ed1c24;
}

.use-list p {
    font: normal normal normal 1rem/1.5rem Soleto;
    letter-spacing: 0;
    color: #012040
}

.use-cta {
    margin: 40px 0;
    text-align: center
}

.use-cta a.use-cta-demo {
    display: inline-block;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    padding: 10px 50px;
    font-size: 1rem;
    font-family: Prometo,sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none
}

.use-cta a.use-cta-pricing {
    color: #3dc86a;
    font-family: Soleto,sans-serif;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    width: 100%
}

.use-cta a.use-cta-demo:hover {
    background: #ed1c24
}

.use-cta a.use-cta-pricing:hover {
    color: #ed1c24
}

.quotes-section {
    background: #f8f9fb 0% 0% no-repeat padding-box;
    padding: 70px 0
}

.quotes {
    display: grid;
    grid-template-columns: 15% 70% 15%
}

.quotes img {
    width: 100px
}

.quotes .carousel {
    padding: 0 20px;
    height: 192px;
}

.quote{
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

.quotes .left-quote {
    display: flex;
    align-items: start;
    justify-content: left;
}

.quotes .right-quote {
    display: flex;
    align-items: end;
    justify-content: center
}

.quotes h2 {
    text-align: center;
    font: normal normal normal 1.625rem/2.625rem Soleto;
    letter-spacing: 0;
    color: #000
}

.quotes p {
    font-family: Prometo,sans-serif;
    font-size: 1.3125rem;
    line-height: 2.25rem;
    margin-top: 30px;
    text-align: center;
    color: #3dc86a
}

.features-section {
    padding: 70px 0
}

.features h2 {
    font-family: Prometo,sans-serif;
    font-size: 2rem;
    line-height: 2.875rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #012040;
    text-align: center;
    margin-bottom: 60px
}

.features-list {
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    color: #012040
}

.features-list h3 {
    font-family: Prometo,sans-serif;
    font-size: 1.3125rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 1px solid #63c262;
    padding-bottom: 5px;
    color: #012040;
    margin-bottom: 20px
}

.features-list p {
    font: normal normal 300 1rem/1.5rem Soleto;
    letter-spacing: 0;
    color: #012040
}

.features-list .and-many-more {
    display: flex;
    align-items: center
}

.features-list .and-many-more p {
    font-family: Prometo,sans-serif;
    font-size: 1.3125rem;
    line-height: 2.25rem;
    font-weight: 300
}

.features-cta {
    margin: 40px 0;
    text-align: center
}

.features-cta a.features-cta-demo {
    display: inline-block;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    padding: 10px 50px;
    font-size: 1rem;
    font-family: Prometo,sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none
}

.features-cta a.features-cta-pricing {
    color: #3dc86a;
    font-family: Soleto,sans-serif;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    width: 100%
}

.features-cta a.features-cta-demo:hover {
    background: #ed1c24
}

.features-cta a.features-cta-pricing:hover {
    color: #ed1c24
}

.pricing {
    
}

.pricing h2 {
    color: white;
    font-family: Prometo,sans-serif;
    font-size: 2.375rem;
    font-weight: 300;
    text-align:center;
}

.pricing p {
    color: white;
    font-size: 1rem;
    font-family: Soleto,sans-serif;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 30px auto;
    width: 70%;
}

.pricing a.get-pricing {
    padding: 10px 50px;
    color: white;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-family: Prometo,sans-serif;
    font-weight: 500;
    line-height: 1.75rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.pricing a.get-pricing:hover{
    background: #ed1c24;
    color: white;
}

.support-section {
    padding: 70px 0
}

.support h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
    font-family: Prometo,sans-serif;
    margin-bottom: 60px;
    text-align: center;
    color: #012040
}

.support-content {
    display: grid;
    grid-template-columns: 50% 50%
}

.support h3 {
    font-family: Prometo,sans-serif;
    letter-spacing: 0;
    line-height: 2.25rem;
    font-size: 1.3125rem;
    color: #012040;
    font-weight: 500;
    margin-bottom: 20px
}

.support p {
    font: normal normal normal 1rem/1.5rem Soleto;
    letter-spacing: 0;
    color: #012040
}

.support img {
    width: 100%
}

.support-cta{
    width: 100%;
}

.support-cta a{
    text-transform: uppercase;
    font-family: Prometo, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    margin: 0px 50px;
    color:#04b392;
}

.support a:hover{
    color: #ed1c24;
}

.support-points .bullet {
    background-image: url('/en-us/CorporateSite/media/i/green-bullet-arrow.png');
    background-position: 0 5px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 40px
}

.callback-section {
    padding: 60px 0;
    background: transparent linear-gradient(68deg,#04213f 0%,#1c886a 100%) 0% 0% no-repeat padding-box
}

.callback-image img {
    display: block;
    width: 80%
}

.callback {
    display: grid;
    grid-template-columns: 30% 70%
}

.callback-content {
    padding-left: 20px;
    box-sizing: border-box
}

.callback-content h2 {
    font-family: Prometo,sans-serif;
    font-weight: 300;
    font-size: 2.375rem;
    line-height: 2.875rem;
    margin-bottom: 40px;
    letter-spacing: 0;
    color: #fff
}

.callback-content p {
    font: normal normal 300 1.125rem/1.75rem Soleto;
    letter-spacing: 0;
    color: #fff
}

.callback-content a {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 100px;
    font: normal normal bold 1rem/2.25rem Prometo;
    letter-spacing: 0;
    color: #fff;
    background: transparent linear-gradient(90deg,#04b392 0%,#63c262 100%,#65c261 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none
}

.callback-content a:hover {
    background: #ed1c24
}

.footer-section {
    margin: 50px 0
}

.footer a{
    text-decoration:none;
    line-height: 1.25rem;
}
.footer#lp-footer {
    background-color: #000;
    padding: 50px 0px;
    color: #fff;
}

.footer#reg-footer {
    background-color: #000;
    padding: 50px 0px;
    color: #fff;
}

.res-footer {
    background-color: #000;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.res-footer a {
    color: #fff;
    text-decoration: none;
}

.res-footer a:hover {
    color: #ed1c24;
}

.top-footer {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 30px;
}

.mid-footer {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 51% 15% 33%;
    margin-bottom: 30px;
}

.top-footer-item strong,
.mid-footer strong {
    display: block;
    margin-bottom: 5px;
}

.top-footer-item a,
.mid-footer-item a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.top-footer-item a:hover,
.mid-footer-item a:hover {
    color: #ed1c24;
}

.mid-footer img {
    margin-top: 20px;
    margin-right: 30px;
}

.mid-footer-links {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 33% 33% 33%;
}

.footer-content {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 66% 33%;
}

.footer-item a {
    color: #fff;
}

.footer-item a:hover {
    color: #ed1c24;
}

.footer-item.copyright {
    font-size: 14px;
    line-height: 16px;
}

.footer-item.logo {
    vertical-align: middle;
    margin-top: 10%;
    /*text-align: right;
    place-self: right;*/
}

.footer-item.logo img {
    width: 250px;
}


@media screen and (max-width:1225px) {
    
    
    .nav-product {
        margin-top: 0px;
    }
    a.nav-link-button, #nav-btn-licensing {
        margin: 0px;
        font-size: 1.1rem;
    }
    
    
    button.navbar-toggle {
        display: inline-block;
        position: absolute;
        left: 20px;
        background: none;
        cursor: pointer;
        border: none;
        top: 20px;
        z-index: 20;
    }
    
    .fullnav {
        visibility: hidden;
    }
    
    nav {
        width: 100%;
        background: #000;
        position: absolute;
        top: 100px;
        left: 0;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    
    nav.fullnav {
        visibility: hidden;
        display: none;
    }
    
    button.navbar-toggle span.icon-bar {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #fff;
    }
    
    .top-nav {
        height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .top-nav .max-width {
        width: 100%;
    }
    
    .top-nav div img {
        width: 250px;
        margin-top: 10px;
    }
    
    .myasci {
        top: 80px;
        position: absolute;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    
    .nav-buffer {
        height: 100px;
    }
    
    button.navbar-toggle:focus {
        outline: 0;
    }
    
    button.navbar-toggle:hover span.icon-bar {
        border-top: 2px solid #ed1c24;
    }
    
    button.navbar-toggle:focus span.icon-bar {
        border-top: 2px solid #85bD00;
    }
    
    button.nav-button {
        border: 0px;
        font-size: 1.1rem;
        color: #fff;
        background: none;
        cursor: pointer;
        margin: 10px 0px;
        border-bottom: 1px solid #fff;
        padding: 0px 0px 10px 20px;
    }
    
    a.nav-link-button {
        border-bottom: 1px solid #fff;
        padding: 0px 0px 10px 20px;
        margin: 10px 0px;
    }
    
    a.nav-demo-button {
        margin: 10px 0px 0px 20px;
        display: inline-block;
        background-color: #85bD00;
        color: #fff;
        text-decoration: none;
        font-size: 1.1rem;
        line-height: 20px;
        font-family: prometo, sans-serif;
        padding: 10px 15px 8px 15px;
    }
    
    .mnav-button {
        display: block !important;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    
    .mnav-learn-more {
        display: block;
    }
    
    .mnav_backbutton {
        padding: 10px 15px;
        color: #fff;
        font-size: 16px;
        margin: 10px 0px 0px 20px;
        display: inline-block;
        text-decoration: none;
        background-color: #222;
        font-family: Soleto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: none;
    }
    
    .mnav-menu {
        display: block !important;
        width: 100%;
        text-align: left;
        z-index: 30;
        padding: 20px 0px;
        top: 0 !important;
        left: 0 !important;
        position: absolute;
        border-bottom: 1px solid #fff;
    }
    
    .nav-menu.nmproduct {
        width: 100% !important;
        padding-top: 10px;
    }
    
    
    .nav-product {
        display: block;
    }
    
    .nav-product strong {
        font-size: 16px;
    }
    
    #overview-desc {
        font-size: 0.8rem;
        padding-right:10px;
    }
    
    .mnav-menu a {
        border-bottom: 1px solid #012040;
        padding: 0px 0px 10px 20px;
        margin: 10px 0px;
    }
    
    /*******/
    
    .nav-features {
        grid-template-columns: 50% 50%;
        
    }
    .nav-feature strong{
        border-bottom: 0px;
        margin-bottom: 0px;
    } .nav-features a {
        font-size: 14px;
        line-height: 14px;
        margin: 0px;
    }
    
    
    .top-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .top-nav#lp-top-nav div img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    
    .hero-content, .activebatch-highlights, .how-breakdown, .use-list, .use-list-item, .integrations-content, .quotes, .pricing, .support-content, .features-list, .callback, .footer, .how-video-section, .analyst-content {
        display: block
    }
    
    .nav-links a, img.arrow-to-form {
        display: none
    }
    
    .nav-links a.nav-get-demo {
        display: inline-block
    }
    
    .hero-overlay {
        padding: 160px 0 50px 0
    }
    
    .hero h1 {
        font-size: 2.6rem
    }
    
    .hero * {
        text-align: center;
    }
    
    .content {
        margin-right: 0px;
    }
    
    .lead-form-wrap {
        position: relative;
        margin-left: 0
    }
    
    .lead-form {
        width: 100%
    }
    .hero-image img{
        margin-top: 30px;
        height: auto;
    }
    .logos {
        display: block;
        text-align: center;
    }
    .logo-band {
        padding: 20px 0 0 0;
    }
    .hero-cta-bg{
        margin: auto auto;
    }
    img.arrow-to-cta{
        display:none;
    } .hero a.demo span {
        margin-left: 0px;
    } 
    .logos img.customer-logo {
        width: auto;
        margin: 0 10px;
        max-width: 100px !important
    }
    
    .how-breakdown {
        text-align: center
    }
    
    .how-content-border {
        width: 100%
    }
    
    .how-architecture img {
        width: 100%
    }
    
    .how-icon {
        margin-bottom: 10px;
        margin-top: 20px
    }
    .how-video-content {
        padding-top: 20px;
        padding-right: 0px;
        border-right: none;
    }
    
    .activebatch-job-scheduler {
        margin-left: 0;
        margin-right: 0
    }
    
    .integrations-header {
        width: 100%
    }
    
    .integrations-content .integrations-screenshot {
        text-align: center
    }
    
    .integrations-border span {
        padding: 5px 10px;
        margin: 0 10px 10px 0
    }
    
    .analyst-images img {
        max-height: 40px !important;
        margin: 0 10px;
    }
    
    .use-list-item {
        text-align: center
    }
    
    .use-list-image {
        display: inline-block
    }
    
    .use-list img {
        margin-top: 0;
        margin-bottom: 10px
    }
    
    .use-section {
        padding: 30px 0px;
    }
    .quotes .carousel {
        padding: 0 20px;
        height: 300px;
    }
    .quotes .left-quote {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom:10px;
    }
    
    element {
    }
    
    .quotes h2 {
        text-align: center;
        font: normal normal normal 1.25rem/2rem Soleto;
    }
    
    .quotes img {
        width: 50px
    }
    
    .quotes .right-quote {
        display: none
    }
    
    .features-section {
        padding: 50px 0
    }
    
    .features h2 {
        margin-bottom: 30px
    }
    
    .features-list div {
        margin-top: 20px
    }
    
    .pricing-items .bullet {
        margin-top: 20px
    }
    
    .pricing p{
        width: 100%;
    }
    
    .pricing-form {
        margin: 20px 0
    }
    
    .support-section {
        padding: 50px 0 30px 0
    }
    
    .support-cta a{
        margin: 0 auto;
        padding: 0;
    }
    
    .support img {
        display: none
    }
    
    .callback-image img {
        width: 33%;
        margin-bottom: 20px
    }
    
    .footer#reg-footer {
        background-color: #222;
    }
    
    .top-footer {
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }
    
    .mid-footer, .mid-footer-links {
        display: block;
        text-align: center;
    }
    
    .top-footer-item, .mid-footer-item {
        margin-bottom: 10px;
    }
    
    .top-footer-item strong, .mid-footer strong {
        margin-top: 15px;
    }
    
    .mid-footer img {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .footer-content {
        grid-template-columns: auto;
    }
    
    
    .footer-item.copyright {
        text-align: center;
    }
    
    .footer-item.logo {
        display: block;
        margin-top: 30px;
        text-align: center;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    
    .footer-item.logo img {
        width: 250px;
    }
}
