body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #212121;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 400;
}
ul,li {
	margin: 0;
	padding: 0;
}
.secondary-color{
	color: #FF9201;
}
header {
	padding: 10px 0;
	box-shadow: 0px 4px 16px 0px #00000033;
	z-index: 1;
    position: relative;
}
.logo {
	height: 36px;
}
.container {

}
.btn-primary {
	background: #FF9201;
	line-height: 28px;
	font-size: 16px;	
	padding: 12px 30px;
	border-radius: 28px;
	border: none;
	color: #212121;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	width: 200px;
	text-align: center;
}
.btn-primary:hover {
	background: #f3aa4e;
}
.section-1 {
	background: #fdf4e7 url("../images/img_header2x.png") no-repeat top right;
	background-size: auto 90%;
	padding: 100px 0;
}
.section-2 {
	background: #1B3766;
	color: #fff;
	padding: 100px 0;
}
.section-2 .d-flex{
	gap: 60px;
}
.section-3, .section-5 {
	background: #fdf4e7 url("../images/line.png") repeat;	
	padding: 100px 0;
}

.section-4 {
	background: #150d2f;	
	padding: 100px 0;
	color: #fff;
}
.section-6 {
	background: #1B3766 url("../images/perspective-grid.png");	
	color: #fff;
	padding: 100px 0;
	background-size: 100% 100%;
}
.title {
	font-family: "Ubuntu", sans-serif;
	font-size: 48px;
	line-height: 72px;
}
.desc:before {	
	content: "";
	left: 0;
	top: -30px;
	height: 2px;
	width: 120px;
	background: #FF9601;
	border-radius: 2px;
	position: absolute;
}
.desc {
	font-size: 24px;
	position: relative;
	margin-top: 60px;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}

.section-1 .title {
	font-size: 64px;
	padding-top: 40px;	
	margin-bottom: 80px;
	font-weight: 300;
	line-height: 74px;
}
.section-1 .desc {
	margin-bottom: 40px;
}
.section-1 .content,
.section-2 .content {
	max-width: 600px;
}
.section-2 .content {
	flex: 1;
}
.section-2 .desc {
	font-size: 18px;
}
.card {
	border-radius: 12px;
	background: #1B3766;
	box-shadow: 0px 10px 20px 0px #00000026;
	padding: 48px 36px;
	color: #fff;
	display: flex;
	flex-direction: row;
	gap: 40px;
	flex: 1;
}
/*.card ul{
	margin-left: 30px;
}*/
.speed-flexibility li,
.scaling-with-wrapper li{
	color: #FF9201;
}
.scaling-with-wrapper img{
	width: 100%;
}
.speed-flexibility li span,
.scaling-with-wrapper li span{
	color: #fff;
}
.revolutionizes-img-wrapper {
	text-align: center;
}
.revolutionizes-img-wrapper img{
	height: 320px;
}
.why-choose-wrapper{
	margin-bottom: 30px;
}
.why-choose-wrapper .desc, .why-choose-wrapper .title {
	flex: 1;
}
.card .title {
	font-size: 36px;
	line-height: 42px;
}
.card p {
	font-size: 18px;
}
.card .desc {
	font-size: 18px;
	line-height: 24px;
}
.card li{
	font-size: 18px;
}
.scaling-with-wrapper ul,
.speed-flexibility ul {
	margin-left: 30px;
}
.section-3 .card-wrapper {
	gap: 15px;
	margin-bottom: 15px;
}
.section-3 .secondary-card{
	background: #2E1563;
}
.choose-the-best-card > div {
	flex: 1;
}
.choose-the-best-card > div.image-warpper {
	text-align: center;
}
.section-4 .card {
	background: #2E1563;	
}
.section-4 .card.secondary {
	background: #23104A;
}
.acqui-brands-wrapper, .acqui-pulse-list li  {
	margin-bottom: 30px;
}
.acqui-brands-list, .acqui-pulse-list, .masi-and-impact-list {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
}
.masi-and-impact-list{
	flex-wrap: nowrap;	
}
.masi-and-impact-list li{
	flex: 1;
	text-align: center;
	font-size: 16px;
}
.masi-and-impact-list img{
	width: 120px;
}
.masi-and-impact-card .card-title{
	color: #FF9201;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 20px 0;
}
.acqui-pulse-list{
  justify-content: space-around;
}
.acqui-brands-list li, .acqui-pulse-list li  {
	display: flex;
	max-width: 30%;
	align-items: center;
	margin-bottom: 30px;
	font-size: 16px;
}
.masi-and-impact-wrapper {
	display: flex;
	gap: 30px;
}
.masi-and-impact-card {
	border-radius: 24px;
	border: 1px solid #7335F7;
	padding: 20px;
}
.acqui-pulse-wrapper .card {
	display: block;
}
.acqui-pulse-wrapper .main-card,
.acqui-brands-wrapper .main-card{
	display: flex;
	gap: 80px;
}
.acqui-pulse-wrapper .main-card .desc,
.acqui-brands-wrapper .main-card .desc{
	margin: 0;
}
.acqui-pulse-wrapper .main-card .desc:before,
.acqui-brands-wrapper .main-card .desc:before{
	display: none;
}
.acqui-pulse-wrapper .main-card p,
.acqui-brands-wrapper .main-card p{
	flex: 1;
}
.section-5 .content {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.section-5 .content .description{
	margin-top: 40px;
	font-size: 18px;
}
.section-6 .content {
	max-width: 80%;
	display: flex;
	gap: 40px;
}
.section-6 .content > div{
	flex: 1;
	gap: 30px;
}
.section-6 .title{
	font-size: 64px;
}
.get-walkthrough-text {
	font-size: 24px;
	margin-bottom: 50px;
}
footer {
	padding: 28px 15px;
}
footer .logo {
	margin-bottom: 20px;
	height: 36px;
}
@media screen and (max-width: 1199px) {
  .masi-and-impact-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .acqui-brands-list li, .acqui-pulse-list li{
  	max-width: 50%;
  }
  .scaling-with-wrapper img{
  	width: 100%;
  	max-height: unset;
  }
  .card img{
  	max-height: 90px;
  	width: auto;
  }
  .scaling-with-wrapper .card img{
  	width: 100%;
  	max-height: unset;
  }
  .choose-the-best-card img{
  	max-height: unset;
  }
}
@media screen and (max-width: 991px) {	
	header{
		padding: 10px 15px;
	}
	.container{
		padding: 0;
	}
	.desc, .section-2 .desc, .card .desc, .card li {
		font-size: 16px;
	}
	.card .title{
		font-size: 24px;
		line-height: 28px;
	}
  .section-3 .card-wrapper{
  	flex-direction: column;
  }
  .card{
  	flex-direction: column-reverse;
  	align-items: flex-start;
  	gap: 30px;
  	padding: 30px 20px;
  }
  .main-card.card{
		flex-direction: column;
  }
  .main-card.card .title{
  	font-size: 36px;
  	line-height: 42px;
  	margin-bottom: 5px;
  }
  .card p{
  	font-size: 16px;
  }
  .main-card.card .desc{
  	font-size: 18px;
  }
  .section-2 .d-flex,
  .section-3 .d-flex,
  .section-4 .d-flex {
   	flex-direction: column;
   	gap: 30px;
   }
  .card img{
  	max-height: 110px;
  	width: auto;
  }
  .section-2 .d-flex img{
  	max-height: 210px;
  }
  .section-1 {
		background: #fdf4e7 url("../images/img_header2x-mobile.png") no-repeat top right;
		background-size: 100% auto;
/*		padding: 100px 0;*/
	}
 /* .section-1{
  	background-size: 115% auto;
  }*/
  .section-1 .title {
  	margin-top: 70%;
  }
  .section-1 .title, .title, .section-6 .title {
		font-size: 36px;
  	line-height: 42px;
  }
  .acqui-brands-list li, .acqui-pulse-list li{
  	max-width: 100%;
  }
  .acqui-brands-list, .acqui-pulse-list{
  	flex-direction: column;
  	gap: 30px;
  }
  .masi-and-impact-list {
  	flex-wrap: wrap;
  	justify-content: flex-start;
  }
  .masi-and-impact-list li{
  	max-width: 50%;
  	margin-bottom: 20px;
  }
  .section-6 .content, footer .d-flex{
  	max-width: 100%;
  	flex-direction: column;
  	gap: 30px;
  }
  .logo{
  	height: 22px;
  }
  .btn-primary{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
    width: 155px;
  }
  .btn-primary img{
  	height: 12px;
  }
  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5 {
		padding: 50px 15px;
  }
  .section-6{
  	padding: 100px 15px;
  }
  .section-6 .content{
  	margin-right: 50px;
  }
  .section-3 .why-choose-wrapper {
  	margin-bottom: 30px;
  }
  .scaling-with-wrapper img{
  	width: 100%;
  	max-height: unset;
  }
  .section-1 .desc{
  	font-size: 18px;
  }
  .why-choose-wrapper .desc{
  	margin-top: 40px;
  }  
  .acqui-brands-list li, .acqui-pulse-list li{
  	margin-bottom: 0;
  }
  .acqui-pulse-list{
  	margin-bottom: 30px;
  }
  .section-5 .content{
  	max-width: 90%;
  }
}
