header a, #page a {
	color: #000 !important;
}

#page a:visited {
	color: #000;
}

.container.grid-container {
	max-width: unset;
}

.one-container .site-content {
	padding: 0;
	background: #F5F5F5;
}

.section {
	margin-bottom: 2.5rem;
}

.section__head h3 {
    text-align: center;
    margin-bottom: 3.4rem;
}

.feature {
	text-align: center;
}

.features .grid {
    row-gap: 38px;
	justify-content: center;
}

/* grid colulmns count */
.features .grid.columns-1 .grid__col {
	max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}.features .grid.columns-2 .grid__col {
	max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.features .grid.columns-3 .grid__col {
	max-width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
}
.features .grid.columns-4 .grid__col {
	max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.features .grid {
		row-gap: 0;
	}
	.features .grid.columns-2 .grid__col,
	.features .grid.columns-3 .grid__col,
	.features .grid.columns-4 .grid__col {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
}
/* end grid columns count */

@media (max-width: 1200px) {
	.list-features a {
		white-space: normal;
	}
}

.box__content {
	height: 100%;
}

.box .box__image, .box--reversed .box__image {
	padding: 0;
}

.box .box__image-inner, .box--reversed .box__image-inner {
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.box .btn {
	margin: auto;
}

.card .card__body {
	padding-left: 0;
}
.card .card__body > .grid {
	margin: 0 10rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.card .card__body > .grid {
		margin: -1.3rem 1.5rem;
	}
	.box .box__content-inner, .box--reversed .box__content-inner {
		padding: 5rem 2rem;
	}

	.social-proof {
		text-align: left;
		font-size: 2rem !important;
		color: #5d5d5d !important;
		margin-top: 18px;
		margin-bottom: 36px !important;
	}
}

footer a {
    color: inherit;
}

.social-title {
	display: inline-block;
}
.social-title:after {
    content: '';
    display: block;
    width: 100%;
    height: .4rem;
    background-color: #FFCC00;
	margin-top: 6px;
}

.social-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 15px;
	align-items:start;
}

.social-gallery img{
	width:100%;
	max-width: 180px;
	height:auto;
	object-fit:contain;
	padding:10px;
	box-sizing:border-box;
}

.social-gallery img.social3, .social-gallery img.social4, .social-gallery img.social5{
	margin-top: -2.5em;
}

.social-gallery img.social6{
	margin-top: -1.5em;
}

.social-gallery img.social2, .social-gallery img.social4, .social-gallery img.social6{
	transform: translateY(70px); 
	will-change: transform;  
}

@media (min-width:769px){

	.social-container {
		max-width: 800px;
	}

	.social-gallery{
		display: flex;
		align-items: center;
	}

	.social-gallery img.social2, .social-gallery img.social4, .social-gallery img.social6{
		transform:none;
	}

	.social-gallery img{
		padding:15px;
		max-width: calc( 95% / 6 );
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.social-gallery img{
		max-width: calc( 95% / 3 );
	}

	.social-gallery{
		flex-flow: row wrap;
	}
}

@media (max-width:1024px){
	.social-title {
		margin-bottom: 0 !important;
	}
}

