
.Footer__breadcrumbs {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1.45rem;
	line-height: 2.4rem;
	font-weight: 300;
	color: #18354e;
	border-top: 1px solid #eaeaea
}

.Footer__breadcrumbsBd {
	max-width: 1384px;
	margin-left: auto;
	margin-right: auto
}

.Footer__breadcrumbsItem {
	position: relative;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem
}

@media screen and (max-width:47.9375em) {
	.BaseLayout__header {
		display: none
	}
	.BaseLayout--startContentAtPageTop .BaseLayout__content {
		margin-top: -6.8rem
	}
	.Footer__breadcrumbsItem {
		border-bottom: 1px solid #eaeaea
	}
}

@media screen and (min-width:48em) {
	.BaseLayout--startContentAtPageTop .BaseLayout__content {
		margin-top: -17rem
	}
	.Footer__breadcrumbs {
		padding-left: 4.8rem;
		padding-right: 4.8rem
	}
	.Footer__breadcrumbsBd::after {
		content: '';
		display: block;
		clear: both
	}
	.Footer__breadcrumbsItem {
		width: calc(100% / 4 - 14.4rem / 4 + 2.4rem);
		position: relative;
		margin-left: 2.4rem;
		float: left
	}
	.Footer__breadcrumbsItem+.Footer__breadcrumbsItem::before {
		content: '';
		position: absolute;
		top: 0;
		left: -1.2rem;
		bottom: 0;
		border-right: 1px solid #eaeaea
	}
	.Footer__breadcrumbsItem:first-child {
		margin-left: -1.2rem
	}
}

.FooterBreadcrumbToggle {
	position: relative
}

.FooterBreadcrumbToggle__toggle {
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
	border: none;
	border-radius: 0;
	padding: 0 0 0 3.6rem;
	background: 0 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	text-transform: inherit;
	display: block;
	height: 4.8rem;
	position: relative;
	z-index: 1;
	text-align: left;
	width: 100%
}

.FooterBreadcrumbToggle__icon {
	position: absolute;
	top: 50%;
	left: 1.2rem;
	transform: translate3d(0, -50%, 0);
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .8rem;
	border: 1px solid #cccbcc
}

.FooterBreadcrumbToggle__iconSvg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: .6rem;
	height: .6rem;
	transform: translate3d(-50%, -50%, 0);
	transition: transform .3s
}

.FooterBreadcrumbToggle__list {
	display: block;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(24, 53, 78, .2);
	transition: opacity .3s;
	opacity: 0
}

.FooterBreadcrumbToggle__list::after {
	content: '';
	display: block;
	height: 4.8rem;
	margin-top: -1px;
	box-shadow: inset 0 0 0 1px #46c8fa
}

.FooterBreadcrumbToggle__listItem {
	display: block;
	padding: 1.2rem;
	border-bottom: 1px solid #eaeaea;
	transition: padding-left .3s
}

.FooterBreadcrumbToggle__listItem+.FooterBreadcrumbToggle__listItem {
	margin-top: -1px;
	border-top: none
}

.FooterBreadcrumbToggle__listItem:active,
.FooterBreadcrumbToggle__listItem:focus,
.FooterBreadcrumbToggle__listItem:hover {
	padding-left: 2.4rem
}

.FooterBreadcrumbToggle__listItem.is-current {
	color: #cccbcc
}

.FooterBreadcrumbToggle.is-active .FooterBreadcrumbToggle__iconSvg {
	transform: translate3d(-50%, -50%, 0) rotate(-90deg)
}

.FooterBreadcrumbToggle.is-active .FooterBreadcrumbToggle__list {
	opacity: 1;
	pointer-events: all
}

.Footer__scrolltop {
	position: relative;
	z-index: 1;
	padding-left: 4rem;
	padding-right: 4rem
}

.Footer__scrolltopBd {
	max-width: 1384px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.Footer__scrolltopBtn {
	z-index: 9999!important;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
	border: none;
	border-radius: 2.4rem;
	display: inline-block;
	text-align: inherit;
	padding: 0;
	background: #fff;
	width: 4.8rem;
	height: 4.8rem;
	color: #0064be;
	position: absolute;
	top: -2.4rem;
	right: 0;
	transform: rotate(-90deg);
	transition: background-color .2s ease-out, color .2s ease-out
}

.Footer__scrolltopBtn:active,
.Footer__scrolltopBtn:focus,
.Footer__scrolltopBtn:hover {
	background-color: #18354e;
	color: #fff
}

.Footer__scrolltopSvg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	transform: translate3d(-50%, -50%, 0)
}

.FooterMain {
	padding: 6.4rem 2rem 0;
	background: linear-gradient(to right, #46c8fa, #0064be);
	position: relative;
	overflow: hidden
}

.FooterMain::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 0;
	bottom: 0;
	left: 12px;
	background-image: url(../img/backgroundx1680.128.quant.dithered.56e469c.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	filter: blur(3px);
	opacity: .4
}

.FooterMain__body {
	position: relative;
	max-width: 1384px;
	margin-left: auto;
	margin-right: auto
}

.FooterMain__homeLink {
	display: block;
	position: relative;
	max-width: 21rem
}

.FooterMain__homeLink::before {
	content: '';
	display: block;
	padding-bottom: 9.52380952%
}

.FooterMain__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.FooterMain__logo path {
	transition: fill .2s ease-out
}

.FooterMain__logo .backLight {
	fill: #ebf7fd
}

.FooterMain__logo .back {
	fill: #fff
}

.FooterMain__logo .frontLight {
	fill: #9bd8f6
}

.FooterMain__logo .front {
	fill: #7ccdf3
}

.FooterMain__logo .text {
	fill: #fff
}

.FooterMain__logo:hover .backLight {
	fill: #e8ebed
}

.FooterMain__logo:hover .back {
	fill: #fff
}

.FooterMain__logo:hover .frontLight {
	fill: #4f93cf
}

.FooterMain__logo:hover .front {
	fill: #0064bd
}

.FooterMain__logo:hover .text {
	fill: #0064be
}

.FooterMain__title {
	font-size: 1.45rem;
	line-height: 2.4rem;
	font-weight: 300;
	position: relative;
	top: calc(0px - .18em - (2.4rem - 1.45rem)/ 2);
	color: #90defb;
	margin-bottom: 2.4rem
}

.FooterMain__title::after {
	content: "";
	display: block;
	margin-bottom: calc(0px - .18em - .11em - ((2.4rem - 1.45rem)/ 2 * 2))
}

.FooterMain__menu {
	font-size: 1.45rem;
	line-height: 2.4rem;
	font-weight: 300;
	position: relative;
	top: calc(0px - .18em - (2.4rem - 1.45rem)/ 2);
	color: #fff
}

.FooterMain__menu::after {
	content: "";
	display: block;
	margin-bottom: calc(0px - .18em - .11em - ((2.4rem - 1.45rem)/ 2 * 2))
}

.FooterMain__menuLink {
	transition: padding-left .2s ease-out
}

.FooterMain__menuLink:active,
.FooterMain__menuLink:focus,
.FooterMain__menuLink:hover {
	padding-left: .6em
}

.FooterMain__column {
	margin-bottom: 5.6rem
}

@media screen and (min-width:48em) {
	.FooterMain {
		padding: 4.8rem 4.8rem 0
	}
	.FooterMain__column {
		float: left;
		width: calc(100% / 4 - 14.4rem / 4 + 0rem);
		margin-bottom: 11.2rem
	}
	.FooterMain__column+.FooterMain__column {
		margin-left: 4.8rem
	}
	.FooterMain__actionLiveChat {
		margin-left: auto;
		width: calc(100% / 4 - 14.4rem / 4 + 4.8rem);
		padding-left: 4.8rem;
		position: relative
	}
	.FooterMain__actionLiveChat:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		border-left: 1px solid rgba(181, 233, 253, .4)
	}
}

.FooterConnect {
	padding: 2rem;
	background-color: #18354e;
	font-size: 1rem;
	line-height: 2.4rem;
	font-weight: 300;
	color: #FFFFFF
}

.FooterConnect__body {
	max-width: 1384px;
	margin-left: auto;
	margin-right: auto
}


.FooterConnect__icon {
	text-align: center;
	line-height: 4.6rem;
	transition: background-color .3s, color .3s
}

.FooterConnect__icon:active,
.FooterConnect__icon:focus,
.FooterConnect__icon:hover {
	background-color: #18354e;
	
}
.FooterConnect__icons img{
	width: 4rem;
	height: 4rem;
	margin-top: -1px;
	margin-left: -1.5px;
}
.Fdownloadto{
	max-width: 1384px;margin-left: auto;margin-right: auto;
}
.FooterConnect__img{
	display: flex;align-items: center;justify-content: flex-end;
}
.FooterConnect__img div{
	width:100px;height:130px;
}
.FooterConnect__img div img{
	width:100%;height:100%
}
.FooterConnect__button{
	margin-top:0.5rem;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.FooterConnect__button button{
	width:8rem;background:#f0b34e;border:solid 2px #cccccc
}
@media screen and (max-width:47.9375em) {
	.FooterConnect__icons {
		margin-left: -.6rem;
		margin-right: -.6rem
	}

	.FooterConnect__icon {
		margin: .6rem
	}
	.FooterConnect__copyright {
		margin-top: 3.2rem
	}
	.Fdownloadto{
		margin-top: 3.2rem;

	}
	.FooterConnect__button{
		justify-content:flex-start;
	}
	.FooterConnect__button button:nth-child(2){
		margin-left: 3.2rem;
	}
	.FooterConnect__img{
		justify-content: flex-start;
	}

}


@media screen and (min-width:48em) {
	.FooterConnect {
		padding: 4.8rem
	}
	.FooterConnect__body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.FooterConnect__socialLabel {
		margin-right: 1.4rem
	}
	.FooterConnect__icon {
		margin-left: 1.4rem
	}
	.FooterConnect__copyright {
		margin-left: auto
	}

}
.Footer__scrolltopBtn{
	box-shadow:3px 3px 3px rgba(100,100,100,.6); -webkit-box-shadow:-11px 1px 30px rgba(15, 30, 49, 0.97);
}

.FooterConnect__icon svg {
	width: 23px;
	height: 23px
}

.FooterConnect__icon svg path {
	fill: #b0b2c3;
	transition: fill .3s ease
}
.FooterConnect__download {
	background: url("../img/789789.png");
}
.FooterConnect__icon li:focus svg path,
.FooterConnect__icon li:hover svg path {
	fill: #fff
}

