.App,
body {
	height: 100vh;
	margin: 0 !important;
}

.home-page {
	font-family: Roboto, Helvetica, sans-serif;
	font-size: .875rem;
	font-weight: 100;
	color: #333
}

.home-page .myhub-cta-mobile {
	display: none
}

.home-page .container-fluid {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
}

.home-page .nav-bar {
	width: 100%;
	background-color: #752b88;
	height: 72px;
	position: absolute;
	z-index: 0
}

.home-page .nav-bar-over-menu ul {
	display: none
}

.home-page header {
	position: relative
}

.home-page .primary-image {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat
}

.home-page .primary-image .login-link {
	display: none
}

.home-page .main-logo-container {
	background: hsla(0, 0%, 100%, .85);
	height: 628px;
	width: 510px;
	float: right
}

.home-page .main-logo-container .btn {
	margin: 20px auto 80px;
	display: block;
	width: 275px;
	padding: 10px;
	box-shadow: 0 2px 8px -1px #752b88
}

.home-page main {
	background-color: #fff;
	padding-bottom: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.home-page .snap-content {
	background: #eee
}

.home-page .mbot20 {
	margin-bottom: 20px
}

.home-page .mtop20 {
	margin-top: 20px
}

.home-page .ant-col-12 {
	padding-right: 15px;
	padding-left: 15px
}

.home-page main .banner-1 .btn {
	margin-top: 100px;
	box-shadow: None
}

.home-page .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent
}

.home-page .banner-text {
	padding: 20px
}

.home-page h2 {
	font-weight: 400;
	color: #752b88;
	margin-bottom: 50px;
	font-size: 30px
}

.home-page main .vert-container {
	display: inline-block;
	vertical-align: middle;
	float: none
}

.home-page main .vert-container:first-child {
	width: 40%;
	padding: 0 60px 0 0
}

.home-page main .banner-1 .banner-image {
	min-height: 680px;
	background-size: 45%;
	background-position: left 140px;
	background-repeat: no-repeat
}

.home-page main .banner-1 .banner-text {
	margin-top: 140px;
	padding-right: 40px;
	padding-left: 80px;
	font-size: 21px
}

.home-page main .banner-1 .banner-text strong {
	font-weight: 600
}

.home-page main .banner-2 {
	background-color: #f8f8f8
}

.home-page main .banner-2 .vert-container:first-child {
	width: 40%
}

.home-page .pull-left {
	float: left !important
}

.home-page .pull-left img {
	width: 100%
}

.home-page main .banner-3 .banner-text {
	margin-top: 120px;
	padding-right: 40px
}

.home-page main .banner-3 .banner-image {
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 50%;
	min-height: 400px
}

.home-page .banner-text {
	font-size: 21px;
	line-height: 1.6em
}

.home-page .banner-text strong {
	font-weight: 600
}

.home-page .btn-primary {
	background-color: #742C85;
	border-color: #742C85;
	opacity: 1;
	color: #fff
}

.home-page main .btn-home {
	margin: 0 auto;
	display: block;
	top: 400px;
	width: 275px;
	padding: 10px;
	box-shadow: 0 2px 8px -1px #742C85
}

.home-page main .banner-3 .btn {
	box-shadow: None;
	margin: 50px 0
}

.home-page main .banner-4 .banner-text {
	margin-top: 80px;
	padding-right: 20px;
	padding-left: 20px
}

.home-page main .banner-4 .btn {
	margin: 50px 0;
	color: #000;
	box-shadow: None
}

.home-page main .banner-4 .banner-image {
	background-position: 10px 100px;
	background-repeat: no-repeat;
	min-height: 350px
}

.home-page .btn-secondary {
	background-color: #a6ce39;
	border-color: #a6ce39;
	color: #fff;
	opacity: 1
}

.home-page .uppercase {
	text-transform: uppercase;
	font-size: 85%;
	cursor: default
}

.home-page footer {
	padding: 20px;
}

.home-page footer img {
	margin-right: 12px
}

.home-page footer a {
	display: inline-block;
	float: right
}

@media (min-width:1360px) {
	.home-page .nav-bar {
		width: 100%;
		background-color: #752b88;
		height: 72px;
		position: absolute;
		z-index: 0
	}

	.home-page .nav-bar.over {
		z-index: 10;
		background-color: initial
	}

	.home-page .nav-bar.over .nav-bar-over-menu {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: auto;
		z-index: 101;
		height: 72px;
		display: -webkit-flex;
		display: flex
	}

	.home-page .main-logo-container {
		margin-top: 72px
	}
}

@media (max-width:1359px) and (min-width:640px) {
	.home-page .main-logo-container {
		background-size: 90% auto;
		background-position: 50%;
		width: 50%;
		margin-top: 0;
		top: 0;
		height: auto
	}

	.home-page .main-logo-container img {
		width: 90%;
		margin: 50px auto 70px;
		display: block
	}
}

@media (max-width:767px) {
	.home-page .banner-image {
		background: none !important;
		min-height: 0 !important
	}

	.home-page main .banner-1 .banner-text {
		margin-top: 20px;
		padding: 20px
	}

	.home-page main .banner-2 .vert-container {
		width: 100%;
		padding: 20px
	}

	.home-page main .banner-2 .vert-container:first-child {
		display: none
	}

	.home-page main .banner-3 .banner-text,
	.home-page main .banner-4 .banner-text {
		margin-top: 40px;
		padding: 20px
	}

	.home-page main .banner-1 .btn,
	.home-page main .banner-3 .btn,
	.home-page main .banner-4 .btn {
		box-shadow: None;
		margin: 40px auto
	}
}

@media (max-width:639px) {
	.home-page .agent-1 {
		display: none
	}

	.home-page .primary-image {
		margin: 0;
		padding: 0;
		height: 400px;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%
	}

	.home-page .primary-image .login-link,
	.home-page .primary-image .login-link:hover {
		display: block;
		float: right;
		color: #fff;
		padding: 8px 20px;
		font-size: 16px
	}

	.home-page .main-logo-container {
		display: none
	}

	.home-page .myhub-cta-mobile {
		display: block;
		background-color: #fff
	}

	.home-page .myhub-cta-mobile .btn {
		margin: 20px auto 80px;
		display: block;
		width: 275px;
		padding: 10px;
		box-shadow: 0 2px 8px -1px #752b88
	}
}


.ant-layout,
.ant-layout * {
	box-sizing: border-box
}

.ant-layout.ant-layout-has-sider {
	-webkit-flex-direction: row;
	flex-direction: row
}

.ant-layout.ant-layout-has-sider>.ant-layout,
.ant-layout.ant-layout-has-sider>.ant-layout-content {
	overflow-x: hidden
}

.ant-layout-footer,
.ant-layout-header {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.ant-layout-header {
	height: 64px;
	padding: 0 50px;
	line-height: 64px;
	background: #001529
}

.ant-layout-footer {
	padding: 24px 50px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	background: #f0f2f5
}

.ant-layout-content {
	-webkit-flex: auto;
	flex: auto;
	min-height: 0
}

.ant-layout-sider {
	position: relative;
	min-width: 0;
	background: #001529;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ant-layout-sider-children {
	height: 100%;
	margin-top: -.1px;
	padding-top: .1px
}

.ant-layout-sider-has-trigger {
	padding-bottom: 48px
}

.ant-layout-sider-right {
	-webkit-order: 1;
	order: 1
}

.ant-layout-sider-trigger {
	position: fixed;
	bottom: 0;
	z-index: 1;
	height: 48px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: #002140;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ant-layout-sider-zero-width>* {
	overflow: hidden
}

.ant-layout-sider-zero-width-trigger {
	position: absolute;
	top: 64px;
	right: -36px;
	width: 36px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	background: #001529;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.ant-layout-sider-zero-width-trigger:hover {
	background: #192c3e
}

.ant-layout-sider-zero-width-trigger-right {
	left: -36px
}

.ant-layout-sider-light {
	background: #fff
}

.ant-layout-sider-light .ant-layout-sider-trigger,
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
	color: rgba(0, 0, 0, .65);
	background: #fff
}


.ant-row {
	position: relative;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	zoom: 1;
	display: block;
	box-sizing: border-box
}

.ant-row:after,
.ant-row:before {
	content: "";
	display: table
}

.ant-row:after {
	clear: both
}

.ant-row-flex {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap
}

.ant-row-flex,
.ant-row-flex:after,
.ant-row-flex:before {
	display: -webkit-flex;
	display: flex
}

.ant-row-flex-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.ant-row-flex-center {
	-webkit-justify-content: center;
	justify-content: center
}

.ant-row-flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.ant-row-flex-space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.ant-row-flex-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.ant-row-flex-top {
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.ant-row-flex-middle {
	-webkit-align-items: center;
	align-items: center
}

.ant-row-flex-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end
}


.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}


.ant-col {
	position: relative;
	display: block
}

.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24,
.ant-col-lg-1,
.ant-col-lg-2,
.ant-col-lg-3,
.ant-col-lg-4,
.ant-col-lg-5,
.ant-col-lg-6,
.ant-col-lg-7,
.ant-col-lg-8,
.ant-col-lg-9,
.ant-col-lg-10,
.ant-col-lg-11,
.ant-col-lg-12,
.ant-col-lg-13,
.ant-col-lg-14,
.ant-col-lg-15,
.ant-col-lg-16,
.ant-col-lg-17,
.ant-col-lg-18,
.ant-col-lg-19,
.ant-col-lg-20,
.ant-col-lg-21,
.ant-col-lg-22,
.ant-col-lg-23,
.ant-col-lg-24,
.ant-col-md-1,
.ant-col-md-2,
.ant-col-md-3,
.ant-col-md-4,
.ant-col-md-5,
.ant-col-md-6,
.ant-col-md-7,
.ant-col-md-8,
.ant-col-md-9,
.ant-col-md-10,
.ant-col-md-11,
.ant-col-md-12,
.ant-col-md-13,
.ant-col-md-14,
.ant-col-md-15,
.ant-col-md-16,
.ant-col-md-17,
.ant-col-md-18,
.ant-col-md-19,
.ant-col-md-20,
.ant-col-md-21,
.ant-col-md-22,
.ant-col-md-23,
.ant-col-md-24,
.ant-col-sm-1,
.ant-col-sm-2,
.ant-col-sm-3,
.ant-col-sm-4,
.ant-col-sm-5,
.ant-col-sm-6,
.ant-col-sm-7,
.ant-col-sm-8,
.ant-col-sm-9,
.ant-col-sm-10,
.ant-col-sm-11,
.ant-col-sm-12,
.ant-col-sm-13,
.ant-col-sm-14,
.ant-col-sm-15,
.ant-col-sm-16,
.ant-col-sm-17,
.ant-col-sm-18,
.ant-col-sm-19,
.ant-col-sm-20,
.ant-col-sm-21,
.ant-col-sm-22,
.ant-col-sm-23,
.ant-col-sm-24,
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0
}

.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	float: left
}

.ant-col-24 {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.ant-col-push-24 {
	left: 100%
}

.ant-col-pull-24 {
	right: 100%
}

.ant-col-offset-24 {
	margin-left: 100%
}

.ant-col-order-24 {
	-webkit-order: 24;
	order: 24
}

.ant-col-23 {
	display: block;
	box-sizing: border-box;
	width: 95.83333333%
}

.ant-col-push-23 {
	left: 95.83333333%
}

.ant-col-pull-23 {
	right: 95.83333333%
}

.ant-col-offset-23 {
	margin-left: 95.83333333%
}

.ant-col-order-23 {
	-webkit-order: 23;
	order: 23
}

.ant-col-22 {
	display: block;
	box-sizing: border-box;
	width: 91.66666667%
}

.ant-col-push-22 {
	left: 91.66666667%
}

.ant-col-pull-22 {
	right: 91.66666667%
}

.ant-col-offset-22 {
	margin-left: 91.66666667%
}

.ant-col-order-22 {
	-webkit-order: 22;
	order: 22
}

.ant-col-21 {
	display: block;
	box-sizing: border-box;
	width: 87.5%
}

.ant-col-push-21 {
	left: 87.5%
}

.ant-col-pull-21 {
	right: 87.5%
}

.ant-col-offset-21 {
	margin-left: 87.5%
}

.ant-col-order-21 {
	-webkit-order: 21;
	order: 21
}

.ant-col-20 {
	display: block;
	box-sizing: border-box;
	width: 83.33333333%
}

.ant-col-push-20 {
	left: 83.33333333%
}

.ant-col-pull-20 {
	right: 83.33333333%
}

.ant-col-offset-20 {
	margin-left: 83.33333333%
}

.ant-col-order-20 {
	-webkit-order: 20;
	order: 20
}

.ant-col-19 {
	display: block;
	box-sizing: border-box;
	width: 79.16666667%
}

.ant-col-push-19 {
	left: 79.16666667%
}

.ant-col-pull-19 {
	right: 79.16666667%
}

.ant-col-offset-19 {
	margin-left: 79.16666667%
}

.ant-col-order-19 {
	-webkit-order: 19;
	order: 19
}

.ant-col-18 {
	display: block;
	box-sizing: border-box;
	width: 75%
}

.ant-col-push-18 {
	left: 75%
}

.ant-col-pull-18 {
	right: 75%
}

.ant-col-offset-18 {
	margin-left: 75%
}

.ant-col-order-18 {
	-webkit-order: 18;
	order: 18
}

.ant-col-17 {
	display: block;
	box-sizing: border-box;
	width: 70.83333333%
}

.ant-col-push-17 {
	left: 70.83333333%
}

.ant-col-pull-17 {
	right: 70.83333333%
}

.ant-col-offset-17 {
	margin-left: 70.83333333%
}

.ant-col-order-17 {
	-webkit-order: 17;
	order: 17
}

.ant-col-16 {
	display: block;
	box-sizing: border-box;
	width: 66.66666667%
}

.ant-col-push-16 {
	left: 66.66666667%
}

.ant-col-pull-16 {
	right: 66.66666667%
}

.ant-col-offset-16 {
	margin-left: 66.66666667%
}

.ant-col-order-16 {
	-webkit-order: 16;
	order: 16
}

.ant-col-15 {
	display: block;
	box-sizing: border-box;
	width: 62.5%
}

.ant-col-push-15 {
	left: 62.5%
}

.ant-col-pull-15 {
	right: 62.5%
}

.ant-col-offset-15 {
	margin-left: 62.5%
}

.ant-col-order-15 {
	-webkit-order: 15;
	order: 15
}

.ant-col-14 {
	display: block;
	box-sizing: border-box;
	width: 58.33333333%
}

.ant-col-push-14 {
	left: 58.33333333%
}

.ant-col-pull-14 {
	right: 58.33333333%
}

.ant-col-offset-14 {
	margin-left: 58.33333333%
}

.ant-col-order-14 {
	-webkit-order: 14;
	order: 14
}

.ant-col-13 {
	display: block;
	box-sizing: border-box;
	width: 54.16666667%
}

.ant-col-push-13 {
	left: 54.16666667%
}

.ant-col-pull-13 {
	right: 54.16666667%
}

.ant-col-offset-13 {
	margin-left: 54.16666667%
}

.ant-col-order-13 {
	-webkit-order: 13;
	order: 13
}

.ant-col-12 {
	display: block;
	box-sizing: border-box;
	width: 50%
}

.ant-col-push-12 {
	left: 50%
}

.ant-col-pull-12 {
	right: 50%
}

.ant-col-offset-12 {
	margin-left: 50%
}

.ant-col-order-12 {
	-webkit-order: 12;
	order: 12
}

.ant-col-11 {
	display: block;
	box-sizing: border-box;
	width: 45.83333333%
}

.ant-col-push-11 {
	left: 45.83333333%
}

.ant-col-pull-11 {
	right: 45.83333333%
}

.ant-col-offset-11 {
	margin-left: 45.83333333%
}

.ant-col-order-11 {
	-webkit-order: 11;
	order: 11
}

.ant-col-10 {
	display: block;
	box-sizing: border-box;
	width: 41.66666667%
}

.ant-col-push-10 {
	left: 41.66666667%
}

.ant-col-pull-10 {
	right: 41.66666667%
}

.ant-col-offset-10 {
	margin-left: 41.66666667%
}

.ant-col-order-10 {
	-webkit-order: 10;
	order: 10
}

.ant-col-9 {
	display: block;
	box-sizing: border-box;
	width: 37.5%
}

.ant-col-push-9 {
	left: 37.5%
}

.ant-col-pull-9 {
	right: 37.5%
}

.ant-col-offset-9 {
	margin-left: 37.5%
}

.ant-col-order-9 {
	-webkit-order: 9;
	order: 9
}

.ant-col-8 {
	display: block;
	box-sizing: border-box;
	width: 33.33333333%
}

.ant-col-push-8 {
	left: 33.33333333%
}

.ant-col-pull-8 {
	right: 33.33333333%
}

.ant-col-offset-8 {
	margin-left: 33.33333333%
}

.ant-col-order-8 {
	-webkit-order: 8;
	order: 8
}

.ant-col-7 {
	display: block;
	box-sizing: border-box;
	width: 29.16666667%
}

.ant-col-push-7 {
	left: 29.16666667%
}

.ant-col-pull-7 {
	right: 29.16666667%
}

.ant-col-offset-7 {
	margin-left: 29.16666667%
}

.ant-col-order-7 {
	-webkit-order: 7;
	order: 7
}

.ant-col-6 {
	display: block;
	box-sizing: border-box;
	width: 25%
}

.ant-col-push-6 {
	left: 25%
}

.ant-col-pull-6 {
	right: 25%
}

.ant-col-offset-6 {
	margin-left: 25%
}

.ant-col-order-6 {
	-webkit-order: 6;
	order: 6
}

.ant-col-5 {
	display: block;
	box-sizing: border-box;
	width: 20.83333333%
}

.ant-col-push-5 {
	left: 20.83333333%
}

.ant-col-pull-5 {
	right: 20.83333333%
}

.ant-col-offset-5 {
	margin-left: 20.83333333%
}

.ant-col-order-5 {
	-webkit-order: 5;
	order: 5
}

.ant-col-4 {
	display: block;
	box-sizing: border-box;
	width: 16.66666667%
}

.ant-col-push-4 {
	left: 16.66666667%
}

.ant-col-pull-4 {
	right: 16.66666667%
}

.ant-col-offset-4 {
	margin-left: 16.66666667%
}

.ant-col-order-4 {
	-webkit-order: 4;
	order: 4
}

.ant-col-3 {
	display: block;
	box-sizing: border-box;
	width: 12.5%
}

.ant-col-push-3 {
	left: 12.5%
}

.ant-col-pull-3 {
	right: 12.5%
}

.ant-col-offset-3 {
	margin-left: 12.5%
}

.ant-col-order-3 {
	-webkit-order: 3;
	order: 3
}

.ant-col-2 {
	display: block;
	box-sizing: border-box;
	width: 8.33333333%
}

.ant-col-push-2 {
	left: 8.33333333%
}

.ant-col-pull-2 {
	right: 8.33333333%
}

.ant-col-offset-2 {
	margin-left: 8.33333333%
}

.ant-col-order-2 {
	-webkit-order: 2;
	order: 2
}

.ant-col-1 {
	display: block;
	box-sizing: border-box;
	width: 4.16666667%
}

.ant-col-push-1 {
	left: 4.16666667%
}

.ant-col-pull-1 {
	right: 4.16666667%
}

.ant-col-offset-1 {
	margin-left: 4.16666667%
}

.ant-col-order-1 {
	-webkit-order: 1;
	order: 1
}

.ant-col-0 {
	display: none
}

.ant-col-offset-0 {
	margin-left: 0
}

.ant-col-order-0 {
	-webkit-order: 0;
	order: 0
}

.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	float: left
}

.ant-col-xs-24 {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.ant-col-xs-push-24 {
	left: 100%
}

.ant-col-xs-pull-24 {
	right: 100%
}

.ant-col-xs-offset-24 {
	margin-left: 100%
}

.ant-col-xs-order-24 {
	-webkit-order: 24;
	order: 24
}

.ant-col-xs-23 {
	display: block;
	box-sizing: border-box;
	width: 95.83333333%
}

.ant-col-xs-push-23 {
	left: 95.83333333%
}

.ant-col-xs-pull-23 {
	right: 95.83333333%
}

.ant-col-xs-offset-23 {
	margin-left: 95.83333333%
}

.ant-col-xs-order-23 {
	-webkit-order: 23;
	order: 23
}

.ant-col-xs-22 {
	display: block;
	box-sizing: border-box;
	width: 91.66666667%
}

.ant-col-xs-push-22 {
	left: 91.66666667%
}

.ant-col-xs-pull-22 {
	right: 91.66666667%
}

.ant-col-xs-offset-22 {
	margin-left: 91.66666667%
}

.ant-col-xs-order-22 {
	-webkit-order: 22;
	order: 22
}

.ant-col-xs-21 {
	display: block;
	box-sizing: border-box;
	width: 87.5%
}

.ant-col-xs-push-21 {
	left: 87.5%
}

.ant-col-xs-pull-21 {
	right: 87.5%
}

.ant-col-xs-offset-21 {
	margin-left: 87.5%
}

.ant-col-xs-order-21 {
	-webkit-order: 21;
	order: 21
}

.ant-col-xs-20 {
	display: block;
	box-sizing: border-box;
	width: 83.33333333%
}

.ant-col-xs-push-20 {
	left: 83.33333333%
}

.ant-col-xs-pull-20 {
	right: 83.33333333%
}

.ant-col-xs-offset-20 {
	margin-left: 83.33333333%
}

.ant-col-xs-order-20 {
	-webkit-order: 20;
	order: 20
}

.ant-col-xs-19 {
	display: block;
	box-sizing: border-box;
	width: 79.16666667%
}

.ant-col-xs-push-19 {
	left: 79.16666667%
}

.ant-col-xs-pull-19 {
	right: 79.16666667%
}

.ant-col-xs-offset-19 {
	margin-left: 79.16666667%
}

.ant-col-xs-order-19 {
	-webkit-order: 19;
	order: 19
}

.ant-col-xs-18 {
	display: block;
	box-sizing: border-box;
	width: 75%
}

.ant-col-xs-push-18 {
	left: 75%
}

.ant-col-xs-pull-18 {
	right: 75%
}

.ant-col-xs-offset-18 {
	margin-left: 75%
}

.ant-col-xs-order-18 {
	-webkit-order: 18;
	order: 18
}

.ant-col-xs-17 {
	display: block;
	box-sizing: border-box;
	width: 70.83333333%
}

.ant-col-xs-push-17 {
	left: 70.83333333%
}

.ant-col-xs-pull-17 {
	right: 70.83333333%
}

.ant-col-xs-offset-17 {
	margin-left: 70.83333333%
}

.ant-col-xs-order-17 {
	-webkit-order: 17;
	order: 17
}

.ant-col-xs-16 {
	display: block;
	box-sizing: border-box;
	width: 66.66666667%
}

.ant-col-xs-push-16 {
	left: 66.66666667%
}

.ant-col-xs-pull-16 {
	right: 66.66666667%
}

.ant-col-xs-offset-16 {
	margin-left: 66.66666667%
}

.ant-col-xs-order-16 {
	-webkit-order: 16;
	order: 16
}

.ant-col-xs-15 {
	display: block;
	box-sizing: border-box;
	width: 62.5%
}

.ant-col-xs-push-15 {
	left: 62.5%
}

.ant-col-xs-pull-15 {
	right: 62.5%
}

.ant-col-xs-offset-15 {
	margin-left: 62.5%
}

.ant-col-xs-order-15 {
	-webkit-order: 15;
	order: 15
}

.ant-col-xs-14 {
	display: block;
	box-sizing: border-box;
	width: 58.33333333%
}

.ant-col-xs-push-14 {
	left: 58.33333333%
}

.ant-col-xs-pull-14 {
	right: 58.33333333%
}

.ant-col-xs-offset-14 {
	margin-left: 58.33333333%
}

.ant-col-xs-order-14 {
	-webkit-order: 14;
	order: 14
}

.ant-col-xs-13 {
	display: block;
	box-sizing: border-box;
	width: 54.16666667%
}

.ant-col-xs-push-13 {
	left: 54.16666667%
}

.ant-col-xs-pull-13 {
	right: 54.16666667%
}

.ant-col-xs-offset-13 {
	margin-left: 54.16666667%
}

.ant-col-xs-order-13 {
	-webkit-order: 13;
	order: 13
}

.ant-col-xs-12 {
	display: block;
	box-sizing: border-box;
	width: 50%
}

.ant-col-xs-push-12 {
	left: 50%
}

.ant-col-xs-pull-12 {
	right: 50%
}

.ant-col-xs-offset-12 {
	margin-left: 50%
}

.ant-col-xs-order-12 {
	-webkit-order: 12;
	order: 12
}

.ant-col-xs-11 {
	display: block;
	box-sizing: border-box;
	width: 45.83333333%
}

.ant-col-xs-push-11 {
	left: 45.83333333%
}

.ant-col-xs-pull-11 {
	right: 45.83333333%
}

.ant-col-xs-offset-11 {
	margin-left: 45.83333333%
}

.ant-col-xs-order-11 {
	-webkit-order: 11;
	order: 11
}

.ant-col-xs-10 {
	display: block;
	box-sizing: border-box;
	width: 41.66666667%
}

.ant-col-xs-push-10 {
	left: 41.66666667%
}

.ant-col-xs-pull-10 {
	right: 41.66666667%
}

.ant-col-xs-offset-10 {
	margin-left: 41.66666667%
}

.ant-col-xs-order-10 {
	-webkit-order: 10;
	order: 10
}

.ant-col-xs-9 {
	display: block;
	box-sizing: border-box;
	width: 37.5%
}

.ant-col-xs-push-9 {
	left: 37.5%
}

.ant-col-xs-pull-9 {
	right: 37.5%
}

.ant-col-xs-offset-9 {
	margin-left: 37.5%
}

.ant-col-xs-order-9 {
	-webkit-order: 9;
	order: 9
}

.ant-col-xs-8 {
	display: block;
	box-sizing: border-box;
	width: 33.33333333%
}

.ant-col-xs-push-8 {
	left: 33.33333333%
}

.ant-col-xs-pull-8 {
	right: 33.33333333%
}

.ant-col-xs-offset-8 {
	margin-left: 33.33333333%
}

.ant-col-xs-order-8 {
	-webkit-order: 8;
	order: 8
}

.ant-col-xs-7 {
	display: block;
	box-sizing: border-box;
	width: 29.16666667%
}

.ant-col-xs-push-7 {
	left: 29.16666667%
}

.ant-col-xs-pull-7 {
	right: 29.16666667%
}

.ant-col-xs-offset-7 {
	margin-left: 29.16666667%
}

.ant-col-xs-order-7 {
	-webkit-order: 7;
	order: 7
}

.ant-col-xs-6 {
	display: block;
	box-sizing: border-box;
	width: 25%
}

.ant-col-xs-push-6 {
	left: 25%
}

.ant-col-xs-pull-6 {
	right: 25%
}

.ant-col-xs-offset-6 {
	margin-left: 25%
}

.ant-col-xs-order-6 {
	-webkit-order: 6;
	order: 6
}

.ant-col-xs-5 {
	display: block;
	box-sizing: border-box;
	width: 20.83333333%
}

.ant-col-xs-push-5 {
	left: 20.83333333%
}

.ant-col-xs-pull-5 {
	right: 20.83333333%
}

.ant-col-xs-offset-5 {
	margin-left: 20.83333333%
}

.ant-col-xs-order-5 {
	-webkit-order: 5;
	order: 5
}

.ant-col-xs-4 {
	display: block;
	box-sizing: border-box;
	width: 16.66666667%
}

.ant-col-xs-push-4 {
	left: 16.66666667%
}

.ant-col-xs-pull-4 {
	right: 16.66666667%
}

.ant-col-xs-offset-4 {
	margin-left: 16.66666667%
}

.ant-col-xs-order-4 {
	-webkit-order: 4;
	order: 4
}

.ant-col-xs-3 {
	display: block;
	box-sizing: border-box;
	width: 12.5%
}

.ant-col-xs-push-3 {
	left: 12.5%
}

.ant-col-xs-pull-3 {
	right: 12.5%
}

.ant-col-xs-offset-3 {
	margin-left: 12.5%
}

.ant-col-xs-order-3 {
	-webkit-order: 3;
	order: 3
}

.ant-col-xs-2 {
	display: block;
	box-sizing: border-box;
	width: 8.33333333%
}

.ant-col-xs-push-2 {
	left: 8.33333333%
}

.ant-col-xs-pull-2 {
	right: 8.33333333%
}

.ant-col-xs-offset-2 {
	margin-left: 8.33333333%
}

.ant-col-xs-order-2 {
	-webkit-order: 2;
	order: 2
}

.ant-col-xs-1 {
	display: block;
	box-sizing: border-box;
	width: 4.16666667%
}

.ant-col-xs-push-1 {
	left: 4.16666667%
}

.ant-col-xs-pull-1 {
	right: 4.16666667%
}

.ant-col-xs-offset-1 {
	margin-left: 4.16666667%
}

.ant-col-xs-order-1 {
	-webkit-order: 1;
	order: 1
}

.ant-col-xs-0 {
	display: none
}

.ant-col-push-0 {
	left: auto
}

.ant-col-pull-0 {
	right: auto
}

.ant-col-xs-push-0 {
	left: auto
}

.ant-col-xs-pull-0 {
	right: auto
}

.ant-col-xs-offset-0 {
	margin-left: 0
}

.ant-col-xs-order-0 {
	-webkit-order: 0;
	order: 0
}

@media (min-width:600px) {

	.ant-col-sm-1,
	.ant-col-sm-2,
	.ant-col-sm-3,
	.ant-col-sm-4,
	.ant-col-sm-5,
	.ant-col-sm-6,
	.ant-col-sm-7,
	.ant-col-sm-8,
	.ant-col-sm-9,
	.ant-col-sm-10,
	.ant-col-sm-11,
	.ant-col-sm-12,
	.ant-col-sm-13,
	.ant-col-sm-14,
	.ant-col-sm-15,
	.ant-col-sm-16,
	.ant-col-sm-17,
	.ant-col-sm-18,
	.ant-col-sm-19,
	.ant-col-sm-20,
	.ant-col-sm-21,
	.ant-col-sm-22,
	.ant-col-sm-23,
	.ant-col-sm-24 {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		float: left
	}

	.ant-col-sm-24 {
		display: block;
		box-sizing: border-box;
		width: 100%
	}

	.ant-col-sm-push-24 {
		left: 100%
	}

	.ant-col-sm-pull-24 {
		right: 100%
	}

	.ant-col-sm-offset-24 {
		margin-left: 100%
	}

	.ant-col-sm-order-24 {
		-webkit-order: 24;
		order: 24
	}

	.ant-col-sm-23 {
		display: block;
		box-sizing: border-box;
		width: 95.83333333%
	}

	.ant-col-sm-push-23 {
		left: 95.83333333%
	}

	.ant-col-sm-pull-23 {
		right: 95.83333333%
	}

	.ant-col-sm-offset-23 {
		margin-left: 95.83333333%
	}

	.ant-col-sm-order-23 {
		-webkit-order: 23;
		order: 23
	}

	.ant-col-sm-22 {
		display: block;
		box-sizing: border-box;
		width: 91.66666667%
	}

	.ant-col-sm-push-22 {
		left: 91.66666667%
	}

	.ant-col-sm-pull-22 {
		right: 91.66666667%
	}

	.ant-col-sm-offset-22 {
		margin-left: 91.66666667%
	}

	.ant-col-sm-order-22 {
		-webkit-order: 22;
		order: 22
	}

	.ant-col-sm-21 {
		display: block;
		box-sizing: border-box;
		width: 87.5%
	}

	.ant-col-sm-push-21 {
		left: 87.5%
	}

	.ant-col-sm-pull-21 {
		right: 87.5%
	}

	.ant-col-sm-offset-21 {
		margin-left: 87.5%
	}

	.ant-col-sm-order-21 {
		-webkit-order: 21;
		order: 21
	}

	.ant-col-sm-20 {
		display: block;
		box-sizing: border-box;
		width: 83.33333333%
	}

	.ant-col-sm-push-20 {
		left: 83.33333333%
	}

	.ant-col-sm-pull-20 {
		right: 83.33333333%
	}

	.ant-col-sm-offset-20 {
		margin-left: 83.33333333%
	}

	.ant-col-sm-order-20 {
		-webkit-order: 20;
		order: 20
	}

	.ant-col-sm-19 {
		display: block;
		box-sizing: border-box;
		width: 79.16666667%
	}

	.ant-col-sm-push-19 {
		left: 79.16666667%
	}

	.ant-col-sm-pull-19 {
		right: 79.16666667%
	}

	.ant-col-sm-offset-19 {
		margin-left: 79.16666667%
	}

	.ant-col-sm-order-19 {
		-webkit-order: 19;
		order: 19
	}

	.ant-col-sm-18 {
		display: block;
		box-sizing: border-box;
		width: 75%
	}

	.ant-col-sm-push-18 {
		left: 75%
	}

	.ant-col-sm-pull-18 {
		right: 75%
	}

	.ant-col-sm-offset-18 {
		margin-left: 75%
	}

	.ant-col-sm-order-18 {
		-webkit-order: 18;
		order: 18
	}

	.ant-col-sm-17 {
		display: block;
		box-sizing: border-box;
		width: 70.83333333%
	}

	.ant-col-sm-push-17 {
		left: 70.83333333%
	}

	.ant-col-sm-pull-17 {
		right: 70.83333333%
	}

	.ant-col-sm-offset-17 {
		margin-left: 70.83333333%
	}

	.ant-col-sm-order-17 {
		-webkit-order: 17;
		order: 17
	}

	.ant-col-sm-16 {
		display: block;
		box-sizing: border-box;
		width: 66.66666667%
	}

	.ant-col-sm-push-16 {
		left: 66.66666667%
	}

	.ant-col-sm-pull-16 {
		right: 66.66666667%
	}

	.ant-col-sm-offset-16 {
		margin-left: 66.66666667%
	}

	.ant-col-sm-order-16 {
		-webkit-order: 16;
		order: 16
	}

	.ant-col-sm-15 {
		display: block;
		box-sizing: border-box;
		width: 62.5%
	}

	.ant-col-sm-push-15 {
		left: 62.5%
	}

	.ant-col-sm-pull-15 {
		right: 62.5%
	}

	.ant-col-sm-offset-15 {
		margin-left: 62.5%
	}

	.ant-col-sm-order-15 {
		-webkit-order: 15;
		order: 15
	}

	.ant-col-sm-14 {
		display: block;
		box-sizing: border-box;
		width: 58.33333333%
	}

	.ant-col-sm-push-14 {
		left: 58.33333333%
	}

	.ant-col-sm-pull-14 {
		right: 58.33333333%
	}

	.ant-col-sm-offset-14 {
		margin-left: 58.33333333%
	}

	.ant-col-sm-order-14 {
		-webkit-order: 14;
		order: 14
	}

	.ant-col-sm-13 {
		display: block;
		box-sizing: border-box;
		width: 54.16666667%
	}

	.ant-col-sm-push-13 {
		left: 54.16666667%
	}

	.ant-col-sm-pull-13 {
		right: 54.16666667%
	}

	.ant-col-sm-offset-13 {
		margin-left: 54.16666667%
	}

	.ant-col-sm-order-13 {
		-webkit-order: 13;
		order: 13
	}

	.ant-col-sm-12 {
		display: block;
		box-sizing: border-box;
		width: 50%
	}

	.ant-col-sm-push-12 {
		left: 50%
	}

	.ant-col-sm-pull-12 {
		right: 50%
	}

	.ant-col-sm-offset-12 {
		margin-left: 50%
	}

	.ant-col-sm-order-12 {
		-webkit-order: 12;
		order: 12
	}

	.ant-col-sm-11 {
		display: block;
		box-sizing: border-box;
		width: 45.83333333%
	}

	.ant-col-sm-push-11 {
		left: 45.83333333%
	}

	.ant-col-sm-pull-11 {
		right: 45.83333333%
	}

	.ant-col-sm-offset-11 {
		margin-left: 45.83333333%
	}

	.ant-col-sm-order-11 {
		-webkit-order: 11;
		order: 11
	}

	.ant-col-sm-10 {
		display: block;
		box-sizing: border-box;
		width: 41.66666667%
	}

	.ant-col-sm-push-10 {
		left: 41.66666667%
	}

	.ant-col-sm-pull-10 {
		right: 41.66666667%
	}

	.ant-col-sm-offset-10 {
		margin-left: 41.66666667%
	}

	.ant-col-sm-order-10 {
		-webkit-order: 10;
		order: 10
	}

	.ant-col-sm-9 {
		display: block;
		box-sizing: border-box;
		width: 37.5%
	}

	.ant-col-sm-push-9 {
		left: 37.5%
	}

	.ant-col-sm-pull-9 {
		right: 37.5%
	}

	.ant-col-sm-offset-9 {
		margin-left: 37.5%
	}

	.ant-col-sm-order-9 {
		-webkit-order: 9;
		order: 9
	}

	.ant-col-sm-8 {
		display: block;
		box-sizing: border-box;
		width: 33.33333333%
	}

	.ant-col-sm-push-8 {
		left: 33.33333333%
	}

	.ant-col-sm-pull-8 {
		right: 33.33333333%
	}

	.ant-col-sm-offset-8 {
		margin-left: 33.33333333%
	}

	.ant-col-sm-order-8 {
		-webkit-order: 8;
		order: 8
	}

	.ant-col-sm-7 {
		display: block;
		box-sizing: border-box;
		width: 29.16666667%
	}

	.ant-col-sm-push-7 {
		left: 29.16666667%
	}

	.ant-col-sm-pull-7 {
		right: 29.16666667%
	}

	.ant-col-sm-offset-7 {
		margin-left: 29.16666667%
	}

	.ant-col-sm-order-7 {
		-webkit-order: 7;
		order: 7
	}

	.ant-col-sm-6 {
		display: block;
		box-sizing: border-box;
		width: 25%
	}

	.ant-col-sm-push-6 {
		left: 25%
	}

	.ant-col-sm-pull-6 {
		right: 25%
	}

	.ant-col-sm-offset-6 {
		margin-left: 25%
	}

	.ant-col-sm-order-6 {
		-webkit-order: 6;
		order: 6
	}

	.ant-col-sm-5 {
		display: block;
		box-sizing: border-box;
		width: 20.83333333%
	}

	.ant-col-sm-push-5 {
		left: 20.83333333%
	}

	.ant-col-sm-pull-5 {
		right: 20.83333333%
	}

	.ant-col-sm-offset-5 {
		margin-left: 20.83333333%
	}

	.ant-col-sm-order-5 {
		-webkit-order: 5;
		order: 5
	}

	.ant-col-sm-4 {
		display: block;
		box-sizing: border-box;
		width: 16.66666667%
	}

	.ant-col-sm-push-4 {
		left: 16.66666667%
	}

	.ant-col-sm-pull-4 {
		right: 16.66666667%
	}

	.ant-col-sm-offset-4 {
		margin-left: 16.66666667%
	}

	.ant-col-sm-order-4 {
		-webkit-order: 4;
		order: 4
	}

	.ant-col-sm-3 {
		display: block;
		box-sizing: border-box;
		width: 12.5%
	}

	.ant-col-sm-push-3 {
		left: 12.5%
	}

	.ant-col-sm-pull-3 {
		right: 12.5%
	}

	.ant-col-sm-offset-3 {
		margin-left: 12.5%
	}

	.ant-col-sm-order-3 {
		-webkit-order: 3;
		order: 3
	}

	.ant-col-sm-2 {
		display: block;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.ant-col-sm-push-2 {
		left: 8.33333333%
	}

	.ant-col-sm-pull-2 {
		right: 8.33333333%
	}

	.ant-col-sm-offset-2 {
		margin-left: 8.33333333%
	}

	.ant-col-sm-order-2 {
		-webkit-order: 2;
		order: 2
	}

	.ant-col-sm-1 {
		display: block;
		box-sizing: border-box;
		width: 4.16666667%
	}

	.ant-col-sm-push-1 {
		left: 4.16666667%
	}

	.ant-col-sm-pull-1 {
		right: 4.16666667%
	}

	.ant-col-sm-offset-1 {
		margin-left: 4.16666667%
	}

	.ant-col-sm-order-1 {
		-webkit-order: 1;
		order: 1
	}

	.ant-col-sm-0 {
		display: none
	}

	.ant-col-push-0 {
		left: auto
	}

	.ant-col-pull-0 {
		right: auto
	}

	.ant-col-sm-push-0 {
		left: auto
	}

	.ant-col-sm-pull-0 {
		right: auto
	}

	.ant-col-sm-offset-0 {
		margin-left: 0
	}

	.ant-col-sm-order-0 {
		-webkit-order: 0;
		order: 0
	}
}

@media (min-width:768px) {

	.ant-col-md-1,
	.ant-col-md-2,
	.ant-col-md-3,
	.ant-col-md-4,
	.ant-col-md-5,
	.ant-col-md-6,
	.ant-col-md-7,
	.ant-col-md-8,
	.ant-col-md-9,
	.ant-col-md-10,
	.ant-col-md-11,
	.ant-col-md-12,
	.ant-col-md-13,
	.ant-col-md-14,
	.ant-col-md-15,
	.ant-col-md-16,
	.ant-col-md-17,
	.ant-col-md-18,
	.ant-col-md-19,
	.ant-col-md-20,
	.ant-col-md-21,
	.ant-col-md-22,
	.ant-col-md-23,
	.ant-col-md-24 {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		float: left
	}

	.ant-col-md-24 {
		display: block;
		box-sizing: border-box;
		width: 100%
	}

	.ant-col-md-push-24 {
		left: 100%
	}

	.ant-col-md-pull-24 {
		right: 100%
	}

	.ant-col-md-offset-24 {
		margin-left: 100%
	}

	.ant-col-md-order-24 {
		-webkit-order: 24;
		order: 24
	}

	.ant-col-md-23 {
		display: block;
		box-sizing: border-box;
		width: 95.83333333%
	}

	.ant-col-md-push-23 {
		left: 95.83333333%
	}

	.ant-col-md-pull-23 {
		right: 95.83333333%
	}

	.ant-col-md-offset-23 {
		margin-left: 95.83333333%
	}

	.ant-col-md-order-23 {
		-webkit-order: 23;
		order: 23
	}

	.ant-col-md-22 {
		display: block;
		box-sizing: border-box;
		width: 91.66666667%
	}

	.ant-col-md-push-22 {
		left: 91.66666667%
	}

	.ant-col-md-pull-22 {
		right: 91.66666667%
	}

	.ant-col-md-offset-22 {
		margin-left: 91.66666667%
	}

	.ant-col-md-order-22 {
		-webkit-order: 22;
		order: 22
	}

	.ant-col-md-21 {
		display: block;
		box-sizing: border-box;
		width: 87.5%
	}

	.ant-col-md-push-21 {
		left: 87.5%
	}

	.ant-col-md-pull-21 {
		right: 87.5%
	}

	.ant-col-md-offset-21 {
		margin-left: 87.5%
	}

	.ant-col-md-order-21 {
		-webkit-order: 21;
		order: 21
	}

	.ant-col-md-20 {
		display: block;
		box-sizing: border-box;
		width: 83.33333333%
	}

	.ant-col-md-push-20 {
		left: 83.33333333%
	}

	.ant-col-md-pull-20 {
		right: 83.33333333%
	}

	.ant-col-md-offset-20 {
		margin-left: 83.33333333%
	}

	.ant-col-md-order-20 {
		-webkit-order: 20;
		order: 20
	}

	.ant-col-md-19 {
		display: block;
		box-sizing: border-box;
		width: 79.16666667%
	}

	.ant-col-md-push-19 {
		left: 79.16666667%
	}

	.ant-col-md-pull-19 {
		right: 79.16666667%
	}

	.ant-col-md-offset-19 {
		margin-left: 79.16666667%
	}

	.ant-col-md-order-19 {
		-webkit-order: 19;
		order: 19
	}

	.ant-col-md-18 {
		display: block;
		box-sizing: border-box;
		width: 75%
	}

	.ant-col-md-push-18 {
		left: 75%
	}

	.ant-col-md-pull-18 {
		right: 75%
	}

	.ant-col-md-offset-18 {
		margin-left: 75%
	}

	.ant-col-md-order-18 {
		-webkit-order: 18;
		order: 18
	}

	.ant-col-md-17 {
		display: block;
		box-sizing: border-box;
		width: 70.83333333%
	}

	.ant-col-md-push-17 {
		left: 70.83333333%
	}

	.ant-col-md-pull-17 {
		right: 70.83333333%
	}

	.ant-col-md-offset-17 {
		margin-left: 70.83333333%
	}

	.ant-col-md-order-17 {
		-webkit-order: 17;
		order: 17
	}

	.ant-col-md-16 {
		display: block;
		box-sizing: border-box;
		width: 66.66666667%
	}

	.ant-col-md-push-16 {
		left: 66.66666667%
	}

	.ant-col-md-pull-16 {
		right: 66.66666667%
	}

	.ant-col-md-offset-16 {
		margin-left: 66.66666667%
	}

	.ant-col-md-order-16 {
		-webkit-order: 16;
		order: 16
	}

	.ant-col-md-15 {
		display: block;
		box-sizing: border-box;
		width: 62.5%
	}

	.ant-col-md-push-15 {
		left: 62.5%
	}

	.ant-col-md-pull-15 {
		right: 62.5%
	}

	.ant-col-md-offset-15 {
		margin-left: 62.5%
	}

	.ant-col-md-order-15 {
		-webkit-order: 15;
		order: 15
	}

	.ant-col-md-14 {
		display: block;
		box-sizing: border-box;
		width: 58.33333333%
	}

	.ant-col-md-push-14 {
		left: 58.33333333%
	}

	.ant-col-md-pull-14 {
		right: 58.33333333%
	}

	.ant-col-md-offset-14 {
		margin-left: 58.33333333%
	}

	.ant-col-md-order-14 {
		-webkit-order: 14;
		order: 14
	}

	.ant-col-md-13 {
		display: block;
		box-sizing: border-box;
		width: 54.16666667%
	}

	.ant-col-md-push-13 {
		left: 54.16666667%
	}

	.ant-col-md-pull-13 {
		right: 54.16666667%
	}

	.ant-col-md-offset-13 {
		margin-left: 54.16666667%
	}

	.ant-col-md-order-13 {
		-webkit-order: 13;
		order: 13
	}

	.ant-col-md-12 {
		display: block;
		box-sizing: border-box;
		width: 50%
	}

	.ant-col-md-push-12 {
		left: 50%
	}

	.ant-col-md-pull-12 {
		right: 50%
	}

	.ant-col-md-offset-12 {
		margin-left: 50%
	}

	.ant-col-md-order-12 {
		-webkit-order: 12;
		order: 12
	}

	.ant-col-md-11 {
		display: block;
		box-sizing: border-box;
		width: 45.83333333%
	}

	.ant-col-md-push-11 {
		left: 45.83333333%
	}

	.ant-col-md-pull-11 {
		right: 45.83333333%
	}

	.ant-col-md-offset-11 {
		margin-left: 45.83333333%
	}

	.ant-col-md-order-11 {
		-webkit-order: 11;
		order: 11
	}

	.ant-col-md-10 {
		display: block;
		box-sizing: border-box;
		width: 41.66666667%
	}

	.ant-col-md-push-10 {
		left: 41.66666667%
	}

	.ant-col-md-pull-10 {
		right: 41.66666667%
	}

	.ant-col-md-offset-10 {
		margin-left: 41.66666667%
	}

	.ant-col-md-order-10 {
		-webkit-order: 10;
		order: 10
	}

	.ant-col-md-9 {
		display: block;
		box-sizing: border-box;
		width: 37.5%
	}

	.ant-col-md-push-9 {
		left: 37.5%
	}

	.ant-col-md-pull-9 {
		right: 37.5%
	}

	.ant-col-md-offset-9 {
		margin-left: 37.5%
	}

	.ant-col-md-order-9 {
		-webkit-order: 9;
		order: 9
	}

	.ant-col-md-8 {
		display: block;
		box-sizing: border-box;
		width: 33.33333333%
	}

	.ant-col-md-push-8 {
		left: 33.33333333%
	}

	.ant-col-md-pull-8 {
		right: 33.33333333%
	}

	.ant-col-md-offset-8 {
		margin-left: 33.33333333%
	}

	.ant-col-md-order-8 {
		-webkit-order: 8;
		order: 8
	}

	.ant-col-md-7 {
		display: block;
		box-sizing: border-box;
		width: 29.16666667%
	}

	.ant-col-md-push-7 {
		left: 29.16666667%
	}

	.ant-col-md-pull-7 {
		right: 29.16666667%
	}

	.ant-col-md-offset-7 {
		margin-left: 29.16666667%
	}

	.ant-col-md-order-7 {
		-webkit-order: 7;
		order: 7
	}

	.ant-col-md-6 {
		display: block;
		box-sizing: border-box;
		width: 25%
	}

	.ant-col-md-push-6 {
		left: 25%
	}

	.ant-col-md-pull-6 {
		right: 25%
	}

	.ant-col-md-offset-6 {
		margin-left: 25%
	}

	.ant-col-md-order-6 {
		-webkit-order: 6;
		order: 6
	}

	.ant-col-md-5 {
		display: block;
		box-sizing: border-box;
		width: 20.83333333%
	}

	.ant-col-md-push-5 {
		left: 20.83333333%
	}

	.ant-col-md-pull-5 {
		right: 20.83333333%
	}

	.ant-col-md-offset-5 {
		margin-left: 20.83333333%
	}

	.ant-col-md-order-5 {
		-webkit-order: 5;
		order: 5
	}

	.ant-col-md-4 {
		display: block;
		box-sizing: border-box;
		width: 16.66666667%
	}

	.ant-col-md-push-4 {
		left: 16.66666667%
	}

	.ant-col-md-pull-4 {
		right: 16.66666667%
	}

	.ant-col-md-offset-4 {
		margin-left: 16.66666667%
	}

	.ant-col-md-order-4 {
		-webkit-order: 4;
		order: 4
	}

	.ant-col-md-3 {
		display: block;
		box-sizing: border-box;
		width: 12.5%
	}

	.ant-col-md-push-3 {
		left: 12.5%
	}

	.ant-col-md-pull-3 {
		right: 12.5%
	}

	.ant-col-md-offset-3 {
		margin-left: 12.5%
	}

	.ant-col-md-order-3 {
		-webkit-order: 3;
		order: 3
	}

	.ant-col-md-2 {
		display: block;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.ant-col-md-push-2 {
		left: 8.33333333%
	}

	.ant-col-md-pull-2 {
		right: 8.33333333%
	}

	.ant-col-md-offset-2 {
		margin-left: 8.33333333%
	}

	.ant-col-md-order-2 {
		-webkit-order: 2;
		order: 2
	}

	.ant-col-md-1 {
		display: block;
		box-sizing: border-box;
		width: 4.16666667%
	}

	.ant-col-md-push-1 {
		left: 4.16666667%
	}

	.ant-col-md-pull-1 {
		right: 4.16666667%
	}

	.ant-col-md-offset-1 {
		margin-left: 4.16666667%
	}

	.ant-col-md-order-1 {
		-webkit-order: 1;
		order: 1
	}

	.ant-col-md-0 {
		display: none
	}

	.ant-col-push-0 {
		left: auto
	}

	.ant-col-pull-0 {
		right: auto
	}

	.ant-col-md-push-0 {
		left: auto
	}

	.ant-col-md-pull-0 {
		right: auto
	}

	.ant-col-md-offset-0 {
		margin-left: 0
	}

	.ant-col-md-order-0 {
		-webkit-order: 0;
		order: 0
	}
}

@media (min-width:1024px) {

	.ant-col-lg-1,
	.ant-col-lg-2,
	.ant-col-lg-3,
	.ant-col-lg-4,
	.ant-col-lg-5,
	.ant-col-lg-6,
	.ant-col-lg-7,
	.ant-col-lg-8,
	.ant-col-lg-9,
	.ant-col-lg-10,
	.ant-col-lg-11,
	.ant-col-lg-12,
	.ant-col-lg-13,
	.ant-col-lg-14,
	.ant-col-lg-15,
	.ant-col-lg-16,
	.ant-col-lg-17,
	.ant-col-lg-18,
	.ant-col-lg-19,
	.ant-col-lg-20,
	.ant-col-lg-21,
	.ant-col-lg-22,
	.ant-col-lg-23,
	.ant-col-lg-24 {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		float: left
	}

	.ant-col-lg-24 {
		display: block;
		box-sizing: border-box;
		width: 100%
	}

	.ant-col-lg-push-24 {
		left: 100%
	}

	.ant-col-lg-pull-24 {
		right: 100%
	}

	.ant-col-lg-offset-24 {
		margin-left: 100%
	}

	.ant-col-lg-order-24 {
		-webkit-order: 24;
		order: 24
	}

	.ant-col-lg-23 {
		display: block;
		box-sizing: border-box;
		width: 95.83333333%
	}

	.ant-col-lg-push-23 {
		left: 95.83333333%
	}

	.ant-col-lg-pull-23 {
		right: 95.83333333%
	}

	.ant-col-lg-offset-23 {
		margin-left: 95.83333333%
	}

	.ant-col-lg-order-23 {
		-webkit-order: 23;
		order: 23
	}

	.ant-col-lg-22 {
		display: block;
		box-sizing: border-box;
		width: 91.66666667%
	}

	.ant-col-lg-push-22 {
		left: 91.66666667%
	}

	.ant-col-lg-pull-22 {
		right: 91.66666667%
	}

	.ant-col-lg-offset-22 {
		margin-left: 91.66666667%
	}

	.ant-col-lg-order-22 {
		-webkit-order: 22;
		order: 22
	}

	.ant-col-lg-21 {
		display: block;
		box-sizing: border-box;
		width: 87.5%
	}

	.ant-col-lg-push-21 {
		left: 87.5%
	}

	.ant-col-lg-pull-21 {
		right: 87.5%
	}

	.ant-col-lg-offset-21 {
		margin-left: 87.5%
	}

	.ant-col-lg-order-21 {
		-webkit-order: 21;
		order: 21
	}

	.ant-col-lg-20 {
		display: block;
		box-sizing: border-box;
		width: 83.33333333%
	}

	.ant-col-lg-push-20 {
		left: 83.33333333%
	}

	.ant-col-lg-pull-20 {
		right: 83.33333333%
	}

	.ant-col-lg-offset-20 {
		margin-left: 83.33333333%
	}

	.ant-col-lg-order-20 {
		-webkit-order: 20;
		order: 20
	}

	.ant-col-lg-19 {
		display: block;
		box-sizing: border-box;
		width: 79.16666667%
	}

	.ant-col-lg-push-19 {
		left: 79.16666667%
	}

	.ant-col-lg-pull-19 {
		right: 79.16666667%
	}

	.ant-col-lg-offset-19 {
		margin-left: 79.16666667%
	}

	.ant-col-lg-order-19 {
		-webkit-order: 19;
		order: 19
	}

	.ant-col-lg-18 {
		display: block;
		box-sizing: border-box;
		width: 75%
	}

	.ant-col-lg-push-18 {
		left: 75%
	}

	.ant-col-lg-pull-18 {
		right: 75%
	}

	.ant-col-lg-offset-18 {
		margin-left: 75%
	}

	.ant-col-lg-order-18 {
		-webkit-order: 18;
		order: 18
	}

	.ant-col-lg-17 {
		display: block;
		box-sizing: border-box;
		width: 70.83333333%
	}

	.ant-col-lg-push-17 {
		left: 70.83333333%
	}

	.ant-col-lg-pull-17 {
		right: 70.83333333%
	}

	.ant-col-lg-offset-17 {
		margin-left: 70.83333333%
	}

	.ant-col-lg-order-17 {
		-webkit-order: 17;
		order: 17
	}

	.ant-col-lg-16 {
		display: block;
		box-sizing: border-box;
		width: 66.66666667%
	}

	.ant-col-lg-push-16 {
		left: 66.66666667%
	}

	.ant-col-lg-pull-16 {
		right: 66.66666667%
	}

	.ant-col-lg-offset-16 {
		margin-left: 66.66666667%
	}

	.ant-col-lg-order-16 {
		-webkit-order: 16;
		order: 16
	}

	.ant-col-lg-15 {
		display: block;
		box-sizing: border-box;
		width: 62.5%
	}

	.ant-col-lg-push-15 {
		left: 62.5%
	}

	.ant-col-lg-pull-15 {
		right: 62.5%
	}

	.ant-col-lg-offset-15 {
		margin-left: 62.5%
	}

	.ant-col-lg-order-15 {
		-webkit-order: 15;
		order: 15
	}

	.ant-col-lg-14 {
		display: block;
		box-sizing: border-box;
		width: 58.33333333%
	}

	.ant-col-lg-push-14 {
		left: 58.33333333%
	}

	.ant-col-lg-pull-14 {
		right: 58.33333333%
	}

	.ant-col-lg-offset-14 {
		margin-left: 58.33333333%
	}

	.ant-col-lg-order-14 {
		-webkit-order: 14;
		order: 14
	}

	.ant-col-lg-13 {
		display: block;
		box-sizing: border-box;
		width: 54.16666667%
	}

	.ant-col-lg-push-13 {
		left: 54.16666667%
	}

	.ant-col-lg-pull-13 {
		right: 54.16666667%
	}

	.ant-col-lg-offset-13 {
		margin-left: 54.16666667%
	}

	.ant-col-lg-order-13 {
		-webkit-order: 13;
		order: 13
	}

	.ant-col-lg-12 {
		display: block;
		box-sizing: border-box;
		width: 50%
	}

	.ant-col-lg-push-12 {
		left: 50%
	}

	.ant-col-lg-pull-12 {
		right: 50%
	}

	.ant-col-lg-offset-12 {
		margin-left: 50%
	}

	.ant-col-lg-order-12 {
		-webkit-order: 12;
		order: 12
	}

	.ant-col-lg-11 {
		display: block;
		box-sizing: border-box;
		width: 45.83333333%
	}

	.ant-col-lg-push-11 {
		left: 45.83333333%
	}

	.ant-col-lg-pull-11 {
		right: 45.83333333%
	}

	.ant-col-lg-offset-11 {
		margin-left: 45.83333333%
	}

	.ant-col-lg-order-11 {
		-webkit-order: 11;
		order: 11
	}

	.ant-col-lg-10 {
		display: block;
		box-sizing: border-box;
		width: 41.66666667%
	}

	.ant-col-lg-push-10 {
		left: 41.66666667%
	}

	.ant-col-lg-pull-10 {
		right: 41.66666667%
	}

	.ant-col-lg-offset-10 {
		margin-left: 41.66666667%
	}

	.ant-col-lg-order-10 {
		-webkit-order: 10;
		order: 10
	}

	.ant-col-lg-9 {
		display: block;
		box-sizing: border-box;
		width: 37.5%
	}

	.ant-col-lg-push-9 {
		left: 37.5%
	}

	.ant-col-lg-pull-9 {
		right: 37.5%
	}

	.ant-col-lg-offset-9 {
		margin-left: 37.5%
	}

	.ant-col-lg-order-9 {
		-webkit-order: 9;
		order: 9
	}

	.ant-col-lg-8 {
		display: block;
		box-sizing: border-box;
		width: 33.33333333%
	}

	.ant-col-lg-push-8 {
		left: 33.33333333%
	}

	.ant-col-lg-pull-8 {
		right: 33.33333333%
	}

	.ant-col-lg-offset-8 {
		margin-left: 33.33333333%
	}

	.ant-col-lg-order-8 {
		-webkit-order: 8;
		order: 8
	}

	.ant-col-lg-7 {
		display: block;
		box-sizing: border-box;
		width: 29.16666667%
	}

	.ant-col-lg-push-7 {
		left: 29.16666667%
	}

	.ant-col-lg-pull-7 {
		right: 29.16666667%
	}

	.ant-col-lg-offset-7 {
		margin-left: 29.16666667%
	}

	.ant-col-lg-order-7 {
		-webkit-order: 7;
		order: 7
	}

	.ant-col-lg-6 {
		display: block;
		box-sizing: border-box;
		width: 25%
	}

	.ant-col-lg-push-6 {
		left: 25%
	}

	.ant-col-lg-pull-6 {
		right: 25%
	}

	.ant-col-lg-offset-6 {
		margin-left: 25%
	}

	.ant-col-lg-order-6 {
		-webkit-order: 6;
		order: 6
	}

	.ant-col-lg-5 {
		display: block;
		box-sizing: border-box;
		width: 20.83333333%
	}

	.ant-col-lg-push-5 {
		left: 20.83333333%
	}

	.ant-col-lg-pull-5 {
		right: 20.83333333%
	}

	.ant-col-lg-offset-5 {
		margin-left: 20.83333333%
	}

	.ant-col-lg-order-5 {
		-webkit-order: 5;
		order: 5
	}

	.ant-col-lg-4 {
		display: block;
		box-sizing: border-box;
		width: 16.66666667%
	}

	.ant-col-lg-push-4 {
		left: 16.66666667%
	}

	.ant-col-lg-pull-4 {
		right: 16.66666667%
	}

	.ant-col-lg-offset-4 {
		margin-left: 16.66666667%
	}

	.ant-col-lg-order-4 {
		-webkit-order: 4;
		order: 4
	}

	.ant-col-lg-3 {
		display: block;
		box-sizing: border-box;
		width: 12.5%
	}

	.ant-col-lg-push-3 {
		left: 12.5%
	}

	.ant-col-lg-pull-3 {
		right: 12.5%
	}

	.ant-col-lg-offset-3 {
		margin-left: 12.5%
	}

	.ant-col-lg-order-3 {
		-webkit-order: 3;
		order: 3
	}

	.ant-col-lg-2 {
		display: block;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.ant-col-lg-push-2 {
		left: 8.33333333%
	}

	.ant-col-lg-pull-2 {
		right: 8.33333333%
	}

	.ant-col-lg-offset-2 {
		margin-left: 8.33333333%
	}

	.ant-col-lg-order-2 {
		-webkit-order: 2;
		order: 2
	}

	.ant-col-lg-1 {
		display: block;
		box-sizing: border-box;
		width: 4.16666667%
	}

	.ant-col-lg-push-1 {
		left: 4.16666667%
	}

	.ant-col-lg-pull-1 {
		right: 4.16666667%
	}

	.ant-col-lg-offset-1 {
		margin-left: 4.16666667%
	}

	.ant-col-lg-order-1 {
		-webkit-order: 1;
		order: 1
	}

	.ant-col-lg-0 {
		display: none
	}

	.ant-col-push-0 {
		left: auto
	}

	.ant-col-pull-0 {
		right: auto
	}

	.ant-col-lg-push-0 {
		left: auto
	}

	.ant-col-lg-pull-0 {
		right: auto
	}

	.ant-col-lg-offset-0 {
		margin-left: 0
	}

	.ant-col-lg-order-0 {
		-webkit-order: 0;
		order: 0
	}
}

@media (min-width:1200px) {

	.ant-col-xl-1,
	.ant-col-xl-2,
	.ant-col-xl-3,
	.ant-col-xl-4,
	.ant-col-xl-5,
	.ant-col-xl-6,
	.ant-col-xl-7,
	.ant-col-xl-8,
	.ant-col-xl-9,
	.ant-col-xl-10,
	.ant-col-xl-11,
	.ant-col-xl-12,
	.ant-col-xl-13,
	.ant-col-xl-14,
	.ant-col-xl-15,
	.ant-col-xl-16,
	.ant-col-xl-17,
	.ant-col-xl-18,
	.ant-col-xl-19,
	.ant-col-xl-20,
	.ant-col-xl-21,
	.ant-col-xl-22,
	.ant-col-xl-23,
	.ant-col-xl-24 {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		float: left
	}

	.ant-col-xl-24 {
		display: block;
		box-sizing: border-box;
		width: 100%
	}

	.ant-col-xl-push-24 {
		left: 100%
	}

	.ant-col-xl-pull-24 {
		right: 100%
	}

	.ant-col-xl-offset-24 {
		margin-left: 100%
	}

	.ant-col-xl-order-24 {
		-webkit-order: 24;
		order: 24
	}

	.ant-col-xl-23 {
		display: block;
		box-sizing: border-box;
		width: 95.83333333%
	}

	.ant-col-xl-push-23 {
		left: 95.83333333%
	}

	.ant-col-xl-pull-23 {
		right: 95.83333333%
	}

	.ant-col-xl-offset-23 {
		margin-left: 95.83333333%
	}

	.ant-col-xl-order-23 {
		-webkit-order: 23;
		order: 23
	}

	.ant-col-xl-22 {
		display: block;
		box-sizing: border-box;
		width: 91.66666667%
	}

	.ant-col-xl-push-22 {
		left: 91.66666667%
	}

	.ant-col-xl-pull-22 {
		right: 91.66666667%
	}

	.ant-col-xl-offset-22 {
		margin-left: 91.66666667%
	}

	.ant-col-xl-order-22 {
		-webkit-order: 22;
		order: 22
	}

	.ant-col-xl-21 {
		display: block;
		box-sizing: border-box;
		width: 87.5%
	}

	.ant-col-xl-push-21 {
		left: 87.5%
	}

	.ant-col-xl-pull-21 {
		right: 87.5%
	}

	.ant-col-xl-offset-21 {
		margin-left: 87.5%
	}

	.ant-col-xl-order-21 {
		-webkit-order: 21;
		order: 21
	}

	.ant-col-xl-20 {
		display: block;
		box-sizing: border-box;
		width: 83.33333333%
	}

	.ant-col-xl-push-20 {
		left: 83.33333333%
	}

	.ant-col-xl-pull-20 {
		right: 83.33333333%
	}

	.ant-col-xl-offset-20 {
		margin-left: 83.33333333%
	}

	.ant-col-xl-order-20 {
		-webkit-order: 20;
		order: 20
	}

	.ant-col-xl-19 {
		display: block;
		box-sizing: border-box;
		width: 79.16666667%
	}

	.ant-col-xl-push-19 {
		left: 79.16666667%
	}

	.ant-col-xl-pull-19 {
		right: 79.16666667%
	}

	.ant-col-xl-offset-19 {
		margin-left: 79.16666667%
	}

	.ant-col-xl-order-19 {
		-webkit-order: 19;
		order: 19
	}

	.ant-col-xl-18 {
		display: block;
		box-sizing: border-box;
		width: 75%
	}

	.ant-col-xl-push-18 {
		left: 75%
	}

	.ant-col-xl-pull-18 {
		right: 75%
	}

	.ant-col-xl-offset-18 {
		margin-left: 75%
	}

	.ant-col-xl-order-18 {
		-webkit-order: 18;
		order: 18
	}

	.ant-col-xl-17 {
		display: block;
		box-sizing: border-box;
		width: 70.83333333%
	}

	.ant-col-xl-push-17 {
		left: 70.83333333%
	}

	.ant-col-xl-pull-17 {
		right: 70.83333333%
	}

	.ant-col-xl-offset-17 {
		margin-left: 70.83333333%
	}

	.ant-col-xl-order-17 {
		-webkit-order: 17;
		order: 17
	}

	.ant-col-xl-16 {
		display: block;
		box-sizing: border-box;
		width: 66.66666667%
	}

	.ant-col-xl-push-16 {
		left: 66.66666667%
	}

	.ant-col-xl-pull-16 {
		right: 66.66666667%
	}

	.ant-col-xl-offset-16 {
		margin-left: 66.66666667%
	}

	.ant-col-xl-order-16 {
		-webkit-order: 16;
		order: 16
	}

	.ant-col-xl-15 {
		display: block;
		box-sizing: border-box;
		width: 62.5%
	}

	.ant-col-xl-push-15 {
		left: 62.5%
	}

	.ant-col-xl-pull-15 {
		right: 62.5%
	}

	.ant-col-xl-offset-15 {
		margin-left: 62.5%
	}

	.ant-col-xl-order-15 {
		-webkit-order: 15;
		order: 15
	}

	.ant-col-xl-14 {
		display: block;
		box-sizing: border-box;
		width: 58.33333333%
	}

	.ant-col-xl-push-14 {
		left: 58.33333333%
	}

	.ant-col-xl-pull-14 {
		right: 58.33333333%
	}

	.ant-col-xl-offset-14 {
		margin-left: 58.33333333%
	}

	.ant-col-xl-order-14 {
		-webkit-order: 14;
		order: 14
	}

	.ant-col-xl-13 {
		display: block;
		box-sizing: border-box;
		width: 54.16666667%
	}

	.ant-col-xl-push-13 {
		left: 54.16666667%
	}

	.ant-col-xl-pull-13 {
		right: 54.16666667%
	}

	.ant-col-xl-offset-13 {
		margin-left: 54.16666667%
	}

	.ant-col-xl-order-13 {
		-webkit-order: 13;
		order: 13
	}

	.ant-col-xl-12 {
		display: block;
		box-sizing: border-box;
		width: 50%
	}

	.ant-col-xl-push-12 {
		left: 50%
	}

	.ant-col-xl-pull-12 {
		right: 50%
	}

	.ant-col-xl-offset-12 {
		margin-left: 50%
	}

	.ant-col-xl-order-12 {
		-webkit-order: 12;
		order: 12
	}

	.ant-col-xl-11 {
		display: block;
		box-sizing: border-box;
		width: 45.83333333%
	}

	.ant-col-xl-push-11 {
		left: 45.83333333%
	}

	.ant-col-xl-pull-11 {
		right: 45.83333333%
	}

	.ant-col-xl-offset-11 {
		margin-left: 45.83333333%
	}

	.ant-col-xl-order-11 {
		-webkit-order: 11;
		order: 11
	}

	.ant-col-xl-10 {
		display: block;
		box-sizing: border-box;
		width: 41.66666667%
	}

	.ant-col-xl-push-10 {
		left: 41.66666667%
	}

	.ant-col-xl-pull-10 {
		right: 41.66666667%
	}

	.ant-col-xl-offset-10 {
		margin-left: 41.66666667%
	}

	.ant-col-xl-order-10 {
		-webkit-order: 10;
		order: 10
	}

	.ant-col-xl-9 {
		display: block;
		box-sizing: border-box;
		width: 37.5%
	}

	.ant-col-xl-push-9 {
		left: 37.5%
	}

	.ant-col-xl-pull-9 {
		right: 37.5%
	}

	.ant-col-xl-offset-9 {
		margin-left: 37.5%
	}

	.ant-col-xl-order-9 {
		-webkit-order: 9;
		order: 9
	}

	.ant-col-xl-8 {
		display: block;
		box-sizing: border-box;
		width: 33.33333333%
	}

	.ant-col-xl-push-8 {
		left: 33.33333333%
	}

	.ant-col-xl-pull-8 {
		right: 33.33333333%
	}

	.ant-col-xl-offset-8 {
		margin-left: 33.33333333%
	}

	.ant-col-xl-order-8 {
		-webkit-order: 8;
		order: 8
	}

	.ant-col-xl-7 {
		display: block;
		box-sizing: border-box;
		width: 29.16666667%
	}

	.ant-col-xl-push-7 {
		left: 29.16666667%
	}

	.ant-col-xl-pull-7 {
		right: 29.16666667%
	}

	.ant-col-xl-offset-7 {
		margin-left: 29.16666667%
	}

	.ant-col-xl-order-7 {
		-webkit-order: 7;
		order: 7
	}

	.ant-col-xl-6 {
		display: block;
		box-sizing: border-box;
		width: 25%
	}

	.ant-col-xl-push-6 {
		left: 25%
	}

	.ant-col-xl-pull-6 {
		right: 25%
	}

	.ant-col-xl-offset-6 {
		margin-left: 25%
	}

	.ant-col-xl-order-6 {
		-webkit-order: 6;
		order: 6
	}

	.ant-col-xl-5 {
		display: block;
		box-sizing: border-box;
		width: 20.83333333%
	}

	.ant-col-xl-push-5 {
		left: 20.83333333%
	}

	.ant-col-xl-pull-5 {
		right: 20.83333333%
	}

	.ant-col-xl-offset-5 {
		margin-left: 20.83333333%
	}

	.ant-col-xl-order-5 {
		-webkit-order: 5;
		order: 5
	}

	.ant-col-xl-4 {
		display: block;
		box-sizing: border-box;
		width: 16.66666667%
	}

	.ant-col-xl-push-4 {
		left: 16.66666667%
	}

	.ant-col-xl-pull-4 {
		right: 16.66666667%
	}

	.ant-col-xl-offset-4 {
		margin-left: 16.66666667%
	}

	.ant-col-xl-order-4 {
		-webkit-order: 4;
		order: 4
	}

	.ant-col-xl-3 {
		display: block;
		box-sizing: border-box;
		width: 12.5%
	}

	.ant-col-xl-push-3 {
		left: 12.5%
	}

	.ant-col-xl-pull-3 {
		right: 12.5%
	}

	.ant-col-xl-offset-3 {
		margin-left: 12.5%
	}

	.ant-col-xl-order-3 {
		-webkit-order: 3;
		order: 3
	}

	.ant-col-xl-2 {
		display: block;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.ant-col-xl-push-2 {
		left: 8.33333333%
	}

	.ant-col-xl-pull-2 {
		right: 8.33333333%
	}

	.ant-col-xl-offset-2 {
		margin-left: 8.33333333%
	}

	.ant-col-xl-order-2 {
		-webkit-order: 2;
		order: 2
	}

	.ant-col-xl-1 {
		display: block;
		box-sizing: border-box;
		width: 4.16666667%
	}

	.ant-col-xl-push-1 {
		left: 4.16666667%
	}

	.ant-col-xl-pull-1 {
		right: 4.16666667%
	}

	.ant-col-xl-offset-1 {
		margin-left: 4.16666667%
	}

	.ant-col-xl-order-1 {
		-webkit-order: 1;
		order: 1
	}

	.ant-col-xl-0 {
		display: none
	}

	.ant-col-push-0 {
		left: auto
	}

	.ant-col-pull-0 {
		right: auto
	}

	.ant-col-xl-push-0 {
		left: auto
	}

	.ant-col-xl-pull-0 {
		right: auto
	}

	.ant-col-xl-offset-0 {
		margin-left: 0
	}

	.ant-col-xl-order-0 {
		-webkit-order: 0;
		order: 0
	}
}

@media (min-width:1600px) {

	.ant-col-xxl-1,
	.ant-col-xxl-2,
	.ant-col-xxl-3,
	.ant-col-xxl-4,
	.ant-col-xxl-5,
	.ant-col-xxl-6,
	.ant-col-xxl-7,
	.ant-col-xxl-8,
	.ant-col-xxl-9,
	.ant-col-xxl-10,
	.ant-col-xxl-11,
	.ant-col-xxl-12,
	.ant-col-xxl-13,
	.ant-col-xxl-14,
	.ant-col-xxl-15,
	.ant-col-xxl-16,
	.ant-col-xxl-17,
	.ant-col-xxl-18,
	.ant-col-xxl-19,
	.ant-col-xxl-20,
	.ant-col-xxl-21,
	.ant-col-xxl-22,
	.ant-col-xxl-23,
	.ant-col-xxl-24 {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		float: left
	}

	.ant-col-xxl-24 {
		display: block;
		box-sizing: border-box;
		width: 100%
	}

	.ant-col-xxl-push-24 {
		left: 100%
	}

	.ant-col-xxl-pull-24 {
		right: 100%
	}

	.ant-col-xxl-offset-24 {
		margin-left: 100%
	}

	.ant-col-xxl-order-24 {
		-webkit-order: 24;
		order: 24
	}

	.ant-col-xxl-23 {
		display: block;
		box-sizing: border-box;
		width: 95.83333333%
	}

	.ant-col-xxl-push-23 {
		left: 95.83333333%
	}

	.ant-col-xxl-pull-23 {
		right: 95.83333333%
	}

	.ant-col-xxl-offset-23 {
		margin-left: 95.83333333%
	}

	.ant-col-xxl-order-23 {
		-webkit-order: 23;
		order: 23
	}

	.ant-col-xxl-22 {
		display: block;
		box-sizing: border-box;
		width: 91.66666667%
	}

	.ant-col-xxl-push-22 {
		left: 91.66666667%
	}

	.ant-col-xxl-pull-22 {
		right: 91.66666667%
	}

	.ant-col-xxl-offset-22 {
		margin-left: 91.66666667%
	}

	.ant-col-xxl-order-22 {
		-webkit-order: 22;
		order: 22
	}

	.ant-col-xxl-21 {
		display: block;
		box-sizing: border-box;
		width: 87.5%
	}

	.ant-col-xxl-push-21 {
		left: 87.5%
	}

	.ant-col-xxl-pull-21 {
		right: 87.5%
	}

	.ant-col-xxl-offset-21 {
		margin-left: 87.5%
	}

	.ant-col-xxl-order-21 {
		-webkit-order: 21;
		order: 21
	}

	.ant-col-xxl-20 {
		display: block;
		box-sizing: border-box;
		width: 83.33333333%
	}

	.ant-col-xxl-push-20 {
		left: 83.33333333%
	}

	.ant-col-xxl-pull-20 {
		right: 83.33333333%
	}

	.ant-col-xxl-offset-20 {
		margin-left: 83.33333333%
	}

	.ant-col-xxl-order-20 {
		-webkit-order: 20;
		order: 20
	}

	.ant-col-xxl-19 {
		display: block;
		box-sizing: border-box;
		width: 79.16666667%
	}

	.ant-col-xxl-push-19 {
		left: 79.16666667%
	}

	.ant-col-xxl-pull-19 {
		right: 79.16666667%
	}

	.ant-col-xxl-offset-19 {
		margin-left: 79.16666667%
	}

	.ant-col-xxl-order-19 {
		-webkit-order: 19;
		order: 19
	}

	.ant-col-xxl-18 {
		display: block;
		box-sizing: border-box;
		width: 75%
	}

	.ant-col-xxl-push-18 {
		left: 75%
	}

	.ant-col-xxl-pull-18 {
		right: 75%
	}

	.ant-col-xxl-offset-18 {
		margin-left: 75%
	}

	.ant-col-xxl-order-18 {
		-webkit-order: 18;
		order: 18
	}

	.ant-col-xxl-17 {
		display: block;
		box-sizing: border-box;
		width: 70.83333333%
	}

	.ant-col-xxl-push-17 {
		left: 70.83333333%
	}

	.ant-col-xxl-pull-17 {
		right: 70.83333333%
	}

	.ant-col-xxl-offset-17 {
		margin-left: 70.83333333%
	}

	.ant-col-xxl-order-17 {
		-webkit-order: 17;
		order: 17
	}

	.ant-col-xxl-16 {
		display: block;
		box-sizing: border-box;
		width: 66.66666667%
	}

	.ant-col-xxl-push-16 {
		left: 66.66666667%
	}

	.ant-col-xxl-pull-16 {
		right: 66.66666667%
	}

	.ant-col-xxl-offset-16 {
		margin-left: 66.66666667%
	}

	.ant-col-xxl-order-16 {
		-webkit-order: 16;
		order: 16
	}

	.ant-col-xxl-15 {
		display: block;
		box-sizing: border-box;
		width: 62.5%
	}

	.ant-col-xxl-push-15 {
		left: 62.5%
	}

	.ant-col-xxl-pull-15 {
		right: 62.5%
	}

	.ant-col-xxl-offset-15 {
		margin-left: 62.5%
	}

	.ant-col-xxl-order-15 {
		-webkit-order: 15;
		order: 15
	}

	.ant-col-xxl-14 {
		display: block;
		box-sizing: border-box;
		width: 58.33333333%
	}

	.ant-col-xxl-push-14 {
		left: 58.33333333%
	}

	.ant-col-xxl-pull-14 {
		right: 58.33333333%
	}

	.ant-col-xxl-offset-14 {
		margin-left: 58.33333333%
	}

	.ant-col-xxl-order-14 {
		-webkit-order: 14;
		order: 14
	}

	.ant-col-xxl-13 {
		display: block;
		box-sizing: border-box;
		width: 54.16666667%
	}

	.ant-col-xxl-push-13 {
		left: 54.16666667%
	}

	.ant-col-xxl-pull-13 {
		right: 54.16666667%
	}

	.ant-col-xxl-offset-13 {
		margin-left: 54.16666667%
	}

	.ant-col-xxl-order-13 {
		-webkit-order: 13;
		order: 13
	}

	.ant-col-xxl-12 {
		display: block;
		box-sizing: border-box;
		width: 50%
	}

	.ant-col-xxl-push-12 {
		left: 50%
	}

	.ant-col-xxl-pull-12 {
		right: 50%
	}

	.ant-col-xxl-offset-12 {
		margin-left: 50%
	}

	.ant-col-xxl-order-12 {
		-webkit-order: 12;
		order: 12
	}

	.ant-col-xxl-11 {
		display: block;
		box-sizing: border-box;
		width: 45.83333333%
	}

	.ant-col-xxl-push-11 {
		left: 45.83333333%
	}

	.ant-col-xxl-pull-11 {
		right: 45.83333333%
	}

	.ant-col-xxl-offset-11 {
		margin-left: 45.83333333%
	}

	.ant-col-xxl-order-11 {
		-webkit-order: 11;
		order: 11
	}

	.ant-col-xxl-10 {
		display: block;
		box-sizing: border-box;
		width: 41.66666667%
	}

	.ant-col-xxl-push-10 {
		left: 41.66666667%
	}

	.ant-col-xxl-pull-10 {
		right: 41.66666667%
	}

	.ant-col-xxl-offset-10 {
		margin-left: 41.66666667%
	}

	.ant-col-xxl-order-10 {
		-webkit-order: 10;
		order: 10
	}

	.ant-col-xxl-9 {
		display: block;
		box-sizing: border-box;
		width: 37.5%
	}

	.ant-col-xxl-push-9 {
		left: 37.5%
	}

	.ant-col-xxl-pull-9 {
		right: 37.5%
	}

	.ant-col-xxl-offset-9 {
		margin-left: 37.5%
	}

	.ant-col-xxl-order-9 {
		-webkit-order: 9;
		order: 9
	}

	.ant-col-xxl-8 {
		display: block;
		box-sizing: border-box;
		width: 33.33333333%
	}

	.ant-col-xxl-push-8 {
		left: 33.33333333%
	}

	.ant-col-xxl-pull-8 {
		right: 33.33333333%
	}

	.ant-col-xxl-offset-8 {
		margin-left: 33.33333333%
	}

	.ant-col-xxl-order-8 {
		-webkit-order: 8;
		order: 8
	}

	.ant-col-xxl-7 {
		display: block;
		box-sizing: border-box;
		width: 29.16666667%
	}

	.ant-col-xxl-push-7 {
		left: 29.16666667%
	}

	.ant-col-xxl-pull-7 {
		right: 29.16666667%
	}

	.ant-col-xxl-offset-7 {
		margin-left: 29.16666667%
	}

	.ant-col-xxl-order-7 {
		-webkit-order: 7;
		order: 7
	}

	.ant-col-xxl-6 {
		display: block;
		box-sizing: border-box;
		width: 25%
	}

	.ant-col-xxl-push-6 {
		left: 25%
	}

	.ant-col-xxl-pull-6 {
		right: 25%
	}

	.ant-col-xxl-offset-6 {
		margin-left: 25%
	}

	.ant-col-xxl-order-6 {
		-webkit-order: 6;
		order: 6
	}

	.ant-col-xxl-5 {
		display: block;
		box-sizing: border-box;
		width: 20.83333333%
	}

	.ant-col-xxl-push-5 {
		left: 20.83333333%
	}

	.ant-col-xxl-pull-5 {
		right: 20.83333333%
	}

	.ant-col-xxl-offset-5 {
		margin-left: 20.83333333%
	}

	.ant-col-xxl-order-5 {
		-webkit-order: 5;
		order: 5
	}

	.ant-col-xxl-4 {
		display: block;
		box-sizing: border-box;
		width: 16.66666667%
	}

	.ant-col-xxl-push-4 {
		left: 16.66666667%
	}

	.ant-col-xxl-pull-4 {
		right: 16.66666667%
	}

	.ant-col-xxl-offset-4 {
		margin-left: 16.66666667%
	}

	.ant-col-xxl-order-4 {
		-webkit-order: 4;
		order: 4
	}

	.ant-col-xxl-3 {
		display: block;
		box-sizing: border-box;
		width: 12.5%
	}

	.ant-col-xxl-push-3 {
		left: 12.5%
	}

	.ant-col-xxl-pull-3 {
		right: 12.5%
	}

	.ant-col-xxl-offset-3 {
		margin-left: 12.5%
	}

	.ant-col-xxl-order-3 {
		-webkit-order: 3;
		order: 3
	}

	.ant-col-xxl-2 {
		display: block;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.ant-col-xxl-push-2 {
		left: 8.33333333%
	}

	.ant-col-xxl-pull-2 {
		right: 8.33333333%
	}

	.ant-col-xxl-offset-2 {
		margin-left: 8.33333333%
	}

	.ant-col-xxl-order-2 {
		-webkit-order: 2;
		order: 2
	}

	.ant-col-xxl-1 {
		display: block;
		box-sizing: border-box;
		width: 4.16666667%
	}

	.ant-col-xxl-push-1 {
		left: 4.16666667%
	}

	.ant-col-xxl-pull-1 {
		right: 4.16666667%
	}

	.ant-col-xxl-offset-1 {
		margin-left: 4.16666667%
	}

	.ant-col-xxl-order-1 {
		-webkit-order: 1;
		order: 1
	}

	.ant-col-xxl-0 {
		display: none
	}

	.ant-col-push-0 {
		left: auto
	}

	.ant-col-pull-0 {
		right: auto
	}

	.ant-col-xxl-push-0 {
		left: auto
	}

	.ant-col-xxl-pull-0 {
		right: auto
	}

	.ant-col-xxl-offset-0 {
		margin-left: 0
	}

	.ant-col-xxl-order-0 {
		-webkit-order: 0;
		order: 0
	}
	.footer-links {
		margin-top: 16px
	}

	.footer-links a {
		color: #1859ea
	}
}

.footer-container {
    margin-top: 0 !important;
    width: 100%;
    min-height: 132px;
    background-color: #444;
}

.footer-container .footer {
    max-width: 1280px;
    min-height: 132px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    min-height: 132px;
    align-items: center;
    background-color: #444
}

.footer-links a {
    color: #1859ea
}

.footer-links .logo {
    display: flex;
    padding-right: 8px
}

.footer-links .logo .myhub-nsc-logo {
    height: 93px;
    fill: #fff;
    overflow: hidden
}

.central .footer-links {
    min-height: 0 !important;
}

.footer-links .central {
    color: #fff;
    font-weight: 400;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-links .address {
    margin-top: 8px;
	font-size: .75rem;
}

.footer-links .footer-links {
    padding-left: 8px
}

.footer-links .footer-links .divider {
    color: #fff;
    margin: 0 5px;
    font-size: .75rem;
    line-height: .75rem
}

.footer-links .footer-links a {
    color: #fff;
    font-size: .9333333333333333rem;
    font-weight: 400;
    text-decoration: underline
}

.footer-links .address {
    font-size: .75rem
}

@media (max-width: 1060px) {
    .footer-links {
        flex-direction:column;
        padding: 8px 2px
    }

    .footer-links .item {
        margin: 8px
    }

    .footer-links .item.central {
        font-size: .75rem;
        line-height: .75rem
    }

	.central .footer-links {
		flex-direction: row !important;
	}

    .footer-links .item.footer-links a {
        line-height: .75rem
    }

    .footer-links .footer__right--container-img {
        justify-content: center
    }

    .footer-links .logo .myhub-nsc-logo {
        height: 46px!important
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .footer-links {
        padding-top: 11px
    }
}

.link-container {
    display: inline-flex;
    align-items: center
}

.link-container:not(:first-of-type) {
    margin-left: 4px
}

.footer__right {
    color: #fff;
    font-size: .75rem
}

.footer__right--container {
    display: flex;
    flex-direction: column
}

.footer__right--container-img {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px
}

.footer__logos {
    cursor: pointer;
    margin-left: 25px
}

@media (max-width: 600px) {
    .footer-links {
        display:flex;
        flex-direction: column;
        align-items: center
    }

    .link-container {
        margin-bottom: 5px
    }

	.central .footer-links {
		flex-direction: column !important;
	}
}
