@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
.landing_home{
	font-size: 21px;
	background: rgb(0,25,69);
	background: linear-gradient(180deg, rgba(0,25,69,1) 0%, rgba(0,29,85,1) 24%, rgba(251,252,252,1) 98%, rgba(255,255,255,1) 100%);
}
@media (max-width: 1599px) {
    .landing_home{
		font-size: 19px;
		line-height:1.3;
	}
}

 @media(max-width: 1599px) {
 .container, .banner_container  {
 max-width: none;
 padding:0 50px;
}
}
@media(max-width: 1199px) {
 .container, .banner_container  {
 padding:0 15px;
}
}
@media (min-width: 1600px) {
    .container, .banner_container {
        max-width: 1630px;
        padding: 0 50px;
		margin: 0 auto;
    }
}
@media (min-width: 1700px) {
    .container, .banner_container {
         max-width: 1660px;
		 padding: 0 15px;
    }
}
.landing_block {
	padding: 70px 0;
}
@media (max-width: 991px) {
	.landing_block {
		padding: 40px 0;
	}
}
.landing_banner {
	
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
}
.banner_text {
	position: relative;
	z-index: 2;
	background: #001e5600 url(../images/landing_site/landing_banner_bg22.webp) no-repeat right top;
	color: #fff;
	padding: 34px 150px 30px; padding: 34px 150px 30px 0;
	width: 68%;
	background-size: auto 100%;
}
@media (min-width: 1600px) {
	.banner_text {
		width: 64%;
	}
}
@media (min-width: 1700px) {
  .banner_text {
    width: 60%;
  }
}
.banner_text h1 {
	font-size: 57px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
}
.banner_text h4 {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0;
}
.banner_text p {
	font-size: 23px;
	margin-bottom: 30px;
	max-width: 833px;
}

.banner_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 750px;
	margin-bottom: 35px;
	justify-content:center;
}
.banner_btns a {
	font-size: 24px;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #01358d;
	padding: 6px 15px;
	white-space: nowrap;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: #01358d solid 3px;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
	min-width: 365px;
	font-weight: 500;
	transition: all 0.3s;
	transform: scale(1.0);
}
.banner_btns a img {
	height: 52px;
	
}
@media(max-width:767px) {
	.banner_btns a {
	font-size: 20px;
	}
	
}
.banner_btns a:hover{
	transform: scale(1.05);
}
.banner_video {
	position: absolute;
	z-index: 1;
	flex: 0 0 844px;
	right: 0;
	top: 0;
	bottom: 0;
}
.banner_video video {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.landing_heading {
	font-family: "Open Sans", sans-serif;
	font-size: 52px;
	font-weight: 700;
	text-transform: uppercase;
	color: #01358d;
	margin: 0 0 20px 0;
}
.landing_heading.light_text {
	color: #fff;
}
@media(max-width:767px) {
	.landing_heading {
		font-size: 35px;
	}
}
.landing_heading_1 {
	font-family: "Open Sans", sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #01358d;
	margin: 0 0 20px 0;
}
@media(max-width:767px) {
.landing_heading_1 {
	font-size: 28px;
}
}
.landing_heading_1.light_text {
	color: #fff;
}
.landing_heading_info {
	font-size: 34px;
	font-weight: 400;
	margin: -10px 0 20px;
}
.landing_heading_info.light_text {
	color: #fff;
}
.landing_heading_2 {
	font-size: 24px;
	font-weight: 600;
	color: #01358d;
	margin: 0 0 20px 0;
}
@media(max-width:1599px) {
	.banner_text {
		padding: 25px 110px 25px 0px;
		width: 60%;
		background-size: auto 100%;
	}
	.banner_btns {
		gap: 15px;
		margin-bottom: 30px;
	}
	.banner_text h1 {
		font-size: 47px;
	}
	.banner_text h4 {
		font-size: 17px;
		margin: 0;
	}
	.banner_text p {
		font-size: 20px;
		margin-bottom: 20px;
		max-width: 715px;
	}
	.banner_btns a {
		font-size: 22px;
    	padding:8px 15px;
    	gap:8px;
    	min-width: 325px;
  }
	.banner_btns a img {
		height: 35px;
	}
	.landing_heading_1 {
	    font-size: 54px;
	}
	.landing_heading_info {
	    font-size: 29px;
	}
}
@media(max-width:1499px) {
	.banner_text {
		width: 60%;
	}
}
@media(max-width:1399px) {
	.banner_text {
		width: 63%;
	}
}
@media(max-width:1340px) {
	.banner_text {
		padding: 25px 110px 25px 0px;
		width: 59%;
		background-size: auto 100%;
	}
	.banner_btns {
		gap: 15px;
		margin-bottom: 30px;
	}
	.banner_text h1 {
		font-size: 40px;
	}
	.banner_text h4 {
		font-size: 12px;
		margin: 0;
	}
	.banner_text p {
		font-size: 19px;
    max-width: 600px;
	margin-bottom:20px;
	}
	.banner_btns a {
		font-size: 17px;
		padding:7px 14px;
    	gap:5px;
    	min-width: 260px;
	}
	.banner_btns a img {
		height: 31px;
	}
	.landing_heading_1 {
	    font-size: 40px;
	}
	.landing_heading_info {
	    font-size: 25px;
	}
}
@media(max-width:1200px) {
	.banner_text {
		width: 68%;
	}
}
@media(max-width:991px) {
	.landing_banner{
		background: #001e56 url('../images/landing_site/landing_banner_bg.webp') no-repeat left top;
		background-size: 200%;
        background-repeat: repeat;
	}
	.banner_text {
		padding: 25px 0px;
		width: 100%;
		background: none;
		text-align: center;
	}
	.banner_text p {
	margin:0 auto 20px;
	max-width: none;
	}
	.banner_btns {
		gap: 15px;
		margin-bottom: 30px;
		max-width: none;
		justify-content: center;
	}
	.banner_text h4 {
		font-size: 17px;
    	margin:0;
    	line-height: 1.3;
	}
	.banner_video {
		position: relative;
	}
	.landing_heading_1 {
	    font-size: 37px;
	}
}
.nil_platform_banner {
	position: relative;
	z-index: 0;
	max-width: 320px;
	margin: 0 auto 0;
}
@media(max-width:991px) {
	.nil_platform_banner {
	margin: 0 auto 40px;
}
	
}
.nil_platform_banner figure {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.36);
	border: #fff solid 7px;
}
.nil_platform_banner figure video {
	vertical-align: top;
	}
.nil_platform_banner .icon_1 {
	position: absolute;
	z-index: 1;
	background-color: #c5e96b;
	padding: 10px 15px;
	border-radius: 5px;
	top: 27px;
	left: -40px;
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	color: #000;
}
@media(max-width:767px) {
.nil_platform_banner .icon_1 {
	position: absolute;
	z-index: 1;
	left: -20px;
}
}
.nil_platform_banner .icon_2 {
	position: absolute;
	z-index: 1;
	bottom: 11px;
	right: -100px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	color: #000;
}
.nil_platform_banner span {
	position: absolute;
	text-align: center;
	font-size: 14px;
	right: 25%;
}
.nil_platform_banner span>img {
	display: block;
	margin: 0 auto 10px;
}
@media(max-width:1199px) {
.nil_platform_banner .icon_2 {
 
  bottom: 6px;
  right: -48px;
  max-width: 182px;
}
.nil_platform_banner span {
  right: 20%;
}
}
@media(max-width:991px) {
  .nil_platform_banner .icon_2 {
    bottom: -28px;
    right: -33px;
    max-width: 182px;
  }
}
.nil_platform_banner span i {
	display: block;
	font-size: 24px;
	font-style: normal;
}
.light_blue {
	background-color: #edf7fb;
}
.icon_list_1 {
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon_list_1 li {
	padding-left: 95px;
	position: relative;
	margin-bottom: 30px;
}
.icon_list_1 figure {
	position: absolute;
	left: 0;
	background-color: #fff;
	border: #01358d solid 1px;
	border-radius: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 78px;
	width: 78px;
}
.icon_list_1 figure img {
	height: 46px;
}
.icon_list_1 strong {
	display: block;
	font-weight: 600;
	color: #01358d;
	font-size: 25px;
}
.empowering_athlete_banner {
	position: relative;
	z-index: 0;
	max-width: 345px;
	margin-right: 20px;
	display: inline-block;
}
@media(max-width:991px) {
	.empowering_athlete_banner {
		margin-right: 0px;
		margin-bottom: 30px;
	}
}
.empowering_athlete_banner figure {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.36);
	border: #fff solid 7px;
}
.empowering_athlete_banner figure video {vertical-align: top;}
.empowering_athlete_banner .icon_2 {
	position: absolute;
	z-index: 1;
	bottom: 40px;
	left: -90px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}
@media(max-width:1199px) {
	.empowering_athlete_banner .icon_2 {
        bottom: 0px;
        left: -28px;
	}
}
.empowering_athlete_banner span {
	position: absolute;
	text-align: center;
	font-size: 18px;
	left: 35px;
	color: #01358d;
	top: 34px;
	font-weight: 500;
}
.empowering_athlete_banner>img {
}
.home_btn1 {
	font-size: 27px;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #01358d;
	padding: 17px 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	border: #01358d solid 3px;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.1;
}
@media(max-width:1300px) {
	.home_btn1 {
		font-size: 25px;
		padding: 14px 25px;
		border-width: 2px;
	}
}
@media(max-width:767px) {
	.home_btn1 {
		font-size: 19px;
		padding: 13px 15px;
		border-width: 2px;
	}
}
.home_btn1:hover {
	background-color: #01358d;
	color: #fff;
}
.home_btn1.dark {
	background-color: #01358d;
	color: #fff;
	border: #fff solid 3px;
}
.home_btn1.dark:hover {
	background-color: #ffffff;
	color: #01358d;
	border: #01358d solid 3px;
}
.power_house_block {
	/* background: #fff url('../images/power-house-bg.jpg') no-repeat left center; */
	background-size: auto 100%;
}
.icon_list_2 {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}
.icon_list_2 li {
	position: relative;
	margin-bottom: 10px;
	border-radius: 80px;
	padding: 10px 25px 14px 40px;
	background-color: #f5f4f4;
	/*background:rgba(255, 244, 244, 0.3);*/
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	margin-right: 50px;
	color: #000;
}
.icon_list_2 li:nth-child(even) {
	margin-left: 50px;
	background-color: #edf7fb;
	margin-right: 0;
}
@media(max-width:1200px) {
.icon_list_2 li {
	border-radius: 35px;
	padding: 10px 15px 14px 15px;
}
}
@media(max-width:767px) {
.icon_list_2 li {
	margin-bottom: 10px;
	border-radius: 20px;
	margin-right: 0;
	padding: 15px;
}
.icon_list_2 li:nth-child(even) {
	margin-left: 0;
}
}
.icon_list_2 li p{
	line-height:1.3;
}
.icon_list_2 strong {
	display: block;
	font-weight: 600;
	color: #01358d !important;
	font-size: 24px;
	margin-bottom: 2px;
	line-height: 1.2;
}
.compliance_block {
	/* background: #176cc9 url('../images/compliance_bg.jpg') no-repeat center center; */
	background-size: cover;
}
.icon_list_3 {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.icon_list_3 li {
	padding: 25px 15px 25px 115px;
	position: relative;
	margin-bottom: 20px;
	background-color: #edf7fb;
	border-radius: 20px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
	overflow: hidden;
}
.icon_list_3 li p {
	margin: 0;
}
.icon_list_3 figure {
	position: absolute;
	left: -5px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 150%;
	width: 105px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
	transform: translateY(-50%);
	top: 50%;
}
.icon_list_3 figure img {
	height: 70px;
}
.icon_list_3 strong {
	display: block;
	font-weight: 600;
	color: #01358d;
	font-size: 24px;
	line-height: 1.2;
  	margin-bottom: 5px;
}
.icon_list_3 > p {
}
.icon_list_4 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	margin: 40px 0 0 0;
}
.icon_list_4 li {
	padding: 50px 15px 15px;
	position: relative;
	margin: 40px 0 20px;
	background-color: #fff;
	border-radius: 20px;
	width: 48%;
	text-align: center;
}
@media(max-width:767px) {
.icon_list_4 li {
	width: 100%;
}
}
.icon_list_4 figure {
	position: absolute;
	left: 50%;
	background-color: #01358d;
	border-radius: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	margin-left: -34px;
	margin-top: -85px;
}
.icon_list_4 figure img {
	height: 58px;
}
.icon_list_4 strong {
	display: block;
	font-weight: 600;
	color: #01358d !important;
	font-size: 24px;
	margin-bottom: 8px;
}
.icon_list_4 p {
	margin: 0;
	color:#000;
}
.reach_audience_video {
	margin:0px auto 0;
  position: relative;
  background:url(../images/landing_site/mobile2.webp) top center no-repeat;
  width: 346px;
  height: 639px;
  padding:16px 17px 15px;
  overflow:hidden;
}
.reach_audience_video img, .reach_audience_video video {
	width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius:40px;
  object-fit: cover;
}
.revenue_screenshot {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
	overflow: hidden;
	margin: 1%;
	display: inline-block;
	width: 48.5%;
}
div > .revenue_screenshot:first-child {
	margin-left:-0.5%;
}
div > .revenue_screenshot:last-child {
	margin-right:-0.5%;
}
@media(max-width:896px) {
	.revenue_screenshot {
		display:block;
		width:auto;
		margin:15px 0 !important;
	}
	
}
.revenue_screenshot img, .revenue_screenshot video {
	width: 100%;
}
.icon_list_5 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	color:#222;
}
.icon_list_5 li {
	padding: 25px 25px 10px;
	margin: 40px 0 20px;
	background-color: #fff;
	border-radius: 20px;
	width: 31.999%;
	display: inline-flex;
	gap: 15px;
}
@media(max-width:767px) {
	.icon_list_5 li {
		width: 100%;
        margin: 0 0 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
	}
}
.icon_list_5 figure {
	background-color: #01358d;
	border-radius: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	flex: 100px 0 0;
}
.icon_list_5 figure img {
	height: 80px;
}
.icon_list_5 strong {
	display: block;
	font-weight: bold;
	color: #01358d !important;
	font-size: 24px;
	margin-bottom: 8px;
}
.icon_list_5 > p {
	margin: 0;
}
.beyond_software_video {
	/* padding-top: 67%; */
	position: relative;
	overflow: hidden;
}
.beyond_software_video figure {
	position: absolute;
	overflow: hidden;
	left: 14.7%;
	right: 11.7%;
	top: 8.5%;
	bottom: 9.5%;
	background-color: #000000;
}
.beyond_software_video figure > video, 
.beyond_software_video figure > img {
	width: 100%;
	/*top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);*/
	height: 100%;
}
.beyond_software_video > img {
	width: 100%;
}
.icon_list_6 {
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon_list_6 li {
	padding: 22px 15px 22px 94px;
	position: relative;
	border-bottom: #ccc solid 1px;
	min-height: 80px;
}
.icon_list_6 li:last-child {
	border-bottom: none;
}
.icon_list_6 figure {
	position: absolute;
	left: 0;
	display: inline-flex;
	align-items: center;
	width: 90px;
	top: 0;
	bottom: 0;
}
.icon_list_6 figure img {
	height: 76px;
}
.icon_list_6 strong {
	display: block;
	font-weight: 600;
	color: #01358d;
	font-size: 24px;
	margin-bottom: 8px;
}
.next_step_block {
	
	background-size: cover;
}
.icon_sec {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
}
.icon_sec a {
	display: inline-flex;
	flex-direction: column;
	background-color: #01358d;
	border-radius: 20px;
	width: 280px;
	justify-content: center;
	flex-wrap: wrap;
	padding: 35px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	gap: 10px;
	align-items: center;
}
@media(max-width:767px) {
	.icon_sec {
		gap: 20px;
	}
	.icon_sec a {
		width: 160px;
		padding: 15px;
	}
}
.icon_sec a img {
	transition: all 0.3s;
	height: 80px;
	width: auto;
	width: 80px;
	transform: scale(1.0);
}
.icon_sec a:hover img {
	transform: scale(1.2);
}
.social_sec {
	text-align: center;
	color: #a6a6a6;
}
.social_icon {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.social_icon a {
}
.social_icon a img {
	height: 52px;
}
.button_gap {
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.social_icon a img {
	transition: all 0.3s;
	transform: scale(1.0);
}
.social_icon a:hover img {
	transform: scale(1.2);
}
.white_text, .white_text h3, .white_text strong{
	color: #fff;
}
@media(min-width:1200px){

.icon_list_2 li{
	height:128px;
	transition:all 2s;
	font-size: 19px;
	background:transparent;
	padding:0;
}
.icon_list_2 li:nth-child(2n) {
  background: transparent;
}
.icon_list_2 strong {
  display: block;
  margin:0;
  font-size: 26px;
}
.icon_list_2 li p{
	margin:0;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
	flex-direction: column;
	justify-content: center;
	
	border-radius:80px;
  padding:10px 25px 14px 25px;
}

.flip-box-front {
  background-color: #f5f4f4;

}
.icon_list_2 li:nth-child(2n) .flip-box-front, .icon_list_2 li:nth-child(2n) .flip-box-back {

  background-color: #edf7fb;

}
.flip-box-back {
  background-color: #f5f4f4;
  transform: rotateX(180deg);
}
}
@media(min-width:1599px){
.icon_list_2 strong {
  font-size: 31px;
}
}
@media(min-width:1850px){
.icon_list_2 li {
  height: 135px;
  line-height:1.4;
}
.icon_list_2 li p{
  line-height:1.4;
}
}
.brand_name{
	text-transform:none;
}
@media(max-width:576px){
.next_step_block .home_btn1 {
  text-align: center;
  width:420px;
  max-width: 100%;
}	
}
.icon_list_5 li{
	display:block;
	transition:all 0.3s;
	border:solid 3px #001949;
}
@media(max-width:1200px){
.icon_list_5 li {
  padding:10px 5px 0px 10px;
}
.icon_list_5 figure {
  height: 80px;
  width: 80px;
  flex:80px 0 0;
}
}
@media (max-width:991px) {
  .icon_list_5 li {
    width: 100%;
    margin:0 0 20px;
  }
}
@media (max-width: 767px) {
  .icon_list_5 li {
    text-align: left;
  }
  .icon_list_5 strong {
  margin-bottom: 0px;
}
}
.icon_list_5 li:hover{
	cursor:pointer;
	box-shadow:0 0 40px rgba(255, 255, 255, 0.5);
	transition:all 0.3s;
	
}
.icon_list_5 li a{
  display: inline-flex;
  gap:15px;
  color:#222;
}