* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	background-color:#000e14;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none !important;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover, .content-left h2 a:hover {
   color: #00a2ff;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	max-width:1440px;
	width:1440px;
	margin:auto;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 35px 72px;
}
.logo-outer {
	float: left;
	width: 273px;
}
.logo-outer img {
	float: left;
}
.nav-outer {
	width:auto;
	float: right;
	padding: 20px 0 0;
}
.nav-outer li {
	float: left;
}
.nav-outer li a {
	color: #ffffff;
	font-size: 14px;
}
.nav-outer li img {
	float: left;
	margin: 0 10px 0 0;
}
.nav-outer li a:hover {
	color: #f2bf1f;
}
.content-outer {
	padding: 194px 0 100px;
	text-align: center;
	background: url(../images/content-bg.jpg) no-repeat top center;
	background-size:cover;
}
.content-innner {
	width: 100%;
	float: left;
}
.content-innner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 18px;
	display: inherit;
}
.content-innner h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 80px;
}
.content-left {
	width: 50%;
	float: left;
	text-align: left;
}
.content-left h2 {
	color: #f2bf1f;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 17px;
}
.content-left ul {
	width: 100%;
	float: left;
	padding: 0 0 17px 35px;
}
.content-left li {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 10px;
}
.content-left li a {
	color: #ffffff;
/*	text-decoration: underline;*/
}
.content-left li a:hover {
	color: #00a2ff;
}
.content-left:last-child {
	padding: 0 0 0 140px;
}
.seom-list {
	padding-bottom:0;
}
.program-outer {
	padding: 94px 0;
	text-align: center;
	background: url(../images/program-bg.jpg) no-repeat top center;
	background-size:cover;
}
.program-inner {
	width: 100%;
	float: left;
}
.program-left {
	width: 50%;
	float: left;
	text-align: left;
}
.program-left span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.program-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin:0 0 34px;
	position:relative;
}
.program-left h2:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: -50px;
	width: 146px;
	height: 4px;
	content: "";
}
.program-left strong {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 48px;
	display:inherit;
}
.program-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 44px;
}
.program-right {
	width: 39.7%;
	float: right;
	padding: 40px 0 0;
}
.reseller-outer {
	padding:20px 0 130px;
	text-align:center;
}
.reseller-inner {
	width: 100%;
	float: left;
}
.reseller-inner h2 {
	font-size: 36px;
	line-height: 38px;
	color: #ffffff;
	position:relative;
	padding:0 0 22px;
}
.reseller-inner h2:after {
	content:"";
	position:absolute;
	background: url(../images/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.reseller-inner p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	padding:22px 0 50px;
}
.reseller-inner li {
	width: 31.3%;
	margin: 0 43px 0 0;
	float: left;
	padding: 50px 100px 20px;
}
 .reseller-inner li:nth-child(3n) {
 margin-right: 0;
}
.reseller-inner li span {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	width: 100%;
	float: left;
	text-align:center;
	padding: 25px 0 0;
}
.reseller-inner li img {
	vertical-align: middle;
}
.reseller-packages {
	float: left;
	width: 100%;
	padding: 80px 0 0;
}
.reseller-packages p {
	padding: 0 0 42px;
}
.package-outer {
	padding:20px 0 130px;
	text-align:center;
	background: url(../images/package-bg.jpg) no-repeat center top -120px;
	background-size:cover;
}
.package-inner {
	width: 100%;
	float: left;
}
.package-inner h2 {
	font-size: 36px;
	line-height: 38px;
	color: #ffffff;
	padding:0 0 26px;
}
.package-inner p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	padding:0 0 80px;
}
.package-left {
	width: 314px;
	float: left;
	height: 510px;
	background-color: #0d0e17;
	padding: 26px 34px;
	margin: 0 56px 0 0;
	clip-path: polygon(92% 0, 100% 7%, 100% 100%, 7% 100%, 0 95%, 0 0);
}
.package-left:last-child {
	margin-right: 0;
}
.package-left:first-child span {
	background-color: #f2bf1f;
}
.package-left:first-child h3 {
	color: #f2bf1f;
}
.package-left:nth-child(2n) span {
 background-color: #1ff2f0;
}
.package-left:nth-child(2n) h3 {
 color: #1ff2f0;
}
.package-left:nth-child(3n) span {
 background-color: #1ff25b;
}
.package-left:nth-child(3n) h3 {
 color: #1ff25b;
}
.package-left:last-child span {
	background-color: #c31ff2;
}
.package-left:last-child h3 {
	color: #c31ff2;
}
.package-left span {
	background-color: #f2bf1f;
	padding: 10px 25px;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	line-height: 11px;
	clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
	margin-left:-30px;
}
.package-left h3 {
	font-size: 40px;
	line-height: 40px;
	color: #f2bf1f;
	text-align: right;
	padding: 0 0 26px;
	display: inherit;
}
.package-left h3 small {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	display: inherit;
	line-height: 20px;
}
.package-left li {
	font-size: 16px;
	padding: 20px 0 26px;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #161720;
}
.package-left li strong {
	float: right;
	font-size: 14px;
	font-weight:400;
	color: #93dc14;
	line-height: 22px;
}
.package-left li:last-child {
	border-bottom: none;
}
li.grey-text {
	color: #566065;
}
.keyword {
	width: 100%;
	float: left;
	padding: 48px 0 0;
}
.keyword p {
	padding: 0 0 40px;
}
p.small-text {
	font-size:12px;
}
.timeframes-outer {
	padding:20px 0 100px;
	text-align: center;
}
.timeframes-inner {
	width: 100%;
	float: left;
}
.timeframes-left {
	width: 50%;
	float: left;
	text-align: left;
}
.timeframes-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 75px;
}
.timeframes-left strong {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 25px;
	display:inherit;
}
.timeframes-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.timeframes-right {
	width: 39.7%;
	float: right;
	padding: 133px 0 0;
}
.timeframes-rt {
	float: right;
}
.timeframes-lt {
	float: left;
	padding: 50px 0 0;
}
.timeframes-inners {
	padding: 85px 0 0;
}
.timeframes-lefts {
	width:100%;
	padding: 50px 0 88px;
}
.timeline-outer {
	padding: 94px 0 230px;
	text-align: center;
	background: url(../images/timeline-bg.jpg) no-repeat center top;
	background-size:cover;
}
.timeline-inner {
	width: 100%;
	float: left;
}
.timeline-left {
	width: 50%;
	float: left;
	text-align: left;
}
.timeline-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
}
.timeline-left li {
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 16px 36px;
}
.timeline-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.timeline-right {
	width: 39.7%;
	float: right;
}
.ranking-outer {
	text-align: center;
}
.ranking-inner {
	width: 100%;
	float: left;
	padding: 65px 65px 33px;
	background: url(../images/ranking-bg.png) no-repeat center top;
	margin-top: -170px;
	background-size: cover;
	clip-path: polygon(96% 0, 100% 6%, 100% 100%, 3% 100%, 0 95%, 0 0);
}
.ranking-inner h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin: 0 0 34px;
	position:relative;
}
.ranking-inner h3:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin:auto;
	width: 146px;
	height: 4px;
	content: "";
}
.ranking-inner li {
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 20px 40px;
	display: inline-block;
}
.ranking-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.platform-outer {
	padding:0 0 112px;
	text-align: center;
	background: url(../images/platform-bg.jpg) no-repeat center top;
	margin-top: -240px;
	position: relative;
	z-index: -1;
}
.platform-inner {
	width: 100%;
	float: left;
}
.platform-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 370px 0 0;
}
.platform-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin:0 0 34px;
	position:relative;
}
.platform-left h2:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: -50px;
	width: 146px;
	height: 4px;
	content: "";
}
.platform-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.platform-right {
	width: 39.7%;
	float: right;
}
.platform-inners .platform-left {
	float: right;
	padding: 136px 0 0;
}
.platform-inners .platform-right {
	float: left;
}
.seo-billing {
	width: 100%;
	float: left;
	padding: 86px 0 0;
	text-align: left;
}
.seo-billing li {
	width: 32%;
	float: left;
	margin: 0 28px 0 0;
}
.seo-billing li:last-child {
	margin:0;
}
.seo-billing li h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 38px;
	padding: 0 0 42px;
}
.seo-billing li span {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.deal-outer {
	padding:135px 0 112px;
	text-align: center;
	background: url(../images/deal-bg.jpg) no-repeat center;
	background-size:cover;
}
.deal-inner {
	width: 100%;
	float: left;
}
.deal-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 24px 0 0;
}
.deal-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin:0 0 34px;
	position:relative;
}
.deal-left span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.deal-left h2:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: -50px;
	width: 146px;
	height: 4px;
	content: "";
}
.deal-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.deal-right {
	width: 39.7%;
	float: right;
}
.steps-outer {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.steps-one {
	width: 232px;
	height:170px;
	padding:30px 28px;
	background-color:#0d0e17;
	float: left;
	text-align:left;
	position:relative;
	clip-path: polygon(85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%, 0 0);
}
/*.steps-one:before {
	content: "";
	position: absolute;
	background: url(../images/cut.png) no-repeat center top;
	bottom: 0;
	left: 0;
	width: 37px;
	height: 35px;
	transform: rotate(-180deg);
}
.steps-one:after {
	content: "";
	position: absolute;
	background: url(../images/cut.png) no-repeat center top;
	top: 0;
	right: 0;
	width: 54px;
	height: 26px;
}*/
.steps-one h3 {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 30px;
}
.steps-one h3:after {
	content: "";
	position: absolute;
	background: url(../images/arrow1.png) no-repeat center top;
	top: 68px;
	right: -90px;
	width: 54px;
	height: 26px;
}
.steps-two h3:after {
	content: "";
	position: absolute;
	background: url(../images/arrow2.png) no-repeat center top;
	top: 180px;
	left: 150px;
	width: 26px;
	height: 54px;
}
.steps-three h3:after {
	content: "";
	position: absolute;
	background: url(../images/arrow2.png) no-repeat center top;
	top: 101%;
	left: 50px;
	width: 26px;
	height: 54px;
}
.steps-four h3:after {
	display:none;
}
.steps-one p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.steps-two {
	width: 75%;
	float: right;
	clip-path: polygon(95% 0, 100% 15%, 100% 100%, 0 100%, 0 95%, 0 0);
}
.steps-two-right {
	width: 72%;
	float: right;
	position: absolute;
	top: 24px;
	right: 0;
}
.steps-three {
	width: 100%;
	height: auto;
	margin: 70px 0 0;
	clip-path: polygon(97% 0, 100% 4%, 100% 100%, 3% 100%, 0 97%, 0 0);
}
.package-details {
	width: 50%;
	float: left;
	padding: 30px 100px 0 0;
}
.package-details:last-child {
	padding:30px 0 0;
}
.package-details h4 {
	color: #1ff2f0;
	font-size: 20px;
	line-height: 20px;
	padding:0 0 30px 0;
}
.package-details p {
	padding: 0 0 30px;
}
.plugin-outer {
	padding:0 0 112px;
	text-align: center;
}
.plugin-inner {
	width: 100%;
	float: left;
}
.plugin-left {
	width: 50%;
	float: left;
	text-align: left;
	padding:142px 0 0;
}
.plugin-left h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin:0 0 34px;
	position:relative;
}
.plugin-left span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.plugin-left h2:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: -50px;
	width: 146px;
	height: 4px;
	content: "";
}
.plugin-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.plugin-left p b {
	color: #f2bf1f;
}
.plugin-right {
	width: 45%;
	float: right;
}
.plugin-right p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
	text-align:left;
}
.plugin-inners .plugin-right {
	float: left;
	width: 50%;
}
.plugin-inners .plugin-left {
	float: right;
	padding: 0;
	width: 45%;
}
.plugin-inners {
	padding: 70px 0 0;
}
.plugin-left p a {
	color: #00a2ff;
}
.plugin-left p a:hover {
	text-decoration:underline;
}
.dashboard-outer {
	padding:0 0 112px;
	text-align: center;
}
.dashboard-inner {
	width: 100%;
	float: left;
}
.dashboard-inner h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	position:relative;
}
.dashboard-inner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.dashboard-inner h2:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin:auto;
	width: 146px;
	height: 4px;
	content: "";
}
.dashboard-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 70px 0 0;
}
.dashboard-left:last-child {
	padding:0;
}
.dashboard-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.dashboard-left p b {
	color: #f2bf1f;
}
.dashboard-right {
	width: 45%;
	float: right;
}
.element-inner {
	width: 100%;
	float: left;
	text-align:left;
	padding: 30px 0 0;
}
.element-inner strong {
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 23px;
	display:inherit;
}
.element-inner li {
	width: 100%;
	float: left;
	padding: 0 0 54px;
}
.element-inner li img {
	float: left;
	padding: 0 30px 0 0;
}
.element-inner li h3 {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 15px;
	display:inherit;
}
.element-inner span {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
}
.element-img {
	width: 6%;
	float: left;
}
.element-content {
	float: right;
	width: 94%;
}
.element-inner em {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	display:inherit;
}
.supporting-outer {
	padding:0 0 112px;
	text-align: center;
}
.supporting-inner {
	width: 100%;
	float: left;
}
.supporting-left {
	width: 40%;
	float: left;
	text-align: left;
}
.supporting-left h2 {
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 30px;
}
.supporting-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.supporting-left p strong {
	font-size: 18px;
}
.supporting-right {
	width: 48.7%;
	float: right;
}
.supporting-inners .supporting-left {
	float: right;
	width: 45%;
	padding: 25px 0 0;
}
.supporting-inners .supporting-right {
	float: left;
}
.supporting-inners {
	padding: 85px 0 0;
}
.gains-outer {
	padding:0 0 60px;
	text-align: center;
}
.gains-inner {
	width: 100%;
	float: left;
}
.gains-inner h3 {
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 48px;
}
.gains-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 32px;
	width: 100%;
	float: left;
}
.gains-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 100px 50px 0;
}
.gains-left:last-child {
	padding:0 0 50px;
}
.gains-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.gains-right {
	width: 48.7%;
	float: right;
}
.reporting-outer {
	padding:0 0 112px;
	text-align: center;
}
.reporting-inner {
	width: 100%;
	float: left;
}
.reporting-left {
	width: 40%;
	float: left;
	text-align: left;
}
.reporting-left h2 {
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 30px;
}
.reporting-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.reporting-left p strong {
	font-size: 18px;
}
.reporting-right {
	width: 50%;
	float: right;
}
.reporting-right p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
	text-align:left;
}
.building-outer {
	padding:0 0 112px;
	background:url(../images/building-bg.jpg) no-repeat top -100px center;
	background-size:cover;
}
.building-inner {
	width: 100%;
	float: left;
}
.building-inner h3 {
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	padding: 0 0 35px;
}
.building-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 40px;
	width: 100%;
	float: left;
}
.building-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 100px 50px 0;
}
.building-left:last-child {
	padding:0 0 50px;
}
.building-left strong {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 20px;
	display:inherit;
}
.building-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 35px;
}
.building-right {
	width: 48.7%;
	float: right;
}
.settings-inner {
	width: 100%;
	float: left;
}
.settings-left {
	width: 48%;
	float: left;
	text-align: left;
	background-color: #0e0f18;
	padding: 52px 55px;
	height:239px;
	clip-path: polygon(95% 0, 100% 7%, 100% 100%, 7% 100%, 0 95%, 0 0);
}
.settings-left:last-child {
	float:right;
}
.settings-left strong {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 20px;
	display:inherit;
}
.settings-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.desk-outer {
	padding: 65px 0 33px;
	text-align: center;
}
.desk-inner {
	width: 100%;
	float: left;
}
.desk-inner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.desk-inner h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 34px;
	margin: 0 0 34px;
	position:relative;
}
.desk-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.desk-inner h3:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin:auto;
	width: 146px;
	height: 4px;
	content: "";
}
.desk-inner h4 {
	color: #ffffff;
	font-size: 26px;
	line-height:26px;
	padding: 70px 0 30px;
}
.desk-inner ul {
	padding: 30px 0 60px;
	width: 100%;
	float: left;
}
.desk-inner li {
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 20px;
	float: left;
	width: 20%;
	text-align: left;
}
.desk-inner strong {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 30px;
	display:inherit;
}
.desk-inner small {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.upgrades-outer {
	padding: 0 0 33px;
	text-align: center;
}
.upgrades-inner {
	width: 100%;
	float: left;
}
.upgrades-inner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.upgrades-inner h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 24px;
	margin: 0 0 60px;
	position:relative;
}
.upgrades-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.upgrades-inner h3:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin:auto;
	width: 146px;
	height: 4px;
	content: "";
}
.upgrades-left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 100px 50px 0;
}
.upgrades-left:last-child {
	padding:0 0 50px;
}
.upgrades-left strong {
	color: #f2bf1f;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 20px;
	display:inherit;
}
.upgrades-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 35px;
}
.faq-outer {
	padding:91px 0 0;
	position:relative;
	text-align:center;
	background: url(../images/faq-bg.jpg) no-repeat top center;
	background-size: cover;
}
.faq-inner {
	width:100%;
	float:left;
}
.faq-inner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.faq-inner h4 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 24px;
	margin: 0 0 60px;
	position:relative;
}
.faq-inner h4:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0;
	margin:auto;
	width: 146px;
	height: 4px;
	content: "";
}
.accordion {
	width:100%;
	float:left;
	text-align:left;
}
.accordion__label {
	display:block;
	cursor:pointer;
	position:relative;
	font-weight: 600;
	font-size: 26px;
	line-height: 23px;
	color: #ffffff;
	padding:24px 5px;
	margin-bottom:7px;
	border-bottom:1px solid #1b2528;
}
 .accordion__label::after {
content: "";
 position: absolute;
 right: 30px;
 width: 15px;
 height: 9px;
 background-image: url(../images/droparrow.png);
 background-size: cover;
 transition: transform .4s;
 z-index: 0;
 opacity: 1;
 top: 32px;
}
.accordion__content {
	display: none;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	position: relative;
	font-weight: 400;
	padding: 30px 5px 0;
}
.accordion__content p {
	padding: 0 0 30px;
}
.accordion__input {
	display:none
}
.accordion__input:checked~.accordion__label {
display:block;
 margin-bottom: 0;
}
 .accordion__input:checked~.accordion__content, .accordion__input:checked~.accordion__content:after {
display:block;
}
.accordion__input:checked~.accordion__label {
color: #ffffff;
}
 .accordion__input:checked~.accordion__label::after {
transform: rotate(180deg);
 background-image: url(../images/droparrow.png);
 width: 15px;
 height: 9px;
 top: 32px;
}
.contact-outer {
	padding: 100px 0 0;
	position: relative;
}
.contact-outer:before {
	content: "";
	position: absolute;
	background: url(../images/contact-bg.jpg) no-repeat center;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	z-index: -1;
}
.contact-inner {
	width: 100%;
	float: left;
}
.contact-inner span {
	color: #f2bf1f;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 12px;
	letter-spacing: 3px;
	display: inherit;
}
.contact-inner h5 {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 32px;
	margin: 0 0 36px;
	position:relative;
}
.contact-inner p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px;
}
.contact-inner h5:after {
	background: url(../images/yellow-border.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	left: -75px;
	width: 146px;
	height: 4px;
	content: "";
}
.contact-innr {
	width: 100%;
	float: left;
	padding: 0 0 36px;
}
.contact-left {
	width: 48.5%;
	float: left;
	text-align: left;
	background-color: #0e0f18;
	padding: 52px 75px;
	height: 170px;
	clip-path: polygon(95% 0, 100% 15%, 100% 100%, 6% 100%, 0 90%, 0 0);
}
.contact-left:last-child {
	float:right;
}
.contact-left p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	white-space: pre-wrap;
	overflow: hidden;
}
.contact-left img {
	float: left;
	margin: 0 55px 0 0;
}
.contact-left p a {
	color: #00a2ff;
	display:inherit;
}
.contact-left p a:hover {
	text-decoration: underline;
}
.copyright-outer {
	padding: 36px 0 42px;
	text-align: center;
	width: 100%;
	float: left;
}
.copyright-outer p {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}
.platform-right-img {
	display:none;
}
.timeframes-left-s {
	padding: 0 100px 0 0;
}
.timeframes-left-s:last-child {
	padding: 0;
}
p.pdbm0 {
	padding-bottom: 5px;
}
.content-left h2 a {
    color: #ffffff;
}
