/*------current------*/
.separator--pricing{
    margin: 1.5rem 0;
    border-color: #44474A;
    margin-bottom: 1.5rem;
}
#pricing-boxes p.has-text-align-center{
    text-align: center;
}

#pricing-boxes .c-box ul>li{
    font-size: 14px;
}
#pricing-boxes .c-box{
    overflow:visible;
}
.page-id-976 .block_accordion__item--expanded .block-accordion__content{
    max-height: 3000px!important;
}
#neptune-contact-form .b-group-of-boxes__grid{
    align-items: flex-start;
}

/*-----free trial------*/
.page-id-27665 .page-header,
.page-id-27665 .page-footer,
.page-id-30215 .page-header,
.page-id-30215 .page-footer
{
    display:none
}
.page-id-27665 .page-main,
.page-id-30215 .page-main{
    padding-bottom: 4rem;
}

/*---mega-menu----*/
/*.c-menu-article--img-v2 img{
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	-o-object-fit:contain;
}*/

/*-----resources------*/
.block-hero--resources-archive .block-header{
	padding-bottom: 2rem;
}
.feed-nothing img{
	background-color:transparent;
}

/*------check also slider-----*/
.c-popup-sidebar{
	display:none!important;
}

/*-------transparent bg------*/
.trans-bg img{
	background-color:transparent;
}
/*----big table-----*/
.c-big-table__head .c-button--primary{
    display:none;
}
/*----home-----*/
.home .block-logo-carousel{
	opacity:.5;
}

/*----step boxes----*/
@media (min-width: 1100px){
.b-step-boxes .c-wrapper--align-center .l-grid--cols-2 .b-step-box:nth-child(3) {
    grid-column: 3/span 4;
}
}
/*-----blog----*/
.c-sub-navbar-blog__navigation>li:nth-child(3){
    display:none;
}
/*----mega-menu-a/b test---*/
@media only screen and (min-width:1224px){
	.c-menu-article--img-main{
		min-width:500px;
	}
	.c-menu-article--v2{
		min-width:300px;
	}
	.c-menu-article--img-v2[href="/vs/wandb"] img,
.c-menu-article--img-v2[href="/vs/mlflow"] img,
	.c-menu-article--img-v2[href="/vs/sagemakerstudio"] img {
		max-width:4rem;
	}
	.c-menu-article--img-v2[href="/vs/wandb"] .c-menu-article-image,
.c-menu-article--img-v2[href="/vs/mlflow"] .c-menu-article-image,
	.c-menu-article--img-v2[href="/vs/sagemakerstudio"] .c-menu-article-image{
		padding:4px;
	}
}