.fade {
	opacity: 0;
	transition: opacity .15s linear
}
.col-xs-12 {width: 100%;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}
.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	transition-property: height,visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.collapsing,.modal,.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 16px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.m-0 {
	margin: 0
}

.mt-0 {
	margin-top: 0
}

.mr-0 {
	margin-right: 0
}

.mb-0 {
	margin-bottom: 0
}

.ml-0,.mx-0 {
	margin-left: 0
}

.mx-0 {
	margin-right: 0
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.m-1 {
	margin: 2px
}

.mt-1 {
	margin-top: 2px
}

.mr-1 {
	margin-right: 2px
}

.mb-1 {
	margin-bottom: 2px
}

.ml-1,.mx-1 {
	margin-left: 2px
}

.mx-1 {
	margin-right: 2px
}

.my-1 {
	margin-top: 2px;
	margin-bottom: 2px
}

.m-2 {
	margin: 4px
}

.mt-2 {
	margin-top: 4px
}

.mr-2 {
	margin-right: 4px
}

.mb-2 {
	margin-bottom: 4px
}

.ml-2,.mx-2 {
	margin-left: 4px
}

.mx-2 {
	margin-right: 4px
}

.my-2 {
	margin-top: 4px;
	margin-bottom: 4px
}

.m-3 {
	margin: 8px
}

.mt-3 {
	margin-top: 8px
}

.mr-3 {
	margin-right: 8px
}

.mb-3 {
	margin-bottom: 8px
}

.ml-3,.mx-3 {
	margin-left: 8px
}

.mx-3 {
	margin-right: 8px
}

.my-3 {
	margin-top: 8px;
	margin-bottom: 8px
}

.m-4 {
	margin: 12px
}

.mt-4 {
	margin-top: 12px
}

.mr-4 {
	margin-right: 12px
}

.mb-4 {
	margin-bottom: 12px
}

.ml-4,.mx-4 {
	margin-left: 12px
}

.mx-4 {
	margin-right: 12px
}

.my-4 {
	margin-top: 12px;
	margin-bottom: 12px
}

.m-5 {
	margin: 16px
}

.mt-5 {
	margin-top: 16px
}

.mr-5 {
	margin-right: 16px
}

.mb-5 {
	margin-bottom: 16px
}

.ml-5,.mx-5 {
	margin-left: 16px
}

.mx-5 {
	margin-right: 16px
}

.my-5 {
	margin-top: 16px;
	margin-bottom: 16px
}

.m-6 {
	margin: 24px
}

.mt-6 {
	margin-top: 24px
}

.mr-6 {
	margin-right: 24px
}

.mb-6 {
	margin-bottom: 24px
}

.ml-6,.mx-6 {
	margin-left: 24px
}

.mx-6 {
	margin-right: 24px
}

.my-6 {
	margin-top: 24px;
	margin-bottom: 24px
}

.m-7 {
	margin: 32px
}

.mt-7 {
	margin-top: 32px
}

.mr-7 {
	margin-right: 32px
}

.mb-7 {
	margin-bottom: 32px
}

.ml-7,.mx-7 {
	margin-left: 32px
}

.mx-7 {
	margin-right: 32px
}

.my-7 {
	margin-top: 32px;
	margin-bottom: 32px
}

.m-8 {
	margin: 40px
}

.mt-8 {
	margin-top: 40px
}

.mr-8 {
	margin-right: 40px
}

.mb-8 {
	margin-bottom: 40px
}

.ml-8,.mx-8 {
	margin-left: 40px
}

.mx-8 {
	margin-right: 40px
}

.my-8 {
	margin-top: 40px;
	margin-bottom: 40px
}

.m-9 {
	margin: 48px
}

.mt-9 {
	margin-top: 48px
}

.mr-9 {
	margin-right: 48px
}

.mb-9 {
	margin-bottom: 48px
}

.ml-9,.mx-9 {
	margin-left: 48px
}

.mx-9 {
	margin-right: 48px
}

.my-9 {
	margin-top: 48px;
	margin-bottom: 48px
}

.m-10 {
	margin: 56px
}

.mt-10 {
	margin-top: 56px
}

.mr-10 {
	margin-right: 56px
}

.mb-10 {
	margin-bottom: 56px
}

.ml-10,.mx-10 {
	margin-left: 56px
}

.mx-10 {
	margin-right: 56px
}

.my-10 {
	margin-top: 56px;
	margin-bottom: 56px
}

.m-11 {
	margin: 64px
}

.mt-11 {
	margin-top: 64px
}

.mr-11 {
	margin-right: 64px
}

.mb-11 {
	margin-bottom: 64px
}

.ml-11,.mx-11 {
	margin-left: 64px
}

.mx-11 {
	margin-right: 64px
}

.my-11 {
	margin-top: 64px;
	margin-bottom: 64px
}

.m-12 {
	margin: 80px
}

.mt-12 {
	margin-top: 80px
}

.mr-12 {
	margin-right: 80px
}

.mb-12 {
	margin-bottom: 80px
}

.ml-12,.mx-12 {
	margin-left: 80px
}

.mx-12 {
	margin-right: 80px
}

.my-12 {
	margin-top: 80px;
	margin-bottom: 80px
}

.m-13 {
	margin: 96px
}

.mt-13 {
	margin-top: 96px
}

.mr-13 {
	margin-right: 96px
}

.mb-13 {
	margin-bottom: 96px
}

.ml-13,.mx-13 {
	margin-left: 96px
}

.mx-13 {
	margin-right: 96px
}

.my-13 {
	margin-top: 96px;
	margin-bottom: 96px
}

.m-14 {
	margin: 112px
}

.mt-14 {
	margin-top: 112px
}

.mr-14 {
	margin-right: 112px
}

.mb-14 {
	margin-bottom: 112px
}

.ml-14,.mx-14 {
	margin-left: 112px
}

.mx-14 {
	margin-right: 112px
}

.my-14 {
	margin-top: 112px;
	margin-bottom: 112px
}

.m-15 {
	margin: 128px
}

.mt-15 {
	margin-top: 128px
}

.mr-15 {
	margin-right: 128px
}

.mb-15 {
	margin-bottom: 128px
}

.ml-15,.mx-15 {
	margin-left: 128px
}

.mx-15 {
	margin-right: 128px
}

.my-15 {
	margin-top: 128px;
	margin-bottom: 128px
}

.m-16 {
	margin: 192px
}

.mt-16 {
	margin-top: 192px
}

.mr-16 {
	margin-right: 192px
}

.mb-16 {
	margin-bottom: 192px
}

.ml-16,.mx-16 {
	margin-left: 192px
}

.mx-16 {
	margin-right: 192px
}

.my-16 {
	margin-top: 192px;
	margin-bottom: 192px
}

.p-0 {
	padding: 0
}

.pt-0 {
	padding-top: 0
}

.pr-0 {
	padding-right: 0
}

.pb-0 {
	padding-bottom: 0
}

.pl-0,.px-0 {
	padding-left: 0
}

.px-0 {
	padding-right: 0
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.p-1 {
	padding: 2px
}

.pt-1 {
	padding-top: 2px
}

.pr-1 {
	padding-right: 2px
}

.pb-1 {
	padding-bottom: 2px
}

.pl-1,.px-1 {
	padding-left: 2px
}

.px-1 {
	padding-right: 2px
}

.py-1 {
	padding-top: 2px;
	padding-bottom: 2px
}

.p-2 {
	padding: 4px
}

.pt-2 {
	padding-top: 4px
}

.pr-2 {
	padding-right: 4px
}

.pb-2 {
	padding-bottom: 4px
}

.pl-2,.px-2 {
	padding-left: 4px
}

.px-2 {
	padding-right: 4px
}

.py-2 {
	padding-top: 4px;
	padding-bottom: 4px
}

.p-3 {
	padding: 8px
}

.pt-3 {
	padding-top: 8px
}

.pr-3 {
	padding-right: 8px
}

.pb-3 {
	padding-bottom: 8px
}

.pl-3,.px-3 {
	padding-left: 8px
}

.px-3 {
	padding-right: 8px
}

.py-3 {
	padding-top: 8px;
	padding-bottom: 8px
}

.p-4 {
	padding: 12px
}

.pt-4 {
	padding-top: 12px
}

.pr-4 {
	padding-right: 12px
}

.pb-4 {
	padding-bottom: 12px
}

.pl-4,.px-4 {
	padding-left: 12px
}

.px-4 {
	padding-right: 12px
}

.py-4 {
	padding-top: 12px;
	padding-bottom: 12px
}

.p-5 {
	padding: 16px
}

.pt-5 {
	padding-top: 16px
}

.pr-5 {
	padding-right: 16px
}

.pb-5 {
	padding-bottom: 16px
}

.pl-5,.px-5 {
	padding-left: 16px
}

.px-5 {
	padding-right: 16px
}

.py-5 {
	padding-top: 16px;
	padding-bottom: 16px
}

.p-6 {
	padding: 24px
}

.pt-6 {
	padding-top: 24px
}

.pr-6 {
	padding-right: 24px
}

.pb-6 {
	padding-bottom: 24px
}

.pl-6,.px-6 {
	padding-left: 24px
}

.px-6 {
	padding-right: 24px
}

.py-6 {
	padding-top: 24px;
	padding-bottom: 24px
}

.p-7 {
	padding: 32px
}

.pt-7 {
	padding-top: 32px
}

.pr-7 {
	padding-right: 32px
}

.pb-7 {
	padding-bottom: 32px
}

.pl-7,.px-7 {
	padding-left: 32px
}

.px-7 {
	padding-right: 32px
}

.py-7 {
	padding-top: 32px;
	padding-bottom: 32px
}

.p-8 {
	padding: 40px
}

.pt-8 {
	padding-top: 40px
}

.pr-8 {
	padding-right: 40px
}

.pb-8 {
	padding-bottom: 40px
}

.pl-8,.px-8 {
	padding-left: 40px
}

.px-8 {
	padding-right: 40px
}

.py-8 {
	padding-top: 40px;
	padding-bottom: 40px
}

.p-9 {
	padding: 48px
}

.pt-9 {
	padding-top: 48px
}

.pr-9 {
	padding-right: 48px
}

.pb-9 {
	padding-bottom: 48px
}

.pl-9,.px-9 {
	padding-left: 48px
}

.px-9 {
	padding-right: 48px
}

.py-9 {
	padding-top: 48px;
	padding-bottom: 48px
}

.p-10 {
	padding: 56px
}

.pt-10 {
	padding-top: 56px
}

.pr-10 {
	padding-right: 56px
}

.pb-10 {
	padding-bottom: 56px
}

.pl-10,.px-10 {
	padding-left: 56px
}

.px-10 {
	padding-right: 56px
}

.py-10 {
	padding-top: 56px;
	padding-bottom: 56px
}

.p-11 {
	padding: 64px
}

.pt-11 {
	padding-top: 64px
}

.pr-11 {
	padding-right: 64px
}

.pb-11 {
	padding-bottom: 64px
}

.pl-11,.px-11 {
	padding-left: 64px
}

.px-11 {
	padding-right: 64px
}

.py-11 {
	padding-top: 64px;
	padding-bottom: 64px
}

.p-12 {
	padding: 80px
}

.pt-12 {
	padding-top: 80px
}

.pr-12 {
	padding-right: 80px
}

.pb-12 {
	padding-bottom: 80px
}

.pl-12,.px-12 {
	padding-left: 80px
}

.px-12 {
	padding-right: 80px
}

.py-12 {
	padding-top: 80px;
	padding-bottom: 80px
}

.p-13 {
	padding: 96px
}

.pt-13 {
	padding-top: 96px
}

.pr-13 {
	padding-right: 96px
}

.pb-13 {
	padding-bottom: 96px
}

.pl-13,.px-13 {
	padding-left: 96px
}

.px-13 {
	padding-right: 96px
}

.py-13 {
	padding-top: 96px;
	padding-bottom: 96px
}

.p-14 {
	padding: 112px
}

.pt-14 {
	padding-top: 112px
}

.pr-14 {
	padding-right: 112px
}

.pb-14 {
	padding-bottom: 112px
}

.pl-14,.px-14 {
	padding-left: 112px
}

.px-14 {
	padding-right: 112px
}

.py-14 {
	padding-top: 112px;
	padding-bottom: 112px
}

.p-15 {
	padding: 128px
}

.pt-15 {
	padding-top: 128px
}

.pr-15 {
	padding-right: 128px
}

.pb-15 {
	padding-bottom: 128px
}

.pl-15,.px-15 {
	padding-left: 128px
}

.px-15 {
	padding-right: 128px
}

.py-15 {
	padding-top: 128px;
	padding-bottom: 128px
}

.p-16 {
	padding: 192px
}

.pt-16 {
	padding-top: 192px
}

.pr-16 {
	padding-right: 192px
}

.pb-16 {
	padding-bottom: 192px
}

.pl-16,.px-16 {
	padding-left: 192px
}

.px-16 {
	padding-right: 192px
}

.py-16 {
	padding-top: 192px;
	padding-bottom: 192px
}

.nm-0 {
	margin: 0
}

.nmt-0 {
	margin-top: 0
}

.nmr-0 {
	margin-right: 0
}

.nmb-0 {
	margin-bottom: 0
}

.nml-0,.nmx-0 {
	margin-left: 0
}

.nmx-0 {
	margin-right: 0
}

.nmy-0 {
	margin-top: 0;
	margin-bottom: 0
}

.nm-1 {
	margin: -2px
}

.nmt-1 {
	margin-top: -2px
}

.nmr-1 {
	margin-right: -2px
}

.nmb-1 {
	margin-bottom: -2px
}

.nml-1,.nmx-1 {
	margin-left: -2px
}

.nmx-1 {
	margin-right: -2px
}

.nmy-1 {
	margin-top: -2px;
	margin-bottom: -2px
}

.nm-2 {
	margin: -4px
}

.nmt-2 {
	margin-top: -4px
}

.nmr-2 {
	margin-right: -4px
}

.nmb-2 {
	margin-bottom: -4px
}

.nml-2,.nmx-2 {
	margin-left: -4px
}

.nmx-2 {
	margin-right: -4px
}

.nmy-2 {
	margin-top: -4px;
	margin-bottom: -4px
}

.nm-3 {
	margin: -8px
}

.nmt-3 {
	margin-top: -8px
}

.nmr-3 {
	margin-right: -8px
}

.nmb-3 {
	margin-bottom: -8px
}

.nml-3,.nmx-3 {
	margin-left: -8px
}

.nmx-3 {
	margin-right: -8px
}

.nmy-3 {
	margin-top: -8px;
	margin-bottom: -8px
}

.nm-4 {
	margin: -12px
}

.nmt-4 {
	margin-top: -12px
}

.nmr-4 {
	margin-right: -12px
}

.nmb-4 {
	margin-bottom: -12px
}

.nml-4,.nmx-4 {
	margin-left: -12px
}

.nmx-4 {
	margin-right: -12px
}

.nmy-4 {
	margin-top: -12px;
	margin-bottom: -12px
}

.nm-5 {
	margin: -16px
}

.nmt-5 {
	margin-top: -16px
}

.nmr-5 {
	margin-right: -16px
}

.nmb-5 {
	margin-bottom: -16px
}

.nml-5,.nmx-5 {
	margin-left: -16px
}

.nmx-5 {
	margin-right: -16px
}

.nmy-5 {
	margin-top: -16px;
	margin-bottom: -16px
}

.nm-6 {
	margin: -24px
}

.nmt-6 {
	margin-top: -24px
}

.nmr-6 {
	margin-right: -24px
}

.nmb-6 {
	margin-bottom: -24px
}

.nml-6,.nmx-6 {
	margin-left: -24px
}

.nmx-6 {
	margin-right: -24px
}

.nmy-6 {
	margin-top: -24px;
	margin-bottom: -24px
}

.nm-7 {
	margin: -32px
}

.nmt-7 {
	margin-top: -32px
}

.nmr-7 {
	margin-right: -32px
}

.nmb-7 {
	margin-bottom: -32px
}

.nml-7,.nmx-7 {
	margin-left: -32px
}

.nmx-7 {
	margin-right: -32px
}

.nmy-7 {
	margin-top: -32px;
	margin-bottom: -32px
}

.nm-8 {
	margin: -40px
}

.nmt-8 {
	margin-top: -40px
}

.nmr-8 {
	margin-right: -40px
}

.nmb-8 {
	margin-bottom: -40px
}

.nml-8,.nmx-8 {
	margin-left: -40px
}

.nmx-8 {
	margin-right: -40px
}

.nmy-8 {
	margin-top: -40px;
	margin-bottom: -40px
}

.nm-9 {
	margin: -48px
}

.nmt-9 {
	margin-top: -48px
}

.nmr-9 {
	margin-right: -48px
}

.nmb-9 {
	margin-bottom: -48px
}

.nml-9,.nmx-9 {
	margin-left: -48px
}

.nmx-9 {
	margin-right: -48px
}

.nmy-9 {
	margin-top: -48px;
	margin-bottom: -48px
}

.nm-10 {
	margin: -56px
}

.nmt-10 {
	margin-top: -56px
}

.nmr-10 {
	margin-right: -56px
}

.nmb-10 {
	margin-bottom: -56px
}

.nml-10,.nmx-10 {
	margin-left: -56px
}

.nmx-10 {
	margin-right: -56px
}

.nmy-10 {
	margin-top: -56px;
	margin-bottom: -56px
}

.nm-11 {
	margin: -64px
}

.nmt-11 {
	margin-top: -64px
}

.nmr-11 {
	margin-right: -64px
}

.nmb-11 {
	margin-bottom: -64px
}

.nml-11,.nmx-11 {
	margin-left: -64px
}

.nmx-11 {
	margin-right: -64px
}

.nmy-11 {
	margin-top: -64px;
	margin-bottom: -64px
}

.nm-12 {
	margin: -80px
}

.nmt-12 {
	margin-top: -80px
}

.nmr-12 {
	margin-right: -80px
}

.nmb-12 {
	margin-bottom: -80px
}

.nml-12,.nmx-12 {
	margin-left: -80px
}

.nmx-12 {
	margin-right: -80px
}

.nmy-12 {
	margin-top: -80px;
	margin-bottom: -80px
}

.nm-13 {
	margin: -96px
}

.nmt-13 {
	margin-top: -96px
}

.nmr-13 {
	margin-right: -96px
}

.nmb-13 {
	margin-bottom: -96px
}

.nml-13,.nmx-13 {
	margin-left: -96px
}

.nmx-13 {
	margin-right: -96px
}

.nmy-13 {
	margin-top: -96px;
	margin-bottom: -96px
}

.nm-14 {
	margin: -112px
}

.nmt-14 {
	margin-top: -112px
}

.nmr-14 {
	margin-right: -112px
}

.nmb-14 {
	margin-bottom: -112px
}

.nml-14,.nmx-14 {
	margin-left: -112px
}

.nmx-14 {
	margin-right: -112px
}

.nmy-14 {
	margin-top: -112px;
	margin-bottom: -112px
}

.nm-15 {
	margin: -128px
}

.nmt-15 {
	margin-top: -128px
}

.nmr-15 {
	margin-right: -128px
}

.nmb-15 {
	margin-bottom: -128px
}

.nml-15,.nmx-15 {
	margin-left: -128px
}

.nmx-15 {
	margin-right: -128px
}

.nmy-15 {
	margin-top: -128px;
	margin-bottom: -128px
}

.nm-16 {
	margin: -192px
}

.nmt-16 {
	margin-top: -192px
}

.nmr-16 {
	margin-right: -192px
}

.nmb-16 {
	margin-bottom: -192px
}

.nml-16,.nmx-16 {
	margin-left: -192px
}

.nmx-16 {
	margin-right: -192px
}

.nmy-16 {
	margin-top: -192px;
	margin-bottom: -192px
}

.m-auto {
	margin: auto
}

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.mb-auto {
	margin-bottom: auto
}

.ml-auto,.mx-auto {
	margin-left: auto
}

.mx-auto {
	margin-right: auto
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

@media (min-width:768px) {
	.m-sm-0 {
		margin: 0
	}

	.mt-sm-0 {
		margin-top: 0
	}

	.mr-sm-0 {
		margin-right: 0
	}

	.mb-sm-0 {
		margin-bottom: 0
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0
	}

	.mx-sm-0 {
		margin-right: 0
	}

	.my-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-sm-1 {
		margin: 2px
	}

	.mt-sm-1 {
		margin-top: 2px
	}

	.mr-sm-1 {
		margin-right: 2px
	}

	.mb-sm-1 {
		margin-bottom: 2px
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: 2px
	}

	.mx-sm-1 {
		margin-right: 2px
	}

	.my-sm-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-sm-2 {
		margin: 4px
	}

	.mt-sm-2 {
		margin-top: 4px
	}

	.mr-sm-2 {
		margin-right: 4px
	}

	.mb-sm-2 {
		margin-bottom: 4px
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: 4px
	}

	.mx-sm-2 {
		margin-right: 4px
	}

	.my-sm-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-sm-3 {
		margin: 8px
	}

	.mt-sm-3 {
		margin-top: 8px
	}

	.mr-sm-3 {
		margin-right: 8px
	}

	.mb-sm-3 {
		margin-bottom: 8px
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 8px
	}

	.mx-sm-3 {
		margin-right: 8px
	}

	.my-sm-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-sm-4 {
		margin: 12px
	}

	.mt-sm-4 {
		margin-top: 12px
	}

	.mr-sm-4 {
		margin-right: 12px
	}

	.mb-sm-4 {
		margin-bottom: 12px
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 12px
	}

	.mx-sm-4 {
		margin-right: 12px
	}

	.my-sm-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-sm-5 {
		margin: 16px
	}

	.mt-sm-5 {
		margin-top: 16px
	}

	.mr-sm-5 {
		margin-right: 16px
	}

	.mb-sm-5 {
		margin-bottom: 16px
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 16px
	}

	.mx-sm-5 {
		margin-right: 16px
	}

	.my-sm-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-sm-6 {
		margin: 24px
	}

	.mt-sm-6 {
		margin-top: 24px
	}

	.mr-sm-6 {
		margin-right: 24px
	}

	.mb-sm-6 {
		margin-bottom: 24px
	}

	.ml-sm-6,.mx-sm-6 {
		margin-left: 24px
	}

	.mx-sm-6 {
		margin-right: 24px
	}

	.my-sm-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-sm-7 {
		margin: 32px
	}

	.mt-sm-7 {
		margin-top: 32px
	}

	.mr-sm-7 {
		margin-right: 32px
	}

	.mb-sm-7 {
		margin-bottom: 32px
	}

	.ml-sm-7,.mx-sm-7 {
		margin-left: 32px
	}

	.mx-sm-7 {
		margin-right: 32px
	}

	.my-sm-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-sm-8 {
		margin: 40px
	}

	.mt-sm-8 {
		margin-top: 40px
	}

	.mr-sm-8 {
		margin-right: 40px
	}

	.mb-sm-8 {
		margin-bottom: 40px
	}

	.ml-sm-8,.mx-sm-8 {
		margin-left: 40px
	}

	.mx-sm-8 {
		margin-right: 40px
	}

	.my-sm-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-sm-9 {
		margin: 48px
	}

	.mt-sm-9 {
		margin-top: 48px
	}

	.mr-sm-9 {
		margin-right: 48px
	}

	.mb-sm-9 {
		margin-bottom: 48px
	}

	.ml-sm-9,.mx-sm-9 {
		margin-left: 48px
	}

	.mx-sm-9 {
		margin-right: 48px
	}

	.my-sm-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-sm-10 {
		margin: 56px
	}

	.mt-sm-10 {
		margin-top: 56px
	}

	.mr-sm-10 {
		margin-right: 56px
	}

	.mb-sm-10 {
		margin-bottom: 56px
	}

	.ml-sm-10,.mx-sm-10 {
		margin-left: 56px
	}

	.mx-sm-10 {
		margin-right: 56px
	}

	.my-sm-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-sm-11 {
		margin: 64px
	}

	.mt-sm-11 {
		margin-top: 64px
	}

	.mr-sm-11 {
		margin-right: 64px
	}

	.mb-sm-11 {
		margin-bottom: 64px
	}

	.ml-sm-11,.mx-sm-11 {
		margin-left: 64px
	}

	.mx-sm-11 {
		margin-right: 64px
	}

	.my-sm-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-sm-12 {
		margin: 80px
	}

	.mt-sm-12 {
		margin-top: 80px
	}

	.mr-sm-12 {
		margin-right: 80px
	}

	.mb-sm-12 {
		margin-bottom: 80px
	}

	.ml-sm-12,.mx-sm-12 {
		margin-left: 80px
	}

	.mx-sm-12 {
		margin-right: 80px
	}

	.my-sm-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-sm-13 {
		margin: 96px
	}

	.mt-sm-13 {
		margin-top: 96px
	}

	.mr-sm-13 {
		margin-right: 96px
	}

	.mb-sm-13 {
		margin-bottom: 96px
	}

	.ml-sm-13,.mx-sm-13 {
		margin-left: 96px
	}

	.mx-sm-13 {
		margin-right: 96px
	}

	.my-sm-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-sm-14 {
		margin: 112px
	}

	.mt-sm-14 {
		margin-top: 112px
	}

	.mr-sm-14 {
		margin-right: 112px
	}

	.mb-sm-14 {
		margin-bottom: 112px
	}

	.ml-sm-14,.mx-sm-14 {
		margin-left: 112px
	}

	.mx-sm-14 {
		margin-right: 112px
	}

	.my-sm-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-sm-15 {
		margin: 128px
	}

	.mt-sm-15 {
		margin-top: 128px
	}

	.mr-sm-15 {
		margin-right: 128px
	}

	.mb-sm-15 {
		margin-bottom: 128px
	}

	.ml-sm-15,.mx-sm-15 {
		margin-left: 128px
	}

	.mx-sm-15 {
		margin-right: 128px
	}

	.my-sm-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-sm-16 {
		margin: 192px
	}

	.mt-sm-16 {
		margin-top: 192px
	}

	.mr-sm-16 {
		margin-right: 192px
	}

	.mb-sm-16 {
		margin-bottom: 192px
	}

	.ml-sm-16,.mx-sm-16 {
		margin-left: 192px
	}

	.mx-sm-16 {
		margin-right: 192px
	}

	.my-sm-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-sm-0 {
		padding: 0
	}

	.pt-sm-0 {
		padding-top: 0
	}

	.pr-sm-0 {
		padding-right: 0
	}

	.pb-sm-0 {
		padding-bottom: 0
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0
	}

	.px-sm-0 {
		padding-right: 0
	}

	.py-sm-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-sm-1 {
		padding: 2px
	}

	.pt-sm-1 {
		padding-top: 2px
	}

	.pr-sm-1 {
		padding-right: 2px
	}

	.pb-sm-1 {
		padding-bottom: 2px
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: 2px
	}

	.px-sm-1 {
		padding-right: 2px
	}

	.py-sm-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-sm-2 {
		padding: 4px
	}

	.pt-sm-2 {
		padding-top: 4px
	}

	.pr-sm-2 {
		padding-right: 4px
	}

	.pb-sm-2 {
		padding-bottom: 4px
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: 4px
	}

	.px-sm-2 {
		padding-right: 4px
	}

	.py-sm-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-sm-3 {
		padding: 8px
	}

	.pt-sm-3 {
		padding-top: 8px
	}

	.pr-sm-3 {
		padding-right: 8px
	}

	.pb-sm-3 {
		padding-bottom: 8px
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 8px
	}

	.px-sm-3 {
		padding-right: 8px
	}

	.py-sm-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-sm-4 {
		padding: 12px
	}

	.pt-sm-4 {
		padding-top: 12px
	}

	.pr-sm-4 {
		padding-right: 12px
	}

	.pb-sm-4 {
		padding-bottom: 12px
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 12px
	}

	.px-sm-4 {
		padding-right: 12px
	}

	.py-sm-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-sm-5 {
		padding: 16px
	}

	.pt-sm-5 {
		padding-top: 16px
	}

	.pr-sm-5 {
		padding-right: 16px
	}

	.pb-sm-5 {
		padding-bottom: 16px
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 16px
	}

	.px-sm-5 {
		padding-right: 16px
	}

	.py-sm-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-sm-6 {
		padding: 24px
	}

	.pt-sm-6 {
		padding-top: 24px
	}

	.pr-sm-6 {
		padding-right: 24px
	}

	.pb-sm-6 {
		padding-bottom: 24px
	}

	.pl-sm-6,.px-sm-6 {
		padding-left: 24px
	}

	.px-sm-6 {
		padding-right: 24px
	}

	.py-sm-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-sm-7 {
		padding: 32px
	}

	.pt-sm-7 {
		padding-top: 32px
	}

	.pr-sm-7 {
		padding-right: 32px
	}

	.pb-sm-7 {
		padding-bottom: 32px
	}

	.pl-sm-7,.px-sm-7 {
		padding-left: 32px
	}

	.px-sm-7 {
		padding-right: 32px
	}

	.py-sm-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-sm-8 {
		padding: 40px
	}

	.pt-sm-8 {
		padding-top: 40px
	}

	.pr-sm-8 {
		padding-right: 40px
	}

	.pb-sm-8 {
		padding-bottom: 40px
	}

	.pl-sm-8,.px-sm-8 {
		padding-left: 40px
	}

	.px-sm-8 {
		padding-right: 40px
	}

	.py-sm-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-sm-9 {
		padding: 48px
	}

	.pt-sm-9 {
		padding-top: 48px
	}

	.pr-sm-9 {
		padding-right: 48px
	}

	.pb-sm-9 {
		padding-bottom: 48px
	}

	.pl-sm-9,.px-sm-9 {
		padding-left: 48px
	}

	.px-sm-9 {
		padding-right: 48px
	}

	.py-sm-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-sm-10 {
		padding: 56px
	}

	.pt-sm-10 {
		padding-top: 56px
	}

	.pr-sm-10 {
		padding-right: 56px
	}

	.pb-sm-10 {
		padding-bottom: 56px
	}

	.pl-sm-10,.px-sm-10 {
		padding-left: 56px
	}

	.px-sm-10 {
		padding-right: 56px
	}

	.py-sm-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-sm-11 {
		padding: 64px
	}

	.pt-sm-11 {
		padding-top: 64px
	}

	.pr-sm-11 {
		padding-right: 64px
	}

	.pb-sm-11 {
		padding-bottom: 64px
	}

	.pl-sm-11,.px-sm-11 {
		padding-left: 64px
	}

	.px-sm-11 {
		padding-right: 64px
	}

	.py-sm-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-sm-12 {
		padding: 80px
	}

	.pt-sm-12 {
		padding-top: 80px
	}

	.pr-sm-12 {
		padding-right: 80px
	}

	.pb-sm-12 {
		padding-bottom: 80px
	}

	.pl-sm-12,.px-sm-12 {
		padding-left: 80px
	}

	.px-sm-12 {
		padding-right: 80px
	}

	.py-sm-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-sm-13 {
		padding: 96px
	}

	.pt-sm-13 {
		padding-top: 96px
	}

	.pr-sm-13 {
		padding-right: 96px
	}

	.pb-sm-13 {
		padding-bottom: 96px
	}

	.pl-sm-13,.px-sm-13 {
		padding-left: 96px
	}

	.px-sm-13 {
		padding-right: 96px
	}

	.py-sm-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-sm-14 {
		padding: 112px
	}

	.pt-sm-14 {
		padding-top: 112px
	}

	.pr-sm-14 {
		padding-right: 112px
	}

	.pb-sm-14 {
		padding-bottom: 112px
	}

	.pl-sm-14,.px-sm-14 {
		padding-left: 112px
	}

	.px-sm-14 {
		padding-right: 112px
	}

	.py-sm-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-sm-15 {
		padding: 128px
	}

	.pt-sm-15 {
		padding-top: 128px
	}

	.pr-sm-15 {
		padding-right: 128px
	}

	.pb-sm-15 {
		padding-bottom: 128px
	}

	.pl-sm-15,.px-sm-15 {
		padding-left: 128px
	}

	.px-sm-15 {
		padding-right: 128px
	}

	.py-sm-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-sm-16 {
		padding: 192px
	}

	.pt-sm-16 {
		padding-top: 192px
	}

	.pr-sm-16 {
		padding-right: 192px
	}

	.pb-sm-16 {
		padding-bottom: 192px
	}

	.pl-sm-16,.px-sm-16 {
		padding-left: 192px
	}

	.px-sm-16 {
		padding-right: 192px
	}

	.py-sm-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-sm-0 {
		margin: 0
	}

	.nmt-sm-0 {
		margin-top: 0
	}

	.nmr-sm-0 {
		margin-right: 0
	}

	.nmb-sm-0 {
		margin-bottom: 0
	}

	.nml-sm-0,.nmx-sm-0 {
		margin-left: 0
	}

	.nmx-sm-0 {
		margin-right: 0
	}

	.nmy-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-sm-1 {
		margin: -2px
	}

	.nmt-sm-1 {
		margin-top: -2px
	}

	.nmr-sm-1 {
		margin-right: -2px
	}

	.nmb-sm-1 {
		margin-bottom: -2px
	}

	.nml-sm-1,.nmx-sm-1 {
		margin-left: -2px
	}

	.nmx-sm-1 {
		margin-right: -2px
	}

	.nmy-sm-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-sm-2 {
		margin: -4px
	}

	.nmt-sm-2 {
		margin-top: -4px
	}

	.nmr-sm-2 {
		margin-right: -4px
	}

	.nmb-sm-2 {
		margin-bottom: -4px
	}

	.nml-sm-2,.nmx-sm-2 {
		margin-left: -4px
	}

	.nmx-sm-2 {
		margin-right: -4px
	}

	.nmy-sm-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-sm-3 {
		margin: -8px
	}

	.nmt-sm-3 {
		margin-top: -8px
	}

	.nmr-sm-3 {
		margin-right: -8px
	}

	.nmb-sm-3 {
		margin-bottom: -8px
	}

	.nml-sm-3,.nmx-sm-3 {
		margin-left: -8px
	}

	.nmx-sm-3 {
		margin-right: -8px
	}

	.nmy-sm-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-sm-4 {
		margin: -12px
	}

	.nmt-sm-4 {
		margin-top: -12px
	}

	.nmr-sm-4 {
		margin-right: -12px
	}

	.nmb-sm-4 {
		margin-bottom: -12px
	}

	.nml-sm-4,.nmx-sm-4 {
		margin-left: -12px
	}

	.nmx-sm-4 {
		margin-right: -12px
	}

	.nmy-sm-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-sm-5 {
		margin: -16px
	}

	.nmt-sm-5 {
		margin-top: -16px
	}

	.nmr-sm-5 {
		margin-right: -16px
	}

	.nmb-sm-5 {
		margin-bottom: -16px
	}

	.nml-sm-5,.nmx-sm-5 {
		margin-left: -16px
	}

	.nmx-sm-5 {
		margin-right: -16px
	}

	.nmy-sm-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-sm-6 {
		margin: -24px
	}

	.nmt-sm-6 {
		margin-top: -24px
	}

	.nmr-sm-6 {
		margin-right: -24px
	}

	.nmb-sm-6 {
		margin-bottom: -24px
	}

	.nml-sm-6,.nmx-sm-6 {
		margin-left: -24px
	}

	.nmx-sm-6 {
		margin-right: -24px
	}

	.nmy-sm-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-sm-7 {
		margin: -32px
	}

	.nmt-sm-7 {
		margin-top: -32px
	}

	.nmr-sm-7 {
		margin-right: -32px
	}

	.nmb-sm-7 {
		margin-bottom: -32px
	}

	.nml-sm-7,.nmx-sm-7 {
		margin-left: -32px
	}

	.nmx-sm-7 {
		margin-right: -32px
	}

	.nmy-sm-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-sm-8 {
		margin: -40px
	}

	.nmt-sm-8 {
		margin-top: -40px
	}

	.nmr-sm-8 {
		margin-right: -40px
	}

	.nmb-sm-8 {
		margin-bottom: -40px
	}

	.nml-sm-8,.nmx-sm-8 {
		margin-left: -40px
	}

	.nmx-sm-8 {
		margin-right: -40px
	}

	.nmy-sm-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-sm-9 {
		margin: -48px
	}

	.nmt-sm-9 {
		margin-top: -48px
	}

	.nmr-sm-9 {
		margin-right: -48px
	}

	.nmb-sm-9 {
		margin-bottom: -48px
	}

	.nml-sm-9,.nmx-sm-9 {
		margin-left: -48px
	}

	.nmx-sm-9 {
		margin-right: -48px
	}

	.nmy-sm-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-sm-10 {
		margin: -56px
	}

	.nmt-sm-10 {
		margin-top: -56px
	}

	.nmr-sm-10 {
		margin-right: -56px
	}

	.nmb-sm-10 {
		margin-bottom: -56px
	}

	.nml-sm-10,.nmx-sm-10 {
		margin-left: -56px
	}

	.nmx-sm-10 {
		margin-right: -56px
	}

	.nmy-sm-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-sm-11 {
		margin: -64px
	}

	.nmt-sm-11 {
		margin-top: -64px
	}

	.nmr-sm-11 {
		margin-right: -64px
	}

	.nmb-sm-11 {
		margin-bottom: -64px
	}

	.nml-sm-11,.nmx-sm-11 {
		margin-left: -64px
	}

	.nmx-sm-11 {
		margin-right: -64px
	}

	.nmy-sm-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-sm-12 {
		margin: -80px
	}

	.nmt-sm-12 {
		margin-top: -80px
	}

	.nmr-sm-12 {
		margin-right: -80px
	}

	.nmb-sm-12 {
		margin-bottom: -80px
	}

	.nml-sm-12,.nmx-sm-12 {
		margin-left: -80px
	}

	.nmx-sm-12 {
		margin-right: -80px
	}

	.nmy-sm-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-sm-13 {
		margin: -96px
	}

	.nmt-sm-13 {
		margin-top: -96px
	}

	.nmr-sm-13 {
		margin-right: -96px
	}

	.nmb-sm-13 {
		margin-bottom: -96px
	}

	.nml-sm-13,.nmx-sm-13 {
		margin-left: -96px
	}

	.nmx-sm-13 {
		margin-right: -96px
	}

	.nmy-sm-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-sm-14 {
		margin: -112px
	}

	.nmt-sm-14 {
		margin-top: -112px
	}

	.nmr-sm-14 {
		margin-right: -112px
	}

	.nmb-sm-14 {
		margin-bottom: -112px
	}

	.nml-sm-14,.nmx-sm-14 {
		margin-left: -112px
	}

	.nmx-sm-14 {
		margin-right: -112px
	}

	.nmy-sm-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-sm-15 {
		margin: -128px
	}

	.nmt-sm-15 {
		margin-top: -128px
	}

	.nmr-sm-15 {
		margin-right: -128px
	}

	.nmb-sm-15 {
		margin-bottom: -128px
	}

	.nml-sm-15,.nmx-sm-15 {
		margin-left: -128px
	}

	.nmx-sm-15 {
		margin-right: -128px
	}

	.nmy-sm-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-sm-16 {
		margin: -192px
	}

	.nmt-sm-16 {
		margin-top: -192px
	}

	.nmr-sm-16 {
		margin-right: -192px
	}

	.nmb-sm-16 {
		margin-bottom: -192px
	}

	.nml-sm-16,.nmx-sm-16 {
		margin-left: -192px
	}

	.nmx-sm-16 {
		margin-right: -192px
	}

	.nmy-sm-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-sm-auto {
		margin: auto
	}

	.mt-sm-auto {
		margin-top: auto
	}

	.mr-sm-auto {
		margin-right: auto
	}

	.mb-sm-auto {
		margin-bottom: auto
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto
	}

	.mx-sm-auto {
		margin-right: auto
	}

	.my-sm-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (min-width:992px) {
	.m-md-0 {
		margin: 0
	}

	.mt-md-0 {
		margin-top: 0
	}

	.mr-md-0 {
		margin-right: 0
	}

	.mb-md-0 {
		margin-bottom: 0
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0
	}

	.mx-md-0 {
		margin-right: 0
	}

	.my-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-md-1 {
		margin: 2px
	}

	.mt-md-1 {
		margin-top: 2px
	}

	.mr-md-1 {
		margin-right: 2px
	}

	.mb-md-1 {
		margin-bottom: 2px
	}

	.ml-md-1,.mx-md-1 {
		margin-left: 2px
	}

	.mx-md-1 {
		margin-right: 2px
	}

	.my-md-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-md-2 {
		margin: 4px
	}

	.mt-md-2 {
		margin-top: 4px
	}

	.mr-md-2 {
		margin-right: 4px
	}

	.mb-md-2 {
		margin-bottom: 4px
	}

	.ml-md-2,.mx-md-2 {
		margin-left: 4px
	}

	.mx-md-2 {
		margin-right: 4px
	}

	.my-md-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-md-3 {
		margin: 8px
	}

	.mt-md-3 {
		margin-top: 8px
	}

	.mr-md-3 {
		margin-right: 8px
	}

	.mb-md-3 {
		margin-bottom: 8px
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 8px
	}

	.mx-md-3 {
		margin-right: 8px
	}

	.my-md-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-md-4 {
		margin: 12px
	}

	.mt-md-4 {
		margin-top: 12px
	}

	.mr-md-4 {
		margin-right: 12px
	}

	.mb-md-4 {
		margin-bottom: 12px
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 12px
	}

	.mx-md-4 {
		margin-right: 12px
	}

	.my-md-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-md-5 {
		margin: 16px
	}

	.mt-md-5 {
		margin-top: 16px
	}

	.mr-md-5 {
		margin-right: 16px
	}

	.mb-md-5 {
		margin-bottom: 16px
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 16px
	}

	.mx-md-5 {
		margin-right: 16px
	}

	.my-md-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-md-6 {
		margin: 24px
	}

	.mt-md-6 {
		margin-top: 24px
	}

	.mr-md-6 {
		margin-right: 24px
	}

	.mb-md-6 {
		margin-bottom: 24px
	}

	.ml-md-6,.mx-md-6 {
		margin-left: 24px
	}

	.mx-md-6 {
		margin-right: 24px
	}

	.my-md-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-md-7 {
		margin: 32px
	}

	.mt-md-7 {
		margin-top: 32px
	}

	.mr-md-7 {
		margin-right: 32px
	}

	.mb-md-7 {
		margin-bottom: 32px
	}

	.ml-md-7,.mx-md-7 {
		margin-left: 32px
	}

	.mx-md-7 {
		margin-right: 32px
	}

	.my-md-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-md-8 {
		margin: 40px
	}

	.mt-md-8 {
		margin-top: 40px
	}

	.mr-md-8 {
		margin-right: 40px
	}

	.mb-md-8 {
		margin-bottom: 40px
	}

	.ml-md-8,.mx-md-8 {
		margin-left: 40px
	}

	.mx-md-8 {
		margin-right: 40px
	}

	.my-md-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-md-9 {
		margin: 48px
	}

	.mt-md-9 {
		margin-top: 48px
	}

	.mr-md-9 {
		margin-right: 48px
	}

	.mb-md-9 {
		margin-bottom: 48px
	}

	.ml-md-9,.mx-md-9 {
		margin-left: 48px
	}

	.mx-md-9 {
		margin-right: 48px
	}

	.my-md-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-md-10 {
		margin: 56px
	}

	.mt-md-10 {
		margin-top: 56px
	}

	.mr-md-10 {
		margin-right: 56px
	}

	.mb-md-10 {
		margin-bottom: 56px
	}

	.ml-md-10,.mx-md-10 {
		margin-left: 56px
	}

	.mx-md-10 {
		margin-right: 56px
	}

	.my-md-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-md-11 {
		margin: 64px
	}

	.mt-md-11 {
		margin-top: 64px
	}

	.mr-md-11 {
		margin-right: 64px
	}

	.mb-md-11 {
		margin-bottom: 64px
	}

	.ml-md-11,.mx-md-11 {
		margin-left: 64px
	}

	.mx-md-11 {
		margin-right: 64px
	}

	.my-md-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-md-12 {
		margin: 80px
	}

	.mt-md-12 {
		margin-top: 80px
	}

	.mr-md-12 {
		margin-right: 80px
	}

	.mb-md-12 {
		margin-bottom: 80px
	}

	.ml-md-12,.mx-md-12 {
		margin-left: 80px
	}

	.mx-md-12 {
		margin-right: 80px
	}

	.my-md-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-md-13 {
		margin: 96px
	}

	.mt-md-13 {
		margin-top: 96px
	}

	.mr-md-13 {
		margin-right: 96px
	}

	.mb-md-13 {
		margin-bottom: 96px
	}

	.ml-md-13,.mx-md-13 {
		margin-left: 96px
	}

	.mx-md-13 {
		margin-right: 96px
	}

	.my-md-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-md-14 {
		margin: 112px
	}

	.mt-md-14 {
		margin-top: 112px
	}

	.mr-md-14 {
		margin-right: 112px
	}

	.mb-md-14 {
		margin-bottom: 112px
	}

	.ml-md-14,.mx-md-14 {
		margin-left: 112px
	}

	.mx-md-14 {
		margin-right: 112px
	}

	.my-md-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-md-15 {
		margin: 128px
	}

	.mt-md-15 {
		margin-top: 128px
	}

	.mr-md-15 {
		margin-right: 128px
	}

	.mb-md-15 {
		margin-bottom: 128px
	}

	.ml-md-15,.mx-md-15 {
		margin-left: 128px
	}

	.mx-md-15 {
		margin-right: 128px
	}

	.my-md-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-md-16 {
		margin: 192px
	}

	.mt-md-16 {
		margin-top: 192px
	}

	.mr-md-16 {
		margin-right: 192px
	}

	.mb-md-16 {
		margin-bottom: 192px
	}

	.ml-md-16,.mx-md-16 {
		margin-left: 192px
	}

	.mx-md-16 {
		margin-right: 192px
	}

	.my-md-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-md-0 {
		padding: 0
	}

	.pt-md-0 {
		padding-top: 0
	}

	.pr-md-0 {
		padding-right: 0
	}

	.pb-md-0 {
		padding-bottom: 0
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0
	}

	.px-md-0 {
		padding-right: 0
	}

	.py-md-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-md-1 {
		padding: 2px
	}

	.pt-md-1 {
		padding-top: 2px
	}

	.pr-md-1 {
		padding-right: 2px
	}

	.pb-md-1 {
		padding-bottom: 2px
	}

	.pl-md-1,.px-md-1 {
		padding-left: 2px
	}

	.px-md-1 {
		padding-right: 2px
	}

	.py-md-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-md-2 {
		padding: 4px
	}

	.pt-md-2 {
		padding-top: 4px
	}

	.pr-md-2 {
		padding-right: 4px
	}

	.pb-md-2 {
		padding-bottom: 4px
	}

	.pl-md-2,.px-md-2 {
		padding-left: 4px
	}

	.px-md-2 {
		padding-right: 4px
	}

	.py-md-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-md-3 {
		padding: 8px
	}

	.pt-md-3 {
		padding-top: 8px
	}

	.pr-md-3 {
		padding-right: 8px
	}

	.pb-md-3 {
		padding-bottom: 8px
	}

	.pl-md-3,.px-md-3 {
		padding-left: 8px
	}

	.px-md-3 {
		padding-right: 8px
	}

	.py-md-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-md-4 {
		padding: 12px
	}

	.pt-md-4 {
		padding-top: 12px
	}

	.pr-md-4 {
		padding-right: 12px
	}

	.pb-md-4 {
		padding-bottom: 12px
	}

	.pl-md-4,.px-md-4 {
		padding-left: 12px
	}

	.px-md-4 {
		padding-right: 12px
	}

	.py-md-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-md-5 {
		padding: 16px
	}

	.pt-md-5 {
		padding-top: 16px
	}

	.pr-md-5 {
		padding-right: 16px
	}

	.pb-md-5 {
		padding-bottom: 16px
	}

	.pl-md-5,.px-md-5 {
		padding-left: 16px
	}

	.px-md-5 {
		padding-right: 16px
	}

	.py-md-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-md-6 {
		padding: 24px
	}

	.pt-md-6 {
		padding-top: 24px
	}

	.pr-md-6 {
		padding-right: 24px
	}

	.pb-md-6 {
		padding-bottom: 24px
	}

	.pl-md-6,.px-md-6 {
		padding-left: 24px
	}

	.px-md-6 {
		padding-right: 24px
	}

	.py-md-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-md-7 {
		padding: 32px
	}

	.pt-md-7 {
		padding-top: 32px
	}

	.pr-md-7 {
		padding-right: 32px
	}

	.pb-md-7 {
		padding-bottom: 32px
	}

	.pl-md-7,.px-md-7 {
		padding-left: 32px
	}

	.px-md-7 {
		padding-right: 32px
	}

	.py-md-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-md-8 {
		padding: 40px
	}

	.pt-md-8 {
		padding-top: 40px
	}

	.pr-md-8 {
		padding-right: 40px
	}

	.pb-md-8 {
		padding-bottom: 40px
	}

	.pl-md-8,.px-md-8 {
		padding-left: 40px
	}

	.px-md-8 {
		padding-right: 40px
	}

	.py-md-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-md-9 {
		padding: 48px
	}

	.pt-md-9 {
		padding-top: 48px
	}

	.pr-md-9 {
		padding-right: 48px
	}

	.pb-md-9 {
		padding-bottom: 48px
	}

	.pl-md-9,.px-md-9 {
		padding-left: 48px
	}

	.px-md-9 {
		padding-right: 48px
	}

	.py-md-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-md-10 {
		padding: 56px
	}

	.pt-md-10 {
		padding-top: 56px
	}

	.pr-md-10 {
		padding-right: 56px
	}

	.pb-md-10 {
		padding-bottom: 56px
	}

	.pl-md-10,.px-md-10 {
		padding-left: 56px
	}

	.px-md-10 {
		padding-right: 56px
	}

	.py-md-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-md-11 {
		padding: 64px
	}

	.pt-md-11 {
		padding-top: 64px
	}

	.pr-md-11 {
		padding-right: 64px
	}

	.pb-md-11 {
		padding-bottom: 64px
	}

	.pl-md-11,.px-md-11 {
		padding-left: 64px
	}

	.px-md-11 {
		padding-right: 64px
	}

	.py-md-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-md-12 {
		padding: 80px
	}

	.pt-md-12 {
		padding-top: 80px
	}

	.pr-md-12 {
		padding-right: 80px
	}

	.pb-md-12 {
		padding-bottom: 80px
	}

	.pl-md-12,.px-md-12 {
		padding-left: 80px
	}

	.px-md-12 {
		padding-right: 80px
	}

	.py-md-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-md-13 {
		padding: 96px
	}

	.pt-md-13 {
		padding-top: 96px
	}

	.pr-md-13 {
		padding-right: 96px
	}

	.pb-md-13 {
		padding-bottom: 96px
	}

	.pl-md-13,.px-md-13 {
		padding-left: 96px
	}

	.px-md-13 {
		padding-right: 96px
	}

	.py-md-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-md-14 {
		padding: 112px
	}

	.pt-md-14 {
		padding-top: 112px
	}

	.pr-md-14 {
		padding-right: 112px
	}

	.pb-md-14 {
		padding-bottom: 112px
	}

	.pl-md-14,.px-md-14 {
		padding-left: 112px
	}

	.px-md-14 {
		padding-right: 112px
	}

	.py-md-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-md-15 {
		padding: 128px
	}

	.pt-md-15 {
		padding-top: 128px
	}

	.pr-md-15 {
		padding-right: 128px
	}

	.pb-md-15 {
		padding-bottom: 128px
	}

	.pl-md-15,.px-md-15 {
		padding-left: 128px
	}

	.px-md-15 {
		padding-right: 128px
	}

	.py-md-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-md-16 {
		padding: 192px
	}

	.pt-md-16 {
		padding-top: 192px
	}

	.pr-md-16 {
		padding-right: 192px
	}

	.pb-md-16 {
		padding-bottom: 192px
	}

	.pl-md-16,.px-md-16 {
		padding-left: 192px
	}

	.px-md-16 {
		padding-right: 192px
	}

	.py-md-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-md-0 {
		margin: 0
	}

	.nmt-md-0 {
		margin-top: 0
	}

	.nmr-md-0 {
		margin-right: 0
	}

	.nmb-md-0 {
		margin-bottom: 0
	}

	.nml-md-0,.nmx-md-0 {
		margin-left: 0
	}

	.nmx-md-0 {
		margin-right: 0
	}

	.nmy-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-md-1 {
		margin: -2px
	}

	.nmt-md-1 {
		margin-top: -2px
	}

	.nmr-md-1 {
		margin-right: -2px
	}

	.nmb-md-1 {
		margin-bottom: -2px
	}

	.nml-md-1,.nmx-md-1 {
		margin-left: -2px
	}

	.nmx-md-1 {
		margin-right: -2px
	}

	.nmy-md-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-md-2 {
		margin: -4px
	}

	.nmt-md-2 {
		margin-top: -4px
	}

	.nmr-md-2 {
		margin-right: -4px
	}

	.nmb-md-2 {
		margin-bottom: -4px
	}

	.nml-md-2,.nmx-md-2 {
		margin-left: -4px
	}

	.nmx-md-2 {
		margin-right: -4px
	}

	.nmy-md-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-md-3 {
		margin: -8px
	}

	.nmt-md-3 {
		margin-top: -8px
	}

	.nmr-md-3 {
		margin-right: -8px
	}

	.nmb-md-3 {
		margin-bottom: -8px
	}

	.nml-md-3,.nmx-md-3 {
		margin-left: -8px
	}

	.nmx-md-3 {
		margin-right: -8px
	}

	.nmy-md-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-md-4 {
		margin: -12px
	}

	.nmt-md-4 {
		margin-top: -12px
	}

	.nmr-md-4 {
		margin-right: -12px
	}

	.nmb-md-4 {
		margin-bottom: -12px
	}

	.nml-md-4,.nmx-md-4 {
		margin-left: -12px
	}

	.nmx-md-4 {
		margin-right: -12px
	}

	.nmy-md-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-md-5 {
		margin: -16px
	}

	.nmt-md-5 {
		margin-top: -16px
	}

	.nmr-md-5 {
		margin-right: -16px
	}

	.nmb-md-5 {
		margin-bottom: -16px
	}

	.nml-md-5,.nmx-md-5 {
		margin-left: -16px
	}

	.nmx-md-5 {
		margin-right: -16px
	}

	.nmy-md-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-md-6 {
		margin: -24px
	}

	.nmt-md-6 {
		margin-top: -24px
	}

	.nmr-md-6 {
		margin-right: -24px
	}

	.nmb-md-6 {
		margin-bottom: -24px
	}

	.nml-md-6,.nmx-md-6 {
		margin-left: -24px
	}

	.nmx-md-6 {
		margin-right: -24px
	}

	.nmy-md-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-md-7 {
		margin: -32px
	}

	.nmt-md-7 {
		margin-top: -32px
	}

	.nmr-md-7 {
		margin-right: -32px
	}

	.nmb-md-7 {
		margin-bottom: -32px
	}

	.nml-md-7,.nmx-md-7 {
		margin-left: -32px
	}

	.nmx-md-7 {
		margin-right: -32px
	}

	.nmy-md-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-md-8 {
		margin: -40px
	}

	.nmt-md-8 {
		margin-top: -40px
	}

	.nmr-md-8 {
		margin-right: -40px
	}

	.nmb-md-8 {
		margin-bottom: -40px
	}

	.nml-md-8,.nmx-md-8 {
		margin-left: -40px
	}

	.nmx-md-8 {
		margin-right: -40px
	}

	.nmy-md-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-md-9 {
		margin: -48px
	}

	.nmt-md-9 {
		margin-top: -48px
	}

	.nmr-md-9 {
		margin-right: -48px
	}

	.nmb-md-9 {
		margin-bottom: -48px
	}

	.nml-md-9,.nmx-md-9 {
		margin-left: -48px
	}

	.nmx-md-9 {
		margin-right: -48px
	}

	.nmy-md-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-md-10 {
		margin: -56px
	}

	.nmt-md-10 {
		margin-top: -56px
	}

	.nmr-md-10 {
		margin-right: -56px
	}

	.nmb-md-10 {
		margin-bottom: -56px
	}

	.nml-md-10,.nmx-md-10 {
		margin-left: -56px
	}

	.nmx-md-10 {
		margin-right: -56px
	}

	.nmy-md-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-md-11 {
		margin: -64px
	}

	.nmt-md-11 {
		margin-top: -64px
	}

	.nmr-md-11 {
		margin-right: -64px
	}

	.nmb-md-11 {
		margin-bottom: -64px
	}

	.nml-md-11,.nmx-md-11 {
		margin-left: -64px
	}

	.nmx-md-11 {
		margin-right: -64px
	}

	.nmy-md-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-md-12 {
		margin: -80px
	}

	.nmt-md-12 {
		margin-top: -80px
	}

	.nmr-md-12 {
		margin-right: -80px
	}

	.nmb-md-12 {
		margin-bottom: -80px
	}

	.nml-md-12,.nmx-md-12 {
		margin-left: -80px
	}

	.nmx-md-12 {
		margin-right: -80px
	}

	.nmy-md-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-md-13 {
		margin: -96px
	}

	.nmt-md-13 {
		margin-top: -96px
	}

	.nmr-md-13 {
		margin-right: -96px
	}

	.nmb-md-13 {
		margin-bottom: -96px
	}

	.nml-md-13,.nmx-md-13 {
		margin-left: -96px
	}

	.nmx-md-13 {
		margin-right: -96px
	}

	.nmy-md-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-md-14 {
		margin: -112px
	}

	.nmt-md-14 {
		margin-top: -112px
	}

	.nmr-md-14 {
		margin-right: -112px
	}

	.nmb-md-14 {
		margin-bottom: -112px
	}

	.nml-md-14,.nmx-md-14 {
		margin-left: -112px
	}

	.nmx-md-14 {
		margin-right: -112px
	}

	.nmy-md-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-md-15 {
		margin: -128px
	}

	.nmt-md-15 {
		margin-top: -128px
	}

	.nmr-md-15 {
		margin-right: -128px
	}

	.nmb-md-15 {
		margin-bottom: -128px
	}

	.nml-md-15,.nmx-md-15 {
		margin-left: -128px
	}

	.nmx-md-15 {
		margin-right: -128px
	}

	.nmy-md-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-md-16 {
		margin: -192px
	}

	.nmt-md-16 {
		margin-top: -192px
	}

	.nmr-md-16 {
		margin-right: -192px
	}

	.nmb-md-16 {
		margin-bottom: -192px
	}

	.nml-md-16,.nmx-md-16 {
		margin-left: -192px
	}

	.nmx-md-16 {
		margin-right: -192px
	}

	.nmy-md-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-md-auto {
		margin: auto
	}

	.mt-md-auto {
		margin-top: auto
	}

	.mr-md-auto {
		margin-right: auto
	}

	.mb-md-auto {
		margin-bottom: auto
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto
	}

	.mx-md-auto {
		margin-right: auto
	}

	.my-md-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (min-width:1200px) {
	.m-lg-0 {
		margin: 0
	}

	.mt-lg-0 {
		margin-top: 0
	}

	.mr-lg-0 {
		margin-right: 0
	}

	.mb-lg-0 {
		margin-bottom: 0
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0
	}

	.mx-lg-0 {
		margin-right: 0
	}

	.my-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-lg-1 {
		margin: 2px
	}

	.mt-lg-1 {
		margin-top: 2px
	}

	.mr-lg-1 {
		margin-right: 2px
	}

	.mb-lg-1 {
		margin-bottom: 2px
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: 2px
	}

	.mx-lg-1 {
		margin-right: 2px
	}

	.my-lg-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-lg-2 {
		margin: 4px
	}

	.mt-lg-2 {
		margin-top: 4px
	}

	.mr-lg-2 {
		margin-right: 4px
	}

	.mb-lg-2 {
		margin-bottom: 4px
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: 4px
	}

	.mx-lg-2 {
		margin-right: 4px
	}

	.my-lg-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-lg-3 {
		margin: 8px
	}

	.mt-lg-3 {
		margin-top: 8px
	}

	.mr-lg-3 {
		margin-right: 8px
	}

	.mb-lg-3 {
		margin-bottom: 8px
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 8px
	}

	.mx-lg-3 {
		margin-right: 8px
	}

	.my-lg-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-lg-4 {
		margin: 12px
	}

	.mt-lg-4 {
		margin-top: 12px
	}

	.mr-lg-4 {
		margin-right: 12px
	}

	.mb-lg-4 {
		margin-bottom: 12px
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 12px
	}

	.mx-lg-4 {
		margin-right: 12px
	}

	.my-lg-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-lg-5 {
		margin: 16px
	}

	.mt-lg-5 {
		margin-top: 16px
	}

	.mr-lg-5 {
		margin-right: 16px
	}

	.mb-lg-5 {
		margin-bottom: 16px
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 16px
	}

	.mx-lg-5 {
		margin-right: 16px
	}

	.my-lg-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-lg-6 {
		margin: 24px
	}

	.mt-lg-6 {
		margin-top: 24px
	}

	.mr-lg-6 {
		margin-right: 24px
	}

	.mb-lg-6 {
		margin-bottom: 24px
	}

	.ml-lg-6,.mx-lg-6 {
		margin-left: 24px
	}

	.mx-lg-6 {
		margin-right: 24px
	}

	.my-lg-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-lg-7 {
		margin: 32px
	}

	.mt-lg-7 {
		margin-top: 32px
	}

	.mr-lg-7 {
		margin-right: 32px
	}

	.mb-lg-7 {
		margin-bottom: 32px
	}

	.ml-lg-7,.mx-lg-7 {
		margin-left: 32px
	}

	.mx-lg-7 {
		margin-right: 32px
	}

	.my-lg-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-lg-8 {
		margin: 40px
	}

	.mt-lg-8 {
		margin-top: 40px
	}

	.mr-lg-8 {
		margin-right: 40px
	}

	.mb-lg-8 {
		margin-bottom: 40px
	}

	.ml-lg-8,.mx-lg-8 {
		margin-left: 40px
	}

	.mx-lg-8 {
		margin-right: 40px
	}

	.my-lg-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-lg-9 {
		margin: 48px
	}

	.mt-lg-9 {
		margin-top: 48px
	}

	.mr-lg-9 {
		margin-right: 48px
	}

	.mb-lg-9 {
		margin-bottom: 48px
	}

	.ml-lg-9,.mx-lg-9 {
		margin-left: 48px
	}

	.mx-lg-9 {
		margin-right: 48px
	}

	.my-lg-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-lg-10 {
		margin: 56px
	}

	.mt-lg-10 {
		margin-top: 56px
	}

	.mr-lg-10 {
		margin-right: 56px
	}

	.mb-lg-10 {
		margin-bottom: 56px
	}

	.ml-lg-10,.mx-lg-10 {
		margin-left: 56px
	}

	.mx-lg-10 {
		margin-right: 56px
	}

	.my-lg-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-lg-11 {
		margin: 64px
	}

	.mt-lg-11 {
		margin-top: 64px
	}

	.mr-lg-11 {
		margin-right: 64px
	}

	.mb-lg-11 {
		margin-bottom: 64px
	}

	.ml-lg-11,.mx-lg-11 {
		margin-left: 64px
	}

	.mx-lg-11 {
		margin-right: 64px
	}

	.my-lg-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-lg-12 {
		margin: 80px
	}

	.mt-lg-12 {
		margin-top: 80px
	}

	.mr-lg-12 {
		margin-right: 80px
	}

	.mb-lg-12 {
		margin-bottom: 80px
	}

	.ml-lg-12,.mx-lg-12 {
		margin-left: 80px
	}

	.mx-lg-12 {
		margin-right: 80px
	}

	.my-lg-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-lg-13 {
		margin: 96px
	}

	.mt-lg-13 {
		margin-top: 96px
	}

	.mr-lg-13 {
		margin-right: 96px
	}

	.mb-lg-13 {
		margin-bottom: 96px
	}

	.ml-lg-13,.mx-lg-13 {
		margin-left: 96px
	}

	.mx-lg-13 {
		margin-right: 96px
	}

	.my-lg-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-lg-14 {
		margin: 112px
	}

	.mt-lg-14 {
		margin-top: 112px
	}

	.mr-lg-14 {
		margin-right: 112px
	}

	.mb-lg-14 {
		margin-bottom: 112px
	}

	.ml-lg-14,.mx-lg-14 {
		margin-left: 112px
	}

	.mx-lg-14 {
		margin-right: 112px
	}

	.my-lg-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-lg-15 {
		margin: 128px
	}

	.mt-lg-15 {
		margin-top: 128px
	}

	.mr-lg-15 {
		margin-right: 128px
	}

	.mb-lg-15 {
		margin-bottom: 128px
	}

	.ml-lg-15,.mx-lg-15 {
		margin-left: 128px
	}

	.mx-lg-15 {
		margin-right: 128px
	}

	.my-lg-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-lg-16 {
		margin: 192px
	}

	.mt-lg-16 {
		margin-top: 192px
	}

	.mr-lg-16 {
		margin-right: 192px
	}

	.mb-lg-16 {
		margin-bottom: 192px
	}

	.ml-lg-16,.mx-lg-16 {
		margin-left: 192px
	}

	.mx-lg-16 {
		margin-right: 192px
	}

	.my-lg-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-lg-0 {
		padding: 0
	}

	.pt-lg-0 {
		padding-top: 0
	}

	.pr-lg-0 {
		padding-right: 0
	}

	.pb-lg-0 {
		padding-bottom: 0
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0
	}

	.px-lg-0 {
		padding-right: 0
	}

	.py-lg-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-lg-1 {
		padding: 2px
	}

	.pt-lg-1 {
		padding-top: 2px
	}

	.pr-lg-1 {
		padding-right: 2px
	}

	.pb-lg-1 {
		padding-bottom: 2px
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: 2px
	}

	.px-lg-1 {
		padding-right: 2px
	}

	.py-lg-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-lg-2 {
		padding: 4px
	}

	.pt-lg-2 {
		padding-top: 4px
	}

	.pr-lg-2 {
		padding-right: 4px
	}

	.pb-lg-2 {
		padding-bottom: 4px
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: 4px
	}

	.px-lg-2 {
		padding-right: 4px
	}

	.py-lg-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-lg-3 {
		padding: 8px
	}

	.pt-lg-3 {
		padding-top: 8px
	}

	.pr-lg-3 {
		padding-right: 8px
	}

	.pb-lg-3 {
		padding-bottom: 8px
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 8px
	}

	.px-lg-3 {
		padding-right: 8px
	}

	.py-lg-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-lg-4 {
		padding: 12px
	}

	.pt-lg-4 {
		padding-top: 12px
	}

	.pr-lg-4 {
		padding-right: 12px
	}

	.pb-lg-4 {
		padding-bottom: 12px
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 12px
	}

	.px-lg-4 {
		padding-right: 12px
	}

	.py-lg-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-lg-5 {
		padding: 16px
	}

	.pt-lg-5 {
		padding-top: 16px
	}

	.pr-lg-5 {
		padding-right: 16px
	}

	.pb-lg-5 {
		padding-bottom: 16px
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 16px
	}

	.px-lg-5 {
		padding-right: 16px
	}

	.py-lg-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-lg-6 {
		padding: 24px
	}

	.pt-lg-6 {
		padding-top: 24px
	}

	.pr-lg-6 {
		padding-right: 24px
	}

	.pb-lg-6 {
		padding-bottom: 24px
	}

	.pl-lg-6,.px-lg-6 {
		padding-left: 24px
	}

	.px-lg-6 {
		padding-right: 24px
	}

	.py-lg-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-lg-7 {
		padding: 32px
	}

	.pt-lg-7 {
		padding-top: 32px
	}

	.pr-lg-7 {
		padding-right: 32px
	}

	.pb-lg-7 {
		padding-bottom: 32px
	}

	.pl-lg-7,.px-lg-7 {
		padding-left: 32px
	}

	.px-lg-7 {
		padding-right: 32px
	}

	.py-lg-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-lg-8 {
		padding: 40px
	}

	.pt-lg-8 {
		padding-top: 40px
	}

	.pr-lg-8 {
		padding-right: 40px
	}

	.pb-lg-8 {
		padding-bottom: 40px
	}

	.pl-lg-8,.px-lg-8 {
		padding-left: 40px
	}

	.px-lg-8 {
		padding-right: 40px
	}

	.py-lg-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-lg-9 {
		padding: 48px
	}

	.pt-lg-9 {
		padding-top: 48px
	}

	.pr-lg-9 {
		padding-right: 48px
	}

	.pb-lg-9 {
		padding-bottom: 48px
	}

	.pl-lg-9,.px-lg-9 {
		padding-left: 48px
	}

	.px-lg-9 {
		padding-right: 48px
	}

	.py-lg-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-lg-10 {
		padding: 56px
	}

	.pt-lg-10 {
		padding-top: 56px
	}

	.pr-lg-10 {
		padding-right: 56px
	}

	.pb-lg-10 {
		padding-bottom: 56px
	}

	.pl-lg-10,.px-lg-10 {
		padding-left: 56px
	}

	.px-lg-10 {
		padding-right: 56px
	}

	.py-lg-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-lg-11 {
		padding: 64px
	}

	.pt-lg-11 {
		padding-top: 64px
	}

	.pr-lg-11 {
		padding-right: 64px
	}

	.pb-lg-11 {
		padding-bottom: 64px
	}

	.pl-lg-11,.px-lg-11 {
		padding-left: 64px
	}

	.px-lg-11 {
		padding-right: 64px
	}

	.py-lg-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-lg-12 {
		padding: 80px
	}

	.pt-lg-12 {
		padding-top: 80px
	}

	.pr-lg-12 {
		padding-right: 80px
	}

	.pb-lg-12 {
		padding-bottom: 80px
	}

	.pl-lg-12,.px-lg-12 {
		padding-left: 80px
	}

	.px-lg-12 {
		padding-right: 80px
	}

	.py-lg-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-lg-13 {
		padding: 96px
	}

	.pt-lg-13 {
		padding-top: 96px
	}

	.pr-lg-13 {
		padding-right: 96px
	}

	.pb-lg-13 {
		padding-bottom: 96px
	}

	.pl-lg-13,.px-lg-13 {
		padding-left: 96px
	}

	.px-lg-13 {
		padding-right: 96px
	}

	.py-lg-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-lg-14 {
		padding: 112px
	}

	.pt-lg-14 {
		padding-top: 112px
	}

	.pr-lg-14 {
		padding-right: 112px
	}

	.pb-lg-14 {
		padding-bottom: 112px
	}

	.pl-lg-14,.px-lg-14 {
		padding-left: 112px
	}

	.px-lg-14 {
		padding-right: 112px
	}

	.py-lg-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-lg-15 {
		padding: 128px
	}

	.pt-lg-15 {
		padding-top: 128px
	}

	.pr-lg-15 {
		padding-right: 128px
	}

	.pb-lg-15 {
		padding-bottom: 128px
	}

	.pl-lg-15,.px-lg-15 {
		padding-left: 128px
	}

	.px-lg-15 {
		padding-right: 128px
	}

	.py-lg-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-lg-16 {
		padding: 192px
	}

	.pt-lg-16 {
		padding-top: 192px
	}

	.pr-lg-16 {
		padding-right: 192px
	}

	.pb-lg-16 {
		padding-bottom: 192px
	}

	.pl-lg-16,.px-lg-16 {
		padding-left: 192px
	}

	.px-lg-16 {
		padding-right: 192px
	}

	.py-lg-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-lg-0 {
		margin: 0
	}

	.nmt-lg-0 {
		margin-top: 0
	}

	.nmr-lg-0 {
		margin-right: 0
	}

	.nmb-lg-0 {
		margin-bottom: 0
	}

	.nml-lg-0,.nmx-lg-0 {
		margin-left: 0
	}

	.nmx-lg-0 {
		margin-right: 0
	}

	.nmy-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-lg-1 {
		margin: -2px
	}

	.nmt-lg-1 {
		margin-top: -2px
	}

	.nmr-lg-1 {
		margin-right: -2px
	}

	.nmb-lg-1 {
		margin-bottom: -2px
	}

	.nml-lg-1,.nmx-lg-1 {
		margin-left: -2px
	}

	.nmx-lg-1 {
		margin-right: -2px
	}

	.nmy-lg-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-lg-2 {
		margin: -4px
	}

	.nmt-lg-2 {
		margin-top: -4px
	}

	.nmr-lg-2 {
		margin-right: -4px
	}

	.nmb-lg-2 {
		margin-bottom: -4px
	}

	.nml-lg-2,.nmx-lg-2 {
		margin-left: -4px
	}

	.nmx-lg-2 {
		margin-right: -4px
	}

	.nmy-lg-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-lg-3 {
		margin: -8px
	}

	.nmt-lg-3 {
		margin-top: -8px
	}

	.nmr-lg-3 {
		margin-right: -8px
	}

	.nmb-lg-3 {
		margin-bottom: -8px
	}

	.nml-lg-3,.nmx-lg-3 {
		margin-left: -8px
	}

	.nmx-lg-3 {
		margin-right: -8px
	}

	.nmy-lg-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-lg-4 {
		margin: -12px
	}

	.nmt-lg-4 {
		margin-top: -12px
	}

	.nmr-lg-4 {
		margin-right: -12px
	}

	.nmb-lg-4 {
		margin-bottom: -12px
	}

	.nml-lg-4,.nmx-lg-4 {
		margin-left: -12px
	}

	.nmx-lg-4 {
		margin-right: -12px
	}

	.nmy-lg-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-lg-5 {
		margin: -16px
	}

	.nmt-lg-5 {
		margin-top: -16px
	}

	.nmr-lg-5 {
		margin-right: -16px
	}

	.nmb-lg-5 {
		margin-bottom: -16px
	}

	.nml-lg-5,.nmx-lg-5 {
		margin-left: -16px
	}

	.nmx-lg-5 {
		margin-right: -16px
	}

	.nmy-lg-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-lg-6 {
		margin: -24px
	}

	.nmt-lg-6 {
		margin-top: -24px
	}

	.nmr-lg-6 {
		margin-right: -24px
	}

	.nmb-lg-6 {
		margin-bottom: -24px
	}

	.nml-lg-6,.nmx-lg-6 {
		margin-left: -24px
	}

	.nmx-lg-6 {
		margin-right: -24px
	}

	.nmy-lg-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-lg-7 {
		margin: -32px
	}

	.nmt-lg-7 {
		margin-top: -32px
	}

	.nmr-lg-7 {
		margin-right: -32px
	}

	.nmb-lg-7 {
		margin-bottom: -32px
	}

	.nml-lg-7,.nmx-lg-7 {
		margin-left: -32px
	}

	.nmx-lg-7 {
		margin-right: -32px
	}

	.nmy-lg-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-lg-8 {
		margin: -40px
	}

	.nmt-lg-8 {
		margin-top: -40px
	}

	.nmr-lg-8 {
		margin-right: -40px
	}

	.nmb-lg-8 {
		margin-bottom: -40px
	}

	.nml-lg-8,.nmx-lg-8 {
		margin-left: -40px
	}

	.nmx-lg-8 {
		margin-right: -40px
	}

	.nmy-lg-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-lg-9 {
		margin: -48px
	}

	.nmt-lg-9 {
		margin-top: -48px
	}

	.nmr-lg-9 {
		margin-right: -48px
	}

	.nmb-lg-9 {
		margin-bottom: -48px
	}

	.nml-lg-9,.nmx-lg-9 {
		margin-left: -48px
	}

	.nmx-lg-9 {
		margin-right: -48px
	}

	.nmy-lg-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-lg-10 {
		margin: -56px
	}

	.nmt-lg-10 {
		margin-top: -56px
	}

	.nmr-lg-10 {
		margin-right: -56px
	}

	.nmb-lg-10 {
		margin-bottom: -56px
	}

	.nml-lg-10,.nmx-lg-10 {
		margin-left: -56px
	}

	.nmx-lg-10 {
		margin-right: -56px
	}

	.nmy-lg-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-lg-11 {
		margin: -64px
	}

	.nmt-lg-11 {
		margin-top: -64px
	}

	.nmr-lg-11 {
		margin-right: -64px
	}

	.nmb-lg-11 {
		margin-bottom: -64px
	}

	.nml-lg-11,.nmx-lg-11 {
		margin-left: -64px
	}

	.nmx-lg-11 {
		margin-right: -64px
	}

	.nmy-lg-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-lg-12 {
		margin: -80px
	}

	.nmt-lg-12 {
		margin-top: -80px
	}

	.nmr-lg-12 {
		margin-right: -80px
	}

	.nmb-lg-12 {
		margin-bottom: -80px
	}

	.nml-lg-12,.nmx-lg-12 {
		margin-left: -80px
	}

	.nmx-lg-12 {
		margin-right: -80px
	}

	.nmy-lg-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-lg-13 {
		margin: -96px
	}

	.nmt-lg-13 {
		margin-top: -96px
	}

	.nmr-lg-13 {
		margin-right: -96px
	}

	.nmb-lg-13 {
		margin-bottom: -96px
	}

	.nml-lg-13,.nmx-lg-13 {
		margin-left: -96px
	}

	.nmx-lg-13 {
		margin-right: -96px
	}

	.nmy-lg-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-lg-14 {
		margin: -112px
	}

	.nmt-lg-14 {
		margin-top: -112px
	}

	.nmr-lg-14 {
		margin-right: -112px
	}

	.nmb-lg-14 {
		margin-bottom: -112px
	}

	.nml-lg-14,.nmx-lg-14 {
		margin-left: -112px
	}

	.nmx-lg-14 {
		margin-right: -112px
	}

	.nmy-lg-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-lg-15 {
		margin: -128px
	}

	.nmt-lg-15 {
		margin-top: -128px
	}

	.nmr-lg-15 {
		margin-right: -128px
	}

	.nmb-lg-15 {
		margin-bottom: -128px
	}

	.nml-lg-15,.nmx-lg-15 {
		margin-left: -128px
	}

	.nmx-lg-15 {
		margin-right: -128px
	}

	.nmy-lg-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-lg-16 {
		margin: -192px
	}

	.nmt-lg-16 {
		margin-top: -192px
	}

	.nmr-lg-16 {
		margin-right: -192px
	}

	.nmb-lg-16 {
		margin-bottom: -192px
	}

	.nml-lg-16,.nmx-lg-16 {
		margin-left: -192px
	}

	.nmx-lg-16 {
		margin-right: -192px
	}

	.nmy-lg-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-lg-auto {
		margin: auto
	}

	.mt-lg-auto {
		margin-top: auto
	}

	.mr-lg-auto {
		margin-right: auto
	}

	.mb-lg-auto {
		margin-bottom: auto
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto
	}

	.mx-lg-auto {
		margin-right: auto
	}

	.my-lg-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

.sha-1,.sha-2,.sha-3,.sha-4 {
	transition: box-shadow .25s ease-out
}

.sha-1-hover,.sha-2-hover,.sha-3-hover,.sha-4-hover {
	cursor: pointer
}

.sha-1-hover:hover,.sha-2-hover:hover,.sha-3-hover:hover,.sha-4-hover:hover {
	transition: box-shadow .25s ease-out
}

.sha-1,.sha-1-hover:hover {
	box-shadow: 0 0 0 1px rgba(56,60,67,.05),0 1px 3px 0 rgba(56,60,67,.15)
}

.sha-2,.sha-2-hover:hover {
	box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 3px 6px 0 rgba(56,60,67,.15)
}

.sha-3,.sha-3-hover:hover {
	box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15)
}

.sha-4,.sha-4-hover:hover {
	box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 15px 20px 1px rgba(56,60,67,.12)
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	margin-right: 20px;
	width: auto;
	height: auto;
	line-height: normal;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
	color: #27be56
}

.has-success .form-control {
	border-color: #27be56;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #1e9443;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #6ae18f
}

.has-success .input-group-addon {
	color: #27be56;
	background-color: #dff0d8;
	border-color: #27be56
}

.has-success .form-control-feedback {
	color: #27be56
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
	color: #ffcc01
}

.has-warning .form-control {
	border-color: #ffcc01;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #cda400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffe067
}

.has-warning .input-group-addon {
	color: #ffcc01;
	background-color: #fcf8e3;
	border-color: #ffcc01
}

.has-warning .form-control-feedback {
	color: #ffcc01
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
	color: #f64f64
}

.has-error .form-control {
	border-color: #f64f64;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #f41e39;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fbb0b9
}

.has-error .input-group-addon {
	color: #f64f64;
	background-color: #f2dede;
	border-color: #f64f64
}

.has-error .form-control-feedback {
	color: #f64f64
}

.has-feedback label~.form-control-feedback {
	top: 44px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.has-feedback .form-control-feedback {
	top: 14px
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-control::-ms-expand {
	display: none
}

.popover {
	font-family: Gordita,sans-serif;
	background-color: #44474e;
	max-width: 315px;
	box-shadow: none;
	border: none;
	padding: 8px 16px;
	border-radius: 3px;
	color: #fff
}

.popover .popover-content {
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500
}

.popover.right>.arrow:after {
	border-right-color: #44474e
}

.popover.left>.arrow:after {
	border-left-color: #44474e
}

.popover.bottom>.arrow:after {
	border-bottom-color: #44474e
}

.popover.top>.arrow:after {
	border-top-color: #44474e
}

.Alert {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	border-radius: 3px;
	border: 1px solid
}

.Alert--error {
	border-color: #f64f64
}

.Alert--error .Link {
	color: #f64f64
}

.Alert--error .Link.Link--active,.Alert--error .Link:hover {
	color: #fa95a2
}

.Alert--error .Link:active,.Alert--error .Link:focus {
	color: #f64f64
}

.Alert--info {
	border-color: #4687ff
}

.Alert--info .Link {
	color: #4687ff
}

.Alert--info .Link.Link--active,.Alert--info .Link:hover {
	color: #90b7ff
}

.Alert--info .Link:active,.Alert--info .Link:focus {
	color: #4687ff
}

.Alert--warning {
	border-color: #ff7e23
}

.Alert--warning .Link {
	color: #ff7e23
}

.Alert--warning .Link.Link--active,.Alert--warning .Link:hover {
	color: #ffb27b
}

.Alert--warning .Link:active,.Alert--warning .Link:focus {
	color: #ff7e23
}

.Alert--success {
	border-color: #27be56
}

.Alert--success .Link {
	color: #27be56
}

.Alert--success .Link.Link--active,.Alert--success .Link:hover {
	color: #7dd89a
}

.Alert--success .Link:active,.Alert--success .Link:focus {
	color: #27be56
}

.Alert--neutral {
	border-color: #d0d1d3
}

.Alert--neutral .Link {
	color: #73757a
}

.Alert--neutral .Link.Link--active,.Alert--neutral .Link:hover {
	color: #a1a3a7
}

.Alert--neutral .Link:active,.Alert--neutral .Link:focus {
	color: #73757a
}

.Alert__icon {
	line-height: 1
}

.Alert__text {
	margin-right: auto
}

.Alert__close {
	position: absolute;
	right: 28px;
	line-height: 1
}

.Alert__close:hover {
	opacity: .5;
	fill: initial
}

.Alert--global {
	border-radius: 0;
	border-color: transparent
}

.Alert--global .Alert__icon {
	margin-left: auto
}

.Award {
	display: inline-table;
	width: 130px;
	font-size: 10px;
	font-weight: 500
}

@media (min-width:768px) {
	.Award {
		width: 150px
	}
}

.Award__label {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4
}

.Award__title {
	position: relative;
	width: 132%;
	left: -16%
}

@media (min-width:768px) {
	.Award__title {
		font-size: 12px;
		font-weight: 600
	}
}

.Award>.SVG-wrapper {
	width: 20%;
	display: table-cell;
	vertical-align: middle
}

@media (max-width:767px) {
	.AwardWithImage {
		-webkit-justify-content: center;
		justify-content: center
	}
}

.Badge {
	padding: 1px 8px;
	border-radius: 16px;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	display: inline-block;
	cursor: default
}

@media (min-width:768px) {
	.Badge {
		padding: 0 10px;
		font-size: 12px;
		line-height: 20px
	}
}

.Button {
	outline: none;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out
}

.Button--primary:hover {
	background-color: #fa95a2;
	border-color: #fa95a2;
	color: #fff
}

.Button--primary:active {
	background-color: #dd475a;
	border-color: #dd475a;
	color: #fff
}

.Button--primary.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--primary.Button--outline:hover {
	background-color: #f64f64;
	border-color: #f64f64;
	color: #fff
}

.Button--primary.Button--outline:active {
	background-color: #dd475a;
	border-color: #dd475a;
	color: #fff
}

.Button--primary.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--primary.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--primary.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--primary.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--primary.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--primary.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--primary.Button--outline.Button--disabled,.Button--primary.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--primary.Button--disabled,.Button--primary[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--secondary:hover {
	background-color: #7fe0e0;
	border-color: #7fe0e0;
	color: #fff
}

.Button--secondary:active {
	background-color: #26b8b8;
	border-color: #26b8b8;
	color: #fff
}

.Button--secondary.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--secondary.Button--outline:hover {
	background-color: #2acccc;
	border-color: #2acccc;
	color: #fff
}

.Button--secondary.Button--outline:active {
	background-color: #26b8b8;
	border-color: #26b8b8;
	color: #fff
}

.Button--secondary.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--secondary.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--secondary.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--secondary.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--secondary.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--secondary.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--secondary.Button--outline.Button--disabled,.Button--secondary.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--secondary.Button--disabled,.Button--secondary[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--tertiary:hover {
	background-color: #9596ff;
	border-color: #9596ff;
	color: #fff
}

.Button--tertiary:active {
	background-color: #4748e6;
	border-color: #4748e6;
	color: #fff
}

.Button--tertiary.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--tertiary.Button--outline:hover {
	background-color: #4f50ff;
	border-color: #4f50ff;
	color: #fff
}

.Button--tertiary.Button--outline:active {
	background-color: #4748e6;
	border-color: #4748e6;
	color: #fff
}

.Button--tertiary.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--tertiary.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--tertiary.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--tertiary.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--tertiary.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--tertiary.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--tertiary.Button--outline.Button--disabled,.Button--tertiary.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--tertiary.Button--disabled,.Button--tertiary[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--blue:hover {
	background-color: #90b7ff;
	border-color: #90b7ff;
	color: #fff
}

.Button--blue:active {
	background-color: #3f7ae6;
	border-color: #3f7ae6;
	color: #fff
}

.Button--blue.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--blue.Button--outline:hover {
	background-color: #4687ff;
	border-color: #4687ff;
	color: #fff
}

.Button--blue.Button--outline:active {
	background-color: #3f7ae6;
	border-color: #3f7ae6;
	color: #fff
}

.Button--blue.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--blue.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--blue.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--blue.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--blue.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--blue.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--blue.Button--outline.Button--disabled,.Button--blue.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--blue.Button--disabled,.Button--blue[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--neutral:hover {
	background-color: #d0d1d3;
	border-color: #d0d1d3;
	color: #fff
}

.Button--neutral:active {
	background-color: #383c43;
	border-color: #383c43;
	color: #fff
}

.Button--neutral.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--neutral.Button--outline:hover {
	background-color: #5b5e64;
	border-color: #5b5e64;
	color: #fff
}

.Button--neutral.Button--outline:active {
	background-color: #383c43;
	border-color: #383c43;
	color: #fff
}

.Button--neutral.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--neutral.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--neutral.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--neutral.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--neutral.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--neutral.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--neutral.Button--outline.Button--disabled,.Button--neutral.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--neutral.Button--disabled,.Button--neutral[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--destructive:hover {
	background-color: #fa95a2;
	border-color: #fa95a2;
	color: #fff
}

.Button--destructive:active {
	background-color: #dd475a;
	border-color: #dd475a;
	color: #fff
}

.Button--destructive.Button--outline {
	padding: 8px 19px;
	border-width: 1px
}

.Button--destructive.Button--outline:hover {
	background-color: #f64f64;
	border-color: #f64f64;
	color: #fff
}

.Button--destructive.Button--outline:active {
	background-color: #dd475a;
	border-color: #dd475a;
	color: #fff
}

.Button--destructive.Button--outline.Button--small {
	padding: 5px 14px
}

.Button--destructive.Button--outline.Button--small:focus {
	padding: 4px 13px
}

.Button--destructive.Button--outline.Button--large {
	padding: 11px 24px
}

.Button--destructive.Button--outline.Button--large:focus {
	padding: 10px 23px
}

@media (max-width:991px) {
	.Button--destructive.Button--outline.Button--large {
		padding: 8px 19px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--destructive.Button--outline.Button--large:focus {
		padding: 7px 18px
	}
}

.Button--destructive.Button--outline.Button--disabled,.Button--destructive.Button--outline[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #d0d1d3;
	color: #b9babd
}

.Button--destructive.Button--disabled,.Button--destructive[disabled] {
	pointer-events: none;
	background-color: #e8e8e9;
	border-color: #e8e8e9;
	color: #b9babd
}

.Button--fab {
	border-radius: 50%;
	height: 48px;
	line-height: 54px;
	padding: 0;
	width: 48px
}

.Button--fab--large {
	height: 64px;
	line-height: 70px;
	width: 64px
}

.Button.Button--loading {
	min-height: 46px;
	min-width: 155px
}

.Button--small {
	padding: 4px 13px;
	font-size: 12px;
	line-height: 20px
}

.Button--small.Button--loading {
	min-height: 32px;
	min-width: 124px
}

.Button--large {
	padding: 10px 23px;
	font-size: 20px;
	line-height: 32px
}

.Button--large.Button--loading {
	min-height: 56px;
	min-width: 195px
}

@media (max-width:991px) {
	.Button--large {
		padding: 7px 18px;
		font-size: 16px;
		line-height: 28px
	}

	.Button--large.Button--loading {
		min-height: 46px;
		min-width: 155px
	}
}

.Button .SVG-wrapper .SVG--inline {
	display: block
}

.NavbarToggle {
	display: inline-block;
	background-color: transparent;
	border: 0;
	padding: 0
}

.NavbarToggle:focus {
	outline: none
}

.NavbarToggle:hover .icon-bar {
	opacity: .6
}

.NavbarToggle .icon-bar {
	transition: all .2s;
	display: block;
	width: 24px;
	height: 3px;
	opacity: 1;
	background-color: #fff
}

.NavbarToggle .middle-bar {
	margin: 4px 0
}

.NavbarToggle.active:hover .icon-bar:not(.middle-bar) {
	opacity: 1;
	background-color: #b9babd
}

.NavbarToggle.active .top-bar {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 6% 10%;
	transform-origin: 6% 10%
}

.NavbarToggle.active .middle-bar {
	opacity: 0
}

.NavbarToggle.active .bottom-bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 7% 90%;
	transform-origin: 7% 90%
}

.NavbarToggle--light .icon-bar {
	background-color: #383c43
}

.ListItem .SVG-wrapper .SVG--inline {
	vertical-align: baseline
}

.ListItem .List {
	margin: 16px 0
}

.Link {
	cursor: pointer
}

.Link .SVG--inline * {
	transition: fill .25s ease-out
}

.Link:active .SVG--inline:not(.SVG--no-hover) *,.Link:focus .SVG--inline:not(.SVG--no-hover) *,.Link:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #fa95a2
}

.Link--alt:active .SVG--inline:not(.SVG--no-hover) *,.Link--alt:focus .SVG--inline:not(.SVG--no-hover) *,.Link--alt:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #90b7ff
}

.Link--dark:active .SVG--inline:not(.SVG--no-hover) *,.Link--dark:focus .SVG--inline:not(.SVG--no-hover) *,.Link--dark:hover .SVG--inline:not(.SVG--no-hover) *,.Link--light:active .SVG--inline:not(.SVG--no-hover) *,.Link--light:focus .SVG--inline:not(.SVG--no-hover) *,.Link--light:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #f64f64
}

.Link--white:active,.Link--white:focus,.Link--white:hover {
	opacity: .6
}

.Link--white:active .SVG--inline:not(.SVG--no-hover) *,.Link--white:focus .SVG--inline:not(.SVG--no-hover) *,.Link--white:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #fff
}

.Link--muted:active .SVG--inline:not(.SVG--no-hover) *,.Link--muted:focus .SVG--inline:not(.SVG--no-hover) *,.Link--muted:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #73757a
}

.Link--neutral:active .SVG--inline:not(.SVG--no-hover) *,.Link--neutral:focus .SVG--inline:not(.SVG--no-hover) *,.Link--neutral:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #383c43
}

.Link--underline,.Link--underline:active,.Link--underline:focus,.Link--underline:hover {
	text-decoration: underline
}

.Link--black:active,.Link--black:focus,.Link--black:hover {
	opacity: .6
}

.Link--black:active .SVG--inline:not(.SVG--no-hover) *,.Link--black:focus .SVG--inline:not(.SVG--no-hover) *,.Link--black:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #383c43
}

.SVG-wrapper.SVG-loaded img {
	display: inline-block
}

.SVG-wrapper .SVG--inline {
	display: inline-block;
	vertical-align: sub
}

@supports (top:0) {
	.SVG-wrapper .SVG--inline {
		width: auto
	}
}

.SVG-wrapper .SVG--inline.text-center {
	margin-right: auto;
	margin-left: auto
}

.SVG-wrapper img {
	display: none
}

.Paper>:first-child {
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	background-clip: padding-box
}

.Paper>:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
	background-clip: padding-box
}

.Card__header {
	padding: 16px
}

.Text .SVG--inline {
	display: inline-block;
	vertical-align: initial
}

.Text .Text__icon-content-wrapper {
	display: -webkit-inline-flex;
	display: inline-flex
}

.Checkbox {
	line-height: 1
}

.Checkbox input[type=checkbox] {
	position: absolute;
	opacity: 0
}

.Checkbox input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 1
}

.Checkbox input[type=checkbox]+label:before {
	content: "";
	border-radius: 3px;
	border: 1px solid #b9babd;
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background-color: #fff;
	transition: border .25s ease-out
}

.Checkbox input[type=checkbox]+label .SVG--inline {
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	transition: opacity .25s ease-out
}

.Checkbox input[type=checkbox]:focus+label:before {
	border: 2px solid #4687ff
}

.Checkbox input[type=checkbox]:checked:focus+label:before {
	border-color: #3c73d9
}

.Checkbox input[type=checkbox]:checked+label .SVG--inline {
	opacity: 1
}

.Checkbox input[type=checkbox]:checked+label:before {
	border-color: #4687ff;
	background-color: #4687ff
}

.Checkbox input[type=checkbox]:disabled+label {
	cursor: auto
}

.Checkbox input[type=checkbox]:disabled+label:before {
	background: #e8e8e9;
	border: 1px solid #b9babd
}

.Checkbox--error input[type=checkbox]+label:before,.Checkbox--error input[type=checkbox]:checked:focus+label:before,.Checkbox--error input[type=checkbox]:focus+label:before {
	border-color: #f64f64
}

.Checkbox--error input[type=checkbox]:checked+label:before {
	border-color: #f64f64;
	background-color: #f64f64
}

.TextField__element {
	border-color: #b9babd;
	color: #73757a;
	border-radius: 3px;
	box-shadow: none;
	height: 46px;
	padding: 9px 15px
}

.TextField__element::-webkit-inner-spin-button,.TextField__element::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

.TextField__element[disabled] {
	background: #f3f4f4
}

.TextField__element:focus {
	border-color: #4687ff;
	box-shadow: none
}

.TextField__element::-webkit-input-placeholder {
	color: #b9babd
}

.TextField__element:-ms-input-placeholder,.TextField__element::-ms-input-placeholder {
	color: #b9babd
}

.TextField__element::placeholder {
	color: #b9babd
}

.TextField__inline-group--row {
	position: relative;
	-webkit-align-items: stretch;
	align-items: stretch
}

.TextField__input-wrapper {
	position: relative;
	width: 1%;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.TextField.has-error .TextField__element,.TextField.has-error .TextField__element:focus {
	border-color: #f7697b;
	box-shadow: none
}

.TextField.has-success .TextField__element,.TextField.has-success .TextField__element:focus {
	border-color: #47c86f;
	box-shadow: none
}

.TextField__clearValue .TextField__element,.TextField__innerButton .TextField__element {
	padding-right: 40px
}

.TextField__clearValueElement,.TextField__innerButtonElement {
	position: absolute;
	cursor: pointer;
	right: 15px;
	bottom: 0;
	padding: 14px;
	line-height: 1
}

.TextField .form-control-feedback {
	margin-left: 29px;
	margin-right: auto;
	left: 0;
	right: auto
}

.TextField .form-control-feedback .SVG {
	display: block
}

.TextField .form-control-feedback.TextField__icon--right {
	margin-left: auto;
	margin-right: 29px;
	left: auto;
	right: 0
}

.TextField.has-feedback-left .TextField__element {
	padding-left: 38px
}

.TextField__password-visibility-indicator {
	color: #b9babd;
	cursor: pointer;
	text-decoration: underline;
	outline: none
}

.TextField__password-visibility-indicator:active,.TextField__password-visibility-indicator:focus,.TextField__password-visibility-indicator:hover {
	color: #73757a
}

.TextField__password-visibility-indicator:active .SVG--inline:not(.SVG--no-hover) *,.TextField__password-visibility-indicator:focus .SVG--inline:not(.SVG--no-hover) *,.TextField__password-visibility-indicator:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #73757a
}

.TextField__password-visibility-indicator .SVG--inline * {
	transition: fill .25s ease-out
}

.TextField--small {
	margin-bottom: 12px
}

.TextField--small .TextField__element {
	height: 32px;
	padding: 6px 10px;
	color: #73757a;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500
}

.TextField--small .TextField__element::-webkit-input-placeholder {
	color: #b9babd
}

.TextField--small .TextField__element:-ms-input-placeholder,.TextField--small .TextField__element::-ms-input-placeholder {
	color: #b9babd
}

.TextField--small .TextField__element::placeholder {
	color: #b9babd
}

.TextField--small label {
	font-size: 11px;
	margin-bottom: 8px
}

.TextField--small.TextField__clearValue .TextField__element,.TextField--small.TextField__innerButton .TextField__element {
	padding-right: 28px
}

.TextField--small.TextField__clearValue .TextField__clearValueElement,.TextField--small.TextField__clearValue .TextField__innerButtonElement,.TextField--small.TextField__innerButton .TextField__clearValueElement,.TextField--small.TextField__innerButton .TextField__innerButtonElement {
	padding: 8px
}

.NativeDropdown {
	position: relative
}

.NativeDropdown:before {
	position: absolute;
	right: 18px;
	top: 21px;
	content: " ";
	border: 4px solid transparent;
	border-top-color: #383c43;
	margin-left: -4px;
	pointer-events: none
}

.NativeDropdown__select {
	border-color: #b9babd;
	color: #73757a;
	border-radius: 3px;
	height: 46px;
	padding: 9px 15px;
	box-shadow: none
}

.NativeDropdown__select:focus {
	box-shadow: none
}

.NativeDropdown--dark:before {
	border-top-color: #fff
}

.NativeDropdown--dark .NativeDropdown__select {
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: #383c43
}

.NativeDropdown--small:before {
	right: 10px;
	top: 14px
}

.NativeDropdown--small .NativeDropdown__select {
	font-size: 12px;
	padding: 5px 10px;
	font-weight: 500;
	height: 32px
}

.NativeLinkDropdown {
	position: relative;
	cursor: pointer
}

.NativeLinkDropdown:before {
	content: " ";
	border: solid transparent;
	border-top: solid #383c43;
	position: absolute;
	right: 0;
	pointer-events: none;
	top: 50%
}

.NativeLinkDropdown__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	border: none;
	text-decoration: underline;
	padding-right: 10px;
	background: none
}

.NativeLinkDropdown__select:focus {
	outline: none
}

.NativeLinkDropdown__width-box {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden
}

.Radio {
	line-height: 1
}

.Radio input[type=radio] {
	position: absolute;
	opacity: 0;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: 0
}

.Radio input[type=radio]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 1
}

.Radio input[type=radio]+label:before {
	content: "";
	border-radius: 50%;
	border: 1px solid #b9babd;
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background-color: #fff;
	transition: border .25s ease-out
}

.Radio input[type=radio]+label .Radio__check {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0;
	opacity: 0;
	transition: opacity .25s ease-out
}

.Radio input[type=radio]+label span {
	margin-left: 8px;
	vertical-align: top
}

.Radio input[type=radio]:focus+label:before {
	border: 2px solid #4687ff
}

.Radio input[type=radio]:checked:focus+label:before {
	border-color: #3c73d9
}

.Radio input[type=radio]:checked+label .Radio__check {
	opacity: 1
}

.Radio input[type=radio]:checked+label:before {
	border-color: #4687ff;
	background-color: #4687ff
}

.Radio input[type=radio]:disabled+label {
	cursor: auto
}

.Radio input[type=radio]:disabled+label:before {
	background: #e8e8e9;
	border: 1px solid #b9babd
}

.Radio input[type=radio]:disabled+label .Radio__check {
	background-color: #b9babd
}

.Image--clickable {
	cursor: pointer
}

.Spinner {
	-webkit-animation: spin .9s ease infinite;
	animation: spin .9s ease infinite
}

.Spinner__placeholder--small {
	width: 16px;
	height: 16px
}

.Spinner__placeholder--medium {
	width: 24px;
	height: 24px
}

.Spinner__placeholder--large {
	width: 48px;
	height: 48px
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(2turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(2turn);
		transform: rotate(2turn)
	}
}

.Tooltip.__react_component_tooltip {
	padding: 4px 8px!important
}

.Tooltip.__react_component_tooltip.show {
	opacity: 1
}

.Tooltip.__react_component_tooltip.type-dark {
	background-color: #44474e!important
}

.Tooltip.__react_component_tooltip.type-dark.place-right:after {
	border-right-color: #44474e!important
}

.Tooltip.__react_component_tooltip.type-dark.place-top:after {
	border-top-color: #44474e!important
}

.Tooltip.__react_component_tooltip.type-dark.place-bottom:after {
	border-bottom-color: #44474e!important
}

.Tooltip.__react_component_tooltip.type-dark.place-left:after {
	border-left-color: #44474e!important
}

.Tooltip.Tooltip--with-illustration {
	padding: 16px!important
}

.Loader--fullscreen {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%
}

.SocialIcon {
	padding: 18px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	background-color: #2c3038;
	border-radius: 50%
}

.SocialIcon.Link:active .SVG--inline:not(.SVG--no-hover) *,.SocialIcon.Link:focus .SVG--inline:not(.SVG--no-hover) *,.SocialIcon.Link:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #b9babd
}

.SocialIcon .SVG {
	display: block
}

.IconCard {
	text-align: center;
	cursor: pointer
}

.SocialLinks {
	list-style-type: none;
	padding: 0
}

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

.SocialLinks:after {
	clear: both
}

.SocialLinks li {
	float: left;
	margin-bottom: 8px
}

.SocialLinks li:not(:last-child) {
	margin-right: 8px
}

.Toggle {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	border: 3px solid transparent;
	border-radius: 11px;
	transition: border-color .2 ease
}

.Toggle-track {
	width: 32px;
	height: 16px;
	padding: 0;
	border-radius: 9px;
	background-color: #a1a3a7;
	transition: all .2s ease
}

.Toggle-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #a1a3a7;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .25s ease
}

.Toggle:hover:not(.Toggle--disabled) .Toggle-track {
	background-color: #8a8c91
}

.Toggle:hover:not(.Toggle--disabled) .Toggle-thumb {
	border-color: #8a8c91
}

.Toggle:focus:not(.Toggle--disabled) {
	border-color: #d8e5ff
}

.Toggle:focus:not(.Toggle--disabled)\--checked {
	border-color: #d9e7fc
}

.Toggle:active:not(.Toggle--disabled) .Toggle-thumb {
	border-color: #73757a
}

.Toggle--checked .Toggle-track {
	background-color: #4687ff
}

.Toggle--checked .Toggle-thumb {
	left: 16px;
	border-color: #4687ff
}

.Toggle--checked:hover:not(.Toggle--disabled) .Toggle-track {
	background-color: #3c73d9
}

.Toggle--checked:hover:not(.Toggle--disabled) .Toggle-thumb {
	border-color: #3c73d9
}

.Toggle--checked:active:not(.Toggle--disabled) .Toggle-thumb {
	border-color: #386ccc
}

.Toggle--disabled {
	cursor: not-allowed
}

.Toggle--disabled .Toggle-track {
	background-color: #e8e8e9
}

.Toggle--disabled .Toggle-thumb {
	border-color: #e8e8e9;
	background-color: #d0d1d3
}

.BannerWrapper .Banner {
	position: relative
}

.BannerWrapper .Banner h1,.BannerWrapper .Banner h2,.BannerWrapper .Banner h3,.BannerWrapper .Banner h4,.BannerWrapper .Banner h5,.BannerWrapper .Banner h6,.BannerWrapper .Banner p {
	color: #fff
}

.BannerWrapper .Banner--light h1,.BannerWrapper .Banner--light h2,.BannerWrapper .Banner--light h3,.BannerWrapper .Banner--light h4,.BannerWrapper .Banner--light h5,.BannerWrapper .Banner--light h6 {
	color: #383c43
}

.BannerWrapper .Banner--light p {
	color: #73757a
}

.BannerWrapper .Banner__close {
	position: absolute;
	right: 0;
	top: 24px;
	line-height: 1;
	z-index: 1
}

@media (max-width:767px) {
	.BannerWrapper .Banner__close {
		top: 8px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.BannerWrapper .Banner__close {
		top: 16px
	}
}

@media (max-width:767px) {
	.BannerWrapper--no-image .Background--hidden-sm-up {
		padding-bottom: 100%
	}
}

.StatusBar__Tooltip-content {
	max-width: 315px
}

.ProductLink__content {
	position: relative
}

.ProductLink--active {
	pointer-events: none
}

.ProductLink:not(.ProductLink--active):hover {
	background: #edf3ff
}

.SubmenuLink__content {
	width: auto;
	white-space: nowrap;
	right: 0
}

.Sidebar {
	display: block
}

.Sidebar__body {
	background-color: #151922;
	right: -320px;
	width: 320px;
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	transition: right .3s ease-in-out
}

.Sidebar__backdrop {
	outline: none;
	cursor: auto
}

@media (max-width:991px) {
	.Sidebar__backdrop {
		position: fixed;
		background-color: rgba(0,0,0,.25);
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		display: none
	}
}

.Sidebar.active .Sidebar__body {
	right: 0
}

.Sidebar.active .Sidebar__backdrop {
	display: block
}

.SidebarMenu {
	position: relative
}

.SidebarMenu ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.SidebarMenu ul li {
	margin-bottom: 24px
}

.SidebarMenu ul a {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-decoration: none
}

.Footer {
	background-color: #151922
}

@media (max-width:991px) {
	.Footer__menu.row {
		margin-right: -5px;
		margin-left: -5px
	}

	.Footer__menu>[class*=" col-"],.Footer__menu>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
}

.Footer__nav {
	margin-bottom: 40px
}

.Footer__nav,.Footer__nav ul {
	list-style-type: none;
	padding: 0
}

.Footer__nav li {
	margin-bottom: 12px
}

@media (min-width:768px) {
	.Footer__nav li {
		margin-bottom: 8px
	}
}

.Footer__nav a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	cursor: pointer
}

.Footer__nav a:hover {
	opacity: .6
}

.Footer__nav a[disabled] {
	cursor: default;
	color: #73757a
}

.Footer__nav a[disabled]:hover {
	color: #73757a
}

.ChevronAccordion {
	border-radius: 3px;
	overflow: hidden
}

.ChevronAccordion__item {
	cursor: pointer;
	outline: none;
	transition: all .15s ease
}

.ChevronAccordion__item:not(:nth-last-child(2)) {
	border-bottom: 1px solid #e8e8e9
}

.ChevronAccordion__item:hover {
	background-color: #edf3ff
}

.ChevronAccordion__item--disabled {
	cursor: not-allowed
}

.ChevronAccordion__item--disabled:hover {
	background-color: #f8f8f8
}

.ChevronAccordion__chevron {
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.ChevronAccordion__item--selected .ChevronAccordion__chevron {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.ChevronAccordion__content {
	transition: opacity .3s ease-out,padding-top .3s ease-out,padding-bottom .3s ease-out,border-color .3s ease-out,border-width .3s ease-out;
	overflow: hidden;
	z-index: 1;
	max-height: 0;
	opacity: 0
}

.ChevronAccordion__content:not(:last-child) {
	border-bottom: 0 solid transparent
}

.ChevronAccordion__content:last-child {
	border-top: 0 solid transparent
}

.ChevronAccordion__content.active {
	max-height: 100%;
	opacity: 1
}

.ChevronAccordion__content.active:not(:last-child) {
	border-bottom: 1px solid #e8e8e9
}

.ChevronAccordion__content.active:last-child {
	border-top: 1px solid #e8e8e9
}

.Modal {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-height: 100%;
	max-width: 600px;
	margin: 0 auto;
	float: none;
	outline: 0;
	pointer-events: none
}

.Modal:before {
	display: block;
	height: calc(100vh - 40px);
	content: ""
}

.Modal--open-no-scroll {
	overflow: hidden
}

.Modal__Overlay {
	overflow: auto;
	padding: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999
}

.Modal__Content {
	position: relative;
	background: #fff;
	overflow: auto;
	border-radius: 4px;
	outline: none;
	margin: 0;
	pointer-events: auto;
	width: 100%
}

.Modal__Close {
	position: absolute;
	right: 20px;
	top: 24px;
	transition: opacity .25s;
	opacity: 1
}

.Modal__Close:hover {
	opacity: .5
}

.Countdown--large .Countdown__digit {
	font-size: 36px
}

@media (min-width:768px) {
	.Countdown--large .Countdown__digit {
		font-size: 56px
	}
}

@media (min-width:992px) {
	.Countdown--large .Countdown__digit {
		font-size: 72px
	}
}

.Countdown--large .Countdown__colon {
	font-size: 24px
}

@media (min-width:768px) {
	.Countdown--large .Countdown__colon {
		font-size: 36px
	}
}

@media (min-width:992px) {
	.Countdown--large .Countdown__colon {
		font-size: 56px
	}
}

.Countdown--large .Countdown__date {
	font-size: 10px
}

@media (min-width:768px) {
	.Countdown--large .Countdown__date {
		font-size: 14px
	}
}

.Countdown--large .Countdown__seconds-wrapper {
	min-width: 55px
}

@media (min-width:768px) {
	.Countdown--large .Countdown__seconds-wrapper {
		min-width: 82px
	}
}

@media (min-width:992px) {
	.Countdown--large .Countdown__seconds-wrapper {
		min-width: 107px
	}
}

.Countdown--medium .Countdown__digit {
	font-size: 36px
}

.Countdown--medium .Countdown__colon {
	font-size: 24px
}

.Countdown--medium .Countdown__date {
	font-size: 10px
}

.Countdown--medium .Countdown__seconds-wrapper {
	min-width: 52px
}

@media (min-width:992px) {
	.Countdown--medium .Countdown__seconds-wrapper {
		min-width: 56px
	}
}

.Countdown--small .Countdown__digit {
	font-size: 20px
}

@media (min-width:768px) {
	.Countdown--small .Countdown__digit {
		font-size: 24px
	}
}

.Countdown--small .Countdown__colon {
	font-size: 16px
}

@media (min-width:768px) {
	.Countdown--small .Countdown__colon {
		font-size: 18px
	}
}

.Countdown--small .Countdown__date {
	font-size: 10px
}

.Article p {
	margin: 24px 0
}

.Article p.micro,.Article p.nano {
	margin: 16px 0 12px
}

.Article p.lead {
	font-weight: 500;
	text-align: center;
	margin: 64px 0;
	color: #383c43
}

@media (min-width:768px) {
	.Article p.lead {
		margin: 80px 0
	}
}

@media (min-width:992px) {
	.Article p.lead {
		margin: 112px 0
	}
}

.Article p.intro-text {
	margin: 48px 0;
	font-size: 20px
}

.Article p.intro-text,.Article strong {
	color: #383c43;
	font-weight: 500
}

.Article .Link {
	font-weight: 500
}

.Article blockquote,.Article blockquote>p {
	margin: 48px 0;
	color: #383c43;
	font-weight: 500;
	font-size: 20px
}

@media (min-width:768px) {
	.Article blockquote,.Article blockquote>p {
		margin: 48px
	}
}

@media (min-width:992px) {
	.Article blockquote,.Article blockquote>p {
		margin: 48px 64px
	}
}

.Article .wp-caption,.Article figure {
	margin: 32px 0
}

@media (min-width:768px) {
	.Article .wp-caption,.Article figure {
		margin: 48px 0
	}
}

@media (min-width:992px) {
	.Article .wp-caption,.Article figure {
		margin: 64px 0
	}
}

.Article .wp-caption .wp-caption-text,.Article .wp-caption figcaption,.Article figure .wp-caption-text,.Article figure figcaption {
	margin: 16px 0 12px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500
}

.Article .wp-caption img,.Article figure img {
	margin: 0 auto
}

.Article img {
	margin: 32px auto
}

@media (min-width:768px) {
	.Article img {
		margin: 48px auto
	}
}

@media (min-width:992px) {
	.Article img {
		margin: 64px auto
	}
}

.Article .ListItem img {
	margin: 0;
	vertical-align: initial
}

.Article ol,.Article ul {
	list-style: none;
	margin: 32px 0;
	color: #383c43
}

.Article ol li,.Article ul li {
	margin: 16px 0;
	line-height: 28px
}

.Article ul>li {
	background: url(https://s1.nordcdn.com/nordvpn/media/1.259.0/images/global/icons/16/bullet.svg) no-repeat 0 6px;
	padding-left: 32px
}

.Article ol {
	position: relative;
	padding-left: 32px;
	counter-reset: item
}

.Article ol>li {
	counter-increment: item
}

.Article ol>li:before {
	position: absolute;
	left: 0;
	color: #383c43;
	font-weight: 500;
	content: counter(item) "."
}

.Article ol.alpha>li:before {
	content: counter(item,lower-alpha) ") "
}

.Article__wrapper {
	margin: 64px 0
}

@media (min-width:768px) {
	.Article__wrapper {
		margin: 80px 0
	}
}

@media (min-width:992px) {
	.Article__wrapper {
		margin: 112px 0
	}
}

.Article__wrapper--no-t-margin {
	margin-top: 0
}

.Article__wrapper--no-b-margin {
	margin-bottom: 0
}

.Article h1 {
	margin: 64px 0 32px
}

@media (min-width:768px) {
	.Article h1 {
		margin: 80px 0 48px
	}
}

@media (min-width:992px) {
	.Article h1 {
		margin: 112px 0 64px
	}
}

.Article h2 {
	margin: 64px 0 32px
}

@media (min-width:768px) {
	.Article h2 {
		margin: 80px 0 48px
	}
}

.Article h3 {
	margin: 48px 0 32px
}

@media (min-width:768px) {
	.Article h3 {
		margin: 64px 0 40px
	}
}

.Article .h4,.Article .h5,.Article h4,.Article h5 {
	margin: 48px 0 32px
}

@media (min-width:768px) {
	.Article .h4,.Article .h5,.Article h4,.Article h5 {
		margin: 64px 0 32px
	}
}

.Article .h6,.Article h6 {
	margin: 48px 0 32px
}

.Article .collapse p:first-child,.Article .collapsing p:first-child {
	margin-top: 0
}

.Article--blog a:not(.Button) {
	color: #4687ff
}

.Article--blog a:not(.Button).Link--active,.Article--blog a:not(.Button):hover {
	color: #90b7ff
}

.Article--blog a:not(.Button):active,.Article--blog a:not(.Button):focus {
	color: #4687ff
}

.Article--blog iframe {
	width: 100%;
	margin: 16px auto
}

.Article--blog img {
	display: block;
	max-width: 100%;
	height: auto
}

.Article--blog h2 {
	margin: 48px 0 32px;
	font-size: 32px;
	line-height: 44px;
	font-weight: 600
}

@media (min-width:768px) {
	.Article--blog h2 {
		margin: 64px 0 32px
	}
}

@media (max-width:1199px) {
	.Article--blog h2 {
		font-size: 30px;
		line-height: 44px;
		font-weight: 600
	}
}

@media (max-width:991px) {
	.Article--blog h2 {
		font-size: 28px;
		line-height: 40px;
		font-weight: 600
	}
}

@media (max-width:767px) {
	.Article--blog h2 {
		font-size: 26px;
		line-height: 38px;
		font-weight: 600
	}
}

.Article--blog h3 {
	margin: 48px 0 32px;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600
}

@media (min-width:768px) {
	.Article--blog h3 {
		margin: 64px 0 32px
	}
}

@media (max-width:1199px) {
	.Article--blog h3 {
		font-size: 26px;
		line-height: 38px;
		font-weight: 600
	}
}

@media (max-width:991px) {
	.Article--blog h3 {
		font-size: 26px;
		line-height: 38px;
		font-weight: 600
	}
}

@media (max-width:767px) {
	.Article--blog h3 {
		font-size: 24px;
		line-height: 36px;
		font-weight: 600
	}
}

.Article--blog h4 {
	margin: 48px 0 32px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600
}

@media (max-width:1199px) {
	.Article--blog h4 {
		font-size: 22px;
		line-height: 30px;
		font-weight: 600
	}
}

@media (max-width:991px) {
	.Article--blog h4 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600
	}
}

@media (max-width:767px) {
	.Article--blog h4 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600
	}
}

.Article--blog .table-of-contents {
	margin: 48px 0
}

.Article--blog .table-of-contents p {
	font-size: 20px;
	color: #383c43;
	font-weight: 500
}

.Article--blog .table-of-contents ul li {
	font-size: 14px
}

.Article--blog .table-of-contents>ul {
	margin: 24px 0
}

.Article--blog .table-of-contents>ul>li {
	font-weight: 500;
	background: none;
	padding: 0
}

.Article--blog .table-of-contents>ul>li ul {
	margin: 0
}

.Article--blog .table-of-contents>ul>li>ul li {
	background: url(https://s1.nordcdn.com/nordvpn/media/1.259.0/images/global/icons/16/child-indication.svg) no-repeat 0 6px;
	font-weight: 400;
	margin: 8px 0
}

.Article--blog .table-of-contents>ul>li>ul li>.Link {
	font-weight: 400
}

.Article--tutorial hr {
	background-color: #e8e8e9;
	margin: 48px 0
}

@media (min-width:768px) {
	.Article--tutorial hr {
		margin: 64px 0
	}
}

.Article--tutorial pre {
	display: block;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	color: #151922;
	background-color: #f3f4f4;
	border: 1px solid #d0d1d3;
	border-radius: 4px
}

.Article--tutorial pre code {
	font-family: Menlo,Monaco,Consolas,Courier New,monospace;
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent
}

.TextField .wp-password-eye {
	color: #b9babd;
	cursor: pointer
}

.TextField .wp-password-eye .icon-eye--hide {
	display: none
}

.TextField .wp-password-eye.wp-show-password .icon-eye--hide {
	display: inline-block
}

.TextField .wp-password-eye.wp-show-password .icon-eye--show {
	display: none
}

.wp-NativeLinkDropdown {
	position: relative;
	cursor: pointer
}

.wp-NativeLinkDropdown:before {
	content: " ";
	border: 4px solid transparent;
	border-top-color: #383c43;
	position: absolute;
	right: 0;
	pointer-events: none;
	top: 46%
}

.wp-NativeLinkDropdown__select {
	font-size: 12px;
	font-weight: 500;
	color: #383c43;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	border: none;
	background: none
}

@media (min-width:768px) {
	.wp-NativeLinkDropdown__select {
		font-size: 14px
	}
}

.wp-NativeLinkDropdown__select:focus {
	outline: none
}

.wp-NativeLinkDropdown--dark:before {
	border-top-color: #fff
}

.wp-NativeLinkDropdown--dark .wp-NativeLinkDropdown__select {
	color: #fff
}

.wp-NativeLinkDropdown__width-box {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
	font-size: 12px
}

@media (min-width:768px) {
	.wp-NativeLinkDropdown__width-box {
		font-size: 14px
	}
}

.wp-NativeLinkDropdown:hover .wp-NativeLinkDropdown__select {
	color: #f64f64;
	transition: color .25s ease-in-out
}

.wp-NativeLinkDropdown:hover:before {
	border-top-color: #f64f64;
	transition: border-top-color .25s ease-in-out
}

.wp-LanguageSwitch {
	border: 0;
	color: #fff;
	font-size: 14px;
	height: 50px;
	padding: 5px 20px;
	font-weight: 400;
	box-shadow: none;
	border-radius: 5px;
	background: url(../img/dropdown-arrow-white.svg) no-repeat 100% #2c3038;
	background-origin: content-box
}

.wp-LanguageSwitch:focus {
	box-shadow: none
}

.PeriodPrice {
	white-space: nowrap
}

.PeriodPrice__period {
	font-size: 70%
}

.Video--clickable {
	cursor: pointer
}

.ArticleCard:hover .ArticleCard__title--hover-primary {
	color: #f64f64
}

.ArticleCard:hover .ArticleCard__title--hover-blue {
	color: #4687ff
}

.ArticleCard:hover .ArticleCard__body--hover-primary {
	color: #f64f64
}

.ArticleCard:hover .ArticleCard__body--hover-blue {
	color: #4687ff
}

.ArticleCard__image {
	padding-bottom: 56%;
	background-size: cover;
	background-position: 50%
}

.ArticleCard__body,.ArticleCard__title {
	color: #383c43;
	transition: color .25s ease-out
}

.ArticleCard__author {
	max-width: 32px
}

.ArticleCard .lh1 {
	line-height: 1
}

@media (min-width:992px) {
	.ArticleCard--vertical {
		height: 100%
	}
}

.ArticleCard--vertical .ArticleCard__image-wrapper {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.ArticleCard--vertical .ArticleCard__content-wrapper {
	height: 100%;
	min-height: 180px
}

.ArticleCard--vertical .ArticleCard__image {
	border-radius: 3px 3px 0 0
}

@media (min-width:768px) and (max-width:991px) {
	.ArticleCard--vertical .ArticleCard__image {
		border-radius: 3px 0 0 3px;
		padding-bottom: 0;
		height: 100%
	}
}

.ArticleCard--vertical .Paper {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%
}

@media (min-width:768px) and (max-width:991px) {
	.ArticleCard--vertical .Paper {
		-webkit-flex-direction: row;
		flex-direction: row
	}
}

.ArticleCard--horizontal .ArticleCard__image {
	border-radius: 3px 3px 0 0
}

@media (min-width:768px) {
	.ArticleCard--horizontal .ArticleCard__image {
		border-radius: 3px 0 0 3px;
		padding-bottom: 0;
		height: 100%
	}
}

@media (max-width:767px) {
	.ArticleCard--horizontal .Paper {
		-webkit-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.ArticleCard--horizontal .ArticleCard__content-wrapper {
		min-height: 180px
	}
}

.ArticleCard--featured .ArticleCard__image {
	border-radius: 3px 3px 0 0
}

@media (min-width:768px) {
	.ArticleCard--featured .ArticleCard__image {
		border-radius: 3px 0 0 3px;
		padding-bottom: 0;
		height: 100%
	}
}

@media (max-width:767px) {
	.ArticleCard--featured .Paper {
		-webkit-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.ArticleCard--featured .ArticleCard__content-wrapper {
		min-height: 265px
	}
}

@media (min-width:1200px) {
	.ArticleCard--featured .ArticleCard__content-wrapper {
		min-height: 320px
	}
}

.ArticleCard--horizontal-even .ArticleCard__image {
	border-radius: 3px 3px 0 0;
	height: 100%
}

@media (min-width:768px) {
	.ArticleCard--horizontal-even .ArticleCard__image {
		border-radius: 3px 0 0 3px;
		padding-bottom: 0;
		height: 100%
	}
}

@media (max-width:767px) {
	.ArticleCard--horizontal-even .Paper {
		-webkit-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height: 320px
	}
}

@media (min-width:992px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height: 360px
	}
}

@media (min-width:1200px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height: 480px
	}
}

.CardWithGradient {
	border-radius: 10px
}

.CardWithGradient__image {
	min-height: 280px;
	position: relative
}

.CardWithGradient__gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px
}

.CategoryNav {
	position: relative
}

@media (max-width:767px) {
	.row .CategoryNav {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media (max-width:767px) {
	.CategoryNav {
		height: 40px;
		overflow: hidden
	}

	.CategoryNav:after,.CategoryNav:before {
		content: "";
		position: absolute;
		width: 15px;
		height: 100%;
		top: 0
	}

	.CategoryNav:before {
		background: linear-gradient(90deg,#f7f7f7,#f7f7f7 50%,hsla(0,0%,97%,0));
		left: 0
	}

	.CategoryNav:after {
		background: linear-gradient(270deg,#f7f7f7,#f7f7f7 50%,hsla(0,0%,97%,0));
		right: 0
	}
}

@media (max-width:767px) {
	.CategoryNav__wrapper {
		height: 150%;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media (max-width:767px) {
	.CategoryNav__container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.CategoryNav__title {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.CategoryNav--with-search .CategoryNav__search {
	position: relative
}

@media (max-width:767px) {
	.CategoryNav--with-search .CategoryNav__search:before {
		content: "";
		position: absolute;
		width: 15px;
		height: 100%;
		top: 0;
		background: linear-gradient(270deg,#f7f7f7,#f7f7f7 50%,hsla(0,0%,97%,0));
		left: -14px
	}
}

.FeatureItem .Title {
	transition: all .25s ease-out
}

.FeatureItem .Link p {
	color: #73757a
}

.FeatureItem .Link:active .Title,.FeatureItem .Link:focus .Title,.FeatureItem .Link:hover .Title {
	color: #f64f64
}

.FeatureItem .Link--alt:active .Title,.FeatureItem .Link--alt:focus .Title,.FeatureItem .Link--alt:hover .Title {
	color: #90b7ff
}

.FeatureItem .Link--dark:active .Title,.FeatureItem .Link--dark:focus .Title,.FeatureItem .Link--dark:hover .Title,.FeatureItem .Link--light:active .Title,.FeatureItem .Link--light:focus .Title,.FeatureItem .Link--light:hover .Title {
	color: #f64f64
}

.FeatureItem .Link--muted:active .Title,.FeatureItem .Link--muted:focus .Title,.FeatureItem .Link--muted:hover .Title {
	color: #73757a
}

.ImageWithCallout,.ImageWithCallout__inner,.ImageWithCallout__wrapper {
	position: relative
}

.ImageWithCallout__inner:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -21px;
	border-color: #4687ff transparent transparent;
	border-style: solid;
	border-width: 22px 22px 0 0
}

.ImageWithCallout__callout {
	background: #4687ff;
	color: #fff;
	border-radius: 23px;
	border-bottom-left-radius: 0;
	max-width: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(30%);
	transform: translate(30%)
}

@media (max-width:1199px) {
	.ImageWithCallout__callout {
		-webkit-transform: translate(10%);
		transform: translate(10%)
	}
}

@media (max-width:991px) {
	.ImageWithCallout__callout {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media (max-width:767px) {
	.ImageWithCallout__callout {
		position: relative;
		max-width: 300px;
		left: 0;
		right: 0
	}
}

@media (max-width:767px) {
	.ImageWithCallout__text {
		font-size: 12px
	}
}

.Pagination__item {
	min-width: 32px;
	line-height: 32px
}

.Pagination__item:not(:last-child) {
	margin-right: 4px
}

.Pagination__item .Link {
	transition: background-color .25s ease-out,color .25s ease-out;
	border-radius: 3px;
	cursor: pointer;
	color: #383c43
}

.Pagination__item .Link:active,.Pagination__item .Link:focus,.Pagination__item .Link:hover,.Pagination__item.Pagination__item--navigation .Link:active,.Pagination__item.Pagination__item--navigation .Link:focus,.Pagination__item.Pagination__item--navigation .Link:hover {
	color: #383c43
}

.Pagination__item.Pagination__item--navigation .Link:active .SVG--inline:not(.SVG--no-hover) *,.Pagination__item.Pagination__item--navigation .Link:focus .SVG--inline:not(.SVG--no-hover) *,.Pagination__item.Pagination__item--navigation .Link:hover .SVG--inline:not(.SVG--no-hover) * {
	fill: #fff
}

.Pagination__item--active .Link,.Pagination__item .Link:hover {
	background-color: #383c43;
	color: #fff
}

.Pagination__item--ellipses {
	color: #b9babd
}

.CountryItem__flag {
	float: left
}

@media (min-width:768px) {
	.StatsBlock {
		position: relative;
		margin-left: 23px
	}

	.StatsBlock:before {
		content: "";
		position: absolute;
		top: 0;
		left: -23px;
		height: 100%;
		width: 1px;
		opacity: .5;
		background-color: #fff
	}
}

@media (max-width:767px) {
	.StatsBlock .Title {
		font-size: 16px;
		line-height: 1
	}
}

.Table table {
	background-color: transparent;
	width: 100%;
	max-width: 100%
}

.Table table>tbody>tr>td,.Table table>tbody>tr>th,.Table table>tfoot>tr>td,.Table table>tfoot>tr>th,.Table table>thead>tr>td,.Table table>thead>tr>th {
	vertical-align: top;
	border-bottom: 1px solid #d0d1d3
}

.Table table>thead>tr>th {
	vertical-align: bottom
}

.Table table>caption+thead>tr:first-child>td,.Table table>caption+thead>tr:first-child>th,.Table table>colgroup+thead>tr:first-child>td,.Table table>colgroup+thead>tr:first-child>th,.Table table>thead:first-child>tr:first-child>td,.Table table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.Table table>tbody+tbody {
	border-top: 1px solid #d0d1d3
}

.Table table table {
	background-color: #fff
}

.Table.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media (max-width:767px) {
	.Table.table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.Table.table-responsive>table {
		margin-bottom: 0
	}

	.Table.table-responsive>table>tbody>tr>td,.Table.table-responsive>table>tbody>tr>th,.Table.table-responsive>table>tfoot>tr>td,.Table.table-responsive>table>tfoot>tr>th,.Table.table-responsive>table>thead>tr>td,.Table.table-responsive>table>thead>tr>th {
		white-space: nowrap
	}
}

.Testimonial__photo {
	border: 2px solid #fff;
	border-radius: 50%;
	max-width: 82px;
	background: #fff
}

.Testimonial__photo .Image {
	border-radius: 50%
}

.Testimonial__photo--no-border {
	border: none
}

.TweetCard--dark {
	border: 1px solid #383c43
}

.TweetCard__photo {
	height: 36px;
	width: 36px
}

.TweetCard__name {
	line-height: 1.4
}

.Infographics img {
	margin: 0 auto
}

.Infographics strong {
	color: inherit;
	font-weight: 600
}

.Infographics pre {
	font-family: inherit;
	margin: 0
}

.BannerContentOverflow__image {
	position: relative
}

@media (max-width:991px) {
	.BannerContentOverflow__image {
		max-width: 100%
	}
}

.ComparisonTable {
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width:768px) {
	.ComparisonTable__dark-cell {
		background-color: #44474e
	}
}

@media (min-width:768px) {
	.ComparisonTable__header>:first-child {
		border-radius: 3px 3px 0 0
	}
}

@media (min-width:768px) {
	.ComparisonTable__footer>:first-child {
		border-radius: 0 0 3px 3px
	}
}

@media (max-width:767px) {
	.ComparisonTableTable__first-cell {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.ComparisonTableTable__logo {
		max-width: 100px
	}
}

@media (max-width:767px) {
	.ComparisonTableTable__button {
		padding: 4px 13px;
		font-size: 12px;
		line-height: 20px
	}
}

@media (max-width:767px) {
	.ComparisonTableTable__table-head span {
		font-size: 14px
	}
}

.ComparisonTableTable table>tbody>tr>td {
	vertical-align: middle
}

.ComparisonTableTable table td,.ComparisonTableTable table th {
	position: static;
	display: table-cell;
	float: none
}

.ComparisonTableTable table>thead>tr>th {
	font-size: 16px;
	border-bottom-color: transparent
}

.ComparisonTableTable table>thead>tr>th:nth-child(2) {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.ComparisonTableTable table>tfoot>tr>td {
	border-bottom-color: transparent
}

.ComparisonTableTable table>tfoot>tr>td:nth-child(2) {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.HeroVideo__button .SVG--inline * {
	transition: fill .25s ease-out
}

.HeroVideo__button:hover .SVG--inline * {
	fill: #fff
}

.HeroVideo__image-button {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: background-color .25s ease-out;
	background-color: #fff
}

.HeroVideo__image-button,.HeroVideo__image-button>:first-child {
	position: absolute;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%
}

.HeroVideo__image-button .SVG--inline * {
	transition: fill .25s;
	fill: #383c43
}

.HeroVideo__card {
	position: relative
}

.HeroVideo__card:hover .HeroVideo__image-button {
	background-color: #4687ff
}

.HeroVideo__card:hover .SVG--inline * {
	fill: #fff
}

.HeroWithBadge {
	position: relative
}

.HeroWithBadge__badge {
	position: absolute;
	bottom: 0;
	right: 0
}

@media (max-width:767px) {
	.HeroWithBadge__badge {
		left: 0
	}
}

.HeroISPMap {
	position: relative
}

.HeroISPMap__content {
	position: relative;
	z-index: 1
}

.HeroISPMap__table {
	background-color: rgba(43,107,122,.5);
	border-radius: 5px;
	border: 1px solid #2b6b7a;
	position: relative
}

.HeroISPMap__table:after {
	content: "";
	width: 0;
	height: 0;
	border-color: #2b6b7a transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.HeroISPMap__table hr {
	background-color: #2b6b7a
}

.HeroISPMap__location {
	color: #2b6b7a
}

.HeroISPMap__map {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.HeroISPMap__map #map {
	height: 100%
}

.HeroISPMap__overlay {
	background: linear-gradient(90deg,rgba(3,16,25,.25),#031019)
}

.HeroISPMap__background,.HeroISPMap__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.HeroISPMap__background {
	transition: opacity .25s ease
}

.HeroISPMapCenter {
	position: relative;
	overflow: hidden
}

.HeroISPMapCenter__content {
	position: relative;
	z-index: 1
}

.HeroISPMapCenter__location {
	color: #2b6b7a
}

.HeroISPMapCenter__map {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.HeroISPMapCenter__map #map {
	height: 100%
}

.HeroISPMapCenter__overlay {
	background: linear-gradient(90deg,rgba(3,16,25,.25),#031019);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.HeroISPMapCenter__background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity .25s ease
}

@media (min-width:768px) {
	.HeroISPMapCenter__isp-info div:not(:last-child) {
		border-right: 1px solid hsla(240,2%,91%,.5)
	}
}

.HeroISPMapCenter__circles {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	padding-bottom: 0;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: rgba(43,107,122,.2);
	transition: all .5s cubic-bezier(.785,.135,.15,.86);
	opacity: 0;
	transition-delay: 1s
}

.HeroISPMapCenter__circles:before {
	background-color: rgba(43,107,122,.25);
	transition: all .75s cubic-bezier(.785,.135,.15,.86);
	transition-delay: 1.25s
}

.HeroISPMapCenter__circles:after,.HeroISPMapCenter__circles:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	padding-bottom: 0;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0
}

.HeroISPMapCenter__circles:after {
	background-color: rgba(43,107,122,.3);
	transition: all .75s cubic-bezier(.785,.135,.15,.86);
	transition-delay: 1.5s
}

.HeroISPMapCenter__circles.active {
	opacity: 1;
	z-index: 1;
	width: 50%;
	padding-bottom: 50%
}

@media (max-width:767px) {
	.HeroISPMapCenter__circles.active {
		width: 140%;
		padding-bottom: 140%
	}
}

.HeroISPMapCenter__circles.active:before {
	width: 60%;
	padding-bottom: 60%
}

.HeroISPMapCenter__circles.active:after {
	width: 25%;
	padding-bottom: 25%
}

.HeroISPMapCenter__circles.active:after,.HeroISPMapCenter__circles.active:before {
	opacity: 1
}

.Hero1ColCenter__border-flag {
	border: 5px solid #fff;
	border-radius: 5px;
	box-sizing: content-box
}

.PlatformRowWithSeparators__item {
	border-right: 1px solid #e8e8e9
}

@media (max-width:767px) {
	.PlatformRowWithSeparators__item:nth-child(2n) {
		border-right: none
	}
}

@media (min-width:992px) {
	.PlatformRowWithSeparators__item:last-child {
		border-right: none
	}
}

@media (min-width:992px) {
	.PlatformRowWithSeparators__item {
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
}

.JumpToSectionMenu {
	border-left: 1px solid #d0d1d3
}

.MasonryGrid__grid {
	-webkit-column-gap: 20px;
	column-gap: 20px
}

@media (min-width:768px) {
	.MasonryGrid__grid.sm-1 {
		-webkit-column-count: 1;
		column-count: 1
	}

	.MasonryGrid__grid.sm-2 {
		-webkit-column-count: 2;
		column-count: 2
	}

	.MasonryGrid__grid.sm-3 {
		-webkit-column-count: 3;
		column-count: 3
	}
}

@media (min-width:992px) {
	.MasonryGrid__grid.md-1 {
		-webkit-column-count: 1;
		column-count: 1
	}

	.MasonryGrid__grid.md-2 {
		-webkit-column-count: 2;
		column-count: 2
	}

	.MasonryGrid__grid.md-3 {
		-webkit-column-count: 3;
		column-count: 3
	}
}

@media (min-width:1200px) {
	.MasonryGrid__grid.lg-1 {
		-webkit-column-count: 1;
		column-count: 1
	}

	.MasonryGrid__grid.lg-2 {
		-webkit-column-count: 2;
		column-count: 2
	}

	.MasonryGrid__grid.lg-3 {
		-webkit-column-count: 3;
		column-count: 3
	}
}

.MasonryGrid__grid-item {
	width: 100%;
	margin-bottom: 20px
}

.MasonryGridCard {
	border-radius: 10px
}

.MasonryGridCard__image {
	min-height: 280px;
	position: relative
}

.MasonryGridCard__gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px
}

.SingleVideoTestimonial__background {
	background-color: #192438;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

@media (min-width:992px) {
	.SingleVideoTestimonial__background {
		border-top-right-radius: 0;
		border-bottom-left-radius: 6px
	}
}

@media (min-width:768px) {
	.SingleVideoTestimonial__quote {
		font-size: 20px
	}
}

.SingleVideoTestimonial__card {
	position: relative
}

.SingleVideoTestimonial__image {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	padding-bottom: 50%;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px
}

.SingleVideoTestimonial__image:before {
	content: "";
	background: rgba(25,36,56,.3);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

@media (min-width:992px) {
	.SingleVideoTestimonial__image {
		min-height: 400px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px
	}
}

.SingleVideoTestimonial__button {
	z-index: 3;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: background-color .25s ease-out;
	background-color: #fff
}

.SingleVideoTestimonial__button,.SingleVideoTestimonial__button>:first-child {
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%
}

.SingleVideoTestimonial__button:hover {
	background-color: #4687ff
}

.SingleVideoTestimonial__button:hover .SVG--inline * {
	fill: #fff
}

.Testimonials__row {
	position: relative;
	top: -42px
}

@media (min-width:768px) {
	.Testimonials__row>div {
		padding-bottom: 0
	}
}

@media (max-width:767px) {
	.Testimonials__row>div:last-child {
		padding-bottom: 0
	}
}

.VerticalTabs__items {
	list-style-type: none;
	position: relative
}

.VerticalTabs__body .VerticalTabs__tab-pane .Intrinsic--transparent {
	overflow: hidden
}

.VerticalTabs__tab-pane {
	height: 0;
	overflow: hidden;
	opacity: 0
}

.VerticalTabs__tab-pane.open {
	height: auto;
	opacity: 1
}

@media (min-width:768px) {
	.VerticalTabs--content-right .VerticalTabs__content {
		padding: 0 0 0 40px
	}
}

@media (min-width:768px) {
	.VerticalTabs--content-right .VerticalTabs__divider:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #e8e8e9
	}
}

@media (min-width:768px) {
	.VerticalTabs--content-left .VerticalTabs__content {
		padding: 0 40px 0 0
	}
}

@media (min-width:768px) {
	.VerticalTabs--content-left .VerticalTabs__divider:before {
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #e8e8e9
	}
}

.VerticalTabs__title {
	transition: color .2s ease-in-out
}

.VerticalTabs__title .SVG--inline * {
	fill: #4687ff
}

.VerticalTabs__item {
	vertical-align: top
}

.VerticalTabs__item__content {
	position: relative
}

.VerticalTabs__item__link:hover .VerticalTabs__title {
	color: #90b7ff
}

.VerticalTabs__item__link:hover .VerticalTabs__title .SVG--inline * {
	fill: #90b7ff
}

.VerticalTabs__chevron {
	margin-bottom: 0
}

.VerticalTabs--default.VerticalTabs--sm.VerticalTabs--content-below .VerticalTabs__item__link .VerticalTabs__chevron {
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out,-webkit-transform .1s ease-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.VerticalTabs--default.VerticalTabs--sm.VerticalTabs--content-below .VerticalTabs__item__link[data-link=open] .VerticalTabs__chevron {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.VerticalTabs--default.VerticalTabs--sm.VerticalTabs--content-above .VerticalTabs__item__link .VerticalTabs__chevron {
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out,-webkit-transform .1s ease-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.VerticalTabs--default.VerticalTabs--sm.VerticalTabs--content-above .VerticalTabs__item__link[data-link=open] .VerticalTabs__chevron {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.VerticalTabs--default.VerticalTabs--lg .VerticalTabs__item__link .VerticalTabs__chevron {
	transition: opacity .2s ease-out;
	opacity: 0
}

.VerticalTabs--default.VerticalTabs--lg .VerticalTabs__item__link[data-link=open] .VerticalTabs__chevron {
	opacity: 1
}

.VerticalTabs--box.VerticalTabs--sm .Paper {
	box-shadow: none
}

.VerticalTabs--box.VerticalTabs--sm .VerticalTabs__item__link .VerticalTabs__chevron {
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out,-webkit-transform .1s ease-out;
	display: none
}

.VerticalTabs--box.VerticalTabs--sm .VerticalTabs__item__content {
	padding: 0
}

.CardTabs__items {
	list-style-type: none;
	position: relative
}

.CardTabs__body .CardTabs__tab-pane .Intrinsic--transparent {
	overflow: hidden
}

.CardTabs__tab-pane {
	height: 0;
	overflow: hidden;
	opacity: 0
}

.CardTabs__tab-pane.open {
	height: auto;
	opacity: 1
}

.CardTabs__line {
	height: 1px
}

.CardTabs__title {
	transition: color .2s ease-in-out
}

.CardTabs__item {
	vertical-align: top
}

.CardTabs__item__content {
	position: relative
}

.CardTabs__item__link .CardTabs__chevron {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.CardTabs__chevron {
	margin-bottom: 0
}

@media (min-width:768px) {
	.CardTabs--content-right .CardTabs__content {
		padding: 0 0 0 40px
	}
}

@media (min-width:768px) {
	.CardTabs--content-left .CardTabs__content {
		padding: 0 40px 0 0
	}
}

.CardTabs--default.CardTabs--sm.CardTabs--content-below .CardTabs__item__link .CardTabs__chevron {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.CardTabs--default.CardTabs--sm.CardTabs--content-below .CardTabs__item__link[data-link=open] .CardTabs__chevron {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.CardTabs--default.CardTabs--sm.CardTabs--content-above .CardTabs__item__link .CardTabs__chevron {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.CardTabs--default.CardTabs--sm.CardTabs--content-above .CardTabs__item__link[data-link=open] .CardTabs__chevron {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__item__link .CardTabs__chevron {
	display: none
}

.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__item__link__container,.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__item__link__container .Link {
	cursor: auto
}

.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__item__link__container:hover {
	box-shadow: none
}

.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__item__content {
	padding: 0;
	margin: 24px 0
}

.CardTabs--default.CardTabs--sm.CardTabs--links-disabled-sm .CardTabs__description {
	padding: 0
}

.CardTabs--default.CardTabs--sm.CardTabs--links-enabled-sm .CardTabs__item__link__container {
	border-radius: 3px
}

.CardTabs--default.CardTabs--sm.CardTabs--links-enabled-sm .CardTabs__item__link__container:hover {
	box-shadow: none
}

.CardTabs--default.CardTabs--sm.CardTabs--links-enabled-sm .CardTabs__item__link:hover .CardTabs__title {
	color: #8a8c91
}

.CardTabs--default.CardTabs--sm.CardTabs--links-enabled-sm .CardTabs__item__link:hover .SVG--inline * {
	fill: #8a8c91
}

.CardTabs--default.CardTabs--lg .CardTabs__item__link__container {
	border-radius: 3px
}

.CardTabs--default.CardTabs--lg .CardTabs__item__link__container:hover {
	background-color: #fff
}

.CardTabs--default.CardTabs--lg .CardTabs__item__link[data-link=open] .CardTabs__item__link__container {
	box-shadow: 0 0 0 1px rgba(56,60,67,.05),0 1px 3px 0 rgba(56,60,67,.15);
	background-color: #fff
}

.TestimonialsWithQuotes__item {
	position: relative
}

.TestimonialsWithQuotes__item:before {
	content: "\201C";
	position: absolute;
	left: 10px;
	top: -40px;
	font-size: 70px;
	color: #73757a;
	line-height: 1
}

@media (min-width:768px) {
	.TestimonialsWithQuotes__item:before {
		left: -50px;
		top: -8px
	}
}

.StickyHeader {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999
}

.StickyHeaderV2 {
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
	position: fixed;
	width: 100%;
	box-shadow: 0 3px 6px -4px rgba(55,59,66,.15)
}

@media (max-width:991px) {
	.StickyHeaderV2 {
		box-shadow: none
	}
}

.StickyHeaderV2__menu-item {
	transition: border-color .2s ease-in-out;
	border: 1px solid transparent;
	border-radius: 22px
}

.StickyHeaderV2__menu-item--active {
	transition: border-color .2s ease-in-out;
	border-color: #e8e8e9
}

@media (max-width:991px) {
	.StickyHeaderV2__button {
		padding: 4px 13px;
		font-size: 12px;
		line-height: 20px
	}
}

.StickyHeaderV2__dropdown .NativeDropdown__select {
	border-radius: 30px;
	padding-left: 16px;
	padding-right: 24px;
	min-width: 170px;
	border-color: #e8e8e9
}

@media (min-width:768px) {
	.StickyHeaderV2__right-side-content {
		position: relative
	}
}

.StickyHeaderV2__countdown-wrapper {
	background: #edf3ff;
	top: 48px;
	right: 0;
	position: absolute
}

@media (min-width:768px) {
	.StickyHeaderV2__countdown-wrapper {
		background: #fff;
		top: 40px;
		width: 225px;
		border-radius: 5px;
		border: 1px solid #e8e8e9;
		box-shadow: 0 8px 14px 1px rgba(56,60,67,.15)
	}
}

@media (min-width:992px) {
	.StickyHeaderV2__countdown-wrapper {
		top: 55px
	}
}

.StickyHeaderV2__countdown-wrapper .Countdown__digit {
	font-size: 14px
}

@media (min-width:768px) {
	.StickyHeaderV2__countdown-wrapper .Countdown__digit {
		font-size: 20px
	}
}

.StickyHeaderV2__countdown-wrapper .Countdown__date {
	display: none
}

.StickyHeaderV2__countdown-wrapper .Countdown__colon {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0;
	color: #383c43
}

@media (max-width:991px) {
	.StickyHeaderV2__countdown-wrapper .Countdown__colon {
		font-size: 15px;
		margin-left: 4px;
		margin-right: 4px
	}
}

.StickyHeaderV2__countdown-wrapper:after {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	top: -3px;
	background: #fff;
	right: 30px
}

@media (max-width:991px) {
	.StickyHeaderV2__countdown-wrapper:after {
		right: 20px
	}
}

@media (max-width:767px) {
	.StickyHeaderV2__countdown-wrapper:after {
		right: 35px;
		background: #edf3ff
	}
}

.StickyHeaderV2__countdown-wrapper:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 9px;
	top: -5px;
	border: 1px solid #e8e8e9;
	right: 30px
}

@media (max-width:991px) {
	.StickyHeaderV2__countdown-wrapper:before {
		right: 20px
	}
}

@media (max-width:767px) {
	.StickyHeaderV2__countdown-wrapper:before {
		display: none
	}
}

@media (max-width:767px) {
	.StickyHeaderV2__countdown-wrapper .StickyHeaderV2__countdown-title {
		color: #383c43
	}
}

.PartnerBar__item {
	-webkit-flex: 1;
	flex: 1
}

.PricingDeal__pricing {
	border-radius: 5px
}

.PricingDeal__price-amount {
	font-size: 48px
}

.PricingDeal__disabled-plan {
	background-color: hsla(0,0%,100%,.4)
}

.PricingDeal__disabled-plan .PricingDeal__price-amount {
	font-size: 32px;
	line-height: 1.3
}

.TwitterTestimonials .twitter-tweet {
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
	.RecommendedBy>span {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center
	}
}

.VideoModal .close-btn {
	position: absolute;
	right: -24px;
	top: -24px
}

.VideoModal .modal .modal-dialog {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.VideoModal .modal-dialog {
	width: 85%;
	max-width: 1200px;
	margin: 50px auto 0;
	padding-bottom: 50px;
	position: absolute
}

.VideoModal .modal-dialog .modal-content {
	border-radius: 0;
	background: #151922
}

.VideoModal .modal-dialog .modal-body {
	padding: 0
}

.VideoModal .video-container {
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
	overflow: hidden
}

.VideoModal .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.VideoModal .modal-content {
	overflow: visible
}

.body-VideoModal .modal-backdrop.in {
	opacity: .75
}

.PricingCard {
	border-radius: 5px;
	border: 3px solid transparent;
	transition: box-shadow .25s ease-out;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	position: relative
}

@media (max-width:991px) {
	.PricingCard .Button {
		padding: 4px 13px;
		font-size: 12px;
		line-height: 20px
	}
}

.PricingCard__popup {
	display: table;
	padding: 6px 20px;
	border-radius: 25px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	transition: background-color .25s ease-out;
	font-size: 13px;
	line-height: 1.42857
}

.PricingCard__popup:after {
	content: "";
	position: absolute;
	border-color: #4687ff transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	width: 0;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	transition: border-color .25s ease-out
}

@media (min-width:992px) {
	.PricingCard__price-box {
		font-size: 42px;
		line-height: 1
	}

	.PricingCard__price-box__currency {
		font-size: 20px;
		vertical-align: super;
		font-weight: 500
	}
}

@media (max-width:991px) {
	.PricingCard__price-box h2 {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1
	}
}

@media (max-width:991px) {
	.PricingCard__period {
		font-size: 14px;
		font-weight: 500
	}
}

@media (max-width:991px) {
	.PricingCard__per-period {
		font-weight: 600
	}
}

@media (min-width:992px) {
	.PricingCard__old-new-price {
		font-size: 12px;
		min-height: 40px
	}
}

@media (max-width:991px) {
	.PricingCard__extra-free-subscription {
		font-size: 14px;
		line-height: 24px
	}
}

.PricingCard--best-offer {
	border-color: #4687ff
}

.PricingCard--clickable:hover {
	box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15)
}

.TabNavigation__wrapper {
	overflow-x: auto;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.TabNavigation__wrapper::-webkit-scrollbar {
	width: 0;
	height: 0
}

.TabNavigation__paddle-left,.TabNavigation__paddle-right {
	transition: opacity .15s ease-out;
	width: 24px
}

.TabNavigation__paddle-left:hover .SVG--inline *,.TabNavigation__paddle-right:hover .SVG--inline * {
	fill: #383c43
}

.TabNavigation__paddle-left.active,.TabNavigation__paddle-right.active {
	opacity: 1;
	z-index: 1
}

.TabNavigation__paddle-left .SVG,.TabNavigation__paddle-right .SVG {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.TabNavigation__paddle-left {
	border-right: 1px solid #e8e8e9
}

.TabNavigation__paddle-right {
	border-left: 1px solid #e8e8e9
}

.TabNavigation__items {
	list-style-type: none
}

.TabNavigation__items--underlined {
	border-bottom: 1px solid #e8e8e9
}

.TabNavigation .SVG--inline * {
	transition: fill .25s
}

.TabNavigation__item .TabNavigation__active-divider {
	width: 0
}

.TabNavigation__item:hover {
	background: #edf3ff
}

.TabNavigation__item--active,.TabNavigation__item.active {
	border-bottom: 0
}

.TabNavigation__item--active:hover,.TabNavigation__item.active:hover {
	background: none
}

.TabNavigation__item--active .TabNavigation__title,.TabNavigation__item.active .TabNavigation__title {
	color: #4687ff
}

.TabNavigation__item--active .TabNavigation__active-divider,.TabNavigation__item.active .TabNavigation__active-divider {
	width: 100%;
	border-bottom: 3px solid #4687ff;
	position: relative;
	margin: -2px auto 0;
	transition: width .25s ease-out
}

.TabNavigation__item--active .SVG--inline *,.TabNavigation__item.active .SVG--inline * {
	fill: #4687ff
}

.TabNavigation__link {
	min-width: 145px;
	max-width: 260px;
	position: relative
}

.TabNavigation__title {
	max-width: 260px;
	transition: color .25s ease-out
}

.TabNavigation__panels .tab-pane.active {
	display: block
}

.HeroPrice__amountPrefix {
	font-size: 72px
}

@media (min-width:768px) {
	.HeroPrice__amountPrefix {
		font-size: 120px
	}
}

@media (min-width:992px) {
	.HeroPrice__amountPrefix {
		font-size: 125px
	}
}

@media (min-width:1200px) {
	.HeroPrice__amountPrefix {
		font-size: 144px
	}
}

.HeroPrice__amountSuffix {
	font-size: 170px;
	line-height: .8;
	position: relative
}

.HeroPrice__amountSuffix-period {
	color: #fff;
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	right: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	bottom: 1px
}

@media (min-width:768px) {
	.HeroPrice__amountSuffix {
		font-size: 260px
	}

	.HeroPrice__amountSuffix-period {
		font-size: 40px
	}
}

@media (min-width:992px) {
	.HeroPrice__amountSuffix {
		font-size: 270px
	}

	.HeroPrice__amountSuffix-period {
		font-size: 45px
	}
}

@media (min-width:1200px) {
	.HeroPrice__amountSuffix {
		font-size: 288px
	}

	.HeroPrice__amountSuffix-period {
		font-size: 48px
	}
}

.Features2ColAccordion ul {
	list-style: none
}

.Features2ColAccordion__tab>a {
	color: #73757a
}

.Features2ColAccordion__tab--border {
	padding-left: 32px;
	border-left: 2px solid #b9babd
}

.Features2ColAccordion__tab--border:hover {
	border-color: #4687ff
}

.Features2ColAccordion__tab .Features2ColAccordion__tab-description,.Features2ColAccordion__tab .Features2ColAccordion__tab-title {
	transition: .25s ease-out;
	color: #a1a3a7
}

.Features2ColAccordion__tab .Features2ColAccordion__tab-description--closed {
	max-height: 0
}

.Features2ColAccordion__tab.active .Features2ColAccordion__tab-description,.Features2ColAccordion__tab.active .Features2ColAccordion__tab-title,.Features2ColAccordion__tab :hover .Features2ColAccordion__tab-description,.Features2ColAccordion__tab :hover .Features2ColAccordion__tab-title {
	color: #383c43
}

.Features2ColAccordion__tab.active .Features2ColAccordion__tab--border {
	border-color: #4687ff
}

.Features2ColAccordion__tab.active .Features2ColAccordion__tab-description {
	transition: max-height .3s ease-out;
	max-height: 400px
}

.Features2ColAccordion__panel:not(.active) {
	display: none
}

.FeatureCard__image {
	background: linear-gradient(#edf3ff,#fff) no-repeat 50% 50%/100% 100%;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px
}

.FeatureCard__image img {
	transition: -webkit-filter .25s ease-out;
	transition: filter .25s ease-out;
	transition: filter .25s ease-out,-webkit-filter .25s ease-out;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%)
}

.FeatureCard__badge {
	transition: background-color .25s ease-out
}

.FeatureCard:active .FeatureCard__image img,.FeatureCard:focus .FeatureCard__image img,.FeatureCard:hover .FeatureCard__image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.FeatureCard:active .FeatureCard__badge,.FeatureCard:focus .FeatureCard__badge,.FeatureCard:hover .FeatureCard__badge {
	background-color: #4687ff
}

.SwipeCarousel__arrows {
	position: absolute;
	top: 25%
}

.SwipeCarousel__arrows--centered {
	top: 50%
}

.SwipeCarousel__arrow-left,.SwipeCarousel__arrow-right {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.SwipeCarousel__arrow-left .SVG--inline *,.SwipeCarousel__arrow-right .SVG--inline * {
	transition: fill .6s ease;
	fill: #d0d1d3
}

.SwipeCarousel__arrow-left:hover .SVG--inline *,.SwipeCarousel__arrow-right:hover .SVG--inline * {
	fill: #b9babd
}

.SwipeCarousel__dot-fill {
	height: 10px;
	width: 10px;
	border: 2px solid #d0d1d3;
	transition: background-color .6s ease,border-color .6s ease
}

.SwipeCarousel__dot:hover .SwipeCarousel__dot-fill {
	background-color: #d0d1d3;
	border-color: #d0d1d3
}

.SwipeCarousel .active .SwipeCarousel__dot-fill {
	background-color: #4687ff;
	border-color: #4687ff
}

.StatusBox .Paper {
	max-width: 450px
}

.StatusBoxV2__container {
	max-width: 190px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 6px solid #fff
}

.StatusBoxV2__title {
	border-radius: 10px 10px 0 0
}

.StatusBoxV2__text {
	border-bottom: 1px solid #ccc
}

.VideoTestimonialsV2__scrolling-wrapper {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width:767px) {
	.VideoTestimonialCard {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 266px
	}
}

.VideoTestimonialCard__link:hover .VideoTestimonialCard__button {
	background-color: #4687ff;
	border-color: #4687ff
}

.VideoTestimonialCard__link:hover .SVG--inline * {
	fill: #fff
}

.VideoTestimonialCard__link:hover .VideoTestimonialCard__image {
	transition: box-shadow .25s ease-in-out;
	box-shadow: 0 10px 14px -7px rgba(0,0,0,.5)
}

.VideoTestimonialCard__link:hover .VideoTestimonialCard__image:after {
	background-color: rgba(56,60,67,.3)
}

.VideoTestimonialCard__content:before {
	content: "\201D";
	left: -2px;
	top: -8px;
	position: absolute;
	color: #b9babd;
	font-size: 49px
}

.VideoTestimonialCard__image {
	background-size: cover;
	background-position: top;
	border-radius: 6px;
	height: 180px;
	transition: box-shadow .25s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.VideoTestimonialCard__image:before {
	border-radius: 6px;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(47,47,47,.4) 50%,rgba(47,47,47,.4))
}

.VideoTestimonialCard__image:after {
	border-radius: 6px;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: background-color .25s ease-out
}

.VideoTestimonialCard__button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: background-color .25s ease-out;
	border: 2px solid #fff
}

.VideoTestimonialCard__button,.VideoTestimonialCard__button>:first-child {
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%
}

.VideoTestimonialCard__button>:first-child {
	position: absolute
}

.VideoTestimonialCard__button .SVG--inline * {
	transition: fill .25s;
	fill: #fff
}

.VideoTestimonialCardV2__card {
	position: relative
}

@media (min-width:768px) {
	.VideoTestimonialCardV2__card:hover .VideoTestimonialCardV2__button {
		background-color: #4687ff
	}
}

@media (min-width:768px) {
	.VideoTestimonialCardV2__card:hover .SVG--inline * {
		fill: #fff
	}
}

.VideoTestimonialCardV2__card:hover .VideoTestimonialCardV2__image:after {
	background-color: rgba(56,60,67,.6)
}

.VideoTestimonialCardV2__image {
	position: relative;
	background-size: cover;
	background-position: top;
	border-radius: 3px 3px 0 0
}

@media (max-width:767px) {
	.VideoTestimonialCardV2__image {
		width: 72px;
		height: 72px;
		border-radius: 50%;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		background-position: 50%
	}
}

@media (min-width:768px) {
	.VideoTestimonialCardV2__image {
		padding-bottom: 125%
	}

	.VideoTestimonialCardV2__image:before {
		content: "";
		z-index: 2;
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg,rgba(42,45,48,0) 50%,#2a2d30)
	}

	.VideoTestimonialCardV2__image:after {
		content: "";
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 100%;
		transition: background-color .25s ease-out
	}
}

@media (min-width:992px) {
	.VideoTestimonialCardV2__image {
		padding-bottom: 100%
	}
}

.VideoTestimonialCardV2__image-fader {
	background-color: #2a2d30;
	padding-bottom: 55px;
	border-radius: 0 0 3px 3px
}

@media (min-width:768px) and (max-width:991px) {
	.VideoTestimonialCardV2__image-fader {
		padding-bottom: 85px
	}
}

.VideoTestimonialCardV2__button {
	z-index: 3;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: background-color .25s ease-out
}

.VideoTestimonialCardV2__button,.VideoTestimonialCardV2__button>:first-child {
	position: absolute;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%
}

.VideoTestimonialCardV2__button .SVG--inline * {
	transition: fill .25s
}

@media (max-width:767px) {
	.VideoTestimonialCardV2__button .SVG--inline * {
		fill: #fff
	}
}

@media (min-width:768px) {
	.VideoTestimonialCardV2__button {
		background-color: #fff
	}
}

.VideoTestimonialCardV2__content {
	z-index: 4
}

@media (min-width:768px) {
	.VideoTestimonialCardV2__content {
		position: absolute;
		bottom: 0;
		left: 0
	}
}

.VideoTestimonialCardV2__content-description {
	color: #fff
}

@media (max-width:767px) {
	.VideoTestimonialCardV2__content-description--light {
		color: #383c43
	}
}

@media (max-width:991px) {
	.VideoTestimonialCardV2__content-description {
		line-height: 20px
	}
}

.VideoTestimonialCardV2__content-author {
	color: #fff
}

@media (max-width:767px) {
	.VideoTestimonialCardV2__content-author {
		color: #b9babd
	}
}

@media (max-width:767px) {
	.VideoTestimonialCardV2__content-author--light {
		color: #73757a
	}
}

.Accordion__card-wrapper {
	border-radius: 3px;
	background-color: #fff
}

.Accordion__card-wrapper[aria-expanded=true] .Accordion__card-title img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.Accordion__card-content {
	word-wrap: break-word
}

.Accordion__card-content:focus,.Accordion__card-content:hover {
	color: #73757a
}

.Accordion__card-title .SVG-wrapper {
	margin-left: auto
}

.Accordion__card-title .SVG-wrapper img {
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.ServersTable__card-wrapper[aria-expanded=true] .ServersTable__card-title img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ServersTable__card-content {
	word-wrap: break-word
}

.ServersTable__card-content:focus,.ServersTable__card-content:hover {
	color: #73757a
}

.ServersTable__card-title img {
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.TestimonialsAccordion__card[aria-expanded=true] .TestimonialsAccordion__card-title .TestimonialsAccordion__card-chevron {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.TestimonialsAccordion__card-photo {
	width: 40px;
	height: 40px
}

.TestimonialsAccordion__card-content {
	word-wrap: break-word
}

.TestimonialsAccordion__card-content:focus,.TestimonialsAccordion__card-content:hover {
	color: #73757a
}

.TestimonialsAccordion__card-title img {
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out
}

.StaticServerPicker__image {
	background-position: bottom;
	border-radius: 3px 0 0 3px;
	height: 224px
}

@media (max-width:991px) {
	.Sidebar--active {
		position: fixed;
		height: 100%;
		width: 100%
	}
}

.Sidebar .SidebarMenu__submenu {
	position: absolute;
	top: 0;
	left: 320px;
	min-width: 320px;
	transition: left .3s,opacity .3s;
	opacity: 0
}

.Sidebar.active .SidebarMenu__submenu-back {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-decoration: none
}

.Sidebar.active .SidebarMenu__submenu-items a {
	font-weight: 500
}

.Sidebar.active .SidebarMenu__submenu-items a[disabled] {
	color: #73757a;
	pointer-events: none
}

.Sidebar.active .SidebarMenu__submenu--active {
	left: 0;
	opacity: 1
}

.Sidebar.active .SidebarMenu__submenu--active.rtl-flip {
	right: 0;
	left: auto
}

.SidebarLite {
	display: block
}

.SidebarLite__body {
	background-color: #151922;
	right: -320px;
	width: 320px;
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	transition: right .3s ease-in-out
}

.SidebarLite__backdrop {
	outline: none;
	border: 0;
	cursor: auto;
	content: ""
}

@media (max-width:991px) {
	.SidebarLite__backdrop {
		position: fixed;
		background-color: rgba(0,0,0,.25);
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 999;
		display: none
	}
}

.HeaderLite[data-sidebar=true] .SidebarLite__body {
	right: 0
}

.HeaderLite[data-sidebar=true] .SidebarLite__backdrop {
	display: block
}

.SidebarMenuLite ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.SidebarMenuLite ul li {
	margin-bottom: 24px
}

.SidebarMenuLite ul a {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	text-decoration: none
}

.SidebarMenuLite ul a:active,.SidebarMenuLite ul a:focus,.SidebarMenuLite ul a:hover {
	color: #f64f64
}

.ScrollableTabs {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 82px;
	direction: ltr
}

.ScrollableTabs__wrapper {
	position: relative;
	height: 100%
}

.ScrollableTabs__items {
	list-style-type: none;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-bottom: 0;
	padding-bottom: 20px
}

.ScrollableTabs .SVG--inline * {
	transition: fill .25s
}

.ScrollableTabs__item {
	vertical-align: top
}

.ScrollableTabs__item--active .ScrollableTabs__link,.ScrollableTabs__item--active .ScrollableTabs__title,.ScrollableTabs__item.active .ScrollableTabs__link,.ScrollableTabs__item.active .ScrollableTabs__title {
	color: #383c43
}

.ScrollableTabs__item--active .ScrollableTabs__active-divider,.ScrollableTabs__item.active .ScrollableTabs__active-divider {
	width: 0;
	max-width: 100%;
	border-bottom: 3px solid #383c43;
	position: relative;
	margin: 11px auto 0;
	transition: width .25s ease-out
}

.ScrollableTabs__item--active .SVG--inline *,.ScrollableTabs__item.active .SVG--inline * {
	fill: #383c43
}

.ScrollableTabs__item .ScrollableTabs__title-wrapper {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1
}

.ScrollableTabs__link {
	display: inline-block;
	width: 145px;
	position: relative
}

.ScrollableTabs__link:hover .SVG--inline * {
	fill: #383c43
}

.ScrollableTabs__link:hover .ScrollableTabs__title {
	color: #383c43
}

.ScrollableTabs__link .SVG--inline {
	display: block
}

.ScrollableTabs__title {
	display: inline-block;
	transition: color .25s ease-out
}

.ScrollableTabs__paddle-left,.ScrollableTabs__paddle-right {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	text-align: center;
	transition: opacity .15s ease-out;
	width: 24px;
	background-color: #fff
}

.ScrollableTabs__paddle-left:hover .SVG--inline *,.ScrollableTabs__paddle-right:hover .SVG--inline * {
	fill: #383c43
}

.ScrollableTabs__paddle-left.active,.ScrollableTabs__paddle-right.active {
	opacity: 1
}

.ScrollableTabs__paddle-left .SVG,.ScrollableTabs__paddle-right .SVG {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0)
}

.ScrollableTabs__paddle-left {
	left: 0;
	border-right: 1px solid #e8e8e9
}

.ScrollableTabs__paddle-right {
	right: 0;
	border-left: 1px solid #e8e8e9
}

.ScrollableTabs__data>.tab-pane {
	display: none
}

.ScrollableTabs__data>.active {
	display: block
}

.RangeCalendar {
	background: hsla(0,0%,100%,.1);
	border-radius: 20px
}

.RangeCalendar__day {
	height: 35px;
	width: 35px;
	border-radius: 50%
}

@media (max-width:991px) {
	.RangeCalendar__day {
		font-size: 10px;
		height: 24px;
		width: 24px
	}
}

@media (min-width:992px) {
	.RangeCalendar__day {
		height: 40px;
		width: 40px
	}
}

.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Gordita,Roboto,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.4545;
	font-weight: 500;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 99999;
	opacity: 1;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-banner,.cc-window.cc-floating {
	width: 100%;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 11px 32px;
	-webkit-align-items: center;
	align-items: center
}

@media (max-width:767px) {
	.cc-window.cc-banner,.cc-window.cc-floating {
		padding: 8px 12px
	}
}

.cc-window.cc-banner.cc-bottom,.cc-window.cc-floating.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-window.cc-banner .cc-message,.cc-window.cc-floating .cc-message {
	-webkit-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.cc-window .cc-message {
		font-size: 10px
	}

	.cc-window .cc-btn {
		padding: 6px 17px;
		min-width: 80px
	}
}

.cc-btn,.cc-close,.cc-link {
	cursor: pointer
}

.cc-link {
	opacity: 1;
	display: inline-block;
	text-decoration: underline;
	padding: .2em
}

.cc-link:active,.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	text-align: center;
	padding: 6px 27px;
	font-size: 12px;
	font-weight: 700;
	min-width: 100px;
	border-radius: 3px;
	white-space: nowrap;
	border: 1px solid #9e9e9e
}

.cc-btn,.cc-btn:hover {
	color: #fff
}

.cc-message {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 12px
}

.cc-btn+.cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke,.cc-window {
		display: none
	}
}