body a {}
/* section.slides*/
@media screen and (max-width: 500px) {
	section.slides {
	}
	section.slides>.wrap {
	}
	section.slides .text {
		width: 100%;
		float: left;
	}
	section.slides .text h1 {
		margin: 0;
		font-size: 45px;
		line-height: 49px;
		color: white;
	}
	section.slides .text h1 span.color_1 {
		color: var(--color-brightblue);
	}
	section.slides .text h1 span.color_2 {
		color: var(--color-brightpink);
	}
	section.slides .text h2 {
		color: white;
		font-weight: lighter;
		font-size: 18px;
		margin: 30px 0;
	}
	section.slides .text .links {}
	section.slides .text .links .item {
		float: left;
	}
	section.slides .text .links .item a {
		text-decoration: none;
		font-weight: bold;
		color: black;
		padding: 8px 15px;
		border-radius: 3px;
		font-size: 14px;
	}
	section.slides .text .links .item.demos {
		margin-right: 10px;
	}
	section.slides .text .links .item.demos a {
		background-color: white;
	}
	section.slides .text .links .item.start a {
		background-color: var(--color-yellow);
	}
	section.slides .images {
		width: 100%;
		float: left;
		overflow: visible;
		position: relative;
	}
	section.slides .images img {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		overflow: visible;
	}
	section.slides>.wrap {
		overflow: visible;
	}
	section.slides .text {
		width: 50%;
		float: left;
	}
	section.slides .text h1 {
		margin: 0;
		font-size: 70px;
		line-height: 70px;
		color: white;
	}
	section.slides .text h1 span.color_1 {
		color: var(--color-brightblue);
	}
	section.slides .text h1 span.color_2 {
		color: var(--color-brightpink);
	}
	section.slides .text h2 {
		color: white;
		font-weight: lighter;
		font-size: 20px;
		margin: 30px 0;
	}
	section.slides .text .links {}
	section.slides .text .links .item {
		float: left;
	}
	section.slides .text .links .item a {
		text-decoration: none;
		font-weight: bold;
		color: black;
		padding: 8px 15px;
		border-radius: 3px;
	}
	section.slides .text .links .item.demos {
		margin-right: 10px;
	}
	section.slides .text .links .item.demos a {
		background-color: white;
	}
	section.slides .text .links .item.start a {
		background-color: var(--color-yellow);
	}
	section.slides .images {
		width: 50%;
		float: left;
		overflow: visible;
		position: relative;
	}
	section.slides .images img {
		display: block;
		right: -10%;
		width: 100%;
		position: absolute;
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		overflow: visible;
	}
	section.slides>.wrap {
		overflow: visible;
	}
	section.slides .text {
		width: 50%;
		float: left;
	}
	section.slides .text h1 {
		margin: 0;
		font-size: 70px;
		line-height: 70px;
		color: white;
	}
	section.slides .text h1 span.color_1 {
		color: var(--color-brightblue);
	}
	section.slides .text h1 span.color_2 {
		color: var(--color-brightpink);
	}
	section.slides .text h2 {
		color: white;
		font-weight: lighter;
		font-size: 20px;
		margin: 30px 0;
	}
	section.slides .text .links {}
	section.slides .text .links .item {
		float: left;
	}
	section.slides .text .links .item a {
		text-decoration: none;
		font-weight: bold;
		color: black;
		padding: 8px 15px;
		border-radius: 3px;
	}
	section.slides .text .links .item.demos {
		margin-right: 10px;
	}
	section.slides .text .links .item.demos a {
		background-color: white;
	}
	section.slides .text .links .item.start a {
		background-color: var(--color-yellow);
	}
	section.slides .images {
		width: 50%;
		float: left;
		overflow: visible;
		position: relative;
	}
	section.slides .images img {
		display: block;
		right: -10%;
		width: 100%;
		position: absolute;
	}
}
/*section.decorative*/
@media screen and (max-width: 500px) {
	section.decorative {
		padding: 0px;
	}
	section.decorative img {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.decorative {
		padding: 0px;
	}
	section.decorative img {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 801px) {
	section.decorative {
		padding: 0px;
	}
	section.decorative img {
		width: 100%;
		display: block;
	}
}
/*section.features*/
@media screen and (max-width: 500px) {
	section.features>.wrap {
		max-width: 1200px;
	}
	section.features .item {
		width: 100%;
		float: left;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	section.features .item>.innr {
		overflow: auto;
		aspect-ratio: 1/.7;
		width: 100%;
		position: relative;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.features .item>.innr .overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: -moz-linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.features .item .title {
		position: relative;
		width: 80%;
		line-height: 25px;
		padding: 10px 70px 10px 15px;
		box-sizing: border-box;
		color: #76faff;
		margin: 0;
		font-weight: bold;
		font-size: 25px;
		background-image: url(images/section_features_item_corner_decor.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.features .item .details {
		position: relative;
		width: 80%;
		padding: 8% 30px 0px 16px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 14px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.features>.wrap {
		max-width: 1200px;
	}
	section.features .item {
		width: 50%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
	section.features .item>.innr {
		overflow: auto;
		aspect-ratio: 1/0.52;
		width: 100%;
		position: relative;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.features .item>.innr .overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: -moz-linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.features .item .title {
		position: relative;
		width: 60%;
		line-height: 25px;
		padding: 10px 70px 10px 30px;
		box-sizing: border-box;
		color: #76faff;
		margin: 0;
		font-weight: bold;
		font-size: 25px;
		background-image: url(images/section_features_item_corner_decor.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.features .item .details {
		position: relative;
		width: 60%;
		padding: 8% 30px 0px 30px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 14px;
	}
}
@media screen and (min-width: 801px) {
	section.features>.wrap {
		max-width: 1200px;
	}
	section.features .item {
		width: 50%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
	section.features .item>.innr {
		overflow: auto;
		aspect-ratio: 1/0.52;
		width: 100%;
		position: relative;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.features .item>.innr .overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: -moz-linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-image: linear-gradient(90deg, #18187a 0, rgba(6, 6, 133, 0.5) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.features .item .title {
		position: relative;
		width: 60%;
		line-height: 25px;
		padding: 10px 70px 10px 30px;
		box-sizing: border-box;
		color: #76faff;
		margin: 0;
		font-weight: bold;
		font-size: 25px;
		background-image: url(images/section_features_item_corner_decor.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.features .item .details {
		position: relative;
		width: 60%;
		padding: 8% 30px 0px 30px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 14px;
	}
}
/*section.financing*/
@media screen and (max-width: 500px) {
	section.financing {
		background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: -moz-linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-position: 50% 0%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.financing>.wrap {
		max-width: 800px;
		background-image: url(images/section_financing_main_bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		padding: 20px 45% 20px 0%;
	}
	section.financing h1 {
		font-size: 25px;
		line-height: 25px;
		color: white;
		margin: 0;
	}
	section.financing h2 {
		color: var(--color-lightblue);
		font-size: 15px;
	}
	section.financing a {
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.38);
		text-decoration: none;
		padding-bottom: 3px;
		box-sizing: border-box;
		display: inline-block;
		font-size: 14px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.financing {
		background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: -moz-linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-position: 50% 0%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.financing>.wrap {
		max-width: 800px;
		padding-right: 25%;
		background-image: url(images/section_financing_main_bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		padding: 50px 30% 50px 0px;
	}
	section.financing h1 {
		font-size: 60px;
		line-height: 60px;
		color: white;
		margin: 0;
	}
	section.financing h2 {
		color: var(--color-brightblue);
	}
	section.financing a {
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.38);
		text-decoration: none;
		padding-bottom: 3px;
		box-sizing: border-box;
		display: inline-block;
	}
}
@media screen and (min-width: 801px) {
	section.financing {
		background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: -moz-linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-image: linear-gradient(180deg, rgba(0, 0, 88, 0) 0, rgba(0, 0, 88, 0) 10%, rgba(0, 0, 173, 1) 100%);
		background-position: 50% 0%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.financing>.wrap {
		max-width: 800px;
		padding-right: 25%;
		background-image: url(images/section_financing_main_bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		padding: 50px 30% 50px 0px;
	}
	section.financing h1 {
		font-size: 60px;
		line-height: 60px;
		color: white;
		margin: 0;
	}
	section.financing h2 {
		color: var(--color-brightblue);
	}
	section.financing a {
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.38);
		text-decoration: none;
		padding-bottom: 3px;
		box-sizing: border-box;
		display: inline-block;
	}
}
/*section.extras*/
@media screen and (max-width: 500px) {
	section.extras {
		background-color: var(--color-lightblue);
		position: relative;
	}
	section.extras .overlay {
		bottom: 0;
		right: 0;
		width: 100%;
		height: 30%;
		position: absolute;
		background-color: var(--color-brightblue);
	}
	section.extras>.wrap {
		position: relative;
		max-width: 1100px;
		padding: 30px 0;
	}
	section.extras .left {
		float: left;
		width: 100%;
	}
	section.extras .left h1 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 20px 0;
		text-align: center;
	}
	section.extras .left .item {
		padding: 10px 0;
	}
	section.extras .left .item .title {
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		list-style: none;
		margin-bottom: 0px;
		text-align: center;
	}
	section.extras .left .item ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 0px 0px 20px;
		margin: 0px 0;
		box-sizing: border-box;
	}
	section.extras .left .item ul li {
		width: 45%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 5px 0;
	}
	section.extras .right {
		float: left;
		width: 100%;
	}
	section.extras .right img {
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.extras {
		background-color: var(--color-lightblue);
		position: relative;
	}
	section.extras .overlay {
		top: 0;
		right: 0;
		width: 35%;
		position: absolute;
		height: 100%;
		background-color: var(--color-brightblue);
	}
	section.extras>.wrap {
		position: relative;
		max-width: 1100px;
	}
	section.extras .left {
		float: left;
		width: 50%;
	}
	section.extras .left h1 {
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 20px 0;
	}
	section.extras .left .item {
		padding: 10px 0;
	}
	section.extras .left .item .title {
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		list-style: none;
		margin-bottom: 0px;
	}
	section.extras .left .item ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 0px 0px 20px;
		margin: 0px 0;
		box-sizing: border-box;
	}
	section.extras .left .item ul li {
		width: 45%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 5px 0;
	}
	section.extras .right {
		float: left;
		width: 50%;
	}
	section.extras .right img {
		width: 100%;
	}
}
@media screen and (min-width: 801px) {
	section.extras {
		background-color: var(--color-lightblue);
		position: relative;
	}
	section.extras .overlay {
		top: 0;
		right: 0;
		width: 35%;
		position: absolute;
		height: 100%;
		background-color: var(--color-brightblue);
	}
	section.extras>.wrap {
		position: relative;
		max-width: 1100px;
	}
	section.extras .left {
		float: left;
		width: 50%;
	}
	section.extras .left h1 {
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 20px 0;
	}
	section.extras .left .item {
		padding: 10px 0;
	}
	section.extras .left .item .title {
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		list-style: none;
		margin-bottom: 0px;
	}
	section.extras .left .item ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 0px 0px 20px;
		margin: 0px 0;
		box-sizing: border-box;
	}
	section.extras .left .item ul li {
		width: 45%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 5px 0;
	}
	section.extras .right {
		float: left;
		width: 50%;
	}
	section.extras .right img {
		width: 100%;
	}
}
/*section.promos*/
@media screen and (max-width: 500px) {
	h2.section_subtitle{
		color: #00a7ff;
	}
	section.promos .frame {
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	section.promos .frame .item_list {
		list-style: none;
		margin: 0;
		padding: 0;
		height: auto;
	}
	section.promos .frame .item_list .item {
		float: left;
		width: 290px;
		height: 400px;
		margin: 0 1px 0 0;
		padding: 0;
		color: #ddd;
		cursor: pointer;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.promos .frame .item_list .item>.innr {
		background-color: #ffffff;
		border: 1px solid #8914ff;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		border-radius: 10px;
		height: 100%;
	}
	section.promos .frame .item_list .item>.innr.image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.promos .frame .item_list .item>.innr:hover {
		background-color: white;
	}
	section.promos .frame .item_list .item.active>.innr {
		background-color: #e6e6e6;
		border: 1px solid #8914ff;
	}
	section.promos .frame .item_list .item .text {
		overflow: auto;
		width: 100%;
		white-space: wrap;
		color: black;
	}
	section.promos .frame .item_list .item .text p.title {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: calc(var(--title-font-size) - 0px);
		font-weight: bold;
		color: #ba00ff;
	}
	section.promos .frame .item_list .item .text p.name {
		margin: 0;
		padding: 0;
		font-size: var(--regular-font-size);
		font-weight: bold;
	}
	section.promos .frame .item_list .item .text p.desc {
		margin: 0;
		padding: 20px 0;
		font-size: var(--reg-font-size);
	}
	section.promos .frame .item_list .item .text a.link {
		margin: 0;
		padding: 0;
		display: block;
		background-color: #ba00ff;
		text-decoration: none;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		font-size: calc(var(--reg-font-size) - 0px);
		color: #ffffff;
		font-weight: bold;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.promos .frame {
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	section.promos .frame .item_list {
		list-style: none;
		margin: 0;
		padding: 0;
		height: auto;
	}
	section.promos .frame .item_list .item {
		float: left;
		width: 290px;
		height: 400px;
		margin: 0 1px 0 0;
		padding: 0;
		color: #ddd;
		cursor: pointer;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.promos .frame .item_list .item>.innr {
		background-color: #ffffff;
		border: 1px solid #8914ff;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		border-radius: 10px;
		height: 100%;
	}
	section.promos .frame .item_list .item>.innr.image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.promos .frame .item_list .item>.innr:hover {
		background-color: white;
	}
	section.promos .frame .item_list .item.active>.innr {
		background-color: #e6e6e6;
		border: 1px solid #8914ff;
	}
	section.promos .frame .item_list .item .text {
		overflow: auto;
		width: 100%;
		white-space: wrap;
		color: black;
	}
	section.promos .frame .item_list .item .text p.title {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: calc(var(--title-font-size) - 15px);
		font-weight: bold;
		color: #ba00ff;
	}
	section.promos .frame .item_list .item .text p.name {
		margin: 0;
		padding: 0;
		font-size: var(--regular-font-size);
		font-weight: bold;
	}
	section.promos .frame .item_list .item .text p.desc {
		margin: 0;
		padding: 20px 0;
		font-size: var(--reg-font-size);
	}
	section.promos .frame .item_list .item .text a.link {
		margin: 0;
		padding: 0;
		display: block;
		background-color: #ba00ff;
		text-decoration: none;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		font-size: calc(var(--reg-font-size) - 5px);
		color: #ffffff;
		font-weight: bold;
	}
}
@media screen and (min-width: 801px) {
	section.promos .frame {
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	section.promos .frame .item_list {
		list-style: none;
		margin: 0;
		padding: 0;
		height: auto;
	}
	section.promos .frame .item_list .item {
		float: left;
		width: 290px;
		height: 400px;
		margin: 0 1px 0 0;
		padding: 0;
		color: #ddd;
		cursor: pointer;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.promos .frame .item_list .item>.innr {
		background-color: #ffffff;
		border: 1px solid #8914ff;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		border-radius: 10px;
		height: 100%;
	}
	section.promos .frame .item_list .item>.innr.image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.promos .frame .item_list .item>.innr:hover {
		background-color: white;
	}
	section.promos .frame .item_list .item.active>.innr {
		background-color: #e6e6e6;
		border: 1px solid #8914ff;
	}
	section.promos .frame .item_list .item .text {
		overflow: auto;
		width: 100%;
		white-space: wrap;
		color: black;
	}
	section.promos .frame .item_list .item .text p.title {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: calc(var(--title-font-size) - 15px);
		font-weight: bold;
		color: #ba00ff;
	}
	section.promos .frame .item_list .item .text p.name {
		margin: 0;
		padding: 0;
		font-size: var(--regular-font-size);
		font-weight: bold;
	}
	section.promos .frame .item_list .item .text p.desc {
		margin: 0;
		padding: 20px 0;
		font-size: var(--reg-font-size);
	}
	section.promos .frame .item_list .item .text a.link {
		margin: 0;
		padding: 0;
		display: block;
		background-color: #ba00ff;
		text-decoration: none;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		display: inline-block;
		font-size: calc(var(--reg-font-size) - 5px);
		color: #ffffff;
		font-weight: bold;
	}
}