/*  HEADER */
#ingite-store-free-trial-header{
    background:#4a148c;
    background:linear-gradient(135deg, #f44336, #3f51b5);
    background-image:linear-gradient(135deg, var(--amoksys-color-secondary), var(--amoksys-color-secondary-variant), var(--amoksys-color-secondary-variant-darker));
    color:var(--amoksys-color-on-secondary);
    min-height:100px;
    width:100%;
}

.modal-youtube-wrapper{
    overflow:hidden;
    border-radius:10px!important;
}

#ingite-store-free-trial-header .ingite-store-free-trial-try-btn{
    width: 100%;
    font-size: 150%;
    font-weight: 500;
    line-height: 3;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background:rgba(255,255,255,.8);
    color:var(--amoksys-color-secondary);
    text-align:center;
    text-transform:uppercase;
    padding: 5px 16px 0 16px;
    letter-spacing: .5px;
}

#ingite-store-free-trial-header .ingite-store-free-trial-try-btn:hover{
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    background:rgba(255,255,255,.95);
}

@media screen and (max-width:992px){
    #ingite-store-free-trial-header{
        background:#4a148c!important;
        background:linear-gradient(135deg, #f44336, #3f51b5)!important;
        background-image:linear-gradient(135deg, var(--amoksys-color-secondary), var(--amoksys-color-secondary-variant))!important;
        text-align:center!important;
    }

    .header-image.header-image-positioned-bottom .header-image-image{
        min-height:250px!important;
    }

    #ingite-store-free-trial-header-content + .container{
        margin-top:calc(-200px + 1rem)!important;
    }
}

body.with-header-image.header-nav-transparent #ingite-store-free-trial-header.with-background{
    min-height:564px;
    margin-top:-64px;
    padding-top:calc(3rem + 64px);
}

body.with-topbar.with-header-image.header-nav-transparent #ingite-store-free-trial-header.with-background{
    min-height:604px;
    margin-top:-104px;
    padding-top:calc(3rem + 104px);
}

@Media screen and (max-width:600px){
    body.with-header-image.header-nav-transparent #ingite-store-free-trial-header.with-background{
        min-height:556px;
        margin-top:-56px;
        padding-top:calc(3rem + 56px);
    }

    body.with-topbar.with-header-image.header-nav-transparent #ingite-store-free-trial-header.with-background{
        min-height:604px;
        margin-top:-104px;
        padding-top:calc(3rem + 104px);
    }
}
#ingite-store-free-trial-header-background, #ingite-store-free-trial-header-image-overlay{
    position:absolute!important;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:bottom center;
    z-index:0;
}
#ingite-store-free-trial-header-image-overlay{
    background:linear-gradient(135deg, #000000, transparent);
    background:linear-gradient(135deg, #00000056,#00000012, transparent);
}
#ingite-store-free-trial-header-background ~ *{
    position:relative;
    z-index:1;
}
#ingite-store-free-trial-header-start-now{
    margin-top:1rem;
    border-radius:20px;
    background:rgba(255,255,255,.8);
    color:rgba(0,0,0,0.9);
    color:var(--amoksys-color-primary);
    padding:0 1rem;
    text-shadow:none;
    transition:all .3s;
    position:relative;
    display:inline-block;
    height:3rem;
    line-height:3rem;
    margin-left:.5rem;
    text-transform:uppercase;
    font-weight:bold;
    overflow:hidden;
}
#ingite-store-free-trial-header-start-now:hover{
    background:rgba(255,255,255,.95);
    color:rgba(0,0,0,.95);
    color:var(--amoksys-color-primary);
}
#ingite-store-free-trial-header-start-now i{
    width:1.5rem;
    text-align:center;
    font-size:1.5rem;
    animation:mytz0demoheaderstarticon 1s infinite;
}

#ingite-store-free-trial-header + .container{
    margin-top:-4rem;
    position:relative;
}

@keyframes mytz0demoheaderstarticon{
    0% {
        font-size:1.5rem;
    }
    34% {
        font-size:1.4rem;
    }
    90% {
        font-size:1.6rem;
    }
    100% {
        font-size:1.5rem;
    }
}

/* header */
.header-image.header-image-positioned-bottom .header-image-caption-wrapper{
    max-width:100%;
}

/* all */
.ingite-view-solution-description h1{
    margin-bottom:.5rem;
    font-size:60px;
    text-align:center;
}

.ingite-view-solution-description h1 br{
    display:none;
}

.ingite-view-solution-description h1 span:after{
    content:" "
}

.ingite-view-solution-description h5 span{
    font-weight:bolder;
}

.card.card-background-inherit{
    background:inherit;
    color:inherit;
    border:none;
}

.card.card-background-inherit span.color-secondary-foreground{
    filter:brightness(200%);
}

/* metering */
html[lang="pt-BR"] .ingite-view-solution-description.ingite-view-solution-metering-description h1{
    font-size:60px;
}

.ingite-view-solution-description.ingite-view-solution-metering-description h5:first-child{
    margin-top:0;
}

/* inventory */

.ingite-view-solution-description.ingite-view-solution-inventory-description h1{
    font-size:60px;
}

@media screen and (min-width:993px){
    .ingite-view-solution-description.ingite-view-solution-inventory-description h1{
        margin-bottom:0;
    }
}

.ingite-view-solution-description.ingite-view-solution-inventory-description h5:first-child{
    margin-top:0;
}

/* security */
html[lang="pt-BR"] .ingite-view-solution-description.ingite-view-solution-security-description h1{
    font-size:58px;
}
/* forensics */

.ingite-view-solution-description.ingite-view-solution-forensics-description h1 span:after{
    content:"";
}
.ingite-view-solution-description.ingite-view-solution-forensics-description span.color-secondary-foreground{
    color:var(--amoksys-color-primary);
    filter:brightness(40%);
}

@media screen and (max-width:992px){
    .ingite-view-solution-description.ingite-view-solution-forensics-description span.color-secondary-foreground{
        color:inherit;
        filter:initial;
    }
}

@media screen and (max-width:600px){
    .ingite-view-solution-description h1{
        font-size:40px!important;
        line-height:40px!important;
    }
    .ingite-view-solution-description h5{
        font-size:20px!important;
        line-height:25px!important;
    }
}

.ingite-store-solution-description-wrapper{
    padding-top:2rem;
    padding-bottom:2rem;
}

@media screen and (min-width:992px){
    .ingite-store-solution-description-wrapper{
        padding-top:5rem;
        padding-bottom:5rem;
    }
}

/* solutions specific */

.ingite-store-solution-description-wrapper h1{
    font-size:35px;
    line-height:1.25;
    font-weight:600;
    letter-spacing:.004em;
    margin:auto;
    text-align:center;
}

.ingite-store-solution-description-wrapper h1 *,
.ingite-store-solution-description-wrapper h5 *{
    color:inherit!important;
}

.ingite-store-solution-description-wrapper h1 br{
    display:none;
}

.ingite-store-solution-description-wrapper h1 span:after{
    content:" ";
    clear:both;
}

.ingite-store-solution-description-actions{
    margin-top:0.5rem;
    width:100%;
    flex-wrap:wrap;
}

.ingite-store-solution-title{
    margin-bottom:2rem;
}

.ingite-store-solution-description-actions{
    margin-top:2rem;
}

@media screen and (min-width:992px){
    .ingite-store-solution-description-wrapper h5:not(.center){
        text-align:justify;
    }

    .ingite-store-solution-description-wrapper.image-align-right h1{
        text-align:right;
    }

    .ingite-store-solution-description-wrapper .ingite-store-solution-title{
        display:flex;
        align-items:center;
        width:100%;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-title{
        justify-content:flex-end;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-title h1:not(.ingite-store-solution-description-icon){
        flex:1 1 0;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-title .ingite-store-solution-description-icon{
        flex:1 1 0;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions{
        justify-content:flex-end;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions a:first-child{
        order:10;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions a:nth-child(2){
        order:9;
    }

    .ingite-store-solution-description-wrapper.image-align-left h1{
        text-align:left;
    }
}

@media screen and (max-width:992px){
    .ingite-store-solution-description-wrapper h1{
        font-size:30px;
        line-height:40px;
        text-align:left;
    }

    .ingite-store-solution-description-wrapper .ingite-store-solution-description-icon{
        float:left;
        line-height:39px;
    }

}

.ingite-store-solution-description-wrapper .ingite-exename-set{
    justify-content:flex-end;
    flex-wrap:wrap;
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item{
    flex:initial;
}


.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item.ingite-exename-item-others{
    display:block!important;
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
    display:block;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    min-width:35px;
    min-height:35px;
    width:35px;
    height:35px;
    background:white;
    border:5px;
    border-radius:10px;
    overflow:hidden;
    padding:5px;
    -webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow:0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

@media screen and (max-width:400px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:30px;
        width:30px;
        height:30px;
        padding:3px;
    }
}

@media screen and (max-width:300px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:25px;
        width:25px;
        height:25px;
    }
}

@media screen and (max-width:200px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:20px;
        width:20px;
        height:20px;
    }
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item.ingite-exename-item-box img{
    background:#00AEEF;
    padding:0;
}

.ingite-store-solution-description img{
    display:block;
    margin:auto;
}

@media screen and (max-width:600px){
    .ingite-store-solution-description-wrapper > .container{
        width:100%;
        max-width:100%;
        padding:0;
    }

    .ingite-store-solution-description-wrapper .card-content{
        padding:0.5rem;
    }
}

@media screen and (min-width:992px){

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-description-visual{
        padding-left: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-description-content{
        padding-right: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-visual{
        padding-right: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-content{
        padding-left: 1rem;
    }
}

/* forensics */

@media screen and (min-width:1450px){
    .ingite-store-solution-forensics-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-forensics-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }
    .ingite-store-solution-forensics-description h5{
        line-height:31px;
    }
}

#ingite-store-solution-forensics-exenames-col{
    display:flex;
    text-align:right;
    justify-content:flex-end;
    flex-wrap:wrap;
}

#ingite-store-solution-forensics-exenames-col h5{
    text-align:right;
}

/* inventory */

@media screen and (min-width:1450px){
    .ingite-store-solution-inventory-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-inventory-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }
    .ingite-store-solution-inventory-description h5{
        line-height:33px;
    }
}

/* metering */

@media screen and (min-width:1450px){
    .ingite-store-solution-metering-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-metering-description .ingite-store-solution-description-content h5{
        line-height:30px;
    }
}

/* security */

@media screen and (min-width:1450px){
    .ingite-store-solution-security-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }

    .ingite-store-solution-security-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }

    .ingite-store-solution-security-description h5{
        line-height:40px;
    }

    .ingite-store-solution-security-description img{
        max-height:350px;
    }
}

/* performance */

@media screen and (min-width:1450px){
    .ingite-store-solution-performance-description img{
        max-height:383px;
    }
}

/* ingite_plan.free */

#content-single-product #free-trial-form .card{
    margin-top:0;
    margin-bottom:0;
    border:none;
}

#content-single-product #ingite_store_free_trial_form{
    margin-top:0;
    margin-bottom:0;
    border:none;
}