﻿.Fullscreen .fullscreenHeader .info h4 {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #9e1b32
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0;
	font-weight: 400
}

.secondaryLinkWithStyle {
	line-height: 1.5;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .1em;
	text-decoration: none;
	border: 0;
	text-decoration: none !important;
	border-bottom: 0 none
}

.disabled.secondaryLinkWithStyle {
	cursor: default
}

.disabled.secondaryLinkWithStyle span {
	border-bottom: 0 none !important
}

.secondaryLinkWithStyle:active {
	text-shadow: none
}

.secondaryLinkWithStyle:focus {
	outline: 0
}

.secondaryLinkWithStyle:focus:hover {
	border-bottom: 0 none
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

html {
	font-size: 10px
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix,.GridListWrapper[data-wrapper="float"] .items {
	*zoom: 1
}

.clearfix:before,.GridListWrapper[data-wrapper="float"] .items:before,.clearfix:after,.GridListWrapper[data-wrapper="float"] .items:after {
	content: " ";
	display: table
}

.clearfix:after,.GridListWrapper[data-wrapper="float"] .items:after {
	clear: both
}

.dxnav__body--noscroll .dxnav-header {
	max-width: 2000px
}

.dxSharedNav .dxnav-header {
	position: relative
}

.dxnav-header.stickyNavigation {
	position: fixed
}

.dxnav-header.HubStickyNav.stickyNavigation.reducedStickyNavigation {
	opacity: 1
}

.dxnav-header.HubStickyNav.stickyNavigation.stickyQuickReverse {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.dxnav-header.HubStickyNav.stickyQuickReverse.reducedStickyNavigation {
	-webkit-transition: opacity .4s,top .4s;
	-webkit-transition-delay: 0s,.3s;
	-moz-transition: opacity .4s,top .4s .3s;
	-o-transition: opacity .4s,top .4s .3s;
	transition: opacity .4s,top .4s .3s
}

.touch .dxnav-header.HubStickyNav.stickyQuickReverse {
	-webkit-transition: opacity .4s,top .3s;
	-webkit-transition-delay: 0s,.2s;
	-moz-transition: opacity .4s,top .3s .2s;
	-o-transition: opacity .4s,top .3s .2s;
	transition: opacity .4s,top .3s .2s
}

.dxnav-header.scrollingDown {
	position: absolute
}

.dxnav-header.scrollingDown .dxnav-unique-nav {
	transform: translateY(0);
	transition: none
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: 1rem !important
}

.mt-2 {
	margin-top: 2rem !important
}

.mt-3 {
	margin-top: 3rem !important
}

.mt-4 {
	margin-top: 4rem !important
}

.mt-5 {
	margin-top: 5rem !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: 1rem !important
}

.p-2 {
	padding: 2rem !important
}

.p-3 {
	padding: 3rem !important
}

.p-4 {
	padding: 4rem !important
}

.p-5 {
	padding: 5rem !important
}

.pr-0 {
	padding-right: 0 !important
}

.pr-1 {
	padding-right: 1rem !important
}

.pr-2 {
	padding-right: 2rem !important
}

.pr-3 {
	padding-right: 3rem !important
}

.pr-4 {
	padding-right: 4rem !important
}

.pr-5 {
	padding-right: 5rem !important
}

@-webkit-keyframes spinit {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spinit {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes overlayloadingspinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.dxDropdown {
	position: relative
}

.dxDropdown__button {
	padding: 14px 34px 14px 14px;
	width: 100%;
	text-align: left;
	position: relative;
	transition: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.dxDropdown__button:before {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%)
}

.dxDropdown__button:after {
	border: 1px solid transparent;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.dxDropdown__list {
	width: 100%;
	text-align: left;
	display: none;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2)
}

.no-js .dxDropdown__list {
	display: block
}

.dxDropdown__list-item-link {
	padding: 16px;
	display: block;
	text-decoration: none
}

.dxDropdown--active .dxDropdown__list {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	border: 2px solid #0c121c;
	border-top-width: 0
}

.dxDropdown--active .dxDropdown__button {
	border: 2px solid #0c121c;
	border-bottom-width: 0;
	padding: 13px 34px 14px 13px
}

.dxDropdown--active .dxDropdown__button:before {
	transform: rotate(180deg) translateY(50%)
}

.dxDropdown--active .dxDropdown__button:hover,.dxDropdown--active .dxDropdown__button:focus {
	border-bottom-width: 0
}

.dxDropdown--active .dxDropdown__button:hover:before,.dxDropdown--active .dxDropdown__button:focus:before {
	right: 16px
}

.dxDropdown {
	font-size: 1.2rem;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif
}

.dxDropdown__button {
	border: 1px solid #bbb;
	color: #444;
	background-color: #fff;
	box-sizing: border-box
}

.dxDropdown__button:hover,.dxDropdown__button:focus {
	color: #000;
	border-color: #000
}

.dxDropdown__button:hover:after,.dxDropdown__button:focus:after {
	border-color: #000
}

.dxDropdown__list {
	box-shadow: 0 4px 5px rgba(0,0,0,0.2)
}

.dxDropdown__list-item {
	border-bottom: 1px solid #d8d8d8
}

.dxDropdown__list-item-link {
	color: #444;
	background-color: #fff
}

.dxDropdown__list-item-link:hover {
	background-color: #f0f0f0
}

.dxDropdown__list-item-link--active {
	background-color: #f9f9f9
}

.dxDropdown--active .dxDropdown__button {
	background-color: #9e1b32;
	color: #fff
}

.dark .dxDropdown .dxDropdown__list-item-link,.light .dxDropdown .dxDropdown__list-item-link,.white .dxDropdown .dxDropdown__list-item-link,.grey .dxDropdown .dxDropdown__list-item-link {
	color: #444;
	background-color: #fff;
	text-decoration: none
}

.dark .dxDropdown .dxDropdown__list-item-link:hover,.light .dxDropdown .dxDropdown__list-item-link:hover,.white .dxDropdown .dxDropdown__list-item-link:hover,.grey .dxDropdown .dxDropdown__list-item-link:hover {
	background-color: #f0f0f0
}

.dark .dxDropdown .dxDropdown__list-item-link--active,.light .dxDropdown .dxDropdown__list-item-link--active,.white .dxDropdown .dxDropdown__list-item-link--active,.grey .dxDropdown .dxDropdown__list-item-link--active {
	background-color: #f9f9f9
}

.dxAccordion__section {
	width: 100%
}

.dxAccordion__section-title {
	margin: 0
}

.dxAccordion__section--active .dxAccordion__panel {
	display: block
}

.dxAccordion__trigger {
	display: block;
	border: 0;
	padding: 16px 48px 16px 24px;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0
}

.dxAccordion__trigger:after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%)
}

.dxAccordion__trigger:hover .dxAccordion__title {
	text-decoration: underline
}

.dxAccordion__title:hover {
	text-decoration: underline
}

.dxAccordion__panel {
	display: none;
	padding: 30px;
	background-color: #fff
}

@media screen and (min-width: 741px) {
	.dxAccordion__panel {
		padding: 40px 30px
	}
}

.dxAccordion .dxAccordion__trigger {
	background-color: #444;
	border: 0;
	border-bottom: 1px solid #555
}

.dxAccordion .dxAccordion__trigger:after {
	color: #fff;
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.dxAccordion .dxAccordion__trigger:hover,.dxAccordion .dxAccordion__trigger:focus {
	background-color: rgba(68,68,68,0.8);
	color: #fff
}

.dxAccordion .dxAccordion__title {
	color: #fff
}

.dxAccordion__section--active .dxAccordion__trigger:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.DxTabs {
	padding: 32px 0;
	text-align: center;
	font-size: 0;
	white-space: nowrap
}

.DxTabs__tablist {
	overflow-x: auto;
	overflow-y: visible;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	position: relative;
	width: 100%;
	opacity: 0
}

.rtl .DxTabs__tablist {
	text-align: right
}

.DxTabs__tablist:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 10px);
	top: 5px;
	left: 0;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5)
}

.DxTabs__tablist--visible {
	opacity: 1
}

.DxTabs__tablist--overflow {
	padding-bottom: 0
}

.DxTabs__tab {
	border: 1px solid transparent;
	display: inline-block;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.2rem;
	height: 100%;
	letter-spacing: .15rem;
	line-height: 1.5rem;
	margin: 0;
	max-width: 200px;
	min-height: 46px;
	min-width: auto;
	overflow: hidden;
	padding: 15px 22px 14px;
	position: relative;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	-webkit-transition: background-color 400ms ease,color 400ms ease,box-shadow 400ms ease,border 400ms ease;
	-moz-transition: background-color 400ms ease,color 400ms ease,box-shadow 400ms ease,border 400ms ease;
	-o-transition: background-color 400ms ease,color 400ms ease,box-shadow 400ms ease,border 400ms ease;
	transition: background-color 400ms ease,color 400ms ease,box-shadow 400ms ease,border 400ms ease
}

.DxTabs__tab:focus {
	outline: 0
}

body.focusStylesOn .DxTabs__tab:focus {
	box-shadow: 0 0 5px #4a90e2;
	z-index: 1;
	position: relative
}

.DxTabs__tab[class^="icon-"],.DxTabs__tab[class*=" icon-"] {
	padding-left: 50px;
	text-align: left
}

.rtl .DxTabs__tab[class^="icon-"],.rtl .DxTabs__tab[class*=" icon-"] {
	padding-left: 22px;
	padding-right: 48px;
	text-align: right
}

@media screen and (min-width: 901px) {
	.rtl .DxTabs__tab[class^="icon-"],.rtl .DxTabs__tab[class*=" icon-"] {
		padding-left: 18px
	}
}

.DxTabs__tab[class^="icon-"]:before,.DxTabs__tab[class*=" icon-"]:before {
	font-size: 22px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0
}

.rtl .DxTabs__tab[class^="icon-"]:before,.rtl .DxTabs__tab[class*=" icon-"]:before {
	left: auto;
	right: 20px
}

.DxTabs__tab-text {
	display: inline;
	box-sizing: border-box
}

.DxTabs__tab-inner {
	display: inline;
	-webkit-transition: border-color 400ms ease;
	-moz-transition: border-color 400ms ease;
	-o-transition: border-color 400ms ease;
	transition: border-color 400ms ease
}

.DxTabs__panel {
	display: none;
	opacity: 0;
	outline: 0
}

@media screen and (min-width: 901px) {
	.DxTabs__tablist {
		text-align: center;
		padding: 5px;
		width: auto
	}

	.DxTabs__tablist:before {
		display: none
	}

	.DxTabs__mask {
		position: absolute;
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
		pointer-events: none
	}

	.DxTabs__tab {
		font-size: 1.1rem;
		line-height: 1.4rem;
		padding: 10px 18px 9px;
		min-height: 35px
	}

	.DxTabs__tab:last-of-type:after {
		display: none
	}
}

.DxTabs__tablist:before {
	background: #000
}

.DxTabs__tab {
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	font-weight: 500
}

.DxTabs__tab:not(:first-of-type) {
	border-left: 1px solid #444
}

.DxTabs__tab:last-of-type {
	border-right: 1px solid #444
}

.DxTabs__tablist--overflow .DxTabs__tab:last-of-type {
	border-right: 1px solid transparent
}

.DxTabs__tab:hover+.DxTabs__tab {
	border-left: 1px solid transparent
}

.DxTabs__tab:not(.DxTabs__tab--active):hover {
	background-color: #C9C9C9;
	border: 1px solid transparent;
	color: #000
}

.DxTabs__tab:not(.DxTabs__tab--active):hover .DxTabs__tab-inner {
	border-color: #000
}

body.focusStylesOn .DxTabs__tab:not(.DxTabs__tab--active):focus {
	background-color: #C9C9C9;
	border-color: #fff;
	color: #000
}

body.focusStylesOn .DxTabs__tab:not(.DxTabs__tab--active):focus .DxTabs__tab-inner {
	border-color: #000
}

.DxTabs__tab--active {
	background: #fff;
	color: #000
}

body.focusStylesOn .DxTabs__tab--active:hover .DxTabs__tab-inner,body.focusStylesOn .DxTabs__tab--active:focus .DxTabs__tab-inner {
	border-color: transparent
}

body.focusStylesOn .DxTabs__tab--active:focus {
	border-color: #444
}

.DxTabs__tab-inner {
	border-bottom: 1px solid transparent
}

@media screen and (min-width: 901px) {
	.DxTabs__tab:last-of-type {
		border-right: 1px solid transparent
	}
}

.DxCheckbox__checkbox {
	border: solid 1px #9e1b32;
	background-color: #f0f0f0;
	display: inline-block;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	position: relative;
	cursor: pointer
}

.DxCheckbox__checkbox:before {
	content: none;
	position: absolute;
	z-index: -1;
	top: -3px;
	left: -3px;
	right: 0;
	bottom: 0;
	width: 19px;
	border: 10px solid transparent;
	border-radius: 4px;
	box-shadow: 0 0 1px 2px rgba(74,144,226,0.7)
}

.DxCheckbox__checkbox:focus {
	border: solid 2px #9e1b32
}

.DxCheckbox__checkbox:focus:before {
	content: ""
}

.DxCheckbox__checkbox:focus.no-focus:before {
	content: none
}

.DxCheckbox__checkbox:active,.DxCheckbox__checkbox:hover {
	border: solid 2px #9e1b32
}

.DxCheckbox__checkbox:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 18px;
	color: #f0f0f0;
	margin-left: -1px;
	margin-top: -1px
}

.DxCheckbox--selected .DxCheckbox__checkbox {
	background-color: #9e1b32
}

.DxCheckbox--selected .DxCheckbox__checkbox:focus:after {
	margin-left: -2px;
	margin-top: -2px
}

.DxCheckbox--selected .DxCheckbox__checkbox:focus:before {
	content: ""
}

.DxCheckbox--selected .DxCheckbox__checkbox:focus.no-focus:before {
	content: none
}

.DxCheckbox--selected .DxCheckbox__checkbox:after {
	color: #fff
}

.DxCheckbox--selected:hover .DxCheckbox__checkbox,.DxCheckbox--selected:active .DxCheckbox__checkbox,.DxCheckbox--selected:focus .DxCheckbox__checkbox {
	border: solid 2px #005a2b !important;
	background-color: #005a2b
}

.DxCheckbox--selected:hover .DxCheckbox__checkbox:after,.DxCheckbox--selected:active .DxCheckbox__checkbox:after,.DxCheckbox--selected:focus .DxCheckbox__checkbox:after {
	margin-left: -2px;
	margin-top: -2px
}

.DxCheckbox__label-text--visuallyHidden {
	opacity: 0;
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.DxCheckbox--no-hover .DxCheckbox__checkbox:active,.DxCheckbox--no-hover .DxCheckbox__checkbox:hover {
	border: solid 1px #9e1b32
}

.DxCheckbox--x-large .DxCheckbox__checkbox {
	height: 22px;
	width: 22px
}

.DxCheckbox--x-large .DxCheckbox__checkbox:before {
	width: 24px
}

.DxCheckbox--x-large .DxCheckbox__checkbox:after {
	font-size: 22px
}

.DxCheckbox--large .DxCheckbox__checkbox {
	height: 20px;
	width: 20px
}

.DxCheckbox--large .DxCheckbox__checkbox:before {
	width: 22px
}

.DxCheckbox--large .DxCheckbox__checkbox:after {
	font-size: 20px
}

.DxCheckbox--small .DxCheckbox__label {
	line-height: 0
}

.DxCheckbox--small .DxCheckbox__checkbox {
	height: 16px;
	width: 16px
}

.DxCheckbox--small .DxCheckbox__checkbox:before {
	width: 16px
}

.DxCheckbox--small .DxCheckbox__checkbox:after {
	font-size: 16px
}

@font-face {
	font-family:"icons";src:url("../../../fonts/icons/icons-ea8686e4e7db13bf9d9c290eb04a6148.eot?v=4522ababb7391cc6c12108857f5cc28c");src:url("../../../fonts/icons/icons-ea8686e4e7db13bf9d9c290eb04a6148.eot?v=4522ababb7391cc6c12108857f5cc28c?#iefix") format("embedded-opentype"),url("../../../fonts/icons/icons-ea8686e4e7db13bf9d9c290eb04a6148.woff?v=d57da191d2c6196426c2762ff144b426") format("woff"),url("../../../fonts/icons/icons-ea8686e4e7db13bf9d9c290eb04a6148.ttf?v=2e3b948e769b5f877870c82af67461f6") format("truetype"),url("../../../fonts/icons/icons-ea8686e4e7db13bf9d9c290eb04a6148.svg?v=e72f44b093998a3df621659d08e86d66?#icons") format("svg");font-weight:normal;font-style:normal
}[class^="icon-"]:before,[class*=" icon-"]:before {
	 content: "";
	 font-family: "icons";
	 font-style: normal;
	 font-weight: normal;
	 speak: none;
	 display: inline-block;
	 text-decoration: inherit;
	 width: 1em;
	 margin-right: .2em;
	 text-align: center;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 1em;
	 margin-left: .2em;
	 vertical-align: middle;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 letter-spacing: 0
 }

.icon-360-evo-jaguar:before {
	content: "\e001"
}

.icon-360-view:before {
	content: "\e002"
}

.icon-accessories-evo-jaguar:before {
	content: "\e003"
}

.icon-accessories:before {
	content: "\e004"
}

.icon-accolade-chevron-left:before {
	content: "\e005"
}

.icon-accolade-chevron-right:before {
	content: "\e006"
}

.icon-add-evo-jaguar:before {
	content: "\e007"
}

.icon-approved-used:before {
	content: "\e008"
}

.icon-approvedused-evo-jaguar:before {
	content: "\e009"
}

.icon-apps-evo-jaguar:before {
	content: "\e00a"
}

.icon-arduous-evo-jaguar:before {
	content: "\e00b"
}

.icon-arrow-down:before {
	content: "\e00c"
}

.icon-back-to-top:before {
	content: "\e00d"
}

.icon-bars:before {
	content: "\e00e"
}

.icon-battery-evo-jaguar:before {
	content: "\e00f"
}

.icon-battery-hybrid-evo-jaguar:before {
	content: "\e010"
}

.icon-battery-hybrid-landrover:before {
	content: "\e011"
}

.icon-battery-landrover:before {
	content: "\e012"
}

.icon-bodyshop-evo-jaguar:before {
	content: "\e013"
}

.icon-bodyshop:before {
	content: "\e014"
}

.icon-bond:before {
	content: "\e015"
}

.icon-brakefluid-evo-jaguar:before {
	content: "\e016"
}

.icon-brakepads-evo-jaguar:before {
	content: "\e017"
}

.icon-brochure-evo-jaguar:before {
	content: "\e018"
}

.icon-calculate-trade-in-value:before {
	content: "\e019"
}

.icon-calendar-evo-jaguar:before {
	content: "\e01a"
}

.icon-calendar:before {
	content: "\e01b"
}

.icon-call-evo-jaguar:before {
	content: "\e01c"
}

.icon-capacity-evo-jaguar:before {
	content: "\e01d"
}

.icon-captions-on:before {
	content: "\e01e"
}

.icon-captions:before {
	content: "\e01f"
}

.icon-caution-evo-jaguar:before {
	content: "\e020"
}

.icon-caution:before {
	content: "\e021"
}

.icon-chevron-down:before {
	content: "\e022"
}

.icon-chevron-up:before {
	content: "\e023"
}

.icon-chevronleft-evo-jaguar:before {
	content: "\e024"
}

.icon-chevronright-evo-jaguar:before {
	content: "\e025"
}

.icon-climate-jaguar:before {
	content: "\e026"
}

.icon-clock-evo-jaguar:before {
	content: "\e027"
}

.icon-close-evo-jaguar:before {
	content: "\e028"
}

.icon-close:before {
	content: "\e029"
}

.icon-close_v2:before {
	content: "\e02a"
}

.icon-close_v3:before {
	content: "\e02b"
}

.icon-co2-evo-jaguar:before {
	content: "\e02c"
}

.icon-comment:before {
	content: "\e02d"
}

.icon-compare-evo-jaguar:before {
	content: "\e02e"
}

.icon-compare-jaguar:before {
	content: "\e02f"
}

.icon-compare:before {
	content: "\e030"
}

.icon-comparison-jaguar:before {
	content: "\e031"
}

.icon-contact-evo-jaguar:before {
	content: "\e032"
}

.icon-coolant-evo-jaguar:before {
	content: "\e033"
}

.icon-credit-card-jaguar:before {
	content: "\e034"
}

.icon-credit-card:before {
	content: "\e035"
}

.icon-directional-left:before {
	content: "\e036"
}

.icon-directional-right:before {
	content: "\e037"
}

.icon-directions-jaguar:before {
	content: "\e038"
}

.icon-directions:before {
	content: "\e039"
}

.icon-dj-grass:before {
	content: "\e03a"
}

.icon-dj-gravel-rocks:before {
	content: "\e03b"
}

.icon-dj-mud-ruts:before {
	content: "\e03c"
}

.icon-dj-on-road:before {
	content: "\e03d"
}

.icon-dj-sand:before {
	content: "\e03e"
}

.icon-dj-snow-ice:before {
	content: "\e03f"
}

.icon-dj-water:before {
	content: "\e040"
}

.icon-dots-evo-jaguar:before {
	content: "\e041"
}

.icon-download-evo-jaguar:before {
	content: "\e042"
}

.icon-download:before {
	content: "\e043"
}

.icon-drag-arrow-down:before {
	content: "\e044"
}

.icon-drag-arrow-left:before {
	content: "\e045"
}

.icon-drag-arrow-right:before {
	content: "\e046"
}

.icon-drag-arrow-up:before {
	content: "\e047"
}

.icon-drive-evo-jaguar:before {
	content: "\e048"
}

.icon-driveoffroad:before {
	content: "\e049"
}

.icon-driveonroad-jaguar:before {
	content: "\e04a"
}

.icon-driveonroad:before {
	content: "\e04b"
}

.icon-edit-evo-jaguar:before {
	content: "\e04c"
}

.icon-email-evo-jaguar:before {
	content: "\e04d"
}

.icon-email:before {
	content: "\e04e"
}

.icon-exclamation-lr:before {
	content: "\e04f"
}

.icon-experience-evo-jaguar:before {
	content: "\e050"
}

.icon-experience:before {
	content: "\e051"
}

.icon-explore:before {
	content: "\e052"
}

.icon-favourite-evo-jaguar:before {
	content: "\e053"
}

.icon-fax-evo-jaguar:before {
	content: "\e054"
}

.icon-fax:before {
	content: "\e055"
}

.icon-feedback-jaguar:before {
	content: "\e056"
}

.icon-feedback-landrover:before {
	content: "\e057"
}

.icon-filter-evo-jaguar:before {
	content: "\e058"
}

.icon-filter:before {
	content: "\e059"
}

.icon-filterclose-evo-jaguar:before {
	content: "\e05a"
}

.icon-finance-calculator-jaguar:before {
	content: "\e05b"
}

.icon-finance-calculator:before {
	content: "\e05c"
}

.icon-financecalculator-evo-jaguar:before {
	content: "\e05d"
}

.icon-fleet-business-evo-jaguar:before {
	content: "\e05e"
}

.icon-fleet-business-landrover:before {
	content: "\e05f"
}

.icon-fuel-evo-jaguar:before {
	content: "\e060"
}

.icon-fullscreen-evo-jaguar:before {
	content: "\e061"
}

.icon-fullscreen-exit:before {
	content: "\e062"
}

.icon-fullscreen:before {
	content: "\e063"
}

.icon-gallery-categories:before {
	content: "\e064"
}

.icon-gallery-evo-jaguar:before {
	content: "\e065"
}

.icon-guides-evo-jaguar:before {
	content: "\e066"
}

.icon-help-evo-jaguar:before {
	content: "\e067"
}

.icon-ignite-brochure-jaguar:before {
	content: "\e068"
}

.icon-ignite-brochure:before {
	content: "\e069"
}

.icon-ignite-configure-jaguar:before {
	content: "\e06a"
}

.icon-ignite-configure:before {
	content: "\e06b"
}

.icon-ignite-drive:before {
	content: "\e06c"
}

.icon-ignite-inform-jaguar:before {
	content: "\e06d"
}

.icon-ignite-inform:before {
	content: "\e06e"
}

.icon-incontrol-evo-jaguar:before {
	content: "\e06f"
}

.icon-info-evo-jaguar:before {
	content: "\e070"
}

.icon-information-landrover:before {
	content: "\e071"
}

.icon-information:before {
	content: "\e072"
}

.icon-inventory-evo-jaguar:before {
	content: "\e073"
}

.icon-inventory:before {
	content: "\e074"
}

.icon-jag2you-evo-jaguar:before {
	content: "\e075"
}

.icon-land-rover-to-you:before {
	content: "\e076"
}

.icon-landrover-pinnacle:before {
	content: "\e077"
}

.icon-left-open-big:before {
	content: "\e078"
}

.icon-link-evo-jaguar:before {
	content: "\e079"
}

.icon-location-evo-jaguar:before {
	content: "\e07a"
}

.icon-location:before {
	content: "\e07b"
}

.icon-login-evo-jaguar:before {
	content: "\e07c"
}

.icon-lr2you:before {
	content: "\e07d"
}

.icon-map-pin-jaguar:before {
	content: "\e07e"
}

.icon-map-pin:before {
	content: "\e07f"
}

.icon-media-jaguar:before {
	content: "\e080"
}

.icon-minus-jaguar:before {
	content: "\e081"
}

.icon-minus:before {
	content: "\e082"
}

.icon-motorway-jaguar:before {
	content: "\e083"
}

.icon-new-star-jaguar:before {
	content: "\e084"
}

.icon-new-star:before {
	content: "\e085"
}

.icon-nocostoption:before {
	content: "\e086"
}

.icon-notes-evo-jaguar:before {
	content: "\e087"
}

.icon-notes:before {
	content: "\e088"
}

.icon-notifications-evo-jaguar:before {
	content: "\e089"
}

.icon-offereuro-evo-jaguar:before {
	content: "\e08a"
}

.icon-offerpound-evo-jaguar:before {
	content: "\e08b"
}

.icon-offers-finance-jaguar:before {
	content: "\e08c"
}

.icon-offers-finance:before {
	content: "\e08d"
}

.icon-oil-evo-jaguar:before {
	content: "\e08e"
}

.icon-optional:before {
	content: "\e08f"
}

.icon-ordertracker-evo-jaguar:before {
	content: "\e090"
}

.icon-owners:before {
	content: "\e091"
}

.icon-parts-evo-jaguar:before {
	content: "\e092"
}

.icon-parts:before {
	content: "\e093"
}

.icon-pause-evo-jaguar:before {
	content: "\e094"
}

.icon-pause:before {
	content: "\e095"
}

.icon-phone-jaguar:before {
	content: "\e096"
}

.icon-phone:before {
	content: "\e097"
}

.icon-play-evo-jaguar:before {
	content: "\e098"
}

.icon-play:before {
	content: "\e099"
}

.icon-plus-jaguar:before {
	content: "\e09a"
}

.icon-plus:before {
	content: "\e09b"
}

.icon-predelivery-evo-jaguar:before {
	content: "\e09c"
}

.icon-preparationsale-evo-jaguar:before {
	content: "\e09d"
}

.icon-pride-of-jaguar:before {
	content: "\e09e"
}

.icon-print-evo-jaguar:before {
	content: "\e09f"
}

.icon-print:before {
	content: "\e0a0"
}

.icon-profile-evo-jaguar:before {
	content: "\e0a1"
}

.icon-profile:before {
	content: "\e0a2"
}

.icon-question-mark:before {
	content: "\e0a3"
}

.icon-quickstartguides-evo-jaguar:before {
	content: "\e0a4"
}

.icon-quote-left-mena:before {
	content: "\e0a5"
}

.icon-quote-left:before {
	content: "\e0a6"
}

.icon-quote-right-mena:before {
	content: "\e0a7"
}

.icon-quote-right:before {
	content: "\e0a8"
}

.icon-quotegbp-evo-jaguar:before {
	content: "\e0a9"
}

.icon-quoteusd-evo-jaguar:before {
	content: "\e0aa"
}

.icon-r-performance:before {
	content: "\e0ab"
}

.icon-reload-evo-jaguar:before {
	content: "\e0ac"
}

.icon-reminder-evo-jaguar:before {
	content: "\e0ad"
}

.icon-remove-evo-jaguar:before {
	content: "\e0ae"
}

.icon-repair:before {
	content: "\e0af"
}

.icon-replay:before {
	content: "\e0b0"
}

.icon-request-quote-dollar-jaguar:before {
	content: "\e0b1"
}

.icon-request-quote-uk-jaguar:before {
	content: "\e0b2"
}

.icon-request-quote:before {
	content: "\e0b3"
}

.icon-right-open-big:before {
	content: "\e0b4"
}

.icon-salespreferred-evo-jaguar:before {
	content: "\e0b5"
}

.icon-save-evo-jaguar:before {
	content: "\e0b6"
}

.icon-search-evo-jaguar:before {
	content: "\e0b7"
}

.icon-search:before {
	content: "\e0b8"
}

.icon-seats-evo-jaguar:before {
	content: "\e0b9"
}

.icon-service-evo-jaguar:before {
	content: "\e0ba"
}

.icon-service:before {
	content: "\e0bb"
}

.icon-servicehistory-evo-jaguar:before {
	content: "\e0bc"
}

.icon-servicepreferred-evo-jaguar:before {
	content: "\e0bd"
}

.icon-share-evo-jaguar:before {
	content: "\e0be"
}

.icon-share-jaguar:before {
	content: "\e0bf"
}

.icon-share:before {
	content: "\e0c0"
}

.icon-shop-evo-jaguar:before {
	content: "\e0c1"
}

.icon-shop-jaguar:before {
	content: "\e0c2"
}

.icon-shop:before {
	content: "\e0c3"
}

.icon-slide-out-icon:before {
	content: "\e0c4"
}

.icon-snowflake-jaguar:before {
	content: "\e0c5"
}

.icon-social-facebook-comment:before {
	content: "\e0c6"
}

.icon-social-facebook-like:before {
	content: "\e0c7"
}

.icon-social-facebook-share:before {
	content: "\e0c8"
}

.icon-social-instagram-comment:before {
	content: "\e0c9"
}

.icon-social-instagram-like:before {
	content: "\e0ca"
}

.icon-social-pinterest-like:before {
	content: "\e0cb"
}

.icon-social-pinterest-pin:before {
	content: "\e0cc"
}

.icon-social-twitter-favourite:before {
	content: "\e0cd"
}

.icon-social-twitter-retweet:before {
	content: "\e0ce"
}

.icon-social_blogger:before {
	content: "\e0cf"
}

.icon-social_douban:before {
	content: "\e0d0"
}

.icon-social_facebook:before {
	content: "\e0d1"
}

.icon-social_google:before {
	content: "\e0d2"
}

.icon-social_instagram:before {
	content: "\e0d3"
}

.icon-social_jaguarapp:before {
	content: "\e0d4"
}

.icon-social_linkedin:before {
	content: "\e0d5"
}

.icon-social_lrapp:before {
	content: "\e0d6"
}

.icon-social_pinterest:before {
	content: "\e0d7"
}

.icon-social_renren:before {
	content: "\e0d8"
}

.icon-social_sinaweibo:before {
	content: "\e0d9"
}

.icon-social_tumblr:before {
	content: "\e0da"
}

.icon-social_twitter:before {
	content: "\e0db"
}

.icon-social_vkontakt:before {
	content: "\e0dc"
}

.icon-social_wechat:before {
	content: "\e0dd"
}

.icon-social_whatsapp:before {
	content: "\e0de"
}

.icon-social_youtube:before {
	content: "\e0df"
}

.icon-sound-evo-jaguar:before {
	content: "\e0e0"
}

.icon-sound-off:before {
	content: "\e0e1"
}

.icon-sound-on:before {
	content: "\e0e2"
}

.icon-speed-evo-jaguar:before {
	content: "\e0e3"
}

.icon-speed-jaguar:before {
	content: "\e0e4"
}

.icon-standard:before {
	content: "\e0e5"
}

.icon-stepone-evo-jaguar:before {
	content: "\e0e6"
}

.icon-stepthree-evo-jaguar:before {
	content: "\e0e7"
}

.icon-steptwo-evo-jaguar:before {
	content: "\e0e8"
}

.icon-subtitles-on:before {
	content: "\e0e9"
}

.icon-subtitles:before {
	content: "\e0ea"
}

.icon-svo-evo-jaguar:before {
	content: "\e0eb"
}

.icon-svo:before {
	content: "\e0ec"
}

.icon-target-evo-jaguar:before {
	content: "\e0ed"
}

.icon-thumbnail_view:before {
	content: "\e0ee"
}

.icon-tick-jaguar:before {
	content: "\e0ef"
}

.icon-tick-landrover:before {
	content: "\e0f0"
}

.icon-tick-lr:before {
	content: "\e0f1"
}

.icon-tick:before {
	content: "\e0f2"
}

.icon-tickcircle-evo-jaguar:before {
	content: "\e0f3"
}

.icon-tyrepressure-evo-jaguar:before {
	content: "\e0f4"
}

.icon-value-jaguar:before {
	content: "\e0f5"
}

.icon-vehicle-evo-jaguar:before {
	content: "\e0f6"
}

.icon-vehicleadd-evo-jaguar:before {
	content: "\e0f7"
}

.icon-videoguides-evo-jaguar:before {
	content: "\e0f8"
}

.icon-view-vehicles:before {
	content: "\e0f9"
}

.icon-warning-evo-jaguar:before {
	content: "\e0fa"
}

.icon-warning:before {
	content: "\e0fb"
}

.icon-washerfluid-evo-jaguar:before {
	content: "\e0fc"
}

.icon-xcircle-evo-jaguar:before {
	content: "\e0fd"
}

.icon-zoom-evo-jaguar:before {
	content: "\e0fe"
}

.icon-zoom:before {
	content: "\e0ff"
}

.icon-zoom_in:before {
	content: "\e100"
}

.icon-zoom_out:before {
	content: "\e101"
}

html {
	min-height: 100%;
	position: relative;
	overflow-x: hidden
}

body {
	color: #fff;
	height: 100%;
	background-color: #d8d8d8
}

body:not(.isFullscreen) {
	max-width: 2000px;
	margin: 0 auto
}

.lt-ie9 body {
	position: relative;
	margin: 0 auto;
	max-width: 2000px
}

body.dxSharedNav .dxnav-header {
	max-width: 2000px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	html {
		height: auto !important
	}
}

.paddedTransition {
	transition: padding .4s
}

html.noScroll,html.stry-in-focus,html.stry-in-focus body,html.noScroll body {
	overflow: hidden !important
}

html.noScroll.forceScrollBar.no-touch .pageWrapper {
	height: 100.1%;
	overflow-y: scroll
}

*,*:before,*:after {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.padSides {
		padding-left: 60px;
		padding-right: 60px
	}
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

#logo h1 {
	height: 100%
}

#logo a {
	position: relative;
	display: block
}

#logo img {
	width: 115px;
	position: absolute;
	top: 24px;
	left: 36px
}

.no-js #logo img {
	height: 60px
}

#jaguar .marketSelectorTemplate #logo {
	position: inherit
}

#jaguar .marketSelectorTemplate #logo,#jaguar .marketSelectorTemplate #logo span {
	font-size: 0
}

#jaguar .marketSelectorTemplate #logo img {
	top: 40px;
	left: 40px;
	margin-top: 40px;
	margin-left: 40px;
	position: inherit
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
	#jaguar .marketSelectorTemplate #logo {
		position: static;
		text-align: center;
		padding: 80px 0
	}

	#jaguar .marketSelectorTemplate #logo img {
		position: static
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	#jaguar .marketSelectorTemplate #logo img {
		margin-top: 80px;
		margin-left: 0
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	#jaguar .marketSelectorTemplate #logo {
		padding: 32px 0
	}

	#jaguar .marketSelectorTemplate #logo img {
		margin-top: 32px
	}
}

.section {
	margin: 0 auto;
	width: 100%;
	min-width: 200px;
	overflow: hidden
}

.el .section {
	width: 100%
}

.el {
	position: relative;
	float: left;
	width: 100%
}

body .container {
	padding: 0;
	position: relative;
	max-width: 2000px;
	margin: 0 auto
}

body.isFullscreen .container {
	max-width: initial
}

.gridContext {
	position: relative
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.section {
		width: 96%
	}

	.el .section {
		width: 100%
	}
}

@media screen and (min-width: 740px) and (max-width: 899px) {
	.section {
		width: 100%;
		min-width: 320px
	}

	.el .section {
		width: 100%
	}

	body .el .el {
		left: 0;
		width: 100%
	}
}

@media screen and (min-width: 901px) {
	.section {
		width: 100%
	}

	.el .section {
		width: 100%
	}
}

.row {
	position: relative
}

.row:after {
	content: "";
	display: table;
	clear: both
}

.row [class*='col-'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 10px;
	margin-left: 0
}

.rtl .row [class*='col-'] {
	float: right
}

.row [class*='col-'].nopadding {
	padding: 0
}

.GridListWrapper {
	display: block;
	width: 100%;
	padding: 80px 70px 40px;
	overflow: hidden;
	*zoom: 1
}

.GridListWrapper .items .el {
	display: inline-block;
	float: none;
	width: 33.333%;
	padding: 0 20px 40px;
	vertical-align: top
}

.GridListWrapper .items .el img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 33px
}

.GridListWrapper .items .el .fullscreen,.GridListWrapper .items .el .carouselImageLink {
	margin: 0;
	padding: 0
}

.GridListWrapper .items .el .fullscreen:before,.GridListWrapper .items .el .carouselImageLink:before {
	content: ""
}

.GridListWrapper .items .el .fullscreen {
	display: inline
}

.GridListWrapper .items .el .carouselImageLink {
	display: block;
	margin-bottom: 33px;
	vertical-align: top
}

.GridListWrapper .items .el .carouselImageLink img {
	margin-bottom: 0;
	padding-bottom: 0
}

.GridListWrapper .items .el .date {
	font-size: 12px;
	padding-bottom: 9px;
	color: #444
}

.GridListWrapper .items .el .heading {
	margin-bottom: 22px
}

.GridListWrapper .items .el .price {
	color: #444;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	display: block;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1.5px;
	margin-top: -14px;
	margin-bottom: 13px
}

.GridListWrapper .items .el .secondaryLinkWithStyle {
	margin-top: 24px
}

.GridListWrapper .items .el .secondaryLinkContainer {
	margin-top: 15px
}

.GridListWrapper .items .el .secondaryLinkContainer:first-child {
	margin-top: 24px
}

.GridListWrapper .items .el .secondaryLinkContainer .secondaryLinkWithStyle {
	margin: 0
}

.GridListWrapper .items[data-total="4"] .el,.GridListWrapper .items[data-total="7"] .el,.GridListWrapper .items[data-total="8"] .el {
	width: 25%
}

.GridListWrapper .items[data-total="1"] .el,.GridListWrapper .items[data-total="2"] .el {
	width: 50%
}

.GridListWrapper .items[data-total="1"] .el {
	display: block;
	margin: auto
}

.GridListWrapper .ctaContainer {
	margin-top: 40px;
	margin-bottom: 40px
}

.GridListWrapper[data-wrapper="float"] .items .el {
	display: block;
	float: left
}

.GridListWrapper[data-wrapper="float"] .items .el:nth-child(3n+1) {
	clear: left
}

.GridListWrapper[data-wrapper="float"] .items[data-total="4"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="7"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="8"] .el:nth-child(3n+1) {
	clear: none
}

.GridListWrapper[data-wrapper="float"] .items[data-total="4"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="7"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="8"] .el:nth-child(4n+1) {
	clear: left
}

.GridListWrapper[data-wrapper="float"] .items[data-total="1"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="2"] .el:nth-child(3n+1) {
	clear: none
}

.GridListWrapper[data-wrapper="float"] .items[data-total="1"] .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="2"] .el:nth-child(2n+1) {
	clear: left
}

.GridListWrapper[data-wrapper="float"] .items[data-total="1"] .el {
	display: block;
	float: none;
	margin: auto
}

.GridListWrapper.dark .items .el .date,.GridListWrapper.dark .items .el .price,.dark .GridListWrapper .items .el .date,.dark .GridListWrapper .items .el .price {
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.GridListWrapper {
		padding: 40px 20px
	}

	.GridListWrapper .items .el,.GridListWrapper .items[data-total="4"] .el,.GridListWrapper .items[data-total="5"] .el,.GridListWrapper .items[data-total="6"] .el,.GridListWrapper .items[data-total="7"] .el,.GridListWrapper .items[data-total="8"] .el {
		width: 50%
	}

	.GridListWrapper[data-wrapper="float"] .items .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="4"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="4"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="5"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="5"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="6"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="6"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="7"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="7"] .el:nth-child(4n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="8"] .el:nth-child(3n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="8"] .el:nth-child(4n+1) {
		clear: none
	}

	.GridListWrapper[data-wrapper="float"] .items .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="4"] .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="5"] .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="6"] .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="7"] .el:nth-child(2n+1),.GridListWrapper[data-wrapper="float"] .items[data-total="8"] .el:nth-child(2n+1) {
		clear: left
	}

	.GridListWrapper .ctaContainer {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.GridListWrapper {
		padding: 30px 10px 0
	}

	.GridListWrapper .items .el,.GridListWrapper .items[data-total="1"] .el,.GridListWrapper .items[data-total="2"] .el,.GridListWrapper .items[data-total="4"] .el,.GridListWrapper .items[data-total="5"] .el,.GridListWrapper .items[data-total="6"] .el,.GridListWrapper .items[data-total="7"] .el,.GridListWrapper .items[data-total="8"] .el {
		width: 100%
	}

	.GridListWrapper .items .el img,.GridListWrapper .items[data-total="1"] .el img,.GridListWrapper .items[data-total="2"] .el img,.GridListWrapper .items[data-total="4"] .el img,.GridListWrapper .items[data-total="5"] .el img,.GridListWrapper .items[data-total="6"] .el img,.GridListWrapper .items[data-total="7"] .el img,.GridListWrapper .items[data-total="8"] .el img {
		margin-bottom: 22px
	}

	.GridListWrapper .items .el .carouselImageLink,.GridListWrapper .items[data-total="1"] .el .carouselImageLink,.GridListWrapper .items[data-total="2"] .el .carouselImageLink,.GridListWrapper .items[data-total="4"] .el .carouselImageLink,.GridListWrapper .items[data-total="5"] .el .carouselImageLink,.GridListWrapper .items[data-total="6"] .el .carouselImageLink,.GridListWrapper .items[data-total="7"] .el .carouselImageLink,.GridListWrapper .items[data-total="8"] .el .carouselImageLink {
		margin-bottom: 22px
	}

	.GridListWrapper[data-wrapper="float"] .items .el {
		float: none;
		clear: both
	}

	.GridListWrapper .ctaContainer {
		margin-bottom: 30px
	}
}

.no-js .GridListWrapper .ctaContainer {
	display: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.no-js .GridListWrapper {
		padding-bottom: 0
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.no-js .GridListWrapper .items .el:last-child {
		padding-bottom: 30px
	}
}

.TwoColumnContainer .GridListWrapper .items .el {
	width: 50%
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
	.TwoColumnContainer .GridListWrapper .items .el {
		width: 25%
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.TwoColumnContainer .GridListWrapper .items .el {
		width: auto;
		display: block
	}
}

.pageWrapper {
	margin: 0 auto;
	max-width: 2000px;
	padding: 0;
	position: relative;
	padding-top: 0
}

.light .heading,.light .heading a,[data-theme="light"] .heading,[data-theme="light"] .heading a,[data-theme="grey"] .heading,[data-theme="grey"] .heading a,.grey .heading,.grey .heading a,.no-js .lightWhenNoJS .heading,.no-js .lightWhenNoJS .heading a {
	color: #000
}

.light .heading .headingWrapper:before,.light .heading .headingWrapper:after,.light .heading a .headingWrapper:before,.light .heading a .headingWrapper:after,[data-theme="light"] .heading .headingWrapper:before,[data-theme="light"] .heading .headingWrapper:after,[data-theme="light"] .heading a .headingWrapper:before,[data-theme="light"] .heading a .headingWrapper:after,[data-theme="grey"] .heading .headingWrapper:before,[data-theme="grey"] .heading .headingWrapper:after,[data-theme="grey"] .heading a .headingWrapper:before,[data-theme="grey"] .heading a .headingWrapper:after,.grey .heading .headingWrapper:before,.grey .heading .headingWrapper:after,.grey .heading a .headingWrapper:before,.grey .heading a .headingWrapper:after,.no-js .lightWhenNoJS .heading .headingWrapper:before,.no-js .lightWhenNoJS .heading .headingWrapper:after,.no-js .lightWhenNoJS .heading a .headingWrapper:before,.no-js .lightWhenNoJS .heading a .headingWrapper:after {
	background-color: #0c121c
}

.dark .heading,.dark .heading a,[data-theme="dark"] .heading,[data-theme="dark"] .heading a {
	color: #fff
}

.dark .heading .headingWrapper:before,.dark .heading .headingWrapper:after,.dark .heading a .headingWrapper:before,.dark .heading a .headingWrapper:after,[data-theme="dark"] .heading .headingWrapper:before,[data-theme="dark"] .heading .headingWrapper:after,[data-theme="dark"] .heading a .headingWrapper:before,[data-theme="dark"] .heading a .headingWrapper:after {
	background-color: #fff
}

.heading {
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased
}

.heading.headingLinear .headingWrapper,.heading.headingFocus .headingWrapper {
	display: inline-block;
	position: relative;
	padding: 0.1875em 0 0.25em
}

.heading.headingLinear .headingWrapper:before,.heading.headingLinear .headingWrapper:after,.heading.headingFocus .headingWrapper:before,.heading.headingFocus .headingWrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: 0
}

.heading.headingLinear .headingWrapper:before,.heading.headingFocus .headingWrapper:before {
	top: -1px
}

.heading.headingLinear .headingWrapper:after,.heading.headingFocus .headingWrapper:after {
	bottom: -1px
}

.heading.headingLinear .headingWrapper>span,.heading.headingFocus .headingWrapper>span {
	display: block
}

.heading.headingLinear .headingWrapper .headingTextSub,.heading.headingFocus .headingWrapper .headingTextSub {
	margin-top: 0.17461538461538em;
	padding-bottom: 0.15em;
	font-size: 50%;
	margin-left: auto;
	margin-right: auto
}

.heading a {
	color: inherit;
	text-decoration: none
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.heading.headingLinear .headingWrapper .headingTextSub,.heading.headingFocus .headingWrapper .headingTextSub {
		margin-top: 5px
	}
}

.heading {
	color: #000
}

.heading .headingWrapper:before,.heading .headingWrapper:after {
	background-color: #0c121c
}

.headingLight {
	color: #fff
}

.headingLight .headingWrapper:before,.headingLight .headingWrapper:after {
	background-color: #fff
}

.headingLightGrey {
	color: #fff
}

.headingLightGrey .headingWrapper:before,.headingLightGrey .headingWrapper:after {
	background-color: #e4e8e8
}

.heading {
	text-align: left
}

.heading .headingWrapper:before,.heading .headingWrapper:after {
	left: 0;
	right: auto;
	margin-left: 0
}

.headingCentre {
	text-align: center
}

.headingCentre.headingFocus .headingWrapper:before,.headingCentre.headingFocus .headingWrapper:after {
	left: 50%;
	right: auto;
	margin-left: -0.67em
}

.headingRight {
	text-align: right
}

.headingRight .headingWrapper:before,.headingRight .headingWrapper:after {
	left: auto;
	right: 0;
	margin-left: 0
}

.heading .headingWrapper:before,.heading .headingWrapper:after {
	width: 100%
}

.headingLinear .headingWrapper:before,.headingLinear .headingWrapper:after {
	width: 100%
}

.headingFocus .headingWrapper:before,.headingFocus .headingWrapper:after {
	width: 1.34em
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.heading.headingLinear .headingWrapper,.heading.headingFocus .headingWrapper {
		padding: 0
	}

	.heading.headingLinear .headingWrapper:before,.heading.headingLinear .headingWrapper:after,.heading.headingFocus .headingWrapper:before,.heading.headingFocus .headingWrapper:after {
		display: none
	}
}

.light .heading,.light .heading a,[data-theme="light"] .heading,[data-theme="light"] .heading a,.no-js .lightWhenNoJS .heading,.no-js .lightWhenNoJS .heading a {
	color: #000
}

.light .heading .headingWrapper:before,.light .heading .headingWrapper:after,.light .heading a .headingWrapper:before,.light .heading a .headingWrapper:after,[data-theme="light"] .heading .headingWrapper:before,[data-theme="light"] .heading .headingWrapper:after,[data-theme="light"] .heading a .headingWrapper:before,[data-theme="light"] .heading a .headingWrapper:after,.no-js .lightWhenNoJS .heading .headingWrapper:before,.no-js .lightWhenNoJS .heading .headingWrapper:after,.no-js .lightWhenNoJS .heading a .headingWrapper:before,.no-js .lightWhenNoJS .heading a .headingWrapper:after {
	background-color: #0c121c
}

.dark .heading,.dark .heading a,[data-theme="dark"] .heading,[data-theme="dark"] .heading a {
	color: #fff
}

.dark .heading .headingWrapper:before,.dark .heading .headingWrapper:after,.dark .heading a .headingWrapper:before,.dark .heading a .headingWrapper:after,[data-theme="dark"] .heading .headingWrapper:before,[data-theme="dark"] .heading .headingWrapper:after,[data-theme="dark"] .heading a .headingWrapper:before,[data-theme="dark"] .heading a .headingWrapper:after {
	background-color: #fff
}

.shelfComponent {
	display: block;
	padding: 80px 90px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.shelfComponent:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.shelfComponent {
		padding: 40px 40px
	}

	.shelfComponent .ctaContainer {
		margin-top: 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.shelfComponent {
		padding: 30px 30px
	}

	.shelfComponent .ctaContainer {
		margin-top: 30px
	}
}

.spriteFlag-AE {
	background-image: url("/resources//public/images/flags/AE.png?v=9a3d1868b12759daaf31b5f7bd96c2d2");
	width: 30px;
	height: 22px
}

.spriteFlag-AF {
	background-image: url("/resources//public/images/flags/AF.png?v=8b1bbb362dee8da0f83206d04ae48abe");
	width: 30px;
	height: 22px
}

.spriteFlag-AG {
	background-image: url("/resources//public/images/flags/AG.png?v=c94fd8b956e37fd36838bf94a9c629e2");
	width: 30px;
	height: 22px
}

.spriteFlag-AL {
	background-image: url("/resources//public/images/flags/AL.png?v=7d6f0c58513472f42a09aa4db71c7492");
	width: 30px;
	height: 22px
}

.spriteFlag-AM {
	background-image: url("/resources//public/images/flags/AM.png?v=855377c10bedf3c85422560c79183e5e");
	width: 30px;
	height: 22px
}

.spriteFlag-AN {
	background-image: url("/resources//public/images/flags/AN.png?v=d24ab8596dba372aa305faf79bd3cb65");
	width: 30px;
	height: 22px
}

.spriteFlag-AO {
	background-image: url("/resources//public/images/flags/AO.png?v=99eab1d0a37fa7b14ad301d435bb19bc");
	width: 30px;
	height: 22px
}

.spriteFlag-AR {
	background-image: url("/resources//public/images/flags/AR.png?v=0e8689461b4f131e382c066c05e2983c");
	width: 30px;
	height: 22px
}

.spriteFlag-AT {
	background-image: url("/resources//public/images/flags/AT.png?v=5eacf8d12d930feeee53f4161e3bc682");
	width: 30px;
	height: 22px
}

.spriteFlag-AU {
	background-image: url("/resources//public/images/flags/AU.png?v=bff4bb107a954a18a849a2ba3b91c74a");
	width: 30px;
	height: 22px
}

.spriteFlag-AW {
	background-image: url("/resources//public/images/flags/AW.png?v=efbd11d1b342535b7d35f4dcf27a74a9");
	width: 30px;
	height: 22px
}

.spriteFlag-AZ {
	background-image: url("/resources//public/images/flags/AZ.png?v=80c72a08484585610f050b5f71ce6de6");
	width: 30px;
	height: 22px
}

.spriteFlag-BA {
	background-image: url("/resources//public/images/flags/BA.png?v=ae395402d526eec73ef9e0db6eca78d8");
	width: 30px;
	height: 22px
}

.spriteFlag-BB {
	background-image: url("/resources//public/images/flags/BB.png?v=3a564e80b9fbdccdab77922bfb1a0a43");
	width: 30px;
	height: 22px
}

.spriteFlag-BD {
	background-image: url("/resources//public/images/flags/BD.png?v=db60f8e438c39fbb935f20f343396572");
	width: 30px;
	height: 22px
}

.spriteFlag-BE {
	background-image: url("/resources//public/images/flags/BE.png?v=782398ba4c69a276469a8b4b3768b0e1");
	width: 30px;
	height: 22px
}

.spriteFlag-BF {
	background-image: url("/resources//public/images/flags/BF.png?v=ba20467f6c2737be126b14c7102a20ca");
	width: 30px;
	height: 22px
}

.spriteFlag-BG {
	background-image: url("/resources//public/images/flags/BG.png?v=a1e6ac272da593f398713c00e56e9a4c");
	width: 30px;
	height: 22px
}

.spriteFlag-BH {
	background-image: url("/resources//public/images/flags/BH.png?v=97df0a22a1c579b1bce5bfb4ddc3ca26");
	width: 30px;
	height: 22px
}

.spriteFlag-BN {
	background-image: url("/resources//public/images/flags/BN.png?v=4630878ce8708026f9f1c1a4901c4075");
	width: 30px;
	height: 22px
}

.spriteFlag-BI {
	background-image: url("/resources//public/images/flags/BI.png?v=8e1d4db73cd64d5796f96432f03ad00a");
	width: 30px;
	height: 22px
}

.spriteFlag-BJ {
	background-image: url("/resources//public/images/flags/BJ.png?v=83178b6a180d27a07abb1b28a060a24c");
	width: 30px;
	height: 22px
}

.spriteFlag-BL {
	background-image: url("/resources//public/images/flags/BL.png?v=ca646d1b0ceb0391848415874c7fafe8");
	width: 30px;
	height: 22px
}

.spriteFlag-BM {
	background-image: url("/resources//public/images/flags/BM.png?v=41871eab4737586c4bb9be1545168bde");
	width: 30px;
	height: 22px
}

.spriteFlag-BN {
	background-image: url("/resources//public/images/flags/BN.png?v=4630878ce8708026f9f1c1a4901c4075");
	width: 30px;
	height: 22px
}

.spriteFlag-BO {
	background-image: url("/resources//public/images/flags/BO.png?v=7b89798c4055c8b62bfa0ee896eca42a");
	width: 30px;
	height: 22px
}

.spriteFlag-BR {
	background-image: url("/resources//public/images/flags/BR.png?v=fbc45e857bb7c283e719aa800e9f8b45");
	width: 30px;
	height: 22px
}

.spriteFlag-BS {
	background-image: url("/resources//public/images/flags/BS.png?v=2719dc38f2286b551d0bc1baf0d7455c");
	width: 30px;
	height: 22px
}

.spriteFlag-BT {
	background-image: url("/resources//public/images/flags/BT.png?v=7bf012a2f4eefa8a9a127d3878eeb200");
	width: 30px;
	height: 22px
}

.spriteFlag-BY {
	background-image: url("/resources//public/images/flags/BY.png?v=ec2a06ebc299977860d0511f4a730a3c");
	width: 30px;
	height: 22px
}

.spriteFlag-BZ {
	background-image: url("/resources//public/images/flags/BZ.png?v=cf22ff6301ad7cade8643c83ede72286");
	width: 30px;
	height: 22px
}

.spriteFlag-CA {
	background-image: url("/resources//public/images/flags/CA.png?v=dcb5fea427ee139183116392a6867f4c");
	width: 30px;
	height: 22px
}

.spriteFlag-CD {
	background-image: url("/resources//public/images/flags/CD.png?v=cd5476d4ef7978d8183205bd99d2cd36");
	width: 30px;
	height: 22px
}

.spriteFlag-CG {
	background-image: url("/resources//public/images/flags/CG.png?v=0610aa772d3f172aa4437aaf5e3a6c88");
	width: 30px;
	height: 22px
}

.spriteFlag-CH {
	background-image: url("/resources//public/images/flags/CH.png?v=84adf8e6e975c631f5159efeba96dbbf");
	width: 30px;
	height: 22px
}

.spriteFlag-CI {
	background-image: url("/resources//public/images/flags/CI.png?v=df0b10831de103d1bbba193cd0bd62b1");
	width: 30px;
	height: 22px
}

.spriteFlag-CL {
	background-image: url("/resources//public/images/flags/CL.png?v=0edae1edecba7e46bc5799998e4b97c4");
	width: 30px;
	height: 22px
}

.spriteFlag-CM {
	background-image: url("/resources//public/images/flags/CM.png?v=7ce95b3b64210ac2511a2de1c0cfc059");
	width: 30px;
	height: 22px
}

.spriteFlag-CN {
	background-image: url("/resources//public/images/flags/CN.png?v=45ed75c5e871e0b1d278484ecf91b0b7");
	width: 30px;
	height: 22px
}

.spriteFlag-CO {
	background-image: url("/resources//public/images/flags/CO.png?v=b7b43ee68eb96e19b62982ee58716d93");
	width: 30px;
	height: 22px
}

.spriteFlag-CR {
	background-image: url("/resources//public/images/flags/CR.png?v=85aed1544be5d520535968f090034158");
	width: 30px;
	height: 22px
}

.spriteFlag-CV {
	background-image: url("/resources//public/images/flags/CV.png?v=a139dd8d909a2e57bfdd705031a7388b");
	width: 30px;
	height: 22px
}

.spriteFlag-CW {
	background-image: url("/resources//public/images/flags/CW.png?v=3b161f954d648773d1036d670300196a");
	width: 30px;
	height: 22px
}

.spriteFlag-CY {
	background-image: url("/resources//public/images/flags/CY.png?v=fced8324a9f579b790639b74d56ee24b");
	width: 30px;
	height: 22px
}

.spriteFlag-CZ {
	background-image: url("/resources//public/images/flags/CZ.png?v=26f1b4323072941fe1131c20c8a43d37");
	width: 30px;
	height: 22px
}

.spriteFlag-DE {
	background-image: url("/resources//public/images/flags/DE.png?v=fa01985ee8f986d06079c51ede9d5ebf");
	width: 30px;
	height: 22px
}

.spriteFlag-DJ {
	background-image: url("/resources//public/images/flags/DJ.png?v=0d34900fdcbae1fde464c92b882d8611");
	width: 30px;
	height: 22px
}

.spriteFlag-DK {
	background-image: url("/resources//public/images/flags/DK.png?v=a9b6b01b945ff2d575079010a5acd1ae");
	width: 30px;
	height: 22px
}

.spriteFlag-DM {
	background-image: url("/resources//public/images/flags/DM.png?v=9330441c67a1c19864c2657c083dd0fa");
	width: 30px;
	height: 22px
}

.spriteFlag-DO {
	background-image: url("/resources//public/images/flags/DO.png?v=69fad5db0c1a522fbcd80916b26a69db");
	width: 30px;
	height: 22px
}

.spriteFlag-DZ {
	background-image: url("/resources//public/images/flags/DZ.png?v=fb7045e1a38a84f68585f1220bccc56c");
	width: 30px;
	height: 22px
}

.spriteFlag-EC {
	background-image: url("/resources//public/images/flags/EC.png?v=26f7a041e68c3ab250ab9b338a88ce52");
	width: 30px;
	height: 22px
}

.spriteFlag-EE {
	background-image: url("/resources//public/images/flags/EE.png?v=bbe11c088f728d8a4644c017934c5309");
	width: 30px;
	height: 22px
}

.spriteFlag-EG {
	background-image: url("/resources//public/images/flags/EG.png?v=e11539c742071108e545f61ef2a707ef");
	width: 30px;
	height: 22px
}

.spriteFlag-EH {
	background-image: url("/resources//public/images/flags/EH.png?v=34628a6615775c98c09f8b02d76a8c89");
	width: 30px;
	height: 22px
}

.spriteFlag-ER {
	background-image: url("/resources//public/images/flags/ER.png?v=91b303e89209ac1bdf299db972f99e11");
	width: 30px;
	height: 22px
}

.spriteFlag-ES {
	background-image: url("/resources//public/images/flags/ES.png?v=1c5a79be2f3b1e46c5b77c6cfbc8bf13");
	width: 30px;
	height: 22px
}

.spriteFlag-ET {
	background-image: url("/resources//public/images/flags/ET.png?v=7d703e2c190666cdaab4b2192f13ecf6");
	width: 30px;
	height: 22px
}

.spriteFlag-FI {
	background-image: url("/resources//public/images/flags/FI.png?v=26daa779cb5d33966f735c008561fda3");
	width: 30px;
	height: 22px
}

.spriteFlag-FJ {
	background-image: url("/resources//public/images/flags/FJ.png?v=c750d977633188be8de9143a0cea0f08");
	width: 30px;
	height: 22px
}

.spriteFlag-FK {
	background-image: url("/resources//public/images/flags/FK.png?v=fc66540af190d1f93f8c9096805c21ab");
	width: 30px;
	height: 22px
}

.spriteFlag-FR {
	background-image: url("/resources//public/images/flags/FR.png?v=ca646d1b0ceb0391848415874c7fafe8");
	width: 30px;
	height: 22px
}

.spriteFlag-GA {
	background-image: url("/resources//public/images/flags/GA.png?v=a8623c43f26f6c0abd7e1708050d5cab");
	width: 30px;
	height: 22px
}

.spriteFlag-GB {
	background-image: url("/resources//public/images/flags/GB.png?v=61a780f59326a7caa7230a8f83a6f7b9");
	width: 30px;
	height: 22px
}

.spriteFlag-GD {
	background-image: url("/resources//public/images/flags/GD.png?v=3581242621e7ed159861a7647fa3fa88");
	width: 30px;
	height: 22px
}

.spriteFlag-GE {
	background-image: url("/resources//public/images/flags/GE.png?v=f45de41cb345791d0565273f08c5c55e");
	width: 30px;
	height: 22px
}

.spriteFlag-GH {
	background-image: url("/resources//public/images/flags/GH.png?v=0f39a505f9d9394e5ff89c597a0a4ea8");
	width: 30px;
	height: 22px
}

.spriteFlag-GI {
	background-image: url("/resources//public/images/flags/GI.png?v=4226f8cf2103505739686ac6c89e15df");
	width: 30px;
	height: 22px
}

.spriteFlag-GM {
	background-image: url("/resources//public/images/flags/GM.png?v=b2e4378139b57eb5295a2d96bc42015d");
	width: 30px;
	height: 22px
}

.spriteFlag-GN {
	background-image: url("/resources//public/images/flags/GN.png?v=3e21f3d301898c493490259e4d063770");
	width: 30px;
	height: 22px
}

.spriteFlag-GQ {
	background-image: url("/resources//public/images/flags/GQ.png?v=c9e759c2a41c17100a0e1c9b66fb5ad6");
	width: 30px;
	height: 22px
}

.spriteFlag-GR {
	background-image: url("/resources//public/images/flags/GR.png?v=3691c56d22e589b39fdb458077c69620");
	width: 30px;
	height: 22px
}

.spriteFlag-GT {
	background-image: url("/resources//public/images/flags/GT.png?v=67b00f1e31da16f3957aa77cb59845ca");
	width: 30px;
	height: 22px
}

.spriteFlag-GW {
	background-image: url("/resources//public/images/flags/GW.png?v=e648022eacd5c9e9a2a43037bb474f4e");
	width: 30px;
	height: 22px
}

.spriteFlag-GY {
	background-image: url("/resources//public/images/flags/GY.png?v=0fd545eb0048e3edbb5499591ca39f19");
	width: 30px;
	height: 22px
}

.spriteFlag-HN {
	background-image: url("/resources//public/images/flags/HN.png?v=5fc8223d8ffa3f13025e35cbfa7af7f1");
	width: 30px;
	height: 22px
}

.spriteFlag-HK {
	background-image: url("/resources//public/images/flags/HK.png?v=ef97402e86391230f895bd06f4b480ee");
	width: 30px;
	height: 22px
}

.spriteFlag-HR {
	background-image: url("/resources//public/images/flags/HR.png?v=d8a9d7bad90ceada8831aa45346e5e94");
	width: 30px;
	height: 22px
}

.spriteFlag-HT {
	background-image: url("/resources//public/images/flags/HT.png?v=874690cd7710307876d4ae4ca371928f");
	width: 30px;
	height: 22px
}

.spriteFlag-HU {
	background-image: url("/resources//public/images/flags/HU.png?v=a81429e00ca7236d7f4f6ef283e4d0e2");
	width: 30px;
	height: 22px
}

.spriteFlag-ID {
	background-image: url("/resources//public/images/flags/ID.png?v=63be831a82d394c8486fc88d63054596");
	width: 30px;
	height: 22px
}

.spriteFlag-IE {
	background-image: url("/resources//public/images/flags/IE.png?v=3745438371e97e29c407c49697130666");
	width: 30px;
	height: 22px
}

.spriteFlag-IL {
	background-image: url("/resources//public/images/flags/IL.png?v=1f210aa877c5c6f4922cf69b40d73cae");
	width: 30px;
	height: 22px
}

.spriteFlag-IN {
	background-image: url("/resources//public/images/flags/IN.png?v=fcaca85022fb9df7cf4b7595e9297f38");
	width: 30px;
	height: 22px
}

.spriteFlag-IQ {
	background-image: url("/resources//public/images/flags/IQ.png?v=f321e746590f28229c775b114028d0bc");
	width: 30px;
	height: 22px
}

.spriteFlag-IS {
	background-image: url("/resources//public/images/flags/IS.png?v=c85ded0cd4370bef2d705cab06c2285f");
	width: 30px;
	height: 22px
}

.spriteFlag-IT {
	background-image: url("/resources//public/images/flags/IT.png?v=b78dcad1239f0ff4df3c4767a0ccc7ba");
	width: 30px;
	height: 22px
}

.spriteFlag-JaguarLeaper,.spriteFlag-CYL,.spriteFlag-CYJ,.spriteFlag-HKJ,.spriteFlag-HKL,.spriteFlag-NY,.spriteFlag-TWJ,.spriteFlag-TWL {
	background-image: url("/resources//public/images/flags/JaguarLeaper.png?v=9fcea0b485df4eee6dab408747888310");
	width: 30px;
	height: 22px
}

.spriteFlag-JM {
	background-image: url("/resources//public/images/flags/JM.png?v=59940cc5c2a460ad1092dae1535c7b0b");
	width: 30px;
	height: 22px
}

.spriteFlag-JO {
	background-image: url("/resources//public/images/flags/JO.png?v=246b833b8506b9f0cd5442472a6fe4b1");
	width: 30px;
	height: 22px
}

.spriteFlag-JP {
	background-image: url("/resources//public/images/flags/JP.png?v=d36c55f2072f7275f6a34500dc8a782c");
	width: 30px;
	height: 22px
}

.spriteFlag-KE {
	background-image: url("/resources//public/images/flags/KE.png?v=3b2dfd5886e50e80f204f43e2b85719f");
	width: 30px;
	height: 22px
}

.spriteFlag-KH {
	background-image: url("/resources//public/images/flags/KH.png?v=67663141f6ecbc0c8ae24c7cde890d8d");
	width: 30px;
	height: 22px
}

.spriteFlag-KM {
	background-image: url("/resources//public/images/flags/KM.png?v=7b6268dee147a491c6f32cebfb13cdeb");
	width: 30px;
	height: 22px
}

.spriteFlag-KN {
	background-image: url("/resources//public/images/flags/KN.png?v=b0ac5ea00240689238d15ddf59cf12c7");
	width: 30px;
	height: 22px
}

.spriteFlag-KR {
	background-image: url("/resources//public/images/flags/KR.png?v=b55c30b433d3c1e36cec34610c4e4523");
	width: 30px;
	height: 22px
}

.spriteFlag-KW {
	background-image: url("/resources//public/images/flags/KW.png?v=14978b53692f052627f909a10ef4d7af");
	width: 30px;
	height: 22px
}

.spriteFlag-KY {
	background-image: url("/resources//public/images/flags/KY.png?v=25f866d4c957e8c7aa30af34f003c260");
	width: 30px;
	height: 22px
}

.spriteFlag-KZ {
	background-image: url("/resources//public/images/flags/KZ.png?v=dbcd5aa5d328ae7bfd448d06f3db2d47");
	width: 30px;
	height: 22px
}

.spriteFlag-LA {
	background-image: url("/resources//public/images/flags/LA.png?v=298339b54d54ad25f147ff303c4120b5");
	width: 30px;
	height: 22px
}

.spriteFlag-LB {
	background-image: url("/resources//public/images/flags/LB.png?v=9238be08254a747aa6e0c35ae2c8b31d");
	width: 30px;
	height: 22px
}

.spriteFlag-LC {
	background-image: url("/resources//public/images/flags/LC.png?v=f130b2aa0bcc9d2483733b263edebada");
	width: 30px;
	height: 22px
}

.spriteFlag-LK {
	background-image: url("/resources//public/images/flags/LK.png?v=a185e4a448aa931681cf5540689da557");
	width: 30px;
	height: 22px
}

.spriteFlag-LR {
	background-image: url("/resources//public/images/flags/LR.png?v=e3b0c4ff00f45c567d6a672621714de9");
	width: 30px;
	height: 22px
}

.spriteFlag-LROval {
	background-image: url("/resources//public/images/flags/LROval.png?v=f78d1fb293c26d47daf356b0dac193f5");
	width: 30px;
	height: 22px
}

.spriteFlag-LT {
	background-image: url("/resources//public/images/flags/LT.png?v=526ed73989c701ecc34e2b17d2c52505");
	width: 30px;
	height: 22px
}

.spriteFlag-LU {
	background-image: url("/resources//public/images/flags/LU.png?v=6c44f823f576218e65d307ec2a6d728d");
	width: 30px;
	height: 22px
}

.spriteFlag-LV {
	background-image: url("/resources//public/images/flags/LV.png?v=f7959a773db6a2e8c69936b1913d3218");
	width: 30px;
	height: 22px
}

.spriteFlag-MA {
	background-image: url("/resources//public/images/flags/MA.png?v=1b3c68a496ccbaf3bab9f8ce2fd5294e");
	width: 30px;
	height: 22px
}

.spriteFlag-MD {
	background-image: url("/resources//public/images/flags/MD.png?v=7306c033d3267903433eb71b4d4a6042");
	width: 30px;
	height: 22px
}

.spriteFlag-ME {
	background-image: url("/resources//public/images/flags/ME.png?v=10ae5e49302396859589d6435c4ee004");
	width: 30px;
	height: 22px
}

.spriteFlag-MG {
	background-image: url("/resources//public/images/flags/MG.png?v=580680be3179292ec0ba2e81736bd069");
	width: 30px;
	height: 22px
}

.spriteFlag-MK {
	background-image: url("/resources//public/images/flags/MK.png?v=e1e983bbe55041f22490123448e63d6d");
	width: 30px;
	height: 22px
}

.spriteFlag-ML {
	background-image: url("/resources//public/images/flags/ML.png?v=9175a57d3d617921685486afcc1001a9");
	width: 30px;
	height: 22px
}

.spriteFlag-MM {
	background-image: url("/resources//public/images/flags/MM.png?v=1ee2749076e6a192d225d9974560d8df");
	width: 30px;
	height: 22px
}

.spriteFlag-MN {
	background-image: url("/resources//public/images/flags/MN.png?v=ffccfccdd84bd36d5ee6d0b29f4f259b");
	width: 30px;
	height: 22px
}

.spriteFlag-MR {
	background-image: url("/resources//public/images/flags/MR.png?v=e00a77b6f4dc2a9e65fb88f129be5ee4");
	width: 30px;
	height: 22px
}

.spriteFlag-MT {
	background-image: url("/resources//public/images/flags/MT.png?v=0243a8e85a1d35c01ce8c53334d91795");
	width: 30px;
	height: 22px
}

.spriteFlag-MU {
	background-image: url("/resources//public/images/flags/MU.png?v=43721b01159637f064c4bed30715ff54");
	width: 30px;
	height: 22px
}

.spriteFlag-MW {
	background-image: url("/resources//public/images/flags/MW.png?v=6505cdefe87380df67dfc9a3e5e48ef7");
	width: 30px;
	height: 22px
}

.spriteFlag-MX {
	background-image: url("/resources//public/images/flags/MX.png?v=3138309218591b7d5e5a9dfa2e1da480");
	width: 30px;
	height: 22px
}

.spriteFlag-MY {
	background-image: url("/resources//public/images/flags/MY.png?v=34cc2a9953709d21efacb91aedd71291");
	width: 30px;
	height: 22px
}

.spriteFlag-MZ {
	background-image: url("/resources//public/images/flags/MZ.png?v=8eec6f80eb74e084c11f9ce18c4b9f09");
	width: 30px;
	height: 22px
}

.spriteFlag-NC {
	background-image: url("/resources//public/images/flags/NC.png?v=ca646d1b0ceb0391848415874c7fafe8");
	width: 30px;
	height: 22px
}

.spriteFlag-NE {
	background-image: url("/resources//public/images/flags/NE.png?v=6d31c4857345a3b16362b076f8c39ccd");
	width: 30px;
	height: 22px
}

.spriteFlag-NG {
	background-image: url("/resources//public/images/flags/NG.png?v=506c040ae0f1a0f2a4f0d7523ae726c5");
	width: 30px;
	height: 22px
}

.spriteFlag-NI {
	background-image: url("/resources//public/images/flags/NI.png?v=fcf9ed2eafa7ba25453b0f9de192a7cf");
	width: 30px;
	height: 22px
}

.spriteFlag-NL {
	background-image: url("/resources//public/images/flags/NL.png?v=0fbaa0849e5375650fb0298434e23b94");
	width: 30px;
	height: 22px
}

.spriteFlag-NO {
	background-image: url("/resources//public/images/flags/NO.png?v=a2e8a04420641b077c1efffb8ec8bd62");
	width: 30px;
	height: 22px
}

.spriteFlag-NP {
	background-image: url("/resources//public/images/flags/NP.png?v=5c9b70019b87d60f0b940c2afa40449f");
	width: 30px;
	height: 22px
}

.spriteFlag-NZ {
	background-image: url("/resources//public/images/flags/NZ.png?v=7b5c56b3a4ddf51369db86c07170d8eb");
	width: 30px;
	height: 22px
}

.spriteFlag-OM {
	background-image: url("/resources//public/images/flags/OM.png?v=1899b00ec7fc8ef9d308c0e4a5bad97d");
	width: 30px;
	height: 22px
}

.spriteFlag-PA {
	background-image: url("/resources//public/images/flags/PA.png?v=d7c4154dd60de5f1386c46d8773c8852");
	width: 30px;
	height: 22px
}

.spriteFlag-PE {
	background-image: url("/resources//public/images/flags/PE.png?v=30215db4f5909676a3901f0cf274ca76");
	width: 30px;
	height: 22px
}

.spriteFlag-PF {
	background-image: url("/resources//public/images/flags/PF.png?v=a674681d5f4928b8768517f47cb9b0ea");
	width: 30px;
	height: 22px
}

.spriteFlag-PG {
	background-image: url("/resources//public/images/flags/PG.png?v=3a8a3409a86dc8bac6571125db8190b4");
	width: 30px;
	height: 22px
}

.spriteFlag-PH {
	background-image: url("/resources//public/images/flags/PH.png?v=d1f4aab00c850b80eb62b9e6287fc561");
	width: 30px;
	height: 22px
}

.spriteFlag-PK {
	background-image: url("/resources//public/images/flags/PK.png?v=5a621415bc4cfeb95eaf52eba014de97");
	width: 30px;
	height: 22px
}

.spriteFlag-PL {
	background-image: url("/resources//public/images/flags/PL.png?v=860c77fc0493fdfd1397a7c29539af35");
	width: 30px;
	height: 22px
}

.spriteFlag-PS {
	background-image: url("/resources//public/images/flags/PS.png?v=b39f7517b47950a44bb313ffc44b4c46");
	width: 30px;
	height: 22px
}

.spriteFlag-PT {
	background-image: url("/resources//public/images/flags/PT.png?v=11d609b3c08fa1a3a413a155a28dbb02");
	width: 30px;
	height: 22px
}

.spriteFlag-PY {
	background-image: url("/resources//public/images/flags/PY.png?v=f44ca14375da72fe9fb896d863855c8b");
	width: 30px;
	height: 22px
}

.spriteFlag-QA {
	background-image: url("/resources//public/images/flags/QA.png?v=8adcbe99381dfa21d53a06893e43184c");
	width: 30px;
	height: 22px
}

.spriteFlag-RI {
	background-image: url("/resources//public/images/flags/RI.png?v=c01527b6bb8c4f5ae3ad8898e65ace9b");
	width: 30px;
	height: 22px
}

.spriteFlag-RO {
	background-image: url("/resources//public/images/flags/RO.png?v=c1ab167b74275362ffc70587cb7991b9");
	width: 30px;
	height: 22px
}

.spriteFlag-RS {
	background-image: url("/resources//public/images/flags/RS.png?v=08fa5c6821ace506148f4de8ef17f816");
	width: 30px;
	height: 22px
}

.spriteFlag-RU {
	background-image: url("/resources//public/images/flags/RU.png?v=f66b619a4e51b32e31d2391bd8feb17e");
	width: 30px;
	height: 22px
}

.spriteFlag-RW {
	background-image: url("/resources//public/images/flags/RW.png?v=176e59551b03e1dbdffc3306c553f751");
	width: 30px;
	height: 22px
}

.spriteFlag-SA {
	background-image: url("/resources//public/images/flags/SA.png?v=295eaa3524932ea8a2777878154eba11");
	width: 30px;
	height: 22px
}

.spriteFlag-SC {
	background-image: url("/resources//public/images/flags/SC.png?v=7f7f4665b374d0aea0ce3559dcbec95c");
	width: 30px;
	height: 22px
}

.spriteFlag-SD {
	background-image: url("/resources//public/images/flags/SD.png?v=88b6dadf6d4fa03ca6012ce99f18ebc9");
	width: 30px;
	height: 22px
}

.spriteFlag-SE {
	background-image: url("/resources//public/images/flags/SE.png?v=adae7f82a7e2fec68406813643773344");
	width: 30px;
	height: 22px
}

.spriteFlag-SG {
	background-image: url("/resources//public/images/flags/SG.png?v=dd8ad75e99803b2cf0d92b2b3556efc2");
	width: 30px;
	height: 22px
}

.spriteFlag-SI {
	background-image: url("/resources//public/images/flags/SI.png?v=1e05ae2483d6d7fbfcef16a3324f25bd");
	width: 30px;
	height: 22px
}

.spriteFlag-SK {
	background-image: url("/resources//public/images/flags/SK.png?v=78c16e97b1675e9e8d8100b46b7ad77f");
	width: 30px;
	height: 22px
}

.spriteFlag-SL {
	background-image: url("/resources//public/images/flags/SL.png?v=17886bf748400e2096ad1c543bc727cf");
	width: 30px;
	height: 22px
}

.spriteFlag-SN {
	background-image: url("/resources//public/images/flags/SN.png?v=97e25023cd4a71cda27b8a49429301af");
	width: 30px;
	height: 22px
}

.spriteFlag-SO {
	background-image: url("/resources//public/images/flags/SO.png?v=e077f6f8e91d103cf2560238f88f117f");
	width: 30px;
	height: 22px
}

.spriteFlag-SR {
	background-image: url("/resources//public/images/flags/SR.png?v=2478cf7818215227f48609b8c4b928df");
	width: 30px;
	height: 22px
}

.spriteFlag-SS {
	background-image: url("/resources//public/images/flags/SS.png?v=46f5f781e5888e924f1a5f3fa636a8dc");
	width: 30px;
	height: 22px
}

.spriteFlag-ST {
	background-image: url("/resources//public/images/flags/ST.png?v=42c004dcf099c840ef9cd27b699be399");
	width: 30px;
	height: 22px
}

.spriteFlag-SV {
	background-image: url("/resources//public/images/flags/SV.png?v=7d54b2c74c330d82fc7d6e9780033de8");
	width: 30px;
	height: 22px
}

.spriteFlag-TC {
	background-image: url("/resources//public/images/flags/TC.png?v=1112a50cda611ee82731cd7ee24a91fc");
	width: 30px;
	height: 22px
}

.spriteFlag-TD {
	background-image: url("/resources//public/images/flags/TD.png?v=9493e82ce0561aafb8ee818a28c65f92");
	width: 30px;
	height: 22px
}

.spriteFlag-TG {
	background-image: url("/resources//public/images/flags/TG.png?v=766273f878c4bbda8c17935baa5b639e");
	width: 30px;
	height: 22px
}

.spriteFlag-TH {
	background-image: url("/resources//public/images/flags/TH.png?v=b6a80c94138d454f8ecd81eeac3b2951");
	width: 30px;
	height: 22px
}

.spriteFlag-TN {
	background-image: url("/resources//public/images/flags/TN.png?v=842fd9e61ff9e716174f646a71c4680e");
	width: 30px;
	height: 22px
}

.spriteFlag-TR {
	background-image: url("/resources//public/images/flags/TR.png?v=c737be96b19812ceeb1b0f0d7c5dcc2c");
	width: 30px;
	height: 22px
}

.spriteFlag-TT {
	background-image: url("/resources//public/images/flags/TT.png?v=07552a421372a10b54745f742941dbc5");
	width: 30px;
	height: 22px
}

.spriteFlag-TW {
	background-image: url("/resources//public/images/flags/TW.png?v=e275f0d7948a9852a7ac7072eaa23de0");
	width: 30px;
	height: 22px
}

.spriteFlag-TY {
	background-image: url("/resources//public/images/flags/TY.png?v=dfa105e8e07ca78454cc50fbe743a8a8");
	width: 30px;
	height: 22px
}

.spriteFlag-TZ {
	background-image: url("/resources//public/images/flags/TZ.png?v=2552842b8b7a7663e6eb009c31efd997");
	width: 30px;
	height: 22px
}

.spriteFlag-UA {
	background-image: url("/resources//public/images/flags/UA.png?v=cef56e80b6737b8a23dd4d5a7cda16c4");
	width: 30px;
	height: 22px
}

.spriteFlag-UG {
	background-image: url("/resources//public/images/flags/UG.png?v=ed90640fb9404596ab8f957174ab7d1a");
	width: 30px;
	height: 22px
}

.spriteFlag-UK {
	background-image: url("/resources//public/images/flags/UK.png?v=61a780f59326a7caa7230a8f83a6f7b9");
	width: 30px;
	height: 22px
}

.spriteFlag-US {
	background-image: url("/resources//public/images/flags/US.png?v=85b912e7cd352a7dac5bc665bd379b28");
	width: 30px;
	height: 22px
}

.spriteFlag-UY {
	background-image: url("/resources//public/images/flags/UY.png?v=03baf5a7f04bf8491585b6dc9bfabfd5");
	width: 30px;
	height: 22px
}

.spriteFlag-VG {
	background-image: url("/resources//public/images/flags/VG.png?v=2844ed1124c0ab9795180c475904f849");
	width: 30px;
	height: 22px
}

.spriteFlag-VN {
	background-image: url("/resources//public/images/flags/VN.png?v=8a8a48d9e3445b49479f00897d377055");
	width: 30px;
	height: 22px
}

.spriteFlag-XI {
	background-image: url("/resources//public/images/flags/XI.png?v=d88faae2374ecbb2a799188210fbba15");
	width: 30px;
	height: 22px
}

.spriteFlag-XK {
	background-image: url("/resources//public/images/flags/XK.png?v=3e59fc1bd5475e201983ca4efe707b03");
	width: 30px;
	height: 22px
}

.spriteFlag-XM {
	background-image: url("/resources//public/images/flags/XM.png?v=d88faae2374ecbb2a799188210fbba15");
	width: 30px;
	height: 22px
}

.spriteFlag-XX {
	background-image: url("/resources//public/images/flags/XX.png?v=9a3d1868b12759daaf31b5f7bd96c2d2");
	width: 30px;
	height: 22px
}

.spriteFlag-YE {
	background-image: url("/resources//public/images/flags/YE.png?v=0d4eeb24e66c010435d2406cb19fa819");
	width: 30px;
	height: 22px
}

.spriteFlag-ZA {
	background-image: url("/resources//public/images/flags/ZA.png?v=159bf88c5f93ec2eff05693cb37186e4");
	width: 30px;
	height: 22px
}

.spriteFlag-ZM {
	background-image: url("/resources//public/images/flags/ZM.png?v=7a9e9abd7910f43b7f98734c4e53973c");
	width: 30px;
	height: 22px
}

.spriteFlag-ZW {
	background-image: url("/resources//public/images/flags/ZW.png?v=ff7ea477cc225da2ad54db0416ff85dc");
	width: 30px;
	height: 22px
}

.ieOnly,.ieOnlyInline {
	display: none
}

.hide {
	display: none !important
}

#jaguar .jaguar-hide {
	display: none !important
}

.show {
	display: inherit !important
}

.touchOnly {
	display: none !important
}

.touch .touchOnly {
	display: inherit !important
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.hideOnMobile {
		display: none !important
	}
}

@media screen and (min-width: 741px) {
	.onlyOnMobile {
		display: none !important
	}

	.hideOnTablet {
		display: none !important
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.onlyOnDesktop {
		display: none !important
	}
}

@media screen and (min-width: 901px) {
	.hideOnDesktop {
		display: none !important
	}
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.onlyOnOver1024 {
		display: none !important
	}
}

@media screen and (min-width: 1025px) {
	.hideOnOver1024 {
		display: none !important
	}
}

@media screen and (min-width: 1px) and (max-width: 1280px) {
	.onlyOnExtraLargeDesktop {
		display: none !important
	}
}

@media screen and (min-width: 1281px) {
	.hideOnExtraLargeDesktop {
		display: none !important
	}
}

.visuallyHidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap
}

img.alignLeft {
	float: left;
	margin: 5px 18px 18px 0
}

img.alignRight {
	float: right;
	margin: 5px 0 18px 18px
}

.secondaryLinkWithStyle {
	line-height: 1.5;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .1em;
	text-decoration: none;
	border: 0;
	text-decoration: none !important;
	border-bottom: 0 none
}

.disabled.secondaryLinkWithStyle {
	cursor: default
}

.disabled.secondaryLinkWithStyle span {
	border-bottom: 0 none !important
}

.secondaryLinkWithStyle:active {
	text-shadow: none
}

.secondaryLinkWithStyle:focus {
	outline: 0
}

.secondaryLinkWithStyle:focus:hover {
	border-bottom: 0 none
}

p>a {
	text-decoration: none
}

.dark a,[data-theme="dark"] a {
	color: #fff;
	text-decoration: underline
}

.dark a:hover,[data-theme="dark"] a:hover {
	color: #8d8d8d;
	text-decoration: none
}

.dark a:active,[data-theme="dark"] a:active {
	color: #8d8d8d;
	text-decoration: underline
}

.dark a:focus,[data-theme="dark"] a:focus {
	color: #8d8d8d;
	outline: 0;
	text-decoration: none
}

#jaguar.focusStylesOn .dark a:focus,#jaguar.focusStylesOn [data-theme="dark"] a:focus {
	color: #8d8d8d;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .dark a.disabled:focus,#jaguar.focusStylesOn [data-theme="dark"] a.disabled:focus {
	background-color: #e4e4e4;
	color: #fff
}

.grey a,.light a,.white a,[data-theme="light"] a,[data-theme="white"] a,[data-theme="grey"] a,.no-js .lightWhenNoJS a {
	color: #4a4f54;
	text-decoration: underline
}

.grey a:hover,.light a:hover,.white a:hover,[data-theme="light"] a:hover,[data-theme="white"] a:hover,[data-theme="grey"] a:hover,.no-js .lightWhenNoJS a:hover {
	color: #9e1b32;
	text-decoration: none
}

.grey a:active,.light a:active,.white a:active,[data-theme="light"] a:active,[data-theme="white"] a:active,[data-theme="grey"] a:active,.no-js .lightWhenNoJS a:active {
	color: #9e1b32;
	text-decoration: underline
}

.grey a:focus,.light a:focus,.white a:focus,[data-theme="light"] a:focus,[data-theme="white"] a:focus,[data-theme="grey"] a:focus,.no-js .lightWhenNoJS a:focus {
	color: #9e1b32;
	text-decoration: none;
	outline: 0
}

#jaguar.focusStylesOn .grey a:focus,#jaguar.focusStylesOn .light a:focus,#jaguar.focusStylesOn .white a:focus,#jaguar.focusStylesOn [data-theme="light"] a:focus,#jaguar.focusStylesOn [data-theme="white"] a:focus,#jaguar.focusStylesOn [data-theme="grey"] a:focus,#jaguar.focusStylesOn .no-js .lightWhenNoJS a:focus {
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .grey a.disabled:focus,#jaguar.focusStylesOn .light a.disabled:focus,#jaguar.focusStylesOn .white a.disabled:focus,#jaguar.focusStylesOn [data-theme="light"] a.disabled:focus,#jaguar.focusStylesOn [data-theme="white"] a.disabled:focus,#jaguar.focusStylesOn [data-theme="grey"] a.disabled:focus,#jaguar.focusStylesOn .no-js .lightWhenNoJS a.disabled:focus {
	background-color: #e4e4e4;
	color: #fff
}

.primaryLinks {
	text-align: left
}

.primaryLinksCentre {
	text-align: center
}

.primaryLinksRight {
	text-align: right
}

.primaryLinkContainer,.secondaryLinkContainer,.thirdLinkContainer,.fourthLinkContainer {
	line-height: 0;
	display: block
}

.ctaContainer {
	margin-top: 80px;
	text-align: center
}

#jaguar .ctaContainer a {
	margin: 0;
	vertical-align: top
}

#jaguar .primaryLinkWithStyle,#jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="grey"] a.jaguarRacing,#jaguar .grey a.jaguarRacing,#jaguar .white a.jaguarRacing,#jaguar .light a.jaguarRacing,#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar .dark a.jaguarRacing {
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none
}

#jaguar .primaryLinkWithStyle:hover,#jaguar [data-theme="white"] a.jaguarRacing:hover,#jaguar [data-theme="light"] a.jaguarRacing:hover,#jaguar [data-theme="grey"] a.jaguarRacing:hover,#jaguar .grey a.jaguarRacing:hover,#jaguar .white a.jaguarRacing:hover,#jaguar .light a.jaguarRacing:hover,#jaguar [data-theme="dark"] a.jaguarRacing:hover,#jaguar .dark a.jaguarRacing:hover,#jaguar .primaryLinkWithStyle:active,#jaguar [data-theme="white"] a.jaguarRacing:active,#jaguar [data-theme="light"] a.jaguarRacing:active,#jaguar [data-theme="grey"] a.jaguarRacing:active,#jaguar .grey a.jaguarRacing:active,#jaguar .white a.jaguarRacing:active,#jaguar .light a.jaguarRacing:active,#jaguar [data-theme="dark"] a.jaguarRacing:active,#jaguar .dark a.jaguarRacing:active {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset
}

#jaguar .primaryLinkWithStyle:focus,#jaguar [data-theme="white"] a.jaguarRacing:focus,#jaguar [data-theme="light"] a.jaguarRacing:focus,#jaguar [data-theme="grey"] a.jaguarRacing:focus,#jaguar .grey a.jaguarRacing:focus,#jaguar .white a.jaguarRacing:focus,#jaguar .light a.jaguarRacing:focus,#jaguar [data-theme="dark"] a.jaguarRacing:focus,#jaguar .dark a.jaguarRacing:focus {
	outline: 0
}

#jaguar .primaryLinkWithStyle.disabled,#jaguar [data-theme="white"] a.disabled.jaguarRacing,#jaguar [data-theme="light"] a.disabled.jaguarRacing,#jaguar [data-theme="grey"] a.disabled.jaguarRacing,#jaguar .grey a.disabled.jaguarRacing,#jaguar .white a.disabled.jaguarRacing,#jaguar .light a.disabled.jaguarRacing,#jaguar [data-theme="dark"] a.disabled.jaguarRacing,#jaguar .dark a.disabled.jaguarRacing {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .primaryLinkWithStyle.disabled:hover,#jaguar [data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar .grey a.disabled.jaguarRacing:hover,#jaguar .white a.disabled.jaguarRacing:hover,#jaguar .light a.disabled.jaguarRacing:hover,#jaguar [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar .dark a.disabled.jaguarRacing:hover {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar.focusStylesOn .primaryLinkWithStyle:focus,#jaguar.focusStylesOn [data-theme="white"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] a.jaguarRacing:focus,#jaguar.focusStylesOn .grey a.jaguarRacing:focus,#jaguar.focusStylesOn .white a.jaguarRacing:focus,#jaguar.focusStylesOn .light a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn .dark a.jaguarRacing:focus {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn [data-theme="white"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .grey a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .white a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .light a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .dark a.disabled.jaguarRacing:focus {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .plwsLight,#jaguar .plwsTransparentLight {
	text-decoration: none;
	background-color: #9e1b32;
	color: #fff;
	border-bottom: 0 none
}

#jaguar .plwsLight:hover,#jaguar .plwsLight:active,#jaguar .plwsTransparentLight:hover,#jaguar .plwsTransparentLight:active {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset
}

#jaguar .plwsLight:focus,#jaguar .plwsTransparentLight:focus {
	outline: 0
}

#jaguar .plwsLight.disabled,#jaguar .plwsTransparentLight.disabled {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .plwsLight.disabled:hover,#jaguar .plwsTransparentLight.disabled:hover {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar.focusStylesOn .plwsLight:focus,#jaguar.focusStylesOn .plwsTransparentLight:focus {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .plwsLight.disabled:focus,#jaguar.focusStylesOn .plwsTransparentLight.disabled:focus {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .plwsExtreme {
	background-color: #f2681d;
	color: #fff
}

#jaguar .plwsExtreme:hover {
	background-color: #fff;
	color: #f2681d
}

#jaguar .plwsExtreme:focus {
	outline: 0
}

#jaguar .plwsExtreme.disabled:hover {
	background-color: #f2681d;
	color: #fff
}

#jaguar.focusStylesOn .plwsExtreme:focus {
	background-color: #fff;
	color: #f2681d;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .plwsExtreme.disabled:focus {
	background-color: #f2681d;
	color: #fff
}

#jaguar .light .plwsLight,#jaguar .light .plwsTransparentLight,#jaguar .grey .plwsLight,#jaguar .grey .plwsTransparentLight,#jaguar [data-theme="light"] .plwsLight,#jaguar [data-theme="light"] .plwsTransparentLight,#jaguar [data-theme="grey"] .plwsLight,#jaguar [data-theme="grey"] .plwsTransparentLight,#jaguar [data-theme="white"] .plwsLight,#jaguar [data-theme="white"] .plwsTransparentLight,#jaguar .white .plwsLight,#jaguar .white .plwsTransparentLight {
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none
}

#jaguar .light .plwsLight:hover,#jaguar .light .plwsLight:active,#jaguar .light .plwsTransparentLight:hover,#jaguar .light .plwsTransparentLight:active,#jaguar .grey .plwsLight:hover,#jaguar .grey .plwsLight:active,#jaguar .grey .plwsTransparentLight:hover,#jaguar .grey .plwsTransparentLight:active,#jaguar [data-theme="light"] .plwsLight:hover,#jaguar [data-theme="light"] .plwsLight:active,#jaguar [data-theme="light"] .plwsTransparentLight:hover,#jaguar [data-theme="light"] .plwsTransparentLight:active,#jaguar [data-theme="grey"] .plwsLight:hover,#jaguar [data-theme="grey"] .plwsLight:active,#jaguar [data-theme="grey"] .plwsTransparentLight:hover,#jaguar [data-theme="grey"] .plwsTransparentLight:active,#jaguar [data-theme="white"] .plwsLight:hover,#jaguar [data-theme="white"] .plwsLight:active,#jaguar [data-theme="white"] .plwsTransparentLight:hover,#jaguar [data-theme="white"] .plwsTransparentLight:active,#jaguar .white .plwsLight:hover,#jaguar .white .plwsLight:active,#jaguar .white .plwsTransparentLight:hover,#jaguar .white .plwsTransparentLight:active {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset
}

#jaguar .light .plwsLight:focus,#jaguar .light .plwsTransparentLight:focus,#jaguar .grey .plwsLight:focus,#jaguar .grey .plwsTransparentLight:focus,#jaguar [data-theme="light"] .plwsLight:focus,#jaguar [data-theme="light"] .plwsTransparentLight:focus,#jaguar [data-theme="grey"] .plwsLight:focus,#jaguar [data-theme="grey"] .plwsTransparentLight:focus,#jaguar [data-theme="white"] .plwsLight:focus,#jaguar [data-theme="white"] .plwsTransparentLight:focus,#jaguar .white .plwsLight:focus,#jaguar .white .plwsTransparentLight:focus {
	outline: 0
}

#jaguar .light .plwsLight.disabled,#jaguar .light .plwsTransparentLight.disabled,#jaguar .grey .plwsLight.disabled,#jaguar .grey .plwsTransparentLight.disabled,#jaguar [data-theme="light"] .plwsLight.disabled,#jaguar [data-theme="light"] .plwsTransparentLight.disabled,#jaguar [data-theme="grey"] .plwsLight.disabled,#jaguar [data-theme="grey"] .plwsTransparentLight.disabled,#jaguar [data-theme="white"] .plwsLight.disabled,#jaguar [data-theme="white"] .plwsTransparentLight.disabled,#jaguar .white .plwsLight.disabled,#jaguar .white .plwsTransparentLight.disabled {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .light .plwsLight.disabled:hover,#jaguar .light .plwsTransparentLight.disabled:hover,#jaguar .grey .plwsLight.disabled:hover,#jaguar .grey .plwsTransparentLight.disabled:hover,#jaguar [data-theme="light"] .plwsLight.disabled:hover,#jaguar [data-theme="light"] .plwsTransparentLight.disabled:hover,#jaguar [data-theme="grey"] .plwsLight.disabled:hover,#jaguar [data-theme="grey"] .plwsTransparentLight.disabled:hover,#jaguar [data-theme="white"] .plwsLight.disabled:hover,#jaguar [data-theme="white"] .plwsTransparentLight.disabled:hover,#jaguar .white .plwsLight.disabled:hover,#jaguar .white .plwsTransparentLight.disabled:hover {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar.focusStylesOn .light .plwsLight:focus,#jaguar.focusStylesOn .light .plwsTransparentLight:focus,#jaguar.focusStylesOn .grey .plwsLight:focus,#jaguar.focusStylesOn .grey .plwsTransparentLight:focus,#jaguar.focusStylesOn [data-theme="light"] .plwsLight:focus,#jaguar.focusStylesOn [data-theme="light"] .plwsTransparentLight:focus,#jaguar.focusStylesOn [data-theme="grey"] .plwsLight:focus,#jaguar.focusStylesOn [data-theme="grey"] .plwsTransparentLight:focus,#jaguar.focusStylesOn [data-theme="white"] .plwsLight:focus,#jaguar.focusStylesOn [data-theme="white"] .plwsTransparentLight:focus,#jaguar.focusStylesOn .white .plwsLight:focus,#jaguar.focusStylesOn .white .plwsTransparentLight:focus {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .light .plwsLight.disabled:focus,#jaguar.focusStylesOn .light .plwsTransparentLight.disabled:focus,#jaguar.focusStylesOn .grey .plwsLight.disabled:focus,#jaguar.focusStylesOn .grey .plwsTransparentLight.disabled:focus,#jaguar.focusStylesOn [data-theme="light"] .plwsLight.disabled:focus,#jaguar.focusStylesOn [data-theme="light"] .plwsTransparentLight.disabled:focus,#jaguar.focusStylesOn [data-theme="grey"] .plwsLight.disabled:focus,#jaguar.focusStylesOn [data-theme="grey"] .plwsTransparentLight.disabled:focus,#jaguar.focusStylesOn [data-theme="white"] .plwsLight.disabled:focus,#jaguar.focusStylesOn [data-theme="white"] .plwsTransparentLight.disabled:focus,#jaguar.focusStylesOn .white .plwsLight.disabled:focus,#jaguar.focusStylesOn .white .plwsTransparentLight.disabled:focus {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .grey .primaryLinkWithStyle,#jaguar .grey a.jaguarRacing,#jaguar [data-theme="grey"] .primaryLinkWithStyle,#jaguar [data-theme="grey"] a.jaguarRacing {
	text-decoration: none
}

#jaguar .grey .primaryLinkWithStyle.disabled,#jaguar .grey a.disabled.jaguarRacing,#jaguar [data-theme="grey"] .primaryLinkWithStyle.disabled,#jaguar [data-theme="grey"] a.disabled.jaguarRacing {
	color: rgba(228,228,228,0.6);
	background: rgba(255,255,255,0.6)
}

#jaguar .grey .primaryLinkWithStyle.disabled:hover,#jaguar .grey a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] .primaryLinkWithStyle.disabled:hover,#jaguar [data-theme="grey"] a.disabled.jaguarRacing:hover {
	color: rgba(228,228,228,0.6);
	background: rgba(255,255,255,0.6)
}

#jaguar .dark .primaryLinkWithStyle,#jaguar .dark a.jaguarRacing,#jaguar [data-theme="dark"] .primaryLinkWithStyle,#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] .primaryLinkWithStyle,#jaguar [data-contrast="dark"] [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] .grey a.jaguarRacing,#jaguar .grey [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] .white a.jaguarRacing,#jaguar .white [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] .light a.jaguarRacing,#jaguar .light [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] [data-contrast="dark"] a.jaguarRacing,#jaguar [data-contrast="dark"] .dark a.jaguarRacing,#jaguar .dark [data-contrast="dark"] a.jaguarRacing {
	text-decoration: none;
	background-color: #9e1b32;
	color: #fff;
	border-bottom: 0 none
}

#jaguar .dark .primaryLinkWithStyle:hover,#jaguar .dark a.jaguarRacing:hover,#jaguar .dark .primaryLinkWithStyle:active,#jaguar .dark a.jaguarRacing:active,#jaguar [data-theme="dark"] .primaryLinkWithStyle:hover,#jaguar [data-theme="dark"] a.jaguarRacing:hover,#jaguar [data-theme="dark"] .primaryLinkWithStyle:active,#jaguar [data-theme="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] .primaryLinkWithStyle:hover,#jaguar [data-contrast="dark"] [data-theme="white"] a.jaguarRacing:hover,#jaguar [data-theme="white"] [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="light"] a.jaguarRacing:hover,#jaguar [data-theme="light"] [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="grey"] a.jaguarRacing:hover,#jaguar [data-theme="grey"] [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] .grey a.jaguarRacing:hover,#jaguar .grey [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] .white a.jaguarRacing:hover,#jaguar .white [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] .light a.jaguarRacing:hover,#jaguar .light [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="dark"] a.jaguarRacing:hover,#jaguar [data-theme="dark"] [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] .dark a.jaguarRacing:hover,#jaguar .dark [data-contrast="dark"] a.jaguarRacing:hover,#jaguar [data-contrast="dark"] .primaryLinkWithStyle:active,#jaguar [data-contrast="dark"] [data-theme="white"] a.jaguarRacing:active,#jaguar [data-theme="white"] [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] [data-theme="light"] a.jaguarRacing:active,#jaguar [data-theme="light"] [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] [data-theme="grey"] a.jaguarRacing:active,#jaguar [data-theme="grey"] [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] .grey a.jaguarRacing:active,#jaguar .grey [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] .white a.jaguarRacing:active,#jaguar .white [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] .light a.jaguarRacing:active,#jaguar .light [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] [data-theme="dark"] a.jaguarRacing:active,#jaguar [data-theme="dark"] [data-contrast="dark"] a.jaguarRacing:active,#jaguar [data-contrast="dark"] .dark a.jaguarRacing:active,#jaguar .dark [data-contrast="dark"] a.jaguarRacing:active {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset
}

#jaguar .dark .primaryLinkWithStyle:focus,#jaguar .dark a.jaguarRacing:focus,#jaguar [data-theme="dark"] .primaryLinkWithStyle:focus,#jaguar [data-theme="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] .primaryLinkWithStyle:focus,#jaguar [data-contrast="dark"] [data-theme="white"] a.jaguarRacing:focus,#jaguar [data-theme="white"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] [data-theme="light"] a.jaguarRacing:focus,#jaguar [data-theme="light"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] [data-theme="grey"] a.jaguarRacing:focus,#jaguar [data-theme="grey"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] .grey a.jaguarRacing:focus,#jaguar .grey [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] .white a.jaguarRacing:focus,#jaguar .white [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] .light a.jaguarRacing:focus,#jaguar .light [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] [data-theme="dark"] a.jaguarRacing:focus,#jaguar [data-theme="dark"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar [data-contrast="dark"] .dark a.jaguarRacing:focus,#jaguar .dark [data-contrast="dark"] a.jaguarRacing:focus {
	outline: 0
}

#jaguar .dark .primaryLinkWithStyle.disabled,#jaguar .dark a.disabled.jaguarRacing,#jaguar [data-theme="dark"] .primaryLinkWithStyle.disabled,#jaguar [data-theme="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] .primaryLinkWithStyle.disabled,#jaguar [data-contrast="dark"] [data-theme="white"] a.disabled.jaguarRacing,#jaguar [data-theme="white"] [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="light"] a.disabled.jaguarRacing,#jaguar [data-theme="light"] [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="grey"] a.disabled.jaguarRacing,#jaguar [data-theme="grey"] [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] .grey a.disabled.jaguarRacing,#jaguar .grey [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] .white a.disabled.jaguarRacing,#jaguar .white [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] .light a.disabled.jaguarRacing,#jaguar .light [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] [data-theme="dark"] a.disabled.jaguarRacing,#jaguar [data-theme="dark"] [data-contrast="dark"] a.disabled.jaguarRacing,#jaguar [data-contrast="dark"] .dark a.disabled.jaguarRacing,#jaguar .dark [data-contrast="dark"] a.disabled.jaguarRacing {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .dark .primaryLinkWithStyle.disabled:hover,#jaguar .dark a.disabled.jaguarRacing:hover,#jaguar [data-theme="dark"] .primaryLinkWithStyle.disabled:hover,#jaguar [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] .primaryLinkWithStyle.disabled:hover,#jaguar [data-contrast="dark"] [data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="white"] [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="light"] [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] .grey a.disabled.jaguarRacing:hover,#jaguar .grey [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] .white a.disabled.jaguarRacing:hover,#jaguar .white [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] .light a.disabled.jaguarRacing:hover,#jaguar .light [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="dark"] [data-contrast="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-contrast="dark"] .dark a.disabled.jaguarRacing:hover,#jaguar .dark [data-contrast="dark"] a.disabled.jaguarRacing:hover {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar.focusStylesOn .dark .primaryLinkWithStyle:focus,#jaguar.focusStylesOn .dark a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] .primaryLinkWithStyle:focus,#jaguar.focusStylesOn [data-theme="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .primaryLinkWithStyle:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="white"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="white"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="light"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="grey"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .grey a.jaguarRacing:focus,#jaguar.focusStylesOn .grey [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .white a.jaguarRacing:focus,#jaguar.focusStylesOn .white [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .light a.jaguarRacing:focus,#jaguar.focusStylesOn .light [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] [data-contrast="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .dark a.jaguarRacing:focus,#jaguar.focusStylesOn .dark [data-contrast="dark"] a.jaguarRacing:focus {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .dark .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn .dark a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn [data-theme="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="white"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="white"] [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="light"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="grey"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .grey a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .grey [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .white a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .white [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .light a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .light [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] [data-theme="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] [data-contrast="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-contrast="dark"] .dark a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .dark [data-contrast="dark"] a.disabled.jaguarRacing:focus {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .dark .plwsExtreme,#jaguar [data-theme="dark"] .plwsExtreme,#jaguar [data-contrast="dark"] .plwsExtreme {
	background-color: #f2681d;
	color: #fff
}

#jaguar .dark .plwsExtreme:hover,#jaguar [data-theme="dark"] .plwsExtreme:hover,#jaguar [data-contrast="dark"] .plwsExtreme:hover {
	background-color: #fff;
	color: #f2681d
}

#jaguar .dark .plwsExtreme:focus,#jaguar [data-theme="dark"] .plwsExtreme:focus,#jaguar [data-contrast="dark"] .plwsExtreme:focus {
	outline: 0
}

#jaguar .dark .plwsExtreme.disabled:hover,#jaguar [data-theme="dark"] .plwsExtreme.disabled:hover,#jaguar [data-contrast="dark"] .plwsExtreme.disabled:hover {
	background-color: #f2681d;
	color: #fff
}

#jaguar.focusStylesOn .dark .plwsExtreme:focus,#jaguar.focusStylesOn [data-theme="dark"] .plwsExtreme:focus,#jaguar.focusStylesOn [data-contrast="dark"] .plwsExtreme:focus {
	background-color: #fff;
	color: #f2681d;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .dark .plwsExtreme.disabled:focus,#jaguar.focusStylesOn [data-theme="dark"] .plwsExtreme.disabled:focus,#jaguar.focusStylesOn [data-contrast="dark"] .plwsExtreme.disabled:focus {
	background-color: #f2681d;
	color: #fff
}

.primaryLinkWithStyle[class^="icon-"],#jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing,#jaguar .grey a[class^="icon-"].jaguarRacing,#jaguar .white a[class^="icon-"].jaguarRacing,#jaguar .light a[class^="icon-"].jaguarRacing,#jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing,#jaguar .dark a[class^="icon-"].jaguarRacing,.primaryLinkWithStyle[class*=" icon-"],#jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing,#jaguar .grey a[class*=" icon-"].jaguarRacing,#jaguar .white a[class*=" icon-"].jaguarRacing,#jaguar .light a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing,#jaguar .dark a[class*=" icon-"].jaguarRacing {
	padding-left: 49px;
	position: relative
}

.primaryLinkWithStyle[class^="icon-"]:before,#jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing:before,#jaguar .grey a[class^="icon-"].jaguarRacing:before,#jaguar .white a[class^="icon-"].jaguarRacing:before,#jaguar .light a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing:before,#jaguar .dark a[class^="icon-"].jaguarRacing:before,.primaryLinkWithStyle[class*=" icon-"]:before,#jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing:before,#jaguar .grey a[class*=" icon-"].jaguarRacing:before,#jaguar .white a[class*=" icon-"].jaguarRacing:before,#jaguar .light a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing:before,#jaguar .dark a[class*=" icon-"].jaguarRacing:before {
	font-size: 20px;
	position: absolute;
	top: 23px;
	left: 15px;
	line-height: 0
}

.primaryLinkWithStyle.icon-ignite-brochure:before,#jaguar [data-theme="white"] a.icon-ignite-brochure.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-ignite-brochure.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-ignite-brochure.jaguarRacing:before,#jaguar .grey a.icon-ignite-brochure.jaguarRacing:before,#jaguar .white a.icon-ignite-brochure.jaguarRacing:before,#jaguar .light a.icon-ignite-brochure.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-ignite-brochure.jaguarRacing:before,#jaguar .dark a.icon-ignite-brochure.jaguarRacing:before {
	font-size: 18px
}

.primaryLinkWithStyle.icon-share:before,#jaguar [data-theme="white"] a.icon-share.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-share.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-share.jaguarRacing:before,#jaguar .grey a.icon-share.jaguarRacing:before,#jaguar .white a.icon-share.jaguarRacing:before,#jaguar .light a.icon-share.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-share.jaguarRacing:before,#jaguar .dark a.icon-share.jaguarRacing:before {
	font-size: 18px;
	top: 22px
}

.primaryLinkWithStyle.icon-finance-calculator:before,#jaguar [data-theme="white"] a.icon-finance-calculator.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-finance-calculator.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-finance-calculator.jaguarRacing:before,#jaguar .grey a.icon-finance-calculator.jaguarRacing:before,#jaguar .white a.icon-finance-calculator.jaguarRacing:before,#jaguar .light a.icon-finance-calculator.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-finance-calculator.jaguarRacing:before,#jaguar .dark a.icon-finance-calculator.jaguarRacing:before {
	font-size: 18px;
	top: 22px
}

.primaryLinkWithStyle.icon-offers:before,#jaguar [data-theme="white"] a.icon-offers.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-offers.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-offers.jaguarRacing:before,#jaguar .grey a.icon-offers.jaguarRacing:before,#jaguar .white a.icon-offers.jaguarRacing:before,#jaguar .light a.icon-offers.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-offers.jaguarRacing:before,#jaguar .dark a.icon-offers.jaguarRacing:before {
	font-size: 15px
}

.primaryLinkWithStyle.icon-request-quote:before,#jaguar [data-theme="white"] a.icon-request-quote.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-request-quote.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-request-quote.jaguarRacing:before,#jaguar .grey a.icon-request-quote.jaguarRacing:before,#jaguar .white a.icon-request-quote.jaguarRacing:before,#jaguar .light a.icon-request-quote.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-request-quote.jaguarRacing:before,#jaguar .dark a.icon-request-quote.jaguarRacing:before {
	font-size: 17px;
	top: 22px
}

.primaryLinkWithStyle.icon-ignite-inform:before,#jaguar [data-theme="white"] a.icon-ignite-inform.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-ignite-inform.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-ignite-inform.jaguarRacing:before,#jaguar .grey a.icon-ignite-inform.jaguarRacing:before,#jaguar .white a.icon-ignite-inform.jaguarRacing:before,#jaguar .light a.icon-ignite-inform.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-ignite-inform.jaguarRacing:before,#jaguar .dark a.icon-ignite-inform.jaguarRacing:before {
	font-size: 18px;
	top: 24px
}

.primaryLinkWithStyle.icon-inventory:before,#jaguar [data-theme="white"] a.icon-inventory.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-inventory.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-inventory.jaguarRacing:before,#jaguar .grey a.icon-inventory.jaguarRacing:before,#jaguar .white a.icon-inventory.jaguarRacing:before,#jaguar .light a.icon-inventory.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-inventory.jaguarRacing:before,#jaguar .dark a.icon-inventory.jaguarRacing:before {
	font-size: 18px;
	top: 21px
}

.primaryLinkWithStyle.icon-driveoffroad:before,#jaguar [data-theme="white"] a.icon-driveoffroad.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-driveoffroad.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-driveoffroad.jaguarRacing:before,#jaguar .grey a.icon-driveoffroad.jaguarRacing:before,#jaguar .white a.icon-driveoffroad.jaguarRacing:before,#jaguar .light a.icon-driveoffroad.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-driveoffroad.jaguarRacing:before,#jaguar .dark a.icon-driveoffroad.jaguarRacing:before {
	top: 22px
}

.primaryLinkWithStyle.icon-new-star:before,#jaguar [data-theme="white"] a.icon-new-star.jaguarRacing:before,#jaguar [data-theme="light"] a.icon-new-star.jaguarRacing:before,#jaguar [data-theme="grey"] a.icon-new-star.jaguarRacing:before,#jaguar .grey a.icon-new-star.jaguarRacing:before,#jaguar .white a.icon-new-star.jaguarRacing:before,#jaguar .light a.icon-new-star.jaguarRacing:before,#jaguar [data-theme="dark"] a.icon-new-star.jaguarRacing:before,#jaguar .dark a.icon-new-star.jaguarRacing:before {
	font-size: 17px;
	top: 21px
}

.secondaryLinkWithStyle {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
	overflow: hidden;
	*zoom: 1;
	-webkit-transition: color .4s,text-shadow .4s;
	-moz-transition: color .4s,text-shadow .4s;
	-o-transition: color .4s,text-shadow .4s;
	transition: color .4s,text-shadow .4s;
	margin-bottom: 20px;
	text-decoration: none;
	overflow: visible
}

.secondaryLinkWithStyle span {
	display: inline;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom .4s;
	-moz-transition: border-bottom .4s;
	-o-transition: border-bottom .4s;
	transition: border-bottom .4s
}

.secondaryLinkWithStyle span:before {
	content: '';
	display: block
}

.secondaryLinkWithStyle:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	position: absolute;
	top: -1px;
	left: -4px
}

.secondaryLinkWithStyle:last-child {
	margin-bottom: 0
}

.primaryLinkContainer+.secondaryLinkWithStyle,.primaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle {
	margin-top: 28px
}

#jaguar .secondaryLinkWithStyle {
	color: #000
}

#jaguar .secondaryLinkWithStyle:before {
	color: #9e1b32
}

#jaguar .secondaryLinkWithStyle:hover,#jaguar .secondaryLinkWithStyle:active {
	color: #9e1b32
}

#jaguar .secondaryLinkWithStyle:hover span,#jaguar .secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #9e1b32
}

#jaguar .secondaryLinkWithStyle:focus {
	outline: 0
}

#jaguar .secondaryLinkWithStyle.disabled {
	color: #e4e4e4
}

#jaguar .secondaryLinkWithStyle.disabled:before {
	color: #e4e4e4
}

#jaguar .secondaryLinkWithStyle.disabled:hover {
	color: #e4e4e4
}

#jaguar.focusStylesOn .secondaryLinkWithStyle:focus {
	color: #9e1b32;
	text-shadow: none;
	box-shadow: 0 0 0 1px #fff,0 0 2px 3px #4a90e2
}

#jaguar .dark .secondaryLinkWithStyle,#jaguar [data-theme="dark"] .secondaryLinkWithStyle {
	color: #fff
}

#jaguar .dark .secondaryLinkWithStyle:before,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:before {
	color: #fff
}

#jaguar .dark .secondaryLinkWithStyle:hover,#jaguar .dark .secondaryLinkWithStyle:active,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:hover,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:active {
	color: #8d8d8d
}

#jaguar .dark .secondaryLinkWithStyle:hover span,#jaguar .dark .secondaryLinkWithStyle:active span,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:hover span,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #8d8d8d
}

#jaguar .dark .secondaryLinkWithStyle:hover:before,#jaguar .dark .secondaryLinkWithStyle:active:before,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:hover:before,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:active:before {
	color: #8d8d8d
}

#jaguar .dark .secondaryLinkWithStyle:focus,#jaguar [data-theme="dark"] .secondaryLinkWithStyle:focus {
	color: #8d8d8d;
	outline: 0
}

#jaguar .dark .secondaryLinkWithStyle.disabled,#jaguar [data-theme="dark"] .secondaryLinkWithStyle.disabled {
	color: rgba(228,228,228,0.3)
}

#jaguar .dark .secondaryLinkWithStyle.disabled:before,#jaguar [data-theme="dark"] .secondaryLinkWithStyle.disabled:before {
	color: rgba(228,228,228,0.3)
}

#jaguar .dark .secondaryLinkWithStyle.disabled:hover,#jaguar [data-theme="dark"] .secondaryLinkWithStyle.disabled:hover {
	color: rgba(228,228,228,0.3)
}

#jaguar.focusStylesOn .dark .secondaryLinkWithStyle:focus,#jaguar.focusStylesOn [data-theme="dark"] .secondaryLinkWithStyle:focus {
	color: #8d8d8d;
	text-shadow: none;
	box-shadow: 0 0 2px 3px #4a90e2
}

#jaguar.focusStylesOn .dark .secondaryLinkWithStyle:focus:before,#jaguar.focusStylesOn [data-theme="dark"] .secondaryLinkWithStyle:focus:before {
	color: #8d8d8d
}

.grey .secondaryLinkWithStyle,[data-theme="grey"] .secondaryLinkWithStyle {
	text-decoration: none
}

#jaguar .grey .secondaryLinkWithStyle.disabled,#jaguar [data-theme="grey"] .secondaryLinkWithStyle.disabled {
	color: rgba(255,255,255,0.7)
}

#jaguar .grey .secondaryLinkWithStyle.disabled:hover,#jaguar [data-theme="grey"] .secondaryLinkWithStyle.disabled:hover {
	color: rgba(255,255,255,0.7);
	border-bottom: 0 none
}

.strokeCTA {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 45px;
	line-height: 1.17;
	margin-top: 30px;
	padding: 1px 24px 0 24px;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	letter-spacing: .12rem;
	cursor: pointer;
	border: 0;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: color .4s,background-color .4s,box-shadow .4s;
	-moz-transition: color .4s,background-color .4s,box-shadow .4s;
	-o-transition: color .4s,background-color .4s,box-shadow .4s;
	transition: color .4s,background-color .4s,box-shadow .4s;
	overflow: hidden;
	*zoom: 1;
	background-color: transparent;
	color: #9e1b32;
	border: 1px solid #8d8d8d;
	box-sizing: border-box
}

.strokeCTA.disabled {
	cursor: default
}

.strokeCTA.disabled:hover,.strokeCTA.disabled:active {
	box-shadow: none !important
}

.strokeCTA:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.strokeCTA.disabled {
	background-color: transparent;
	color: rgba(68,68,68,0.5);
	border-color: rgba(216,216,216,0.7)
}

.primaryLinkWithStyle,#jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="grey"] a.jaguarRacing,#jaguar .grey a.jaguarRacing,#jaguar .white a.jaguarRacing,#jaguar .light a.jaguarRacing,#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar .dark a.jaguarRacing {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	line-height: 1.17;
	margin-top: 30px;
	padding: 1px 19px 0 20px;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	letter-spacing: .12rem;
	cursor: pointer;
	border: 0;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: color .4s,background-color .4s,box-shadow .4s;
	-moz-transition: color .4s,background-color .4s,box-shadow .4s;
	-o-transition: color .4s,background-color .4s,box-shadow .4s;
	transition: color .4s,background-color .4s,box-shadow .4s;
	overflow: hidden;
	*zoom: 1
}

.primaryLinkWithStyle.disabled,#jaguar [data-theme="white"] a.disabled.jaguarRacing,#jaguar [data-theme="light"] a.disabled.jaguarRacing,#jaguar [data-theme="grey"] a.disabled.jaguarRacing,#jaguar .grey a.disabled.jaguarRacing,#jaguar .white a.disabled.jaguarRacing,#jaguar .light a.disabled.jaguarRacing,#jaguar [data-theme="dark"] a.disabled.jaguarRacing,#jaguar .dark a.disabled.jaguarRacing {
	cursor: default
}

.primaryLinkWithStyle.disabled:hover,#jaguar [data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar .grey a.disabled.jaguarRacing:hover,#jaguar .white a.disabled.jaguarRacing:hover,#jaguar .light a.disabled.jaguarRacing:hover,#jaguar [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar .dark a.disabled.jaguarRacing:hover,.primaryLinkWithStyle.disabled:active,#jaguar [data-theme="white"] a.disabled.jaguarRacing:active,#jaguar [data-theme="light"] a.disabled.jaguarRacing:active,#jaguar [data-theme="grey"] a.disabled.jaguarRacing:active,#jaguar .grey a.disabled.jaguarRacing:active,#jaguar .white a.disabled.jaguarRacing:active,#jaguar .light a.disabled.jaguarRacing:active,#jaguar [data-theme="dark"] a.disabled.jaguarRacing:active,#jaguar .dark a.disabled.jaguarRacing:active {
	box-shadow: none !important
}

.primaryLinkWithStyle[class^="icon-"],#jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing,#jaguar .grey a[class^="icon-"].jaguarRacing,#jaguar .white a[class^="icon-"].jaguarRacing,#jaguar .light a[class^="icon-"].jaguarRacing,#jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing,#jaguar .dark a[class^="icon-"].jaguarRacing,.primaryLinkWithStyle[class*=" icon-"],#jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing,#jaguar .grey a[class*=" icon-"].jaguarRacing,#jaguar .white a[class*=" icon-"].jaguarRacing,#jaguar .light a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing,#jaguar .dark a[class*=" icon-"].jaguarRacing {
	padding-left: 50px;
	text-align: left
}

.primaryLinkWithStyle[class^="icon-"]:before,#jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing:before,#jaguar .grey a[class^="icon-"].jaguarRacing:before,#jaguar .white a[class^="icon-"].jaguarRacing:before,#jaguar .light a[class^="icon-"].jaguarRacing:before,#jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing:before,#jaguar .dark a[class^="icon-"].jaguarRacing:before,.primaryLinkWithStyle[class*=" icon-"]:before,#jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing:before,#jaguar .grey a[class*=" icon-"].jaguarRacing:before,#jaguar .white a[class*=" icon-"].jaguarRacing:before,#jaguar .light a[class*=" icon-"].jaguarRacing:before,#jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing:before,#jaguar .dark a[class*=" icon-"].jaguarRacing:before {
	font-size: 18px;
	left: 17px;
	top: 22px
}

.ie .primaryLinkWithStyle[class^="icon-"],.ie #jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie a[class^="icon-"].jaguarRacing,.ie #jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie a[class^="icon-"].jaguarRacing,.ie #jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie a[class^="icon-"].jaguarRacing,.ie #jaguar .grey a[class^="icon-"].jaguarRacing,#jaguar .grey .ie a[class^="icon-"].jaguarRacing,.ie #jaguar .white a[class^="icon-"].jaguarRacing,#jaguar .white .ie a[class^="icon-"].jaguarRacing,.ie #jaguar .light a[class^="icon-"].jaguarRacing,#jaguar .light .ie a[class^="icon-"].jaguarRacing,.ie #jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie a[class^="icon-"].jaguarRacing,.ie #jaguar .dark a[class^="icon-"].jaguarRacing,#jaguar .dark .ie a[class^="icon-"].jaguarRacing,.ie .primaryLinkWithStyle[class*=" icon-"],.ie #jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar .grey a[class*=" icon-"].jaguarRacing,#jaguar .grey .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar .white a[class*=" icon-"].jaguarRacing,#jaguar .white .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar .light a[class*=" icon-"].jaguarRacing,#jaguar .light .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie a[class*=" icon-"].jaguarRacing,.ie #jaguar .dark a[class*=" icon-"].jaguarRacing,#jaguar .dark .ie a[class*=" icon-"].jaguarRacing {
	height: 44px
}

.primaryLinkContainer .primaryLinkWithStyle,.primaryLinkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar .white a.jaguarRacing,#jaguar .white .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar .light a.jaguarRacing,#jaguar .light .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .primaryLinkContainer a.jaguarRacing,.primaryLinkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .primaryLinkContainer a.jaguarRacing,.secondaryLinkContainer .primaryLinkWithStyle,.secondaryLinkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar .white a.jaguarRacing,#jaguar .white .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar .light a.jaguarRacing,#jaguar .light .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .secondaryLinkContainer a.jaguarRacing,.secondaryLinkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .secondaryLinkContainer a.jaguarRacing {
	overflow: visible;
	line-height: 1.4rem;
	padding-top: 13px;
	padding-bottom: 11px;
	min-height: 44px;
	height: auto
}

.ie .primaryLinkContainer .primaryLinkWithStyle[class^="icon-"],.ie .primaryLinkContainer #jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .grey a[class^="icon-"].jaguarRacing,#jaguar .grey .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .white a[class^="icon-"].jaguarRacing,#jaguar .white .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .light a[class^="icon-"].jaguarRacing,#jaguar .light .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .dark a[class^="icon-"].jaguarRacing,#jaguar .dark .ie .primaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .primaryLinkContainer .primaryLinkWithStyle[class*=" icon-"],.ie .primaryLinkContainer #jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .grey a[class*=" icon-"].jaguarRacing,#jaguar .grey .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .white a[class*=" icon-"].jaguarRacing,#jaguar .white .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .light a[class*=" icon-"].jaguarRacing,#jaguar .light .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .primaryLinkContainer #jaguar .dark a[class*=" icon-"].jaguarRacing,#jaguar .dark .ie .primaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer .primaryLinkWithStyle[class^="icon-"],.ie .secondaryLinkContainer #jaguar [data-theme="white"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="light"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="grey"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .grey a[class^="icon-"].jaguarRacing,#jaguar .grey .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .white a[class^="icon-"].jaguarRacing,#jaguar .white .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .light a[class^="icon-"].jaguarRacing,#jaguar .light .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="dark"] a[class^="icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .dark a[class^="icon-"].jaguarRacing,#jaguar .dark .ie .secondaryLinkContainer a[class^="icon-"].jaguarRacing,.ie .secondaryLinkContainer .primaryLinkWithStyle[class*=" icon-"],.ie .secondaryLinkContainer #jaguar [data-theme="white"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="white"] .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="light"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="light"] .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="grey"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="grey"] .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .grey a[class*=" icon-"].jaguarRacing,#jaguar .grey .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .white a[class*=" icon-"].jaguarRacing,#jaguar .white .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .light a[class*=" icon-"].jaguarRacing,#jaguar .light .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar [data-theme="dark"] a[class*=" icon-"].jaguarRacing,#jaguar [data-theme="dark"] .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing,.ie .secondaryLinkContainer #jaguar .dark a[class*=" icon-"].jaguarRacing,#jaguar .dark .ie .secondaryLinkContainer a[class*=" icon-"].jaguarRacing {
	height: 44px
}

html[lang="ar-XM"] #jaguar .primaryLinkWithStyle,html[lang="ar-XM"] #jaguar [data-theme="white"] a.jaguarRacing,html[lang="ar-XM"] #jaguar [data-theme="light"] a.jaguarRacing,html[lang="ar-XM"] #jaguar [data-theme="grey"] a.jaguarRacing,html[lang="ar-XM"] #jaguar .grey a.jaguarRacing,html[lang="ar-XM"] #jaguar .white a.jaguarRacing,html[lang="ar-XM"] #jaguar .light a.jaguarRacing,html[lang="ar-XM"] #jaguar [data-theme="dark"] a.jaguarRacing,html[lang="ar-XM"] #jaguar .dark a.jaguarRacing {
	font-size: 1.4rem
}

.secondaryLinkWithStyle {
	line-height: 1.3
}

.secondaryLinkWithStyle:before {
	top: 2px
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 11;
	max-width: 2000px;
	margin: 0 auto
}

.overlay.transparent {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.mediaOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer
}

.mediaOverlay .mediaOverlayBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 110%;
	background-color: transparent;
	transition: background-color 0.4s
}

.lt-ie9 .mediaOverlay .mediaOverlayBg {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	background-color: #000
}

.mediaOverlay.mediaOverlayOpaque .mediaOverlayBg {
	background-color: rgba(0,0,0,0.1)
}

.lt-ie9 .mediaOverlay.mediaOverlayOpaque {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: .1
}

.mediaOverlay .mediaOverlayIcon {
	position: absolute
}

.mediaOverlay .mediaOverlayIcon:before {
	font-family: "icons";
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2)
}

.mediaOverlay.mediaOverlayImage .mediaOverlayIcon {
	right: 15px;
	bottom: 13px
}

.mediaOverlay.mediaOverlayImage .mediaOverlayIcon:before {
	font-size: 22px
}

.mediaOverlay.mediaOverlayVideo .mediaOverlayIcon {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	font-size: 0
}

.mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:before,.mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:after {
	display: inline-block;
	vertical-align: middle
}

.mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:after {
	content: '';
	height: 100%;
	width: 0
}

.coverImgBtn:focus+.mediaOverlay .mediaOverlayBg,.mediaOverlay:hover .mediaOverlayBg,a:hover .mediaOverlay .mediaOverlayBg {
	background-color: rgba(0,0,0,0.3)
}

.lt-ie9 .coverImgBtn:focus+.mediaOverlay .mediaOverlayBg,.lt-ie9 .mediaOverlay:hover .mediaOverlayBg,.lt-ie9 a:hover .mediaOverlay .mediaOverlayBg {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: .3;
	background-color: #000
}

.Gallery .rsThumbs .mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:before {
	font-size: 30px
}

.VideoPlayer .mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:before,.YouTubePlayer .mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:before {
	font-size: 68px
}

.SocialFeed .mediaOverlay.mediaOverlayImage .mediaOverlayIcon,.Gallery .mediaOverlay.mediaOverlayImage .mediaOverlayIcon,.VehicleSelectorWrapper .mediaOverlay.mediaOverlayImage .mediaOverlayIcon {
	display: none
}

.Gallery .rsNavSelected .mediaOverlayBg,.Gallery .rsNavSelected .mediaOverlayIcon {
	display: none
}

.rtl .mediaOverlay.mediaOverlayImage .mediaOverlayIcon {
	right: auto;
	left: 15px
}

.mediaOverlay.mediaOverlayVideo .mediaOverlayIcon:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	text-align: center;
	font-size: 68px;
	width: 100%;
	margin: 0
}

.Fullscreen .fullscreenHeader .info h4 {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #9e1b32
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0;
	font-weight: 400
}

.Fullscreen .fullscreenHeader .info h4 {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #9e1b32
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0;
	font-weight: 400
}

.Fullscreen .fullscreenHeader .info h4 {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #9e1b32
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0;
	font-weight: 400
}

body {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.28571428571429;
	-webkit-text-size-adjust: none;
	color: #4a4f54
}

strong,b {
	font-weight: 700
}

em,i {
	font-style: italic
}

small {
	font-size: 0.78571428571429em
}

small small {
	font-size: 1em
}

sub {
	font-size: 0.78571428571429em
}

sub sub {
	font-size: 1em
}

sup {
	vertical-align: top;
	line-height: 1;
	font-size: 0.6em
}

sup sup {
	font-size: 1em
}

sub {
	vertical-align: sub
}

a {
	color: #010101;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.7em;
	line-height: 1;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: 700;
	color: #0c121c
}

dl dt,dl dd {
	text-align: left
}

dl dd {
	padding-bottom: 16px
}

dl dd:last-child {
	padding-bottom: 0
}

dl dt {
	padding: 16px 0
}

.fontSmooth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.smallPrint,.smallPrint p,body .richText p.smallPrint {
	font-size: 12px;
	color: #4a4f54;
	line-height: 1.4
}

#jaguar .caveat {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: normal
}

#jaguar .caveat a {
	text-decoration: none;
	border-bottom: 1px solid
}

#jaguar .light .caveat,#jaguar .grey .caveat {
	color: #4a4f54
}

#jaguar .light .caveat a,#jaguar .grey .caveat a {
	border-bottom-color: rgba(74,79,84,0.25) !important
}

#jaguar .dark .caveat {
	color: #e4e8e8
}

#jaguar .dark .caveat a {
	border-bottom-color: rgba(228,232,232,0.25) !important
}

body {
	letter-spacing: 0
}

.fontH1Slug {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.23;
	letter-spacing: .22rem;
	font-weight: 500
}

.fontH1,.fontH1Carousel {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: .01rem;
	font-weight: 700
}

@media screen and (min-width: 740px) and (max-width: 899px) {
	.fontH1,.fontH1Carousel {
		font-size: 2rem;
		line-height: 1.05;
		letter-spacing: 0
	}
}

@media screen and (min-width: 901px) {
	.fontH1,.fontH1Carousel {
		font-size: 2.7rem;
		line-height: 1.03;
		letter-spacing: 0
	}
}

.fontH1Copy,.fontH1CarouselSub {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.4rem;
	line-height: 1.39;
	letter-spacing: .093rem;
	font-weight: 500
}

@media screen and (min-width: 740px) and (max-width: 959px) {
	.fontH1Copy,.fontH1CarouselSub {
		font-size: 1.3rem;
		line-height: 1.35;
		letter-spacing: 0.053rem;
		font-weight: 500
	}
}

.fontH2 {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: .351rem;
	font-weight: 500
}

@media screen and (min-width: 740px) and (max-width: 899px) {
	.fontH2 {
		letter-spacing: 0.351rem
	}
}

@media screen and (min-width: 901px) {
	.fontH2 {
		font-size: 2.4rem;
		line-height: 1;
		letter-spacing: 0.52rem
	}
}

.fontH3 {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.7rem;
	line-height: 1.24;
	letter-spacing: .255rem;
	font-weight: 500
}

@media screen and (min-width: 740px) and (max-width: 899px) {
	.fontH3 {
		line-height: 1.24;
		letter-spacing: 0.24rem
	}
}

@media screen and (min-width: 901px) {
	.fontH3 {
		font-size: 1.8rem;
		line-height: 1.22;
		letter-spacing: 0.3rem
	}
}

.fontH3Brand {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #9e1b32
}

.fontH4 {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.4rem;
	line-height: 1.8rem;
	letter-spacing: .14rem;
	font-weight: 600
}

@media screen and (min-width: 741px) {
	.fontH4 {
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0.15rem
	}
}

.fontH5 {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.4rem;
	line-height: .86;
	letter-spacing: .07rem;
	font-weight: 600
}

.fontBodyCopyLarge {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 400
}

@media screen and (min-width: 741px) {
	.fontBodyCopyLarge {
		font-size: 1.6rem;
		line-height: 1.5
	}
}

.fontBodyCopy {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0;
	font-weight: 400
}

.caveatCopy {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: normal
}

.caveatCopy a {
	text-decoration: none;
	border-bottom: 1px solid
}

.fontBodyCopyBullets {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: .85;
	letter-spacing: 0;
	font-weight: 400
}

.fontFromPriceCarousel,.fontEmissionsHeader {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.05rem;
	line-height: 1.43;
	letter-spacing: .2rem;
	font-weight: 600
}

.fontFromPriceModel {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: .102rem;
	font-weight: 400
}

.fontCost {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 2.6rem;
	line-height: .92;
	letter-spacing: .012rem;
	font-weight: 400
}

@media screen and (min-width: 741px) {
	.fontCost {
		font-weight: 300
	}
}

@media screen and (min-width: 901px) {
	.fontCost {
		font-size: 3.7rem;
		line-height: 1.19;
		letter-spacing: 0.017rem
	}
}

@media screen and (min-width: 961px) {
	.fontEmissionsHeader {
		letter-spacing: 0.14rem;
		font-weight: 600
	}
}

.fontEmissionsDetails {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: .15rem;
	font-weight: 400
}

@media screen and (min-width: 961px) {
	.fontEmissionsDetails {
		font-size: 1.2rem;
		letter-spacing: 0.12rem
	}
}

.fontButtonFont {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.2rem;
	line-height: 1.17;
	letter-spacing: .12rem;
	font-weight: 500
}

.fontTextLink {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .08rem;
	font-weight: 400;
	color: #9e1b32
}

.fontTabsFullWidth {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: .16rem;
	font-weight: 500
}

@media screen and (min-width: 961px) {
	.fontTabsFullWidth {
		font-size: 1.3rem;
		line-height: 1.54;
		letter-spacing: 0.17rem
	}
}

.fontAccordionHeader {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400
}

.fontQuote {
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: .021rem;
	font-weight: 700
}

@media screen and (min-width: 740px) and (max-width: 959px) {
	.fontQuote {
		font-size: 1.7rem;
		line-height: 1.47;
		letter-spacing: 0.01rem
	}
}

@media screen and (min-width: 961px) {
	.fontQuote {
		font-size: 1.9rem;
		line-height: 1.42
	}
}

.fontQuoteName {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .15rem;
	font-weight: 600
}

.fontQuoteDate {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.1rem;
	line-height: 1.09;
	letter-spacing: .15rem;
	font-weight: 400
}

@media screen and (min-width: 961px) {
	.fontQuoteDate {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.12rem
	}
}

.fontTableHeader {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: .05rem;
	font-weight: 400
}

@media screen and (min-width: 740px) and (max-width: 959px) {
	.fontTableHeader {
		font-size: 1.2rem;
		line-height: 1.67;
		letter-spacing: 0.05rem
	}
}

@media screen and (min-width: 961px) {
	.fontTableHeader {
		font-size: 1.3rem;
		line-height: 1.07;
		letter-spacing: 0.065rem
	}
}

.fontTableCopy {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400
}

@media screen and (min-width: 740px) and (max-width: 959px) {
	.fontTableCopy {
		font-size: 1.2rem;
		line-height: 1.58
	}
}

@media screen and (min-width: 961px) {
	.fontTableCopy {
		font-size: 1.3rem;
		line-height: 1.46
	}
}

.fontSectionHeader {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.7rem;
	line-height: 1.24;
	letter-spacing: .25rem;
	font-weight: 400
}

@media screen and (min-width: 741px) {
	.fontSectionHeader {
		font-size: 1.8rem;
		line-height: 1.22;
		letter-spacing: 0.3rem
	}
}

.dark {
	background-color: #141414;
	color: #f9f9f9
}

#jaguar .dark h1,#jaguar .dark h2,#jaguar .dark h3,#jaguar .dark h4,#jaguar .dark h5 {
	color: #fff
}[data-theme="dark"] {
	 background-color: #141414;
	 color: #f9f9f9
 }[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,[data-theme="dark"] h4,[data-theme="dark"] h5 {
	  color: #fff
  }

.grey {
	background-color: #f0f0f0;
	color: #444
}

#jaguar .grey h1,#jaguar .grey h2,#jaguar .grey h3,#jaguar .grey h4,#jaguar .grey h5 {
	color: #000
}

#jaguar .grey h1.fontH3Brand,#jaguar .grey h2.fontH3Brand,#jaguar .grey h3.fontH3Brand,#jaguar .grey h4.fontH3Brand,#jaguar .grey h5.fontH3Brand {
	color: #9e1b32
}[data-theme="grey"] {
	 background-color: #f0f0f0;
	 color: #444
 }[data-theme="grey"] h1,[data-theme="grey"] h2,[data-theme="grey"] h3,[data-theme="grey"] h4,[data-theme="grey"] h5 {
	  color: #000
  }

.light,.white,.no-js .lightWhenNoJS {
	background-color: #fff;
	color: #444
}

#jaguar .light h1,#jaguar .light h2,#jaguar .light h3,#jaguar .light h4,#jaguar .light h5,#jaguar .white h1,#jaguar .white h2,#jaguar .white h3,#jaguar .white h4,#jaguar .white h5,#jaguar .no-js .lightWhenNoJS h1,#jaguar .no-js .lightWhenNoJS h2,#jaguar .no-js .lightWhenNoJS h3,#jaguar .no-js .lightWhenNoJS h4,#jaguar .no-js .lightWhenNoJS h5 {
	color: #000
}

#jaguar .light h1.fontH3Brand,#jaguar .light h2.fontH3Brand,#jaguar .light h3.fontH3Brand,#jaguar .light h4.fontH3Brand,#jaguar .light h5.fontH3Brand,#jaguar .white h1.fontH3Brand,#jaguar .white h2.fontH3Brand,#jaguar .white h3.fontH3Brand,#jaguar .white h4.fontH3Brand,#jaguar .white h5.fontH3Brand,#jaguar .no-js .lightWhenNoJS h1.fontH3Brand,#jaguar .no-js .lightWhenNoJS h2.fontH3Brand,#jaguar .no-js .lightWhenNoJS h3.fontH3Brand,#jaguar .no-js .lightWhenNoJS h4.fontH3Brand,#jaguar .no-js .lightWhenNoJS h5.fontH3Brand {
	color: #9e1b32
}[data-theme="light"] {
	 background-color: #fff;
	 color: #444
 }[data-theme="white"] {
	  background-color: #fff;
	  color: #000
  }

#landrover .darkText {
	color: #4a4f54
}

.button,button {
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

.button:hover,button:hover {
	color: #333;
	background-image: none;
	background-color: #fff
}

.inlined {
	position: relative;
	z-index: 2;
	opacity: 0.75;
	-webkit-transition: opacity 0.15s linear
}

.inlinedInputText {
	position: relative;
	z-index: 1
}

label.has-text {
	display: none !important
}

input[type=text],input[type=submit],textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0
}

input[type=text] {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	border: none;
	font-size: 16px;
	padding: 12px 0px 12px 15px;
	height: 45px;
	width: 100%;
	color: #4a4f54
}

input[type=checkbox] {
	background: #fff
}

.infoCardLayout {
	background-color: #e4e8e8;
	padding-bottom: 40px
}

.infoCardLayout .list {
	overflow: hidden;
	margin: 0 -20px
}

.infoCardLayout .list>li {
	vertical-align: top;
	display: inline-block;
	width: 33.333%
}

@media screen and (min-width: 1px) and (max-width: 1300px) {
	.infoCardLayout .list>li {
		width: 50%
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.infoCardLayout {
		padding-bottom: 0
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.infoCardLayout {
		padding-bottom: 30px
	}

	.infoCardLayout .list {
		margin: 0
	}

	.infoCardLayout .list>li {
		width: 100%
	}
}

.infoCardLayout.dark {
	background-color: #4a4f54
}

.infoCardLayout.dark .infoCard .heading {
	color: #0c121c
}

.infoCardLayout.dark .infoCard a,.infoCardLayout.dark .infoCard .countryName {
	color: #4a4f54
}

.infoCardLayout.dark .infoCard .email a {
	border-bottom: 1px solid rgba(74,79,84,0.25) !important
}

#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle,#jaguar .infoCardLayout.dark .infoCard a.jaguarRacing {
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none
}

#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle:hover,#jaguar .infoCardLayout.dark .infoCard a.jaguarRacing:hover,#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle:active,#jaguar .infoCardLayout.dark .infoCard a.jaguarRacing:active {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset
}

#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle:focus,#jaguar .infoCardLayout.dark .infoCard a.jaguarRacing:focus {
	outline: 0
}

#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle.disabled,#jaguar .infoCardLayout.dark .infoCard a.disabled.jaguarRacing {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .infoCardLayout.dark .infoCard .primaryLinkWithStyle.disabled:hover,#jaguar .infoCardLayout.dark .infoCard a.disabled.jaguarRacing:hover {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar.focusStylesOn .infoCardLayout.dark .infoCard .primaryLinkWithStyle:focus,#jaguar.focusStylesOn .infoCardLayout.dark .infoCard a.jaguarRacing:focus {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .infoCardLayout.dark .infoCard .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn .infoCardLayout.dark .infoCard a.disabled.jaguarRacing:focus {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle {
	color: #000
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:before {
	color: #9e1b32
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:hover,#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:active {
	color: #9e1b32
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:hover span,#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #9e1b32
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:focus {
	outline: 0
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle.disabled {
	color: #e4e4e4
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle.disabled:before {
	color: #e4e4e4
}

#jaguar .infoCardLayout.dark .infoCard .secondaryLinkWithStyle.disabled:hover {
	color: #e4e4e4
}

#jaguar.focusStylesOn .infoCardLayout.dark .infoCard .secondaryLinkWithStyle:focus {
	color: #9e1b32;
	text-shadow: none;
	box-shadow: 0 0 0 1px #fff,0 0 2px 3px #4a90e2
}

.infoCard {
	margin: 0 20px 40px;
	background-color: #fff;
	display: block
}

.infoCard .cardHeader {
	overflow: hidden
}

.infoCard .cardDetails {
	padding: 20px
}

.infoCard .cardDetails .cardTitle {
	margin-bottom: 24px
}

.infoCard .cardDetails .cardTitle .headingH5 {
	margin-top: 3px
}

.infoCard .cardDetails .cardTitle .headingH6 {
	margin-top: 3px
}

.infoCard .cardDetails .sectionHeading {
	margin: 36px 0 12px
}

.infoCard .cardDetails .description {
	margin: 24px 0
}

.infoCard .cardDetails .description a {
	text-decoration: none;
	border-bottom: 1px solid rgba(74,79,84,0.25)
}

.infoCard .cardDetails .cardData {
	margin-top: 24px;
	width: 100%
}

.infoCard .cardDetails .cardData th,.infoCard .cardDetails .cardData td {
	padding-bottom: 12px;
	color: #000
}

.infoCard .cardDetails .cardData th {
	padding-right: 15px;
	white-space: nowrap;
	text-align: left;
	color: #000
}

.infoCard .cardDetails .cardData td {
	width: 100%
}

.infoCard .cardDetails .cardData td .itemMobile,.infoCard .cardDetails .cardData td .itemTablet {
	display: none
}

.infoCard .cardDetails .cardData td .itemDescription:before {
	content: " "
}

.infoCard .cardDetails .cardData tr.email td {
	word-wrap: break-word;
	word-break: break-all
}

.infoCard .cardDetails .cardData tr.tel td a {
	cursor: text;
	border-bottom: 0
}

.infoCard .cardDetails .cardData tr.bookAService {
	font-weight: bold;
	text-transform: uppercase
}

.infoCard .cardDetails .cardData tr.bookAService td a {
	border-bottom: 1px solid #4a4f54 !important
}

.infoCard .mobileStateBtn {
	display: none;
	font-size: 10px;
	letter-spacing: 0.25em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	border-top: 1px solid #e4e8e8;
	padding: 15px 20px;
	float: none;
	position: relative
}

.infoCard .mobileStateBtn:before {
	font-size: 9px;
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	position: absolute;
	top: 15px;
	right: 25px
}

.infoCard .mobileStateBtn .less {
	display: none
}

.infoCard .mobileStateBtn .more {
	display: block
}

.infoCard button.mobileStateBtn {
	border: 0;
	width: 100%;
	text-align: left;
	font-family: inherit;
	border-top: 1px solid #e4e8e8
}

.infoCard .primaryLinkWithStyle,.infoCard #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .infoCard a.jaguarRacing,.infoCard #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .infoCard a.jaguarRacing,.infoCard #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .infoCard a.jaguarRacing,.infoCard #jaguar .grey a.jaguarRacing,#jaguar .grey .infoCard a.jaguarRacing,.infoCard #jaguar .white a.jaguarRacing,#jaguar .white .infoCard a.jaguarRacing,.infoCard #jaguar .light a.jaguarRacing,#jaguar .light .infoCard a.jaguarRacing,.infoCard #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .infoCard a.jaguarRacing,.infoCard #jaguar .dark a.jaguarRacing,#jaguar .dark .infoCard a.jaguarRacing,.infoCard .secondaryLinkWithStyle {
	margin-top: 24px
}

.rtl .infoCard .cardDetails .cardData th {
	padding-right: 0;
	padding-left: 15px;
	text-align: right
}

.rtl .infoCard .mobileStateBtn {
	letter-spacing: 0
}

.rtl .infoCard .mobileStateBtn:before {
	right: auto;
	left: 25px
}

@media screen and (min-width: 741px) {
	.infoCard .cardDetails .mobile {
		display: block !important
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.infoCard .cardDetails .cardData tr td .itemDesktop {
		display: none
	}

	.infoCard .cardDetails .cardData tr td .itemTablet {
		display: inline
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.infoCard {
		margin: 0 0 30px
	}

	.infoCard .cardDetails .cardTitle {
		margin-bottom: 0
	}

	.infoCard .cardDetails .cardData tr td .itemTablet {
		display: none
	}

	.infoCard .cardDetails .cardData tr td .itemMobile {
		display: inline
	}

	.touchCapability .infoCard .cardDetails .cardData tr.tel td a {
		cursor: pointer
	}

	.infoCard .mobileStateBtn {
		display: block
	}

	.infoCard.openInfoCard .mobileStateBtn:before {
		content: "";
		font-family: "icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-right: .2em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: .2em;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: 0
	}

	.infoCard.openInfoCard .mobileStateBtn .less {
		display: block
	}

	.infoCard.openInfoCard .mobileStateBtn .more {
		display: none
	}

	.no-js .infoCard .cardHeader img {
		min-width: 100%
	}

	.no-js .infoCard .mobile {
		display: block
	}

	.no-js .infoCard .mobileStateBtn {
		display: none
	}
}

.infoCardDealer .cardHeader {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/resources//public/css/backgroundsize-iepolyfill.min.htc?v=3646d426d3f484b6166c39ae1e83de1e)
}

.infoCardDealer .cardHeader.hasImage {
	min-height: 120px
}

.infoCardDealer .cardHeader .excellence {
	background-color: #141414;
	color: #fff;
	padding: 10px 20px
}

.infoCardDealer .cardDetails {
	display: block
}

.infoCardDealer .cardDetails .cardTitle {
	display: block;
	position: relative
}

.infoCardDealer .cardDetails .cardTitle .resultNumber {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: normal;
	position: absolute;
	left: -10px;
	top: -5px;
	color: #fff;
	letter-spacing: 0.1em;
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
	text-indent: 1px
}

.infoCardDealer .cardDetails .cardTitle .distance,.infoCardDealer .cardDetails .cardTitle .preferredLabel {
	font-size: 12px;
	color: #a4a7a9;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	letter-spacing: 0.05em;
	font-weight: normal;
	float: right
}

.infoCardDealer .cardDetails .cardTitle .preferredLabel {
	font-style: italic
}

.infoCardDealer .cardDetails .cardTitle .dealerNameText {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

.infoCardDealer .cardDetails .services {
	color: #4a4f54
}

.infoCardDealer .cardDetails .services li {
	display: block;
	float: left;
	min-height: 20px;
	margin-bottom: 12px;
	margin-right: 30px;
	line-height: 20px
}

.infoCardDealer .cardDetails .services li:before {
	content: '\2013';
	font-size: 20px;
	height: 17px;
	left: 0;
	margin-left: 0 !important;
	margin-right: 8px !important;
	top: 0
}

.infoCardDealer .cardDetails .address {
	margin-top: 24px
}

.infoCardDealer .cardDetails .contactDetails {
	margin-top: 24px
}

.infoCardDealer .cardDetails .contactDetails tr td .serviceType:before {
	content: " "
}

.infoCardDealer .cardDetails .ctas {
	margin-top: 24px
}

.infoCardDealer .cardDetails .ctas li {
	margin-top: 12px
}

#jaguar .infoCardDealer .cardDetails .ctas li a {
	margin-top: 0
}

.infoCardDealer .cardDetails .ctas.mobileCtas {
	display: none
}

.infoCardDealer .cardDetails .vehicleLinks {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 24px;
	border-right: 0
}

.infoCardDealer .cardDetails .vehicleLinks li {
	display: table-cell
}

.infoCardDealer .cardDetails .vehicleLinks li:first-child {
	border-right: 1px solid #4a4f54;
	padding-right: 5px
}

#jaguar .infoCardDealer .cardDetails .vehicleLinks li a {
	width: 100%;
	margin: 0;
	vertical-align: top
}

ol .infoCardDealer {
	margin-left: 0;
	margin-right: 0
}

ol .infoCardDealer .cardDetails .cardTitle {
	padding-left: 30px
}

ol .infoCardDealer .services {
	margin-left: 30px
}

.rtl .infoCardDealer .cardDetails .cardTitle .resultNumber {
	left: auto;
	right: -10px;
	letter-spacing: 0
}

.rtl .infoCardDealer .cardDetails .cardTitle .distance {
	right: auto;
	left: 0;
	letter-spacing: 0
}

.rtl .infoCardDealer .cardDetails .services li {
	float: right;
	margin-right: 0;
	margin-left: 30px
}

.rtl .infoCardDealer .cardDetails .services li:before {
	margin-right: 0 !important;
	margin-left: 10px !important
}

.rtl ol .infoCardDealer .cardDetails .cardTitle {
	padding-right: 30px;
	padding-left: 90px
}

.rtl ol .infoCardDealer .services {
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.infoCardDealer .cardHeader.hasImage {
		background: none !important;
		min-height: 0
	}

	.infoCardDealer .cardDetails .ctas {
		display: none
	}

	.infoCardDealer .cardDetails .ctas.mobileCtas {
		display: block
	}

	.infoCardDealer .cardDetails .vehicleLinks {
		border: 0;
		display: block
	}

	.infoCardDealer .cardDetails .vehicleLinks li {
		display: block;
		border-right: 0
	}

	.no-js .infoCardDealer .cardDetails .ctas.mobileCtas {
		display: none
	}
}

.sidebarItem {
	margin-bottom: 33px;
	width: 100%
}

.sidebarItem p {
	color: #4a4f54;
	margin-bottom: 22px
}

.sidebarItem .heading {
	margin-bottom: 22px
}

.sidebarItem .imageCaption {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 13px;
	padding: 0 33px 0 0
}

.sidebarItem .primaryLinkWithStyle,.sidebarItem #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .sidebarItem a.jaguarRacing,.sidebarItem #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .sidebarItem a.jaguarRacing,.sidebarItem #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .sidebarItem a.jaguarRacing,.sidebarItem #jaguar .grey a.jaguarRacing,#jaguar .grey .sidebarItem a.jaguarRacing,.sidebarItem #jaguar .white a.jaguarRacing,#jaguar .white .sidebarItem a.jaguarRacing,.sidebarItem #jaguar .light a.jaguarRacing,#jaguar .light .sidebarItem a.jaguarRacing,.sidebarItem #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .sidebarItem a.jaguarRacing,.sidebarItem #jaguar .dark a.jaguarRacing,#jaguar .dark .sidebarItem a.jaguarRacing,.sidebarItem .secondaryLinkWithStyle {
	margin-top: 22px
}

.sidebarItem .primaryLinkWithStyle:first-child,.sidebarItem #jaguar [data-theme="white"] a.jaguarRacing:first-child,#jaguar [data-theme="white"] .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar [data-theme="light"] a.jaguarRacing:first-child,#jaguar [data-theme="light"] .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar [data-theme="grey"] a.jaguarRacing:first-child,#jaguar [data-theme="grey"] .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar .grey a.jaguarRacing:first-child,#jaguar .grey .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar .white a.jaguarRacing:first-child,#jaguar .white .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar .light a.jaguarRacing:first-child,#jaguar .light .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar [data-theme="dark"] a.jaguarRacing:first-child,#jaguar [data-theme="dark"] .sidebarItem a.jaguarRacing:first-child,.sidebarItem #jaguar .dark a.jaguarRacing:first-child,#jaguar .dark .sidebarItem a.jaguarRacing:first-child {
	margin-top: 0
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.sidebarItem .imageCaption {
		font-size: 12px;
		padding-right: 0
	}
}

.TwoColumnContainer .sidebarItem {
	margin: 0 auto;
	max-width: 500px;
	padding: 33px 0 22px
}

.TwoColumnContainer .sidebarItem:first-child {
	margin-top: -33px
}

@media screen and (min-width: 1001px) {
	.TwoColumnContainer .sidebarItem {
		float: left;
		margin: 0;
		max-width: none
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.TwoColumnContainer .sidebarItem {
		padding: 22px 0 22px
	}

	.TwoColumnContainer .sidebarItem:first-child {
		margin-top: -22px
	}
}

.rtl .sidebarItem .imageCaption {
	padding-right: 0;
	padding-left: 33px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.rtl .sidebarItem .imageCaption {
		padding-left: 0
	}
}

@media screen and (min-width: 1001px) {
	.TwoColumnContainer .rtl .sidebarItem {
		float: right;
		margin: 0;
		max-width: none
	}
}

.dark .sidebarItem p,.sidebarItem.dark p {
	color: #e4e8e8
}

.carousel .controls {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: solid 1px #4a4f54;
	height: 54px;
	background-color: #e4e8e8
}

.carousel .controls .col1 {
	float: left;
	width: 100%
}

.carousel .rsNav .rsNavItem {
	display: inline-block
}

.carousel .pagination {
	text-align: center;
	margin-right: 116px
}

.carousel .pagination li {
	display: inline-block;
	margin: 0 5px
}

.carousel .pagination li a {
	padding: 26px 0;
	display: block;
	text-decoration: none
}

.carousel .pagination li a span {
	display: block;
	height: 2px;
	width: 33px;
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: .2;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	line-height: 2px;
	font-size: 1px;
	text-indent: -99em
}

.carousel .pagination li:hover span {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.carousel .pagination li.selected span {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.carousel .alternativePagination {
	display: none;
	text-align: center;
	margin-right: 116px;
	margin-top: 23px;
	color: #e4e8e8;
	font-size: 12px
}

.carousel .navigation {
	float: left;
	margin-left: -116px;
	width: 116px
}

.carousel .navigation li {
	border-left: solid 1px #4a4f54;
	float: left
}

.carousel .navigation li a {
	display: block;
	width: 57px;
	height: 54px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	color: #fff;
	background-color: rgba(255,255,255,0);
	opacity: 0.2;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.carousel .navigation li a i {
	color: #fff;
	font-size: 28px
}

.carousel .navigation.notTouchDevice li a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.1)
}

.carousel .rsArrow {
	color: #fff;
	display: none;
	position: absolute;
	text-decoration: none;
	width: 90px;
	top: 0;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	z-index: 1;
	height: 50px;
	margin-top: -25px;
	top: 50%;
	font-size: 50px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.carousel .rsArrow {
		width: 60px
	}
}

.carousel .rsArrow .rsArrowIcn {
	opacity: 0.75;
	display: block;
	width: 90px;
	height: 60px;
	position: relative;
	top: 50%;
	margin-top: -30px
}

.carousel .rsArrow .rsArrowIcn .lt-ie9 {
	opacity: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.carousel .rsArrow .rsArrowIcn {
		width: 60px
	}
}

.carousel .rsArrow .rsArrowIcn:before {
	width: 90px;
	height: 60px
}

.carousel .rsArrow .rsArrowIcn:hover,.carousel .rsArrow .rsArrowIcn:focus {
	opacity: 1
}

.carousel .rsArrow.rsArrowLeft {
	left: 90px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.carousel .rsArrow.rsArrowLeft {
		left: 16px
	}
}

.carousel .rsArrow.rsArrowLeft .rsArrowIcn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin: 0;
	text-align: left
}

.carousel .rsArrow.rsArrowRight {
	right: 90px;
	text-align: right
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.carousel .rsArrow.rsArrowRight {
		right: 16px
	}
}

.carousel .rsArrow.rsArrowRight .rsArrowIcn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin: 0;
	text-align: right
}

.royalSlider {
	width: 100%;
	height: 100%;
	position: relative;
	direction: ltr
}

.royalSlider>* {
	float: left
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0)
}

.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden
}

.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent
}

.rsArrow,.rsThumbsArrow {
	cursor: pointer
}

.rsThumb {
	float: left;
	position: relative
}

.rsArrow,.rsNav,.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
	transition: visibility 0s linear 0.3s,opacity 0.3s linear
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {
	height: auto
}

.rsPreloader {
	position: absolute;
	z-index: 0
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25)
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22
}

.rsTabs {
	float: left;
	background: none !important
}

.rsTabs,.rsThumbs {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative
}

.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1
}

.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15
}

img.rsImg {
	max-width: none
}

.grab-cursor {
	cursor: move;
	cursor: grab
}

.grabbing-cursor {
	cursor: move;
	cursor: grabbing
}

.rsNoDrag {
	cursor: auto
}

.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif)
}

.rsDefault,.rsDefault .rsOverflow,.rsDefault .rsSlide,.rsDefault .rsVideoFrameHolder,.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF
}

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}

.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px
}

.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0
}

.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0
}

.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0
}

.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0
}

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url("rs-default.png");
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px
}

.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9)
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
	*display: none
}

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #000;
	background: rgba(0,0,0,0.75);
	text-align: center;
	line-height: 8px;
	overflow: hidden
}

.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 5px 6px
}

.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5)
}

.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF
}

.rsDefault .rsThumbsHor {
	width: 100%
}

.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%
}

.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px
}

.rsDefault .rsThumb img {
	width: 100%;
	height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
	background: #02874a
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30)
}

.rsDefault .rsTmb {
	display: block
}

.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF
}

.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px
}

.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0,0,0,0.75)
}

.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0
}

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url("rs-default.png")
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
	display: none !important
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px
	}

	.rsDefault .rsThumbsVer {
		width: 59px
	}
}

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative
}

.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	*display: inline;
	*zoom: 1
}

.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf
}

.rsDefault .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset
}

.rsDefault .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB)
}

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer
}

.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("rs-default.png") 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px
}

.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9)
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0
}

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer
}

.rsDefault .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9)
}

.rsDefault .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%
}

.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("rs-default.png") -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000
}

.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9)
}

.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}

.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #000;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px
}

html[dir="rtl"] .carouselNavigation>div {
	text-align: right
}

.carouselNavigation {
	display: table;
	width: 100%;
	margin-left: 0;
	clear: both
}

.carouselNavigation>div {
	display: table-cell;
	vertical-align: middle;
	color: #4a4f54;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1em;
	font-weight: normal
}

.carouselNavigation>div .number,.carouselNavigation>div .divide,.carouselNavigation>div a {
	display: inline-block;
	vertical-align: middle
}

.carouselNavigation>div .number {
	width: 20px;
	text-align: center
}

.carouselNavigation>div .divide {
	font-weight: 200;
	font-size: 20px;
	margin: 0 3px 0 2px
}

.carouselNavigation>div>div {
	display: inline-block
}

.carouselNavigation>div a {
	text-decoration: none;
	color: #4a4f54
}

.carouselNavigation>div a.prev:before,.carouselNavigation>div a.next:before {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	vertical-align: baseline;
	margin: 0;
	width: 15px
}

.no-js .carouselNavigation {
	display: none
}

.carouselNavigation.dark .carouselNavigation>div {
	color: #e4e8e8
}

.carouselNavigation.dark .carouselNavigation>div .divide {
	color: #e4e8e8
}

.carouselNavigation.dark .carouselNavigation>div a {
	color: #e4e8e8;
	filter: brightness(0.4)
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.carouselNavigation>div {
		font-size: 21px
	}

	.carouselNavigation>div .number {
		width: 17px
	}

	.carouselNavigation>div>div {
		margin-left: 26px;
		margin-right: 26px
	}

	.carouselNavigation>div a.prev:before,.carouselNavigation>div a.next:before {
		width: 13px
	}
}

.carouselNavigation>div {
	font-size: 1.5rem;
	font-weight: bold
}

.carouselNavigation>div>div {
	margin: 0px
}

.carouselNavigation>div a {
	font-size: 23px
}

.carouselNavigation>div a.prev:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	width: 12px;
	font-weight: bold;
	margin-right: 3px
}

.carouselNavigation>div a.next:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	width: 12px;
	font-weight: bold;
	margin: 0
}

.light .carouselNavigation>div .numbers {
	color: #000
}

.light .carouselNavigation>div a.prev:hover:before,.light .carouselNavigation>div a.next:hover:before {
	color: #a4a7a9
}

.light .carouselNavigation>div a.prev:before {
	color: #000
}

.light .carouselNavigation>div a.next:before {
	color: #000
}

.dark .carouselNavigation>div .numbers {
	color: #fff
}

.dark .carouselNavigation>div a.prev:hover:before,.dark .carouselNavigation>div a.next:hover:before {
	color: #a4a7a9
}

.dark .carouselNavigation>div a.prev:before {
	color: #fff
}

.dark .carouselNavigation>div a.next:before {
	color: #fff
}

.dealerLocatorHeader {
	position: relative
}

.dealerLocatorHeader .imageWrap {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/resources//public/css/backgroundsize-iepolyfill.min.htc?v=3646d426d3f484b6166c39ae1e83de1e)
}

.dealerLocatorHeader .Picture--background {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block
}

.dealerLocatorHeader noscript img {
	width: 100%
}

.dealerLocatorHeader .errorMessage {
	display: none;
	text-align: center;
	padding-bottom: 16px;
	color: #b81f1f
}

.dealerLocatorHeader .dealerLocatorSearch {
	position: relative;
	min-height: 335px
}

.dealerLocatorHeader .searchForms {
	width: 90%;
	max-width: 900px;
	overflow: visible;
	margin: 0 auto;
	text-align: center
}

.dealerLocatorHeader .searchForms form {
	display: inline
}

.dealerLocatorHeader .searchForms form .selectHeader {
	display: none
}

.dealerLocatorHeader .searchForms form .col {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 8px
}

.dealerLocatorHeader .searchForms form .formButton {
	clear: both;
	margin: 0 auto;
	width: 50%;
	padding: 0 8px
}

.dealerLocatorHeader .searchForms .seperator {
	margin: 15px 0;
	text-align: center;
	position: relative
}

.dealerLocatorHeader[data-total-form-fields="3"] .searchForms .formButton,.dealerLocatorHeader[data-total-form-fields="2"] .searchForms .formButton {
	float: right;
	clear: none
}

.dealerLocatorHeader[data-total-form-fields="3"] .searchForms .formButton .continueButton,.dealerLocatorHeader[data-total-form-fields="2"] .searchForms .formButton .continueButton {
	margin-top: 0 !important
}

.dealerLocatorHeader[data-total-form-fields="3"] .searchForms .searchSelectContainer,.dealerLocatorHeader[data-total-form-fields="4"] .searchForms .searchSelectContainer {
	width: 33.333%;
	float: left;
	padding: 0 10px
}

.dealerLocatorHeader[data-total-form-fields="3"] .searchForms form .col,.dealerLocatorHeader[data-total-form-fields="3"] .searchForms form .formButton,.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .col,.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .formButton {
	width: 33.333%
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms {
	position: relative
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms .searchSelectContainer {
	position: relative;
	left: 33.334%
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .mainInput {
	float: right;
	margin: 0 auto;
	position: relative
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .retailerType {
	float: right;
	position: relative;
	bottom: 45px;
	min-height: 45px
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .formButton {
	padding-top: 20px
}

.dealerLocatorHeader[data-total-form-fields="4"] .searchForms form .country {
	position: absolute
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.dealerLocatorHeader .searchForms {
		width: 100%
	}

	.dealerLocatorHeader .searchForms.multipleForms .searchSelectContainer {
		padding-left: 0
	}

	.dealerLocatorHeader .searchForms form .colLast {
		padding-right: 0
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms .searchSelectContainer {
		padding-left: 10px
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms .searchSelectContainer .DropdownSelect .selected {
		padding-left: 15px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.dealerLocatorHeader .imageWrap {
		display: none
	}

	.dealerLocatorHeader .selectHeader {
		text-align: center
	}

	.dealerLocatorHeader .dealerLocatorSearch {
		min-height: 0
	}

	.dealerLocatorHeader .searchForms {
		width: 100%;
		max-width: auto
	}

	.dealerLocatorHeader .searchForms.multipleForms .searchSelectContainer {
		padding-right: 0
	}

	.dealerLocatorHeader .searchForms form .col {
		width: 100%;
		max-width: 350px;
		text-align: center;
		padding: 0 0 20px;
		margin: 0 auto;
		float: none
	}

	.dealerLocatorHeader .searchForms form .formButton {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding: 0
	}

	.dealerLocatorHeader .searchForms form .formButton .continueButton {
		margin: 0
	}

	.dealerLocatorHeader .searchForms.multipleForms .searchSelectContainer {
		float: none;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 20px
	}

	.dealerLocatorHeader .searchForms.multipleForms form .col {
		width: 100%
	}

	.dealerLocatorHeader .searchForms.multipleForms form .formButton {
		width: 100%
	}

	.dealerLocatorHeader[data-total-form-fields="3"] .searchForms form .col,.dealerLocatorHeader[data-total-form-fields="3"] .searchForms form .formButton,.dealerLocatorHeader[data-total-form-fields="2"] .searchForms form .col,.dealerLocatorHeader[data-total-form-fields="2"] .searchForms form .formButton {
		width: inherit
	}

	.dealerLocatorHeader[data-total-form-fields="3"] .searchForms form .formButton,.dealerLocatorHeader[data-total-form-fields="2"] .searchForms form .formButton {
		float: none
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms form .mainInput {
		top: 20px;
		float: none
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms form .retailerType {
		float: none;
		top: 20px;
		min-height: 0
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms form .country {
		top: 0;
		right: 0;
		left: 0
	}

	.dealerLocatorHeader[data-total-form-fields="4"] .searchForms.multipleForms .searchSelectContainer {
		padding: 0;
		position: relative;
		top: 65px;
		left: 0;
		padding-bottom: 65px
	}
}

#jaguar .dealerLocatorHeader .continueButton {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 20px
}

#jaguar .dealerLocatorHeader .continueButton.disabled {
	opacity: 0.4;
	cursor: default
}

#jaguar .dealerLocatorHeader .continueButton.disabled:hover,#jaguar .dealerLocatorHeader .continueButton.disabled:focus {
	background: none;
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	#jaguar .dealerLocatorHeader .continueButton {
		margin-top: 0
	}
}

.no-js .dealerLocatorHeader .searchForms form .selectHeader {
	display: none
}

.no-js .dealerLocatorHeader .DropdownSelect {
	font-size: 1em
}

.sliderContainer {
	text-align: center;
	position: relative;
	z-index: 1
}

.sliderControls {
	font-size: 48px;
	margin: 0.5em auto 0;
	padding: 0.5em 0;
	position: relative;
	-ms-touch-action: none
}

.sliderControls .sliderHandle,.sliderControls .sliderProgress {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.15)
}

.lt-ie9 .sliderControls .sliderHandle,.lt-ie9 .sliderControls .sliderProgress {
	border-bottom: 1px solid #4a4f54;
	box-sizing: content-box
}

.sliderControls .sliderTrack {
	position: relative
}

.sliderControls .sliderTrackBackground {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
	opacity: .15
}

.sliderControls .sliderProgress {
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 0
}

.sliderControls .sliderHandle {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 0;
	height: 3px
}

.sliderControls .handleInner {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: -50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	direction: ltr;
	font-size: 48px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sliderControls .handleInner:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.sliderControls .handleInner:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.sliderControls .handleInner:before,.sliderControls .handleInner:after {
	position: absolute;
	margin: 0;
	line-height: 4em;
	width: 2em;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.sliderControls {
		margin-top: 15px
	}

	.sliderControls .sliderTrack {
		height: 3px
	}

	.sliderControls .sliderHandle,.sliderControls .sliderProgress {
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
		-o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
		box-shadow: 0 1px 3px rgba(0,0,0,0.1)
	}

	.sliderControls .sliderHandle {
		font-size: 32px
	}

	.sliderControls .sliderHandle .handleInner {
		left: -16px;
		font-size: 32px
	}

	.sliderControls .sliderHandle .handleInner:before,.sliderControls .sliderHandle .handleInner:after {
		position: absolute;
		top: -0.75em;
		padding-top: 0.75em;
		padding-bottom: 0.75em
	}
}

.rtl .sliderControls .sliderProgress {
	left: auto;
	right: 0
}

.no-js .sliderContainerLower {
	display: none
}

.sliderControls {
	width: 100%
}

.sliderControls .handleInner {
	width: 34px;
	height: 34px;
	left: -17px;
	background-color: #9e1b32
}

.sliderControls .handleInner:before,.sliderControls .handleInner:after {
	color: #fff
}

.sliderControls .handleInner:before {
	right: 50%;
	left: auto;
	margin-right: 3.5px
}

.sliderControls .handleInner:after {
	left: 50%;
	right: auto;
	margin-left: 3.5px
}

.sliderControls .handleInner:before,.sliderControls .handleInner:after {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	line-height: 35px
}

.sliderControls .sliderTrack {
	height: 2px
}

.sliderControls .sliderProgress {
	top: -1px;
	height: 4px
}

.sliderControls .sliderControls,.sliderControls .sliderProgress,.sliderControls .sliderTrackBackground {
	opacity: 1;
	background-color: #141414
}

.directionArrow {
	border: none;
	padding: 0;
	display: none;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	font-size: 50px;
	line-height: 0;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #fff
}

@media screen and (min-width: 901px) {
	.gallery .directionArrow {
		height: calc( 100% - 80px)
	}

	.gallery .directionArrow span {
		margin-top: 80px
	}
}

.directionArrow span {
	display: block;
	width: 90px;
	position: relative;
	text-align: center
}

.directionArrow.left {
	left: 0
}

.directionArrow.left span:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.directionArrow.right {
	right: 0
}

.directionArrow.right span:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.directionArrow:hover,.directionArrow:focus {
	background-color: transparent;
	border: none
}

.directionArrow:hover span:before,.directionArrow:focus span:before {
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.directionArrow {
		width: 60px;
		height: 50px;
		margin-top: -25px;
		top: 50%
	}

	.directionArrow span {
		width: 60px
	}
}

.directionArrow {
	display: none;
	width: 30px;
	height: 100%;
	z-index: 5;
	top: 0;
	font-size: 22px;
	line-height: 0;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #fff
}

.directionArrow span {
	display: block;
	width: 30px;
	line-height: 170px;
	position: relative;
	text-align: center;
	background-color: #9e1b32;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.directionArrow span {
		margin-top: -70px
	}
}

.directionArrow.left {
	left: 0
}

.directionArrow.left span:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.directionArrow.right {
	right: 0
}

.directionArrow.right span:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.directionArrow:hover span {
	background-color: #000
}

@media screen and (min-width: 1px) and (max-width: 900px) and (orientation: portrait) {
	.directionArrow span {
		display: none
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.scrollButton {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none;
	text-align: center;
	z-index: 5;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background-color .5s,color .5s;
	-moz-transition: background-color .5s,color .5s;
	-o-transition: background-color .5s,color .5s;
	transition: background-color .5s,color .5s
}

.scrollButton:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 25px;
	position: relative;
	top: -1px
}

.scrollButton:hover {
	background-color: #fff;
	color: #444
}

.noJsText {
	display: none
}

.no-js .noJsText {
	display: block;
	text-align: center;
	font-weight: bold
}

.profileLinks {
	margin: 40px 0 0;
	text-align: center
}

.profileLinks li {
	display: inline-block;
	width: 90px;
	margin-bottom: 40px;
	vertical-align: top
}

.profileLinks li a {
	display: block;
	text-decoration: none;
	overflow: hidden
}

.profileLinks li a .ico {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 18px;
	font-size: 23px;
	background-color: #0c121c;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease
}

.profileLinks li a .ico:before {
	color: #e4e8e8;
	vertical-align: top
}

.profileLinks li a.facebook .ico {
	line-height: 52px
}

.profileLinks li a.facebook .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-top: -8px
}

.profileLinks li a.instagram .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-top: -6px;
	margin-right: 2px
}

.profileLinks li a.pinterest .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-top: -4px
}

.profileLinks li a.twitter .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.profileLinks li a.youtube .ico {
	font-size: 29px
}

.profileLinks li a.youtube .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-top: -8px
}

.profileLinks li a.tumblr .ico:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-top: -6px
}

.profileLinks li a .text .count {
	margin-bottom: 3px;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 15px;
	letter-spacing: 0.1em
}

.profileLinks li a .text .label {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.2em;
	font-weight: bold;
	-webkit-font-smoothing: auto
}

.profileLinks li a .text .label .hover {
	display: none
}

.profileLinks li a:hover .ico:before {
	color: #fff
}

.profileLinks li a:hover.facebook .ico {
	background-color: #305891
}

.profileLinks li a:hover.instagram .ico {
	background-color: #DD287B
}

.profileLinks li a:hover.pinterest .ico {
	background-color: #c82828
}

.profileLinks li a:hover.twitter .ico {
	background-color: #2ca8d2
}

.profileLinks li a:hover.youtube .ico {
	background-color: #e62d27
}

.profileLinks li a:hover.tumblr .ico {
	background-color: #2f5070
}

.profileLinks li a:hover .text .label .normal {
	display: none
}

.profileLinks li a:hover .text .label .hover {
	display: inline
}

.profileLinks.noText .profileLinks {
	margin-top: 80px;
	margin-bottom: -10px
}

.profileLinks.noText .profileLinks li {
	width: 60px;
	margin-bottom: 10px
}

.profileLinks.noText .profileLinks li a .ico {
	margin-bottom: 0
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.profileLinks.noText .profileLinks {
		margin-top: 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.profileLinks.noText .profileLinks {
		margin-top: 30px
	}
}

.profileLinks.dark .profileLinks li a .text .count {
	color: #fff
}

.profileLinks.dark .profileLinks li a .text .label {
	color: #a4a7a9
}

.profileLinks.dark .profileLinks li a:hover .text .count {
	color: #a4a7a9
}

.profileLinks.dark .profileLinks li a:hover .text .label {
	color: #fff
}

.profileLinks.grey .profileLinks li a .text .count {
	color: #0c121c
}

.profileLinks.grey .profileLinks li a .text .label {
	color: #a4a7a9
}

.profileLinks.grey .profileLinks li a:hover .text .count {
	color: #a4a7a9
}

.profileLinks.grey .profileLinks li a:hover .text .label {
	color: #0c121c
}

.profileLinks.light .profileLinks li a .text .count {
	color: #4a4f54
}

.profileLinks.light .profileLinks li a .text .label {
	color: #a4a7a9
}

.profileLinks.light .profileLinks li a:hover .text .count {
	color: #a4a7a9
}

.profileLinks.light .profileLinks li a:hover .text .label {
	color: #4a4f54
}

.itemsAtAGlance .ctaContainer {
	padding-left: 20px;
	padding-right: 20px
}

.itemsAtAGlance .items .el .feature {
	margin-bottom: 21.333px;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em
}

.itemsAtAGlance .items .el .dividerBlock {
	margin-bottom: 21.333px;
	padding-top: 19px;
	padding-bottom: 21px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif
}

.itemsAtAGlance .items .el .dividerBlock span,.itemsAtAGlance .items .el .dividerBlock div {
	display: inline-block;
	line-height: 1
}

.itemsAtAGlance .items .el .valueLarge,.itemsAtAGlance .items .el .valueSmall {
	font-size: 56px;
	font-weight: 700
}

.itemsAtAGlance .items .el .unitLarge,.itemsAtAGlance .items .el .unitSmall {
	margin-left: 0.25em;
	font-size: 34px
}

.itemsAtAGlance .ReviewRatingBadge .ratingLink {
	display: none
}

.itemsAtAGlance .reviewContent {
	text-align: center
}

.itemsAtAGlance .reviewTitle {
	text-align: center;
	font-size: 30px
}

.itemsAtAGlance.GridListWrapper .reviewContent .reviewTitle {
	margin-bottom: 5px
}

.itemsAtAGlance .ReviewRatingBadge {
	margin-top: 0
}

.itemsAtAGlance.light .items .el .feature,.itemsAtAGlance.white .items .el .feature {
	color: #0c121c
}

.itemsAtAGlance.light .items .el .dividerBlock,.itemsAtAGlance.white .items .el .dividerBlock {
	border-color: #e4e8e8
}

.itemsAtAGlance.grey .items .el .feature {
	color: #0c121c
}

.itemsAtAGlance.grey .items .el .dividerBlock {
	border-color: #a4a7a9
}

.itemsAtAGlance.dark {
	-webkit-font-smoothing: antialiased
}

.itemsAtAGlance.dark .items .el .feature {
	color: #fff
}

.itemsAtAGlance.dark .items .el .dividerBlock {
	color: #e4e8e8;
	border-color: #a4a7a9
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
	.itemsAtAGlance .reviewTitle {
		font-size: 26px
	}
}

@media screen and (min-width: 1px) and (max-width: 1100px) {
	.itemsAtAGlance .items .el,.itemsAtAGlance .items[data-total="4"] .el {
		width: 50%
	}

	.itemsAtAGlance .items .el .feature,.itemsAtAGlance .items[data-total="4"] .el .feature {
		margin-bottom: 10.667px
	}

	.itemsAtAGlance .items .el .dividerBlock,.itemsAtAGlance .items[data-total="4"] .el .dividerBlock {
		margin-bottom: 10.667px;
		padding-top: 9px;
		padding-bottom: 11px
	}

	.itemsAtAGlance .reviewTitle {
		font-size: 30px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.itemsAtAGlance .items .el,.itemsAtAGlance .items[data-total="4"] .el {
		width: 100%
	}

	.itemsAtAGlance .reviewTitle {
		font-size: 24px
	}
}

.bullets--line {
	padding-left: 1em;
	margin-left: 0
}

.bullets--line li {
	list-style: none;
	position: relative;
	line-height: 1.286em;
	margin-bottom: 1.286em
}

.bullets--line li:after {
	content: "";
	position: absolute;
	left: -1em;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 1px;
	background-color: #444
}

.bulletsLine {
	padding-left: 1em;
	margin-left: 0
}

.bulletsLine li {
	list-style: none;
	position: relative;
	line-height: 1.286em;
	margin-bottom: 1.286em
}

.bulletsLine li:before {
	content: "\2013";
	position: absolute;
	left: -1em
}

.bulletsNumbers {
	padding-left: 1.5em;
	margin-left: 0
}

.bulletsNumbers li {
	line-height: 1.286em;
	margin-bottom: 1.286em;
	list-style-type: decimal
}

.noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-stacking+.noUi-origin {
	*z-index: -1
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-horizontal.noUi-extended {
	padding: 0 15px
}

.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-vertical.noUi-extended {
	padding: 15px 0
}

.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-origin {
	border-radius: 2px
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB
}

.noUi-dragable {
	cursor: w-resize
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before,.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}[disabled].noUi-connect,[disabled] .noUi-connect {
	 background: #B8B8B8
 }[disabled] .noUi-handle {
	  cursor: not-allowed
  }

.noUiSlider-container {
	width: 100%
}

.noUiSlider-container h2 {
	display: none
}

.noUiSlider-container .noUiSlider {
	width: 100%
}

.noUiSlider-container .noUiSlider-steps {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -40px;
	left: 0
}

.noUiSlider-container .noUiSlider-steps span {
	display: inline-block;
	text-align: center
}

.noUiSlider-container .noUiSlider-steps a {
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid white;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.noUiSlider-container .noUiSlider-steps a.slider-link--disabled {
	cursor: not-allowed;
	border: 2px solid #d9d9d9;
	background: #b3b3b3
}

.noUiSlider-container[data-slide-count="2"] .noUiSlider {
	padding: 0 25%
}

.noUiSlider-container[data-slide-count="2"] .noUiSlider-steps span {
	width: 50%
}

.noUiSlider-container[data-slide-count="3"] .noUiSlider {
	padding: 0 16.667%
}

.noUiSlider-container[data-slide-count="3"] .noUiSlider-steps span {
	width: 33.333%
}

.noUiSlider-container[data-slide-count="4"] .noUiSlider {
	padding: 0 12.5%
}

.noUiSlider-container[data-slide-count="4"] .noUiSlider-steps span {
	width: 25%
}

.noUiSlider-container[data-slide-count="5"] .noUiSlider {
	padding: 0 10%
}

.noUiSlider-container[data-slide-count="5"] .noUiSlider-steps span {
	width: 20%
}

.noUiSlider-container[data-slide-count="6"] .noUiSlider {
	padding: 0 8.333%
}

.noUiSlider-container[data-slide-count="6"] .noUiSlider-steps span {
	width: 16.667%
}

.noUiSlider-container[data-slide-count="7"] .noUiSlider {
	padding: 0 7.143%
}

.noUiSlider-container[data-slide-count="7"] .noUiSlider-steps span {
	width: 14.286%
}

.noUiSlider-container[data-slide-count="8"] .noUiSlider {
	padding: 0 6.25%
}

.noUiSlider-container[data-slide-count="8"] .noUiSlider-steps span {
	width: 12.5%
}

.noUiSlider-container[data-slide-count="9"] .noUiSlider {
	padding: 0 5.556%
}

.noUiSlider-container[data-slide-count="9"] .noUiSlider-steps span {
	width: 11.111%
}

.noUiSlider-container[data-slide-count="10"] .noUiSlider {
	padding: 0 5%
}

.noUiSlider-container[data-slide-count="10"] .noUiSlider-steps span {
	width: 10%
}

.noUiSlider-container[data-slide-count="11"] .noUiSlider {
	padding: 0 4.545%
}

.noUiSlider-container[data-slide-count="11"] .noUiSlider-steps span {
	width: 9.091%
}

.noUiSlider-container[data-slide-count="12"] .noUiSlider {
	padding: 0 4.167%
}

.noUiSlider-container[data-slide-count="12"] .noUiSlider-steps span {
	width: 8.333%
}

.noUi-target {
	border: none
}

.noUi-background {
	background-color: #9d9d9d;
	background-color: rgba(157,157,157,0.4)
}

.noUi-horizontal {
	height: 2px
}

.noUi-horizontal .noUi-origin--animated {
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.noUi-horizontal .noUi-handle {
	cursor: move;
	top: -19px;
	left: -20px;
	border: none;
	box-shadow: none;
	width: 41px;
	height: 41px;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2041%22%3E%3Cpath%20fill%3D%22%239F1B32%22%20d%3D%22M39.592%2020.5L20.5%2039.592%201.41%2020.5%2020.5%201.408z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.5%202.8l17.7%2017.7-17.7%2017.7L2.8%2020.5%2020.5%202.8m0-2.8L0%2020.5%2020.5%2041%2041%2020.5%2020.5%200z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25.5%2025.6l5.2-5.2-5.2-5.3-1.3%201.2%204.1%204.1-4.1%204m-8.7%201.2l-5.2-5.2%205.2-5.3%201.3%201.2-4.1%204.1%204.1%204%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-color: transparent
}

.noUi-horizontal .noUi-handle:before,.noUi-horizontal .noUi-handle:after {
	background: none
}

.JaguarRacingTheme .noUi-horizontal .noUi-handle {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2041%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300B2A9%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M39.592%2020.5L20.5%2039.592%201.41%2020.5%2020.5%201.408%2039.592%2020.5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M20.5%202.8l17.7%2017.7-17.7%2017.7L2.8%2020.5%2020.5%202.8m0-2.8L0%2020.5%2020.5%2041%2041%2020.5%2020.5%200z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M25.5%2025.6l5.2-5.2-5.2-5.3-1.3%201.2%204.1%204.1-4.1%204m-8.7%201.2l-5.2-5.2%205.2-5.3%201.3%201.2-4.1%204.1%204.1%204%22%2F%3E%3C%2Fsvg%3E")
}

#jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="grey"] a.jaguarRacing,#jaguar .grey a.jaguarRacing,#jaguar .white a.jaguarRacing,#jaguar .light a.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .Snippet.grey a.primaryLinkWithStyle,#jaguar.jagracing .Snippet.grey a.jaguarRacing,#jaguar.jagracing .Snippet.white a.primaryLinkWithStyle,#jaguar.jagracing .Snippet.white a.jaguarRacing,#jaguar.jagracing .Snippet.light a.primaryLinkWithStyle,#jaguar.jagracing .Snippet.light a.jaguarRacing,#jaguar.jagracing .Article[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .Article[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .Article[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .Article.grey a.primaryLinkWithStyle,#jaguar.jagracing .Article.grey a.jaguarRacing,#jaguar.jagracing .Article.white a.primaryLinkWithStyle,#jaguar.jagracing .Article.white a.jaguarRacing,#jaguar.jagracing .Article.light a.primaryLinkWithStyle,#jaguar.jagracing .Article.light a.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .SignPost.grey a.primaryLinkWithStyle,#jaguar.jagracing .SignPost.grey a.jaguarRacing,#jaguar.jagracing .SignPost.white a.primaryLinkWithStyle,#jaguar.jagracing .SignPost.white a.jaguarRacing,#jaguar.jagracing .SignPost.light a.primaryLinkWithStyle,#jaguar.jagracing .SignPost.light a.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .headerBox.white a.primaryLinkWithStyle,#jaguar.jagracing .headerBox.white a.jaguarRacing,#jaguar.jagracing .headerBox.light a.primaryLinkWithStyle,#jaguar.jagracing .headerBox.light a.jaguarRacing,#jaguar.jagracing .ScrollDown,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.grey a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.grey a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.white a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.white a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.light a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.light a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.grey a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.grey a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.white a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.white a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.light a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.light a.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .DualFrameSlider.grey a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.grey a.jaguarRacing,#jaguar.jagracing .DualFrameSlider.white a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.white a.jaguarRacing,#jaguar.jagracing .DualFrameSlider.light a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.light a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.grey a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.grey a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.white a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.white a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.light a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.light a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.grey a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.grey a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.white a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.white a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.light a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.light a.jaguarRacing {
	background-color: #00b2a9;
	color: #000;
	text-decoration: none;
	display: inline-flex
}

#jaguar [data-theme="white"] a.jaguarRacing:hover,#jaguar [data-theme="light"] a.jaguarRacing:hover,#jaguar [data-theme="grey"] a.jaguarRacing:hover,#jaguar .grey a.jaguarRacing:hover,#jaguar .white a.jaguarRacing:hover,#jaguar .light a.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .Snippet.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.grey a.jaguarRacing:hover,#jaguar.jagracing .Snippet.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.white a.jaguarRacing:hover,#jaguar.jagracing .Snippet.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.light a.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .Article.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.grey a.jaguarRacing:hover,#jaguar.jagracing .Article.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.white a.jaguarRacing:hover,#jaguar.jagracing .Article.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.light a.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .SignPost.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.grey a.jaguarRacing:hover,#jaguar.jagracing .SignPost.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.white a.jaguarRacing:hover,#jaguar.jagracing .SignPost.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.light a.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .headerBox.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.white a.jaguarRacing:hover,#jaguar.jagracing .headerBox.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.light a.jaguarRacing:hover,#jaguar.jagracing .ScrollDown:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.white a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.light a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.grey a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.white a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.light a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.grey a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.white a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.light a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.grey a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.white a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.light a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.white a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.white a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.light a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.light a.jaguarRacing:hover,#jaguar [data-theme="white"] a.jaguarRacing:active,#jaguar [data-theme="light"] a.jaguarRacing:active,#jaguar [data-theme="grey"] a.jaguarRacing:active,#jaguar .grey a.jaguarRacing:active,#jaguar .white a.jaguarRacing:active,#jaguar .light a.jaguarRacing:active,#jaguar.jagracing .Snippet[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .Snippet[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .Snippet[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .Snippet.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet.grey a.jaguarRacing:active,#jaguar.jagracing .Snippet.white a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet.white a.jaguarRacing:active,#jaguar.jagracing .Snippet.light a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet.light a.jaguarRacing:active,#jaguar.jagracing .Article[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .Article[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .Article[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .Article.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .Article.grey a.jaguarRacing:active,#jaguar.jagracing .Article.white a.primaryLinkWithStyle:active,#jaguar.jagracing .Article.white a.jaguarRacing:active,#jaguar.jagracing .Article.light a.primaryLinkWithStyle:active,#jaguar.jagracing .Article.light a.jaguarRacing:active,#jaguar.jagracing .SignPost[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .SignPost[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .SignPost[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .SignPost.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost.grey a.jaguarRacing:active,#jaguar.jagracing .SignPost.white a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost.white a.jaguarRacing:active,#jaguar.jagracing .SignPost.light a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost.light a.jaguarRacing:active,#jaguar.jagracing .headerBox[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .headerBox[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .headerBox.white a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox.white a.jaguarRacing:active,#jaguar.jagracing .headerBox.light a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox.light a.jaguarRacing:active,#jaguar.jagracing .ScrollDown:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.grey a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer.white a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.white a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer.light a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.light a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.grey a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel.white a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.white a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel.light a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.light a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.grey a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider.white a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.white a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider.light a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.light a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.grey a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel.white a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.white a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel.light a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.light a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.grey a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2.white a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.white a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2.light a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.light a.jaguarRacing:active {
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 0px 1px #000 inset
}

#jaguar [data-theme="white"] a.jaguarRacing:focus,#jaguar [data-theme="light"] a.jaguarRacing:focus,#jaguar [data-theme="grey"] a.jaguarRacing:focus,#jaguar .grey a.jaguarRacing:focus,#jaguar .white a.jaguarRacing:focus,#jaguar .light a.jaguarRacing:focus,#jaguar.jagracing .Snippet[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .Snippet[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .Snippet[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .Snippet.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.grey a.jaguarRacing:focus,#jaguar.jagracing .Snippet.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.white a.jaguarRacing:focus,#jaguar.jagracing .Snippet.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.light a.jaguarRacing:focus,#jaguar.jagracing .Article[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .Article[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .Article[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .Article.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article.grey a.jaguarRacing:focus,#jaguar.jagracing .Article.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article.white a.jaguarRacing:focus,#jaguar.jagracing .Article.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article.light a.jaguarRacing:focus,#jaguar.jagracing .SignPost[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .SignPost[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .SignPost[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .SignPost.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.grey a.jaguarRacing:focus,#jaguar.jagracing .SignPost.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.white a.jaguarRacing:focus,#jaguar.jagracing .SignPost.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.light a.jaguarRacing:focus,#jaguar.jagracing .headerBox[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .headerBox[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .headerBox.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.white a.jaguarRacing:focus,#jaguar.jagracing .headerBox.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.light a.jaguarRacing:focus,#jaguar.jagracing .ScrollDown:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.grey a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.white a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.light a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.grey a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.white a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.light a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.grey a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.white a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.light a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.grey a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.white a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.light a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.grey a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2.white a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.white a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2.light a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.light a.jaguarRacing:focus {
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 0px 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar [data-theme="white"] a.disabled.jaguarRacing,#jaguar [data-theme="light"] a.disabled.jaguarRacing,#jaguar [data-theme="grey"] a.disabled.jaguarRacing,#jaguar .grey a.disabled.jaguarRacing,#jaguar .white a.disabled.jaguarRacing,#jaguar .light a.disabled.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .Snippet.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet.grey a.disabled.jaguarRacing,#jaguar.jagracing .Snippet.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet.white a.disabled.jaguarRacing,#jaguar.jagracing .Snippet.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet.light a.disabled.jaguarRacing,#jaguar.jagracing .Article[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .Article[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .Article.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article.grey a.disabled.jaguarRacing,#jaguar.jagracing .Article.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article.white a.disabled.jaguarRacing,#jaguar.jagracing .Article.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article.light a.disabled.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .SignPost.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost.grey a.disabled.jaguarRacing,#jaguar.jagracing .SignPost.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost.white a.disabled.jaguarRacing,#jaguar.jagracing .SignPost.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost.light a.disabled.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .headerBox.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox.white a.disabled.jaguarRacing,#jaguar.jagracing .headerBox.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox.light a.disabled.jaguarRacing,#jaguar.jagracing .disabled.ScrollDown,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.white a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.light a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.grey a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.white a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.light a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.white a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.light a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.jaguarRacing {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar [data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar .grey a.disabled.jaguarRacing:hover,#jaguar .white a.disabled.jaguarRacing:hover,#jaguar .light a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .Article.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .SignPost.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .disabled.ScrollDown:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.light a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.jaguarRacing:hover {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar .dark a.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .Snippet.dark a.primaryLinkWithStyle,#jaguar.jagracing .Snippet.dark a.jaguarRacing,#jaguar.jagracing .Article[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .Article.dark a.primaryLinkWithStyle,#jaguar.jagracing .Article.dark a.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .SignPost.dark a.primaryLinkWithStyle,#jaguar.jagracing .SignPost.dark a.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="grey"] a.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="grey"] a.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .headerBox.grey a.primaryLinkWithStyle,#jaguar.jagracing .headerBox.grey a.jaguarRacing,#jaguar.jagracing .headerBox.dark a.primaryLinkWithStyle,#jaguar.jagracing .headerBox.dark a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.dark a.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.dark a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.dark a.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.dark a.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .DualFrameSlider.dark a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.dark a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.dark a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.dark a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.dark a.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.dark a.jaguarRacing {
	display: inline-flex;
	text-decoration: none;
	background-color: #00b2a9;
	color: #000;
	border-bottom: 0 none
}

#jaguar [data-theme="dark"] a.jaguarRacing:hover,#jaguar .dark a.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .Snippet.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.dark a.jaguarRacing:hover,#jaguar.jagracing .Article[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .Article.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.dark a.jaguarRacing:hover,#jaguar.jagracing .SignPost[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .SignPost.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.dark a.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .headerBox.grey a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.grey a.jaguarRacing:hover,#jaguar.jagracing .headerBox.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.dark a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .ContentBlocksContainer.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.dark a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .SameSizeCarousel.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.dark a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameSlider.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.dark a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.dark a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.jaguarRacing:hover,#jaguar.jagracing .DualFrameCarousel2.dark a.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.dark a.jaguarRacing:hover,#jaguar [data-theme="dark"] a.jaguarRacing:active,#jaguar .dark a.jaguarRacing:active,#jaguar.jagracing .Snippet[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .Snippet.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .Snippet.dark a.jaguarRacing:active,#jaguar.jagracing .Article[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .Article.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .Article.dark a.jaguarRacing:active,#jaguar.jagracing .SignPost[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .SignPost.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .SignPost.dark a.jaguarRacing:active,#jaguar.jagracing .headerBox[data-theme="grey"] a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="grey"] a.jaguarRacing:active,#jaguar.jagracing .headerBox[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .headerBox.grey a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox.grey a.jaguarRacing:active,#jaguar.jagracing .headerBox.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .headerBox.dark a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .ContentBlocksContainer.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.dark a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .SameSizeCarousel.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.dark a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameSlider.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.dark a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.dark a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.jaguarRacing:active,#jaguar.jagracing .DualFrameCarousel2.dark a.primaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.dark a.jaguarRacing:active {
	background-color: #141414;
	color: #fff;
	box-shadow: 0px 0px 0px 1px #fff inset
}

#jaguar [data-theme="dark"] a.jaguarRacing:focus,#jaguar .dark a.jaguarRacing:focus,#jaguar.jagracing .Snippet[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .Snippet.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.dark a.jaguarRacing:focus,#jaguar.jagracing .Article[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .Article.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .Article.dark a.jaguarRacing:focus,#jaguar.jagracing .SignPost[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .SignPost.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.dark a.jaguarRacing:focus,#jaguar.jagracing .headerBox[data-theme="grey"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="grey"] a.jaguarRacing:focus,#jaguar.jagracing .headerBox[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .headerBox.grey a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.grey a.jaguarRacing:focus,#jaguar.jagracing .headerBox.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.dark a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .ContentBlocksContainer.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.dark a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .SameSizeCarousel.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.dark a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameSlider.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.dark a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.dark a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.jaguarRacing:focus,#jaguar.jagracing .DualFrameCarousel2.dark a.primaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.dark a.jaguarRacing:focus {
	background-color: #141414;
	color: #fff;
	outline: 0;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar [data-theme="dark"] a.disabled.jaguarRacing,#jaguar .dark a.disabled.jaguarRacing,#jaguar.jagracing .Snippet[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .Snippet.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Snippet.dark a.disabled.jaguarRacing,#jaguar.jagracing .Article[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .Article.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .Article.dark a.disabled.jaguarRacing,#jaguar.jagracing .SignPost[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .SignPost.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SignPost.dark a.disabled.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.jaguarRacing,#jaguar.jagracing .headerBox[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .headerBox.grey a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox.grey a.disabled.jaguarRacing,#jaguar.jagracing .headerBox.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .headerBox.dark a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .ContentBlocksContainer.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.dark a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .SameSizeCarousel.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.dark a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameSlider.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.dark a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.dark a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.disabled.jaguarRacing,#jaguar.jagracing .DualFrameCarousel2.dark a.disabled.primaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.dark a.disabled.jaguarRacing {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar .dark a.disabled.jaguarRacing:hover,#jaguar.jagracing .Snippet[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .Article.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.grey a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.grey a.disabled.jaguarRacing:hover,#jaguar.jagracing .headerBox.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.dark a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.disabled.primaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.dark a.disabled.primaryLinkWithStyle:hover {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="grey"] a.jaguarRacing,#jaguar .grey a.jaguarRacing,#jaguar .white a.jaguarRacing,#jaguar .light a.jaguarRacing {
	margin-top: 0;
	line-height: 45px
}

#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle {
	color: #000
}

#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:before {
	color: #00b2a9
}

#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:active {
	color: #444
}

#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #444
}

#jaguar.jagracing .Snippet[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.light a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.white a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.light a.secondaryLinkWithStyle:focus {
	color: #444;
	box-shadow: 0 0 0 1px #fff,0 0 2px 3px #4a90e2
}

#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.light a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.secondaryLinkWithStyle {
	color: #e4e4e4
}

#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Snippet.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .Article.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SignPost.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .headerBox.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .ContentBlocksContainer.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .SameSizeCarousel.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameSlider.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel.light a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.grey a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.white a.disabled.secondaryLinkWithStyle:before,#jaguar.jagracing .DualFrameCarousel2.light a.disabled.secondaryLinkWithStyle:before {
	color: #e4e4e4
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle {
	color: #fff
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle:active,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle:active,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle:active {
	color: #8d8d8d
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle:hover span,#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle:active span,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle:active span,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #8d8d8d
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Snippet.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .Article.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SignPost.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="grey"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.grey a.secondaryLinkWithStyle:focus,#jaguar.jagracing .headerBox.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .ContentBlocksContainer.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .SameSizeCarousel.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameSlider.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel.dark a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.secondaryLinkWithStyle:focus,#jaguar.jagracing .DualFrameCarousel2.dark a.secondaryLinkWithStyle:focus {
	color: #8d8d8d;
	box-shadow: 0 0 2px 3px #4a90e2
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Snippet.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .Article.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SignPost.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.grey a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .headerBox.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .ContentBlocksContainer.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .SameSizeCarousel.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameSlider.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel.dark a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.disabled.secondaryLinkWithStyle,#jaguar.jagracing .DualFrameCarousel2.dark a.disabled.secondaryLinkWithStyle {
	color: rgba(228,228,228,0.3)
}

#jaguar.jagracing .Snippet[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Snippet.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .Article.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SignPost.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="grey"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.grey a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .headerBox.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .ContentBlocksContainer.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .SameSizeCarousel.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameSlider.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel.dark a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] a.disabled.secondaryLinkWithStyle:hover,#jaguar.jagracing .DualFrameCarousel2.dark a.disabled.secondaryLinkWithStyle:hover {
	color: rgba(228,228,228,0.3)
}

#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar .dark a.jaguarRacing {
	margin-top: 0;
	line-height: 45px
}

#jaguar.jagracing [data-theme="white"] a:not(.toggleLinksLink),#jaguar.jagracing [data-theme="light"] a:not(.toggleLinksLink),#jaguar.jagracing [data-theme="grey"] a:not(.toggleLinksLink),#jaguar.jagracing .grey a:not(.toggleLinksLink),#jaguar.jagracing .white a:not(.toggleLinksLink),#jaguar.jagracing .light a:not(.toggleLinksLink) {
	color: #444;
	text-decoration: underline
}

#jaguar.jagracing [data-theme="white"] a:not(.toggleLinksLink):hover,#jaguar.jagracing [data-theme="light"] a:not(.toggleLinksLink):hover,#jaguar.jagracing [data-theme="grey"] a:not(.toggleLinksLink):hover,#jaguar.jagracing .grey a:not(.toggleLinksLink):hover,#jaguar.jagracing .white a:not(.toggleLinksLink):hover,#jaguar.jagracing .light a:not(.toggleLinksLink):hover {
	color: #000;
	text-decoration: none
}

#jaguar.jagracing [data-theme="white"] a:not(.toggleLinksLink):active,#jaguar.jagracing [data-theme="light"] a:not(.toggleLinksLink):active,#jaguar.jagracing [data-theme="grey"] a:not(.toggleLinksLink):active,#jaguar.jagracing .grey a:not(.toggleLinksLink):active,#jaguar.jagracing .white a:not(.toggleLinksLink):active,#jaguar.jagracing .light a:not(.toggleLinksLink):active {
	color: #000
}

#jaguar.jagracing [data-theme="white"] a:not(.toggleLinksLink):focus,#jaguar.jagracing [data-theme="light"] a:not(.toggleLinksLink):focus,#jaguar.jagracing [data-theme="grey"] a:not(.toggleLinksLink):focus,#jaguar.jagracing .grey a:not(.toggleLinksLink):focus,#jaguar.jagracing .white a:not(.toggleLinksLink):focus,#jaguar.jagracing .light a:not(.toggleLinksLink):focus {
	color: #000;
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 1px #fff,0 0 2px 3px #4a90e2
}

#jaguar.jagracing [data-theme="dark"] a,#jaguar.jagracing .dark a {
	color: #fff;
	text-decoration: underline
}

#jaguar.jagracing [data-theme="dark"] a:hover,#jaguar.jagracing .dark a:hover {
	color: #8d8d8d;
	text-decoration: none
}

#jaguar.jagracing [data-theme="dark"] a:active,#jaguar.jagracing .dark a:active {
	color: #8d8d8d
}

#jaguar.jagracing [data-theme="dark"] a:focus,#jaguar.jagracing .dark a:focus {
	outline: 0;
	text-decoration: none;
	box-shadow: 0 0 0 1px #4a4f54,0 0 2px 3px #4a90e2
}

#jaguar.jagracing .headerBox[data-theme="white"] h1,#jaguar.jagracing .headerBox[data-theme="light"] h1,#jaguar.jagracing .headerBox.white h1,#jaguar.jagracing .headerBox.light h1 {
	color: #000
}

#jaguar.jagracing .headerBox[data-theme="white"] .caveat,#jaguar.jagracing .headerBox[data-theme="light"] .caveat,#jaguar.jagracing .headerBox.white .caveat,#jaguar.jagracing .headerBox.light .caveat {
	color: #444
}

#jaguar.jagracing .headerBox[data-theme="grey"] .caveat,#jaguar.jagracing .headerBox[data-theme="dark"] .caveat,#jaguar.jagracing .headerBox.grey .caveat,#jaguar.jagracing .headerBox.dark .caveat {
	color: #f9f9f9
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	#jaguar.jagracing .ScrollDown {
		display: none
	}
}

#jaguar.jagracing .ContentBlocksContainer[data-theme="dark"] .toggleLinksItem.active .toggleLinksLink,#jaguar.jagracing .ContentBlocksContainer.dark .toggleLinksItem.active .toggleLinksLink {
	color: #444
}

#jaguar.jagracing .DualFrameSlider .sliderContainer .handleInner,#jaguar.jagracing .DualFrameCarousel .sliderContainer .handleInner,#jaguar.jagracing .DualFrameCarousel2 .sliderContainer .handleInner {
	background-color: #00b2a9
}

#jaguar.jagracing .DualFrameSlider[data-theme="white"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider[data-theme="white"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider[data-theme="light"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider[data-theme="light"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider[data-theme="grey"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider.grey .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider.grey .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider.white .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider.white .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider.light .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider.light .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel[data-theme="white"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel[data-theme="light"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel[data-theme="grey"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel.grey .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel.grey .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel.white .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel.white .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel.light .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel.light .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="white"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="light"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="grey"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2.grey .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2.grey .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2.white .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2.white .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2.light .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2.light .carouselNavigation>div .number {
	color: #444
}

#jaguar.jagracing .DualFrameSlider[data-theme="dark"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider[data-theme="dark"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameSlider.dark .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameSlider.dark .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel[data-theme="dark"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel.dark .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel.dark .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2[data-theme="dark"] .carouselNavigation>div .number,#jaguar.jagracing .DualFrameCarousel2.dark .carouselNavigation>div a:before,#jaguar.jagracing .DualFrameCarousel2.dark .carouselNavigation>div .number {
	color: #fff
}

#jaguar.jagracing .Exterior360 .sliderContainer .handleInner {
	background-color: #00b2a9
}

#jaguar .primaryLinkWithStyle,#jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="grey"] a.jaguarRacing,#jaguar .grey a.jaguarRacing,#jaguar .white a.jaguarRacing,#jaguar .light a.jaguarRacing,#jaguar [data-theme="dark"] a.jaguarRacing,#jaguar .dark a.jaguarRacing,#jaguar .secondaryLinkWithStyle {
	font-size: 14px
}

#header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	max-width: 2000px;
	-webkit-backface-visibility: hidden
}

#header .headerWrapper {
	position: relative;
	z-index: 9;
	height: 106px
}

#header #logo {
	width: 189px;
	height: 106px;
	overflow: hidden;
	border-right: 1px solid
}

#header #logo a {
	width: 100%;
	height: 100%
}

#header #logo img {
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -58px;
	margin-top: -30px
}

@media screen and (min-width: 961px) {
	#header.minimal {
		position: fixed;
		top: 0;
		z-index: 8
	}

	#header.minimal .headerWrapper {
		height: 50px
	}

	#header.minimal #logo,#header.minimal .SearchButton {
		display: none
	}

	#header.minimal .MainNavigation {
		left: 0;
		top: 0
	}
}

#header.stickyNavigation {
	position: fixed;
	top: 0;
	z-index: 8;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

#header.stickyNavigation.searchActive,#header.stickyNavigation.scrollingDown {
	position: absolute
}

#header.stickyNavigation .headerWrapper {
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s
}

#header.stickyNavigation #logo {
	-webkit-transition: width .4s,height .4s;
	-moz-transition: width .4s,height .4s;
	-o-transition: width .4s,height .4s;
	transition: width .4s,height .4s
}

#header.stickyNavigation #logo img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

#header.stickyNavigation .autoCompleteMenu {
	-webkit-transition: top .4s;
	-moz-transition: top .4s;
	-o-transition: top .4s;
	transition: top .4s
}

#header.stickyNavigation.reducedStickyNavigation {
	opacity: .97
}

#header.stickyNavigation.reducedStickyNavigation .headerWrapper {
	height: 50px
}

#header.stickyNavigation.reducedStickyNavigation #logo {
	-webkit-transition: width .4s,height .4s;
	-webkit-transition-delay: .1s,0s;
	-moz-transition: width .4s .1s,height .4s;
	-o-transition: width .4s .1s,height .4s;
	transition: width .4s .1s,height .4s;
	height: 50px
}

#header.stickyNavigation.reducedStickyNavigation #logo img {
	width: 57px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -29px
}

#header.stickyNavigation.reducedStickyNavigation .MainNavigation {
	top: 0;
	margin-top: -1px
}

#header.stickyNavigation.reducedStickyNavigation .autoCompleteMenu {
	top: 50px
}

#header.stickyNavigation.notransition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#header.stickyNavigation.notransition .headerWrapper {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#header.stickyNavigation.notransition #logo {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#header.stickyNavigation.notransition #logo img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#header.stickyNavigation.notransition .autoCompleteMenu {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#header.HubStickyNav.stickyNavigation.reducedStickyNavigation {
	opacity: 1
}

#header.HubStickyNav.stickyNavigation.stickyQuickReverse {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

#header.HubStickyNav.stickyQuickReverse.reducedStickyNavigation {
	-webkit-transition: opacity .4s,top .4s;
	-webkit-transition-delay: 0s,.3s;
	-moz-transition: opacity .4s,top .4s .3s;
	-o-transition: opacity .4s,top .4s .3s;
	transition: opacity .4s,top .4s .3s
}

.touch #header.HubStickyNav.stickyQuickReverse {
	-webkit-transition: opacity .4s,top .3s;
	-webkit-transition-delay: 0s,.2s;
	-moz-transition: opacity .4s,top .3s .2s;
	-o-transition: opacity .4s,top .3s .2s;
	transition: opacity .4s,top .3s .2s
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	#landrover #logo {
		left: 0
	}

	#landrover #logo img {
		width: 57px;
		height: 30px;
		top: 10px;
		left: 16px
	}

	#landrover #header {
		top: 0;
		position: fixed
	}

	#landrover #header.scrollingDown {
		position: absolute
	}

	#landrover #header.not-fixed {
		position: static
	}

	#landrover #header #logo {
		height: 50px;
		width: 91px
	}

	#landrover #header #logo img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -29px;
		margin-top: -15px
	}

	#landrover .headerWrapper {
		height: 50px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	body .headerWrapper {
		height: 50px
	}
}

html.no-js #landrover {
	padding-top: 0
}

html.no-js #landrover #header {
	position: relative
}

#header {
	background-color: #0c121c;
	-webkit-box-shadow: 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1)
}

#header #logo {
	background-color: #0c121c;
	border-color: #30363e !important
}

.lightTheme #header {
	background-color: #141414;
	-webkit-box-shadow: 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1)
}

.lightTheme #header #logo {
	background-color: #141414;
	border-color: rgba(85,85,85,0.9) !important
}

.NotificationBar {
	display: none;
	background-color: #4a4f54;
	border-bottom: 1px solid #4a4f54;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10
}

.NotificationBar .notificationContainer {
	display: flex
}

.NotificationBar .notificationContainer .top {
	flex: 1;
	width: 100%;
	border-bottom: 0
}

.NotificationBar .notificationContainer .top .notificationHeader {
	vertical-align: middle;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	padding: 20px 20px 0 50px
}

.NotificationBar .notificationContainer .top .inner {
	width: 100%
}

.NotificationBar .notificationContainer .bottom {
	padding: 0;
	visibility: hidden
}

.NotificationBar .notificationContainer p {
	font-size: 10px;
	visibility: visible;
	padding: 0 20px 20px 50px
}

.NotificationBar .notificationContainer p a {
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: color .4s,background-color .4s,box-shadow .4s;
	-moz-transition: color .4s,background-color .4s,box-shadow .4s;
	-o-transition: color .4s,background-color .4s,box-shadow .4s;
	transition: color .4s,background-color .4s,box-shadow .4s
}

.NotificationBar .notificationContainer .close {
	border-left: 1px solid #5c6165
}

.NotificationBar .notificationContainer .close span {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition: color .4s,background-color .4s,box-shadow .4s;
	-moz-transition: color .4s,background-color .4s,box-shadow .4s;
	-o-transition: color .4s,background-color .4s,box-shadow .4s;
	transition: color .4s,background-color .4s,box-shadow .4s
}

.NotificationBar .notificationContainer .close span:before {
	width: 100%;
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 16px;
	margin: 0;
	text-decoration: none
}

.NotificationBar .notificationContainer .close:hover,.NotificationBar .notificationContainer .close:focus {
	background: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.NotificationBar .notificationContainer {
		display: block
	}

	.NotificationBar .notificationContainer .top {
		display: flex;
		border-bottom: 1px solid #5c6165
	}

	.NotificationBar .notificationContainer .top .notificationHeader {
		flex: 1;
		margin-bottom: 0 !important;
		padding: 10px 40px
	}

	.NotificationBar .notificationContainer .bottom {
		padding: 20px 40px 0 40px;
		visibility: visible
	}

	.NotificationBar .notificationContainer p {
		padding: 0 0 20px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.NotificationBar .notificationContainer .top .notificationHeader,.NotificationBar .notificationContainer .bottom {
		padding-left: 30px;
		padding-right: 30px
	}
}

.sharedNavigation .NotificationBar {
	z-index: 104;
	border-bottom: 0;
	border-top: 1px solid #4a4f54
}

.sharedNavigation .NotificationBar .notificationContainer .top {
	padding: 40px
}

.sharedNavigation .NotificationBar .notificationContainer .notificationHeader,.sharedNavigation .NotificationBar .notificationContainer p {
	padding: 0;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif
}

.sharedNavigation .NotificationBar .notificationContainer .notificationHeader {
	margin-bottom: 10px
}

.sharedNavigation .NotificationBar .notificationContainer .close {
	border: 0;
	padding: 0 40px
}

.sharedNavigation .NotificationBar .notificationContainer .close:hover span,.sharedNavigation .NotificationBar .notificationContainer .close:active span {
	background-color: rgba(228,228,228,0.25)
}

.sharedNavigation .NotificationBar .notificationContainer .close span:before {
	font-size: 18px
}

.focusStylesOn .sharedNavigation .NotificationBar .notificationContainer .close:focus {
	box-shadow: none
}

.focusStylesOn .sharedNavigation .NotificationBar .notificationContainer .close:focus span {
	box-shadow: inset 0 0 5px #4a90e2,0 0 5px #4a90e2;
	background-color: rgba(228,228,228,0.25)
}

.sharedNavigation .NotificationBar.generalNotification {
	border-top: 0
}

.sharedNavigation .NotificationBar.generalNotification .notificationContainer .top {
	padding-right: 0
}

.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .primaryLinkWithStyle,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .white a.jaguarRacing,#jaguar .white .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .light a.jaguarRacing,#jaguar .light .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing {
	margin-left: 40px;
	margin-top: 0
}

.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .primaryLinkWithStyle span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="white"] a.jaguarRacing span,#jaguar [data-theme="white"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="light"] a.jaguarRacing span,#jaguar [data-theme="light"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="grey"] a.jaguarRacing span,#jaguar [data-theme="grey"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .grey a.jaguarRacing span,#jaguar .grey .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .white a.jaguarRacing span,#jaguar .white .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .light a.jaguarRacing span,#jaguar .light .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="dark"] a.jaguarRacing span,#jaguar [data-theme="dark"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .dark a.jaguarRacing span,#jaguar .dark .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing span {
	white-space: nowrap
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.sharedNavigation .NotificationBar .notificationContainer .top {
		border: 0;
		padding: 0
	}

	.sharedNavigation .NotificationBar .notificationContainer .top .notificationHeader {
		padding: 30px 0 24px 40px
	}

	.sharedNavigation .NotificationBar .notificationContainer .bottom {
		padding: 0 40px 30px 40px
	}

	.sharedNavigation .NotificationBar .notificationContainer .close span:before {
		font-size: 18px;
		width: 18px
	}

	.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .bottom {
		padding-bottom: 40px
	}

	.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .primaryLinkWithStyle,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .white a.jaguarRacing,#jaguar .white .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .light a.jaguarRacing,#jaguar .light .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing {
		margin-left: 0;
		margin-top: 30px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.sharedNavigation .NotificationBar .notificationContainer .top .notificationHeader {
		padding: 24px 0 20px 24px
	}

	.sharedNavigation .NotificationBar .notificationContainer .bottom {
		padding: 0 24px 24px 24px
	}

	.sharedNavigation .NotificationBar .notificationContainer .close {
		border: 0;
		padding: 0 24px
	}

	.sharedNavigation .NotificationBar .notificationContainer .close span:before {
		font-size: 14px;
		width: 14px;
		color: #fff !important
	}

	.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .bottom {
		padding-bottom: 24px
	}

	.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer .primaryLinkWithStyle,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .white a.jaguarRacing,#jaguar .white .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .light a.jaguarRacing,#jaguar .light .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing,.sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .sharedNavigation .NotificationBar.browserUpgradeNotification .notificationContainer a.jaguarRacing {
		margin-top: 24px
	}
}

.sharedNavigation .NotificationBar {
	background-color: #444;
	border-top: 0;
	border-bottom: 1px solid #000
}

.sharedNavigation .NotificationBar .notificationContainer .top .notificationHeader,.sharedNavigation .NotificationBar .notificationContainer p {
	color: #f9f9f9
}

.sharedNavigation .NotificationBar .notificationContainer .top .notificationHeader {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1em
}

.sharedNavigation .NotificationBar .notificationContainer p {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .085em;
	line-height: 1.2em
}

.sharedNavigation .NotificationBar .notificationContainer .close span:before {
	color: #d8d8d8
}

.sharedNavigation .NotificationBar .notificationContainer .close:hover span:before {
	color: #fff
}

.ModelSelector {
	text-align: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #4a4f54;
	color: #e4e8e8;
	padding: 80px 70px 25px
}

.ModelSelector--divider>.dark {
	position: relative
}

.ModelSelector--divider>.dark:after {
	background: #a4a7a9;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px
}

.ModelSelector .modelSelectorHeader {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

.ModelSelector .modelSelectorHeader .backButton {
	position: absolute;
	top: 58px;
	left: 10px;
	z-index: 3;
	font-size: 30px;
	text-decoration: none;
	padding: 15px
}

.ModelSelector .modelSelectorHeader .backButton span {
	display: inline-block;
	text-indent: -9999px
}

.ModelSelector .modelSelectorHeader .backButton:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.ModelSelector .inPageModelSelectorHeader {
	display: none
}

.ModelSelector .vehicleSummary {
	display: none
}

.ModelSelector .vehicleNameHeader {
	margin-bottom: 17px
}

.ModelSelector .vehicleNameHeader+.modelList {
	margin-top: 40px
}

.ModelSelector .vehicleTagline {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 45px auto;
	max-width: 600px;
	line-height: 1.5em
}

.ModelSelector.withTabs .modelSelectorHeader {
	padding-bottom: 30px
}

.ModelSelector.withTabs .backButton {
	top: 134px
}

.ModelSelector .selectorContentLink {
	text-decoration: none
}

.ModelSelector .modelWrapper {
	display: block;
	border-bottom: 1px solid #a4a7a9
}

.ModelSelector .el {
	width: 33.333%;
	padding: 0 20px;
	margin-bottom: 55px
}

.ModelSelector .el:nth-of-type(3n+1) {
	clear: left
}

.ModelSelector .el sup {
	font-size: 0.5em
}

.ModelSelector .el img {
	width: 100%;
	height: auto;
	display: block
}

.ModelSelector .el .imageLink {
	position: relative
}

.ModelSelector .el .imageLink,.ModelSelector .el .selectorContentLink {
	text-decoration: none;
	display: block
}

.ModelSelector .el .modelName {
	margin: 22px 0 5.5px
}

.ModelSelector .el .selectorContent .modelName+.ModelSelector__body,.ModelSelector .el .selectorContent .price+.ModelSelector__body {
	color: #fff;
	margin: 22px 0 22px;
	font-weight: 700
}

.ModelSelector .el .unorderedList,.ModelSelector .el .featureText {
	padding-top: 22px;
	padding-bottom: 22px;
	color: #e4e8e8;
	border-top: 1px solid #a4a7a9
}

.ModelSelector .el .unorderedList li,.ModelSelector .el .featureText p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 22px
}

.ModelSelector .el .unorderedList li:last-child,.ModelSelector .el .featureText p:last-child {
	margin-bottom: 0
}

.ModelSelector__price {
	color: #fff;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	display: block;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 1;
	margin-bottom: 0.7em;
	padding: 1px 0
}

.ModelSelector .modelSelectorButtons {
	border-top: 1px solid #a4a7a9
}

.ModelSelector .selectorButton {
	display: block;
	margin-top: 22px;
	margin-bottom: 22px
}

#jaguar .ModelSelector .selectorButton {
	color: #fff
}

#jaguar .ModelSelector .selectorButton:before {
	color: #fff
}

#jaguar .ModelSelector .selectorButton:hover,#jaguar .ModelSelector .selectorButton:active {
	color: #8d8d8d
}

#jaguar .ModelSelector .selectorButton:hover span,#jaguar .ModelSelector .selectorButton:active span {
	border-bottom: 1px solid #8d8d8d
}

#jaguar .ModelSelector .selectorButton:hover:before,#jaguar .ModelSelector .selectorButton:active:before {
	color: #8d8d8d
}

#jaguar .ModelSelector .selectorButton:focus {
	color: #8d8d8d;
	outline: 0
}

#jaguar .ModelSelector .selectorButton.disabled {
	color: rgba(228,228,228,0.3)
}

#jaguar .ModelSelector .selectorButton.disabled:before {
	color: rgba(228,228,228,0.3)
}

#jaguar .ModelSelector .selectorButton.disabled:hover {
	color: rgba(228,228,228,0.3)
}

#jaguar.focusStylesOn .ModelSelector .selectorButton:focus {
	color: #8d8d8d;
	text-shadow: none;
	box-shadow: 0 0 2px 3px #4a90e2
}

#jaguar.focusStylesOn .ModelSelector .selectorButton:focus:before {
	color: #8d8d8d
}

.ModelSelector .selectorButton .secondaryLinkWithStyle {
	margin-top: 0px;
	padding-left: 0px;
	vertical-align: middle
}

.ModelSelector .selectorButton .secondaryLinkWithStyle:before {
	content: none
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i {
	display: inline
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i:before {
	margin-left: 0px;
	margin-right: 12px;
	position: relative;
	top: -2px;
	line-height: 1.25
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i.icon-ignite-configure:before {
	font-size: 20px;
	line-height: 1;
	top: -1px
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i {
	display: inline
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i:before {
	margin-left: 0px;
	margin-right: 12px;
	position: relative;
	top: -2px;
	line-height: 1.25
}

.ModelSelector .selectorButton .secondaryLinkWithStyle i.icon-map-pin:before {
	font-size: 20px;
	line-height: 1;
	top: -1px
}

.ModelSelector .tabContent {
	overflow: hidden;
	*zoom: 1
}

.ModelSelector .tabContent[data-total="1"] .el {
	margin-left: auto;
	margin-right: auto;
	float: none
}

.ModelSelector .tabContent[data-total="1"] .modelWrapper {
	height: auto
}

.ModelSelector .tabContent[data-total="2"] .el.firstModel {
	margin-left: 16.667%
}

.ModelSelector .tabContent[data-total="4"] .el,.ModelSelector .tabContent[data-total="7"] .el,.ModelSelector .tabContent[data-total="8"] .el,.ModelSelector .tabContent[data-total="10"] .el,.ModelSelector .tabContent[data-total="11"] .el,.ModelSelector .tabContent[data-total="12"] .el {
	width: 25%
}

.ModelSelector .tabContent[data-total="4"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="7"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="8"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="10"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="11"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="12"] .el:nth-of-type(3n+1) {
	clear: none
}

.ModelSelector .tabContent[data-total="4"] .el:nth-of-type(4n+1),.ModelSelector .tabContent[data-total="7"] .el:nth-of-type(4n+1),.ModelSelector .tabContent[data-total="8"] .el:nth-of-type(4n+1),.ModelSelector .tabContent[data-total="10"] .el:nth-of-type(4n+1),.ModelSelector .tabContent[data-total="11"] .el:nth-of-type(4n+1),.ModelSelector .tabContent[data-total="12"] .el:nth-of-type(4n+1) {
	clear: left
}

.ModelSelector.inPageModelSelector {
	z-index: 1;
	background-color: #4a4f54
}

.ModelSelector.inPageModelSelector .inPageModelSelectorHeader {
	margin: 0 auto 80px;
	display: inline-block
}

.ModelSelector.inPageModelSelector .backButton,.ModelSelector.inPageModelSelector .vehicleNameHeader,.ModelSelector.inPageModelSelector .vehicleTagline {
	display: none
}

.ModelSelector.inPageModelSelector.withTabs .modelSelectorHeader {
	padding-bottom: 0
}

.ModelSelector.inPageModelSelector.withTabs .inPageModelSelectorHeader {
	margin-bottom: 26px
}

.ModelSelector.inPageModelSelector.withTabs .vehicleSummary {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 60px 0;
	margin: 0 40px
}

.ModelSelector.inPageModelSelector.withTabs .TabFilter {
	margin-bottom: 80px
}

.ModelSelector.inPageModelSelector.withTabs .TabFilter.withSummary {
	margin-bottom: 0
}

@media screen and (min-width: 901px) {
	.ModelSelector--divider [data-total="1"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="1"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="2"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="2"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="3"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="3"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="5"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="5"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="6"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="6"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="9"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) .modelWrapper,.ModelSelector--divider [data-total="9"] .modelList .el:nth-child(3n+1):nth-last-child(-n+3) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="4"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="4"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="7"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="7"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="8"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="8"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="10"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="10"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="11"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="11"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector--divider [data-total="12"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) .modelWrapper,.ModelSelector--divider [data-total="12"] .modelList .el:nth-child(4n+1):nth-last-child(-n+4) ~ .el .modelWrapper {
		border-bottom: none
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.ModelSelector {
		padding: 0 20px -15px
	}

	.ModelSelector.inPageModelSelector {
		padding: 40px 20px 0
	}

	.ModelSelector--divider>.dark:after {
		left: -30px;
		right: -30px
	}

	.ModelSelector--divider.inPageModelSelector {
		padding-bottom: 25px
	}

	.ModelSelector--divider.inPageModelSelector>.dark:after {
		left: 20px;
		right: 20px
	}

	.ModelSelector--divider .modelList .el:nth-child(2n+1):nth-last-child(-n+2) .modelWrapper,.ModelSelector--divider .modelList .el:nth-child(2n+1):nth-last-child(-n+2) ~ .el .modelWrapper {
		border-bottom: none
	}

	.ModelSelector .modelSelectorHeader .backButton {
		left: 0;
		top: 51px
	}

	.ModelSelector.withTabs .modelSelectorHeader .backButton {
		top: 134px
	}

	.ModelSelector .tabContent .el,.ModelSelector .tabContent[data-total="4"] .el,.ModelSelector .tabContent[data-total="7"] .el,.ModelSelector .tabContent[data-total="8"] .el,.ModelSelector .tabContent[data-total="10"] .el,.ModelSelector .tabContent[data-total="11"] .el,.ModelSelector .tabContent[data-total="12"] .el {
		width: 50%
	}

	.ModelSelector .tabContent .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="4"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="7"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="8"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="10"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="11"] .el:nth-of-type(3n+1),.ModelSelector .tabContent[data-total="12"] .el:nth-of-type(3n+1) {
		clear: none
	}

	.ModelSelector .tabContent .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="4"] .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="7"] .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="8"] .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="10"] .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="11"] .el:nth-of-type(2n+1),.ModelSelector .tabContent[data-total="12"] .el:nth-of-type(2n+1) {
		clear: left
	}

	.ModelSelector .tabContent[data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="4"][data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="7"][data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="8"][data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="10"][data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="11"][data-total="2"] .el.firstModel,.ModelSelector .tabContent[data-total="12"][data-total="2"] .el.firstModel {
		margin-left: 0
	}

	.ModelSelector.inPageModelSelector .modelSelectorHeader {
		padding-top: 0
	}

	.ModelSelector.inPageModelSelector .inPageModelSelectorHeader {
		margin-bottom: 40px
	}

	.ModelSelector.inPageModelSelector.withTabs .inPageModelSelectorHeader {
		margin-bottom: 23px
	}

	.ModelSelector.inPageModelSelector.withTabs .vehicleSummary {
		padding-bottom: 40px
	}

	.ModelSelector.inPageModelSelector.withTabs .TabFilter {
		margin-bottom: 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.ModelSelector {
		padding: 30px 10px
	}

	.ModelSelector--divider>.dark:after {
		display: none
	}

	.ModelSelector.hide-title-mobile .modelSelectorHeader .heading {
		display: none
	}

	.ModelSelector.inPageModelSelector {
		padding: 30px 10px
	}

	.ModelSelector.inPageModelSelector .inPageModelSelectorHeader {
		margin-bottom: 30px
	}

	.ModelSelector.inPageModelSelector .TabFilter {
		margin: 0 auto
	}

	.ModelSelector.inPageModelSelector.withTabs .inPageModelSelectorHeader {
		margin-bottom: 18px
	}

	.ModelSelector.inPageModelSelector.withTabs .vehicleSummary {
		padding-bottom: 20px
	}

	.ModelSelector.inPageModelSelector.withTabs .TabFilter {
		margin-bottom: 30px
	}

	.ModelSelector.withTabs .modelSelectorHeader .backButton {
		top: 9px
	}

	.ModelSelector .modelSelectorHeader .backButton {
		top: 0;
		left: 0
	}

	.ModelSelector .modelSelectorHeader .backButton:after {
		width: auto;
		padding: 0
	}

	.ModelSelector .vehicleNameHeader {
		margin-bottom: 12px
	}

	.ModelSelector .vehicleTagline {
		margin-bottom: 30px;
		max-width: 300px;
		font-size: 13px
	}

	.ModelSelector .tabContent[data-total="1"] .el,.ModelSelector .tabContent[data-total="2"] .el,.ModelSelector .tabContent[data-total="3"] .el,.ModelSelector .tabContent[data-total="4"] .el,.ModelSelector .tabContent[data-total="5"] .el,.ModelSelector .tabContent[data-total="6"] .el,.ModelSelector .tabContent[data-total="7"] .el,.ModelSelector .tabContent[data-total="8"] .el,.ModelSelector .tabContent[data-total="10"] .el,.ModelSelector .tabContent[data-total="11"] .el,.ModelSelector .tabContent[data-total="12"] .el {
		width: 100%;
		float: none;
		margin-bottom: 22px
	}

	.ModelSelector .el ul,.ModelSelector .el .modelSelectorButtons {
		display: none
	}

	.ModelSelector .el .modelName {
		margin-top: 11px
	}

	.ModelSelector .el .selectorContent .modelName+.ModelSelector__body,.ModelSelector .el .selectorContent .price+.ModelSelector__body {
		margin: 8.667px 0 0
	}

	.ModelSelector .modelWrapper {
		border-bottom: 0
	}
}

.overlay .ModelSelector {
	width: 50%
}

.overlay .ModelSelector .el {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

html.no-js .ModelSelector .tabContent .modelWrapper {
	height: auto
}

#landrover .ModelSelector .modelSelectorButtonTwo,#landrover .ModelSelector .modelSelectorButtonTwo:before {
	color: #a4a7a9
}

#landrover .ModelSelector .modelSelectorButtonTwo:hover,#landrover .ModelSelector .modelSelectorButtonTwo:before:hover {
	color: #e4e8e8
}

.lt-ie9 .ModelSelector .modelSelectorButtons .selectorButton {
	padding-top: 0;
	padding-bottom: 0
}

.ModelSelector .modelSelectorHeader .backButton {
	color: #4a4f54
}

.lightTheme .ModelSelector .modelSelectorHeader .backButton {
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.AccordionContainer .ModelSelector .modelList .el:last-child {
		margin-bottom: 0 !important
	}

	.AccordionContainer .ModelSelector .featureText {
		padding-bottom: 0 !important
	}
}

.BazaarVoiceRating {
	min-height: 20px
}

.no-js .BazaarVoiceRating {
	display: none
}

.BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif !important;
	line-height: 24px !important
}

.BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: transparent !important
}

.BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link {
	font-size: 13px !important;
	cursor: auto !important
}

.BazaarVoiceRating .bv-cleanslate .bv-shared a.bv-rating-stars-container .bv-rating-stars {
	cursor: pointer !important
}

.Quote .BazaarVoiceRating {
	margin-top: 30px
}

.Quote .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on {
	color: #f8f9f9 !important
}

.Quote .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link {
	color: #e4e8e8 !important
}

.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-stars-container {
	text-align: center !important
}

.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-stars-container dd {
	display: inline-block !important
}

.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on {
	color: #005a2b !important
}

.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating,.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-label,.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link {
	color: #005a2b !important
}

.VehicleSelector .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: #cdd1d1 !important
}

.VehicleSummary.dark .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: #b7b9bb !important
}

.VehicleSummary.dark .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link {
	color: #e4e8e8 !important
}

.VehicleSummary.grey .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off,.VehicleSummary.light .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: #d9dcdc !important
}

.VehicleSummary.grey .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on,.VehicleSummary.light .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-on {
	color: #005a2b !important
}

.VehicleSummary.grey .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link,.VehicleSummary.light .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-text-link {
	color: #4a4f54 !important
}

.VehicleSummary.grey .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: #a4a7a9 !important
}

.VehicleSummary.light .BazaarVoiceRating .bv-cleanslate .bv-shared .bv-inline-rating-container .bv-rating-stars-off {
	color: #d9dcdc !important
}

html.withVehicleSelector[style] {
	overflow-y: hidden
}

html.withVehicleSelector[style] #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}

html.withVehicleSelector[style] #header .MainNavigation ul li.vehicles span:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-left: 6px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	html.withVehicleSelector[style] {
		overflow-y: hidden;
		height: auto !important
	}

	html.withVehicleSelector[style] #header {
		position: fixed
	}

	html.withVehicleSelector[style] .pageWrapper {
		padding-top: 0 !important
	}
}

.VehicleSelector {
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased
}

.VehicleSelector .selectorSlider {
	width: 200%;
	position: relative;
	height: 100%;
	left: 0%
}

.VehicleSelector .vehicleList.hideVehicles .el {
	display: none
}

.VehicleSelector.inPageVehicleSelector {
	padding: 80px 90px
}

.VehicleSelector .VehicleSelectorWrapper {
	float: left;
	border-left: 1px solid
}

.VehicleSelectorWrapper {
	min-height: 1px;
	float: none;
	width: 50%;
	max-height: 100%;
	overflow-x: hidden
}

.VehicleSelectorWrapper img {
	width: 100%;
	height: auto;
	display: block
}

.VehicleSelectorWrapper .el {
	width: 33.33%;
	text-align: center;
	border-right: 1px solid
}

.VehicleSelectorWrapper .el .vehicleWrapper,.VehicleSelectorWrapper .el .modelWrapper {
	display: block;
	height: 600px
}

.VehicleSelectorWrapper .el .vehicleWrapper {
	box-sizing: content-box
}

.VehicleSelectorWrapper .el .imageLink {
	position: relative
}

.VehicleSelectorWrapper .el .imageLink,.VehicleSelectorWrapper .el .selectorContentLink {
	text-decoration: none;
	display: block
}

.VehicleSelectorWrapper .el .imageLink {
	margin-left: -1px;
	margin-right: -1px
}

.VehicleSelectorWrapper .el .selectorContent {
	padding: 25px 10% 0 10%
}

.VehicleSelectorWrapper .el .vehicleName,.VehicleSelectorWrapper .el .modelName {
	margin-bottom: 18px
}

.VehicleSelectorWrapper .el .price {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1.5px
}

.VehicleSelectorWrapper .el p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 24px
}

.VehicleSelectorWrapper .el .vehicleSelectorButtons,.VehicleSelectorWrapper .el .modelSelectorButtons {
	margin-top: 20px;
	display: table;
	width: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid
}

.VehicleSelectorWrapper .el .selectorButton {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	padding: 12px 10px 10px 10px;
	border-left: 1px solid;
	height: 43px;
	overflow: hidden
}

.VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle {
	vertical-align: middle;
	color: #898c8f
}

.VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle:before {
	content: none
}

.VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle i {
	display: inline
}

.VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle i:before {
	margin-left: 0px;
	margin-right: 12px;
	position: relative;
	top: -1px;
	line-height: 1.25
}

.VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle i.icon-ignite-configure:before {
	font-size: 20px;
	line-height: 1;
	top: -1px
}

#landrover .VehicleSelectorWrapper .el .selectorButton span {
	line-height: 1;
	padding-left: 0px
}

.VehicleSelectorWrapper .el .selectorButton:first-child {
	border-left: none
}

.VehicleSelectorWrapper .el .placeholder {
	min-height: 43px
}

.VehicleSelectorWrapper .noPrice p {
	margin-top: 32px
}

.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons .placeholder,.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons a {
	border-top: 1px solid
}

.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons a {
	display: block;
	width: 100%;
	border-left: none
}

.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons a:first-child {
	border-top: none
}

.VehicleSelectorWrapper[data-total="4"] .el,.VehicleSelectorWrapper[data-total="7"] .el,.VehicleSelectorWrapper[data-total="8"] .el {
	width: 25%
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.VehicleSelectorWrapper .el {
		width: 50%
	}

	.VehicleSelectorWrapper[data-total="4"] .el,.VehicleSelectorWrapper[data-total="7"] .el,.VehicleSelectorWrapper[data-total="8"] .el {
		width: 50%
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VehicleSelectorWrapper .el {
		width: 100%;
		text-align: left
	}

	.VehicleSelectorWrapper .el .vehicleWrapper,.VehicleSelectorWrapper .el .modelWrapper {
		display: table
	}

	.VehicleSelectorWrapper .el img {
		float: left;
		width: 91px
	}

	.VehicleSelectorWrapper .el .selectorContent {
		display: table-cell;
		vertical-align: middle;
		padding: 0 5%;
		width: 100%;
		border-bottom: 1px solid
	}

	.VehicleSelectorWrapper .el .vehicleName,.VehicleSelectorWrapper .el .modelName {
		margin: 0;
		font-size: 14px;
		text-align: left;
		letter-spacing: 0.1em
	}

	.VehicleSelectorWrapper .el .price {
		margin-top: 3px;
		text-align: left;
		letter-spacing: 1.5px
	}

	.VehicleSelectorWrapper .el p {
		margin-top: 6px;
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 0
	}

	.VehicleSelectorWrapper .el .vehicleSelectorButtons {
		display: none
	}

	.VehicleSelectorWrapper[data-total="4"] .el,.VehicleSelectorWrapper[data-total="7"] .el,.VehicleSelectorWrapper[data-total="8"] .el {
		width: 100%
	}
}

.VehicleSelector.hasRatings .el .vehicleWrapper {
	position: relative;
	padding-bottom: 11px
}

.VehicleSelector.hasRatings .el .vehicleWrapper .BazaarVoiceRating {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VehicleSelector.hasRatings .el .vehicleWrapper {
		position: static;
		padding-bottom: 0
	}

	.VehicleSelector.hasRatings .el .vehicleWrapper .BazaarVoiceRating {
		display: none
	}
}

#landrover .VehicleSelectorWrapper .secondaryLinkWithStyle {
	margin-top: 0;
	line-height: 1.2
}

#landrover .VehicleSelectorWrapper .secondaryLinkWithStyle:before {
	content: none
}

.lt-ie9 #landrover .VehicleSelector .secondaryLinkWithStyle:before {
	display: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.VehicleSelector.inPageVehicleSelector {
		padding: 40px 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VehicleSelector.inPageVehicleSelector {
		padding: 0
	}
}

@media screen and (min-width: 2001px) {
	html.withVehicleSelector[style] #header,html.withVehicleSelector[style] #vehicleSelectorOverlay {
		left: 50%;
		margin-left: -1000px
	}
}

#vehicleSelectorOverlay {
	position: fixed;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.overlay .selectorSlider>.vehicleList .el {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: 400ms opacity;
	-moz-transition: 400ms opacity;
	-o-transition: 400ms opacity;
	transition: 400ms opacity
}

.overlay .selectorSlider>.vehicleList .el:nth-child(1) {
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(2) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(3) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(4) {
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(5) {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(6) {
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(7) {
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(8) {
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(9) {
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(10) {
	-webkit-transition-delay: 1800ms;
	-moz-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(11) {
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(12) {
	-webkit-transition-delay: 2200ms;
	-moz-transition-delay: 2200ms;
	-o-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(13) {
	-webkit-transition-delay: 2400ms;
	-moz-transition-delay: 2400ms;
	-o-transition-delay: 2400ms;
	transition-delay: 2400ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(14) {
	-webkit-transition-delay: 2600ms;
	-moz-transition-delay: 2600ms;
	-o-transition-delay: 2600ms;
	transition-delay: 2600ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(15) {
	-webkit-transition-delay: 2800ms;
	-moz-transition-delay: 2800ms;
	-o-transition-delay: 2800ms;
	transition-delay: 2800ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(16) {
	-webkit-transition-delay: 3000ms;
	-moz-transition-delay: 3000ms;
	-o-transition-delay: 3000ms;
	transition-delay: 3000ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(17) {
	-webkit-transition-delay: 3200ms;
	-moz-transition-delay: 3200ms;
	-o-transition-delay: 3200ms;
	transition-delay: 3200ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(18) {
	-webkit-transition-delay: 3400ms;
	-moz-transition-delay: 3400ms;
	-o-transition-delay: 3400ms;
	transition-delay: 3400ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(19) {
	-webkit-transition-delay: 3600ms;
	-moz-transition-delay: 3600ms;
	-o-transition-delay: 3600ms;
	transition-delay: 3600ms
}

.overlay .selectorSlider>.vehicleList .el:nth-child(20) {
	-webkit-transition-delay: 3800ms;
	-moz-transition-delay: 3800ms;
	-o-transition-delay: 3800ms;
	transition-delay: 3800ms
}

.overlay .selectorSlider>.vehicleList.showVehicles .el {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

html.withVehicleSelector[style] #header .MainNavigation ul li.active a {
	background-color: #0c121c
}

html.withVehicleSelector[style] #header .MainNavigation ul li.active a:hover,html.withVehicleSelector[style] #header .MainNavigation ul li.active a:focus {
	background-color: #4a4f54
}

html.withVehicleSelector[style] #header .MainNavigation ul li.active.vehicles a,html.withVehicleSelector[style] #header .MainNavigation ul li.activeOverlay a {
	background-color: #4a4f54
}

.VehicleSelector.inPageVehicleSelector {
	background-color: #4a4f54
}

.VehicleSelector.inPageVehicleSelector .VehicleSelectorWrapper {
	border-left-color: #5c6165
}

.VehicleSelectorWrapper .el {
	border-right-color: #5c6165;
	background-color: #4a4f54
}

.VehicleSelectorWrapper .el .price {
	color: #fff
}

.VehicleSelectorWrapper .el p {
	color: #e4e8e8
}

.VehicleSelectorWrapper .el .vehicleName {
	color: #fff
}

.VehicleSelectorWrapper .el .vehicleName .headingWrapper:before,.VehicleSelectorWrapper .el .vehicleName .headingWrapper:after {
	background-color: #fff
}

.VehicleSelectorWrapper .el .vehicleSelectorButtons,.VehicleSelectorWrapper .el .modelSelectorButtons {
	border-top-color: #5c6165;
	border-bottom-color: #5c6165
}

.VehicleSelectorWrapper .el .selectorButton {
	border-left-color: #5c6165
}

.VehicleSelectorWrapper .el .placeholder {
	background-color: #4a4f54
}

.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons .placeholder,.VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons a {
	border-top-color: #5c6165
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VehicleSelector .el .selectorContent {
		border-bottom-color: #5c6165
	}
}

.lightTheme.withVehicleSelector[style] #header .MainNavigation ul li.active a {
	background-color: #fff
}

.lightTheme.withVehicleSelector[style] #header .MainNavigation ul li.active a:hover,.lightTheme.withVehicleSelector[style] #header .MainNavigation ul li.active a:focus {
	background-color: #e4e8e8
}

.lightTheme.withVehicleSelector[style] #header .MainNavigation ul li.active.vehicles a,.lightTheme.withVehicleSelector[style] #header .MainNavigation ul li.activeOverlay a {
	background-color: #e4e8e8
}

.lightTheme .VehicleSelector.inPageVehicleSelector {
	background-color: #4a4f54
}

.lightTheme .VehicleSelector.inPageVehicleSelector .VehicleSelectorWrapper {
	border-left-color: #5c6165
}

.lightTheme .VehicleSelectorWrapper .el {
	border-right-color: #eff1f1;
	background-color: #fff
}

.lightTheme .VehicleSelectorWrapper .el .price {
	color: #4a4f54
}

.lightTheme .VehicleSelectorWrapper .el p {
	color: #4a4f54
}

.lightTheme .VehicleSelectorWrapper .el .vehicleName {
	color: #000
}

.lightTheme .VehicleSelectorWrapper .el .vehicleName .headingWrapper:before,.lightTheme .VehicleSelectorWrapper .el .vehicleName .headingWrapper:after {
	background-color: #0c121c
}

.lightTheme .VehicleSelectorWrapper .el .vehicleSelectorButtons,.lightTheme .VehicleSelectorWrapper .el .modelSelectorButtons {
	border-top-color: #eff1f1;
	border-bottom-color: #eff1f1
}

.lightTheme .VehicleSelectorWrapper .el .selectorButton {
	border-left-color: #eff1f1
}

.lightTheme .VehicleSelectorWrapper .el .placeholder {
	background-color: #fff
}

.lightTheme .VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons .placeholder,.lightTheme .VehicleSelectorWrapper.longLinks .el .vehicleSelectorButtons a {
	border-top-color: #eff1f1
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.lightTheme .VehicleSelector .el .selectorContent {
		border-bottom-color: #eff1f1
	}
}

#landrover .VehicleSelectorWrapper .el .selectorButton .secondaryLinkWithStyle {
	color: #898c8f
}

#landrover .VehicleSelectorWrapper .el .price {
	-webkit-font-smoothing: subpixel-antialiased
}

#landrover .VehicleSelectorWrapper .el .selectorButton:hover .secondaryLinkWithStyle {
	color: #4a4f54
}

.CursorAnimateRotate .cursor {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px;
	margin-top: 60px;
	margin-left: 33px
}

.CursorAnimateRotate .cursor.isVisible {
	display: block
}

.CursorAnimateRotate .cursorIcon {
	width: 33px;
	height: 54px;
	pointer-events: none;
	background-image: url(../../../images/cursor-left.png?v=77a04b67d4806a651d3051b059f05e6e);
	background-repeat: none;
	transition: transform .4s ease-out
}

.CursorAnimateRotate.offScreen .cursor {
	display: none
}

.CursorAnimateRotate.cursorRight .cursor {
	margin-left: 10px
}

.CursorAnimateRotate.cursorRight .cursorIcon {
	transform: rotate(180deg)
}

.CursorAnimateRotate,.CursorAnimateRotate .rsOverflow,.CursorAnimateRotate video {
	cursor: none !important
}

.CursorNoAnimateNoRotate.cursorLeft,.CursorNoAnimateNoRotate.cursorLeft .rsOverflow[style],.CursorNoAnimateNoRotate.cursorLeft .rsOverflow[style] video {
	cursor: url(../images/cursor-left.cur?v=1a72d68d7bc4a1a9025a249b1f3752f0),pointer !important
}

.CursorNoAnimateNoRotate.cursorRight,.CursorNoAnimateNoRotate.cursorRight .rsOverflow[style],.CursorNoAnimateNoRotate.cursorRight .rsOverflow[style] video {
	cursor: url(../images/cursor-right.cur?v=8a0e491f618d44cdec77eb0ac1a5f2ce),pointer !important
}

.ScrollDown {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none;
	text-align: center;
	z-index: 5;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background-color .5s,color .5s;
	-moz-transition: background-color .5s,color .5s;
	-o-transition: background-color .5s,color .5s;
	transition: background-color .5s,color .5s;
	position: relative;
	top: -50px
}

.ScrollDown:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 25px;
	position: relative;
	top: -1px
}

.ScrollDown:hover {
	background-color: #fff;
	color: #444
}

.HeroCarousel .ScrollDown {
	-webkit-transform: translate3d(0, 0, 0)
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.ScrollDown {
		display: none
	}
}

.Vee24 {
	display: none
}

.no-js .InPageNavigation,.InPageNavigation.touchDevice {
	display: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.InPageNavigation {
		display: none
	}
}

.InPageNavigation__bar {
	position: relative;
	color: #fff;
	background-color: #141414;
	background-clip: content-box;
	transition: background-color .4s,border-color .4s
}

.InPageNavigation--sticky .InPageNavigation__bar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 8
}

.InPageNavigation__top-link {
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	transition: opacity .4s,visibility 0 .4s;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	text-decoration: none;
	color: inherit
}

.InPageNavigation__top-link-inner {
	-webkit-transition: border-color .4s;
	-moz-transition: border-color .4s;
	-o-transition: border-color .4s;
	transition: border-color .4s
}

.InPageNavigation__top-link-inner:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin-right: 10px;
	position: relative;
	top: -1px
}

.InPageNavigation__links-container {
	position: relative;
	margin: 0 90px
}

.InPageNavigation__list {
	display: flex;
	margin: 0 auto
}

.InPageNavigation__item {
	flex: 1;
	transition: border-color .4s
}

.InPageNavigation__link {
	display: block;
	position: relative;
	height: 41px;
	padding: 0 5px;
	text-align: center;
	z-index: 1;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s
}

.InPageNavigation__link:hover,.InPageNavigation__link:focus {
	color: #d8d8d8
}

.InPageNavigation__link:hover .InPageNavigation__link-inner,.InPageNavigation__link:focus .InPageNavigation__link-inner {
	border-bottom: 1px solid #d8d8d8
}

.InPageNavigation__link:focus {
	outline: 0
}

.focusStylesOn .InPageNavigation__link:focus {
	box-shadow: inset 0 0 5px #4a90e2,0 0 5px #4a90e2
}

.InPageNavigation__link-inner {
	display: inline-block;
	line-height: 12px;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .4s;
	-moz-transition: border-color .4s;
	-o-transition: border-color .4s;
	transition: border-color .4s
}

.InPageNavigation__indicator {
	height: 6px;
	position: absolute;
	bottom: 0;
	background-color: transparent;
	transition: background-color .2s
}

.InPageNavigation__indicator--animate-left {
	transition: left .4s,right .4s .2s,background-color .4s .4s
}

.InPageNavigation__indicator--animate-right {
	transition: left .4s .2s,right .4s,background-color .4s .4s
}

.InPageNavigation--reversed .InPageNavigation__bar {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
	opacity: .97;
	box-shadow: 0 0 2px rgba(0,0,0,0.15)
}

.InPageNavigation--reversed .InPageNavigation__top-link {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
	transition: visibility 0,opacity .4s .4s
}

.InPageNavigation--reversed .InPageNavigation__top-link-inner {
	border-bottom: 1px solid transparent
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.InPageNavigation--reversed {
		display: none
	}
}

.InPageNavigation--no-animate,.InPageNavigation--no-animate * {
	transition: none !important
}

.InPageNavigation__item {
	border-right: 1px solid #333
}

.InPageNavigation__item:first-child {
	border-left: 1px solid #333
}

.InPageNavigation__link,.InPageNavigation__top-link {
	font-weight: 400;
	font-size: 1.1rem;
	letter-spacing: .15em;
	line-height: 41px
}

.InPageNavigation--reversed .InPageNavigation__bar {
	color: #444;
	background-color: #f0f0f0
}

.InPageNavigation--reversed .InPageNavigation__item,.InPageNavigation--reversed .InPageNavigation__item:first-child {
	border-color: #f0f0f0
}

.InPageNavigation--reversed .InPageNavigation__link:hover,.InPageNavigation--reversed .InPageNavigation__link:focus {
	color: #9e1b32
}

.InPageNavigation--reversed .InPageNavigation__link:hover .InPageNavigation__link-inner,.InPageNavigation--reversed .InPageNavigation__link:focus .InPageNavigation__link-inner {
	border-bottom: 1px solid #9e1b32
}

.InPageNavigation--reversed .InPageNavigation__top-link:hover,.InPageNavigation--reversed .InPageNavigation__top-link:focus {
	color: #9e1b32
}

.InPageNavigation--reversed .InPageNavigation__top-link:hover .InPageNavigation__top-link-inner,.InPageNavigation--reversed .InPageNavigation__top-link:focus .InPageNavigation__top-link-inner {
	border-bottom: 1px solid #9e1b32
}

.InPageNavigation--reversed .InPageNavigation__indicator {
	background-color: #9e1b32
}

.InPageSubNavigation {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	display: none
}

.InPageSubNavigation .DropdownNav {
	margin: 0 auto
}

.InPageSubNavigation .chooseModel {
	padding: 0
}

.InPageSubNavigation .chooseModel>a,.InPageSubNavigation .chooseModel .back {
	display: block;
	padding: 0 40px 0 23px;
	line-height: 45px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	position: relative;
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out
}

.InPageSubNavigation .chooseModel>a:before,.InPageSubNavigation .chooseModel .back:before {
	position: absolute;
	top: 17px;
	right: 16px
}

.InPageSubNavigation .chooseModel>a:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.InPageSubNavigation .chooseModel .back:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.InPageSubNavigation .chooseModel .modelsContainer {
	display: none
}

.InPageSubNavigation .chooseModel .modelsContainer .chooseModelHeader {
	margin: 0;
	padding: 0 23px;
	line-height: 45px;
	font-size: 10px;
	letter-spacing: 0.2em;
	cursor: default
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.InPageSubNavigation {
		display: block
	}
}

.no-js .InPageSubNavigation .DropdownNav .selected:before {
	display: none
}

.no-js .InPageSubNavigation .chooseModel>a {
	display: none
}

.no-js .InPageSubNavigation .chooseModel .modelsContainer {
	display: block
}

.no-js .InPageSubNavigation .chooseModel .modelsContainer .back {
	display: none
}

.InPageSubNavigation .chooseModel>a,.InPageSubNavigation .chooseModel .back {
	background-color: #0c121c;
	color: #fff
}

.InPageSubNavigation .chooseModel>a:hover,.InPageSubNavigation .chooseModel>a:focus,.InPageSubNavigation .chooseModel .back:hover,.InPageSubNavigation .chooseModel .back:focus {
	background-color: #383b3f
}

.InPageSubNavigation .chooseModel .modelsContainer .chooseModelHeader {
	background-color: #a4a7a9;
	color: #fff
}

.lightTheme .InPageSubNavigation .chooseModel>a,.lightTheme .InPageSubNavigation .chooseModel .back {
	background-color: #0c121c;
	color: #fff
}

.lightTheme .InPageSubNavigation .chooseModel>a:hover,.lightTheme .InPageSubNavigation .chooseModel>a:focus,.lightTheme .InPageSubNavigation .chooseModel .back:hover,.lightTheme .InPageSubNavigation .chooseModel .back:focus {
	background-color: #383b3f
}

.lightTheme .InPageSubNavigation .chooseModel .modelsContainer .chooseModelHeader {
	background-color: #a4a7a9;
	color: #fff
}

.Accordion--mobile-only .accordion-group-title {
	display: none
}

@media screen and (min-width: 741px) {
	.Accordion--mobile-only {
		height: auto !important
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.Accordion--mobile-only {
		position: relative;
		z-index: 1;
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s
	}

	.Accordion--mobile-only .accordion-group {
		clear: both;
		width: 100%;
		height: 100%
	}

	.Accordion--mobile-only .accordion-group-title {
		color: #0c121c;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.1em;
		width: 100%;
		min-height: 50px;
		background: #fff;
		border-top: 1px solid #dbdcdd;
		padding: 10px 30px;
		display: table;
		position: relative;
		cursor: pointer
	}

	.Accordion--mobile-only .accordion-group-title.fixed {
		position: fixed;
		top: 0
	}

	.Accordion--mobile-only .accordion-fixed-header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 3;
		transform: translate3d(0, 0, 0);
		transition: opacity .35s ease-in-out
	}

	.Accordion--mobile-only .accordion-fixed-header .accordion-group-title {
		box-shadow: 0px 0px 4px rgba(1,1,1,0.2);
		border-top: 0 none;
		border-bottom: 1px solid #dbdcdd
	}

	.Accordion--mobile-only .accordion-fixed-header.transitioning .accordion-group-title {
		border-bottom: 0;
		box-shadow: none
	}

	.Accordion--mobile-only .accordion-group-title-inner {
		display: table-cell;
		vertical-align: middle;
		font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
		letter-spacing: 0.7px;
		padding-top: 1px;
		padding-right: 15px
	}

	.Accordion--mobile-only .accordion-group-content {
		background-color: #e9ecec;
		display: block;
		width: 100%;
		overflow: hidden;
		border-top: 1px solid #dbdcdd;
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s
	}

	.Accordion--mobile-only .closed .accordion-group-content {
		height: 0
	}

	.Accordion--mobile-only .accordion-toggle-icon {
		width: 14px;
		height: 14px;
		position: absolute;
		right: 18px;
		top: 50%;
		margin-top: -8px;
		background: url(/resources//public/images/accordion/accordion-icon--closed.svg?v=cd2b94ec364f3fe2be3628cfa3278963) no-repeat center top
	}

	.Accordion--mobile-only .accordion-toggle-icon.open {
		background: url(/resources//public/images/accordion/accordion-icon--open.svg?v=6b07dbce6545526e68228ac495bf189e) no-repeat center top
	}
}

.ContentCard .secondaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle {
	margin-top: 9px
}

.ContentCard__bullet__list {
	margin-left: 16px;
	margin-top: 22px;
	list-style: disc outside none
}

.ContentCard__bullet {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 11px
}

.ContentCard__bullet:last-of-type {
	margin-bottom: 0
}

.ContentCard__caveat {
	margin-top: 26px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.ContentCard .bulletBlock[data-show-bullets-on-mobile="false"] {
		display: none !important
	}
}

.Modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1040;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out
}

.Modal--full-width .Modal__content-wrapper {
	width: 100%
}

@media screen and (min-width: 741px) {
	.Modal--full-width .Modal__content-wrapper {
		width: 610px
	}
}

@media screen and (min-width: 901px) {
	.Modal--full-width .Modal__content-wrapper {
		width: 100%
	}
}

.Modal--swiper .Modal__content {
	padding: 56px 0
}

.Modal__background {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.Modal__content-wrapper {
	width: 100%;
	max-height: 100vh;
	height: 100vh;
	display: block;
	background: #fff;
	position: fixed;
	z-index: 2;
	max-width: 1100px
}

@media screen and (min-width: 741px) {
	.Modal__content-wrapper {
		width: 610px;
		max-height: calc(100vh - 80px);
		top: 50%;
		left: 50%;
		height: auto;
		transform: translate(-50%, -50%);
		box-shadow: 0px 6px 13px
	}
}

.Modal__content {
	padding: 56px 40px;
	overflow-y: auto;
	height: 100%;
	max-height: 100vh
}

@media screen and (min-width: 741px) {
	.Modal__content {
		max-height: 80vh
	}
}

.Modal__header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
	z-index: 2
}

@media screen and (min-width: 741px) {
	.Modal__header {
		border: none
	}
}

.Modal__close {
	display: block;
	height: 44px;
	width: 44px;
	padding: 14px;
	outline: 0;
	text-align: center;
	background: transparent;
	border: none;
	margin-left: auto
}

.Modal__close:disabled,.Modal__close [disabled] {
	background: transparent
}

.Modal__close:disabled:after,.Modal__close [disabled]:after {
	color: #e4e4e4
}

.Modal__close:after {
	color: #000;
	font-size: 16px;
	margin: 0 !important;
	line-height: 14px;
	width: auto
}

.Modal__title {
	margin: 24px 0
}

@media screen and (min-width: 901px) {
	.Modal__title {
		margin-top: 0;
		margin-bottom: 23px
	}
}

.Modal__footer {
	position: fixed;
	bottom: -1px;
	height: 83px;
	background: linear-gradient(to top, #fff 0%, #fff 24%, rgba(255,255,255,0) 100%);
	left: 0;
	right: 0;
	transition: opacity .35s ease-in-out;
	z-index: 2
}

.Modal__close:hover,.Modal__close:active {
	background: #f0f0f0;
	border: 0
}

.focusStylesOn .Modal__close:focus {
	background: #f0f0f0;
	box-shadow: inset 0 0 5px #4a90e2,0 0 5px #4a90e2
}

.Modal__close:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.Modal__title {
	color: #444;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 1.7rem;
	line-height: 1.24;
	letter-spacing: .255rem;
	font-weight: 500
}

@media screen and (min-width: 740px) and (max-width: 899px) {
	.Modal__title {
		line-height: 1.24;
		letter-spacing: 0.24rem
	}
}

@media screen and (min-width: 901px) {
	.Modal__title {
		font-size: 1.8rem;
		line-height: 1.22;
		letter-spacing: 0.3rem
	}
}

.Modal__text {
	color: #444
}

.Picture--background .Picture__img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block
}

.Picture--background[data-align="left"] .Picture__img,.Picture--background[data-align="left center"] .Picture__img {
	object-position: left
}

.Picture--background[data-align="top"] .Picture__img {
	object-position: top
}

.Picture--background[data-align="right"] .Picture__img,.Picture--background[data-align="right center"] .Picture__img {
	object-position: right
}

.Picture--background[data-align="bottom"] .Picture__img {
	object-position: bottom
}

.Picture--background[data-align="center"] .Picture__img,.Picture--background[data-align="center center"] .Picture__img {
	object-position: center
}

.Pagination {
	display: flex
}

.Pagination__controls {
	display: flex;
	list-style-type: none;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.Pagination__pip,.Pagination__play,.Pagination__pause {
	border: none
}

.Pagination__pip:hover,.Pagination__play:hover,.Pagination__pause:hover {
	background: transparent;
	border: none
}

.Pagination__pip {
	display: block;
	width: 32px;
	height: 32px;
	position: relative
}

.Pagination__pip:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255,255,255,0);
	border: 2px solid #fff;
	box-shadow: 0 0 6px 3px rgba(74,144,226,0),0 1px 4px 0 rgba(0,0,0,0.5),inset 0 1px 4px 0 rgba(0,0,0,0.1);
	transition: all .2s
}

.Pagination__pip:focus {
	outline: none
}

.focusStylesOn .Pagination__pip:focus:after {
	box-shadow: 0 0 6px 3px #4a90e2,0 1px 4px 0 rgba(0,0,0,0.5),inset 0 1px 4px 0 transparent
}

.Pagination__pip:hover:after {
	background: rgba(255,255,255,0.2)
}

.Pagination__pip--active:after,.Pagination__pip--active:hover:after {
	background: #fff;
	box-shadow: 0 0 6px 3px rgba(74,144,226,0),0 1px 4px 0 rgba(0,0,0,0.5),inset 0 1px 4px 0 transparent
}

.Pagination__play,.Pagination__pause {
	position: absolute;
	width: 42px;
	height: 42px;
	padding: 0;
	top: 0;
	left: 0
}

.Pagination__play:before,.Pagination__pause:before {
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	border-radius: 100px;
	border: 2px solid #fff;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 6px 3px rgba(74,144,226,0),0 1px 4px 0 rgba(0,0,0,0.5),inset 0 1px 4px 0 rgba(0,0,0,0.1);
	transition: box-shadow .2s
}

.Pagination__play:focus,.Pagination__pause:focus {
	outline: 0
}

.focusStylesOn .Pagination__play:focus:before,.focusStylesOn .Pagination__pause:focus:before {
	box-shadow: 0 0 6px 3px #4a90e2,0 1px 4px 0 rgba(0,0,0,0.5),inset 0 1px 4px 0 rgba(0,0,0,0.1)
}

.Pagination__pause {
	opacity: 0;
	pointer-events: none
}

.Pagination__pause:before {
	border: 2px solid rgba(255,255,255,0.4)
}

.Pagination__pause-timer-icon {
	width: 42px;
	height: 42px;
	transform: rotateY(-180deg) rotateZ(-90deg)
}

.Pagination__pause-timer-icon-countdown {
	stroke-dasharray: 124px;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: white;
	fill: none;
	opacity: 1
}

.Pagination__button-wrapper--play-pause {
	width: 42px;
	height: 42px;
	position: relative;
	margin-right: 10px
}

.Pagination__button-wrapper--play-pause:before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
	border-radius: 100px;
	border: 2px solid transparent;
	top: 2px;
	left: 2px;
	background-color: rgba(255,255,255,0);
	transition: all .2s
}

.Pagination__button-wrapper--play-pause:hover:before {
	background-color: rgba(255,255,255,0.2)
}

.Pagination[data-playing="true"] .Pagination__play {
	opacity: 0;
	pointer-events: none
}

.Pagination[data-playing="true"] .Pagination__pause {
	opacity: 1;
	pointer-events: auto
}

.Pagination__play-control-icon,.Pagination__pause-control-icon {
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5));
	position: absolute;
	max-width: 20px
}

.Pagination__play-control-icon {
	max-height: 20px;
	top: 11px;
	left: 14px
}

.Pagination__pause-control-icon {
	max-height: 16px;
	top: 13px;
	left: 16px
}

.Pagination--black .Pagination__pip:after {
	border: 2px solid #000
}

.Pagination--black .Pagination__pip:focus {
	outline: none;
	box-shadow: none
}

.focusStylesOn .Pagination--black .Pagination__pip:focus:after {
	box-shadow: 0 0 6px 3px #4a90e2,0 1px 4px 0 rgba(141,141,141,0.5),inset 0 1px 4px 0 rgba(141,141,141,0)
}

.Pagination--black .Pagination__pip:hover:after {
	background: rgba(0,0,0,0.2)
}

.Pagination--black .Pagination__pip--active:after,.Pagination--black .Pagination__pip--active:hover:after {
	background: #000;
	box-shadow: 0 0 6px 3px rgba(74,144,226,0),0 1px 4px 0 rgba(141,141,141,0.5),inset 0 1px 4px 0 rgba(141,141,141,0)
}

.Pagination--black .Pagination__play:before,.Pagination--black .Pagination__pause:before {
	border: 2px solid #000;
	background-color: transparent
}

.Pagination--black .Pagination__pause:before {
	border: 2px solid rgba(0,0,0,0.4)
}

.Pagination--black .Pagination__pause-timer-icon-countdown {
	stroke-dasharray: 124px;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: black;
	fill: none;
	opacity: 1
}

.swiper-scrollbar {
	background-color: #e4e8e8
}

.swiper-container-horizontal>.swiper-scrollbar {
	height: 3px
}

.swiper-scrollbar-drag {
	background: #a5a7aa
}

.grey .swiper-scrollbar {
	background-color: #cdd1d1
}

.dark .swiper-scrollbar {
	background-color: #65696e
}

.dark .swiper-scrollbar-drag {
	background-color: #e4e8e8
}

.swiper-scrollbar-growing .swiper-scrollbar-drag {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	bottom: 0;
	-webkit-transition: right 400ms ease-in;
	-webkit-transition-delay: 400ms;
	-moz-transition: right 400ms ease-in 400ms;
	-o-transition: right 400ms ease-in 400ms;
	transition: right 400ms ease-in 400ms
}

.swiper-button {
	position: absolute;
	top: calc(50% - 12px);
	z-index: 10;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: none;
	outline: none;
	width: auto;
	max-width: 44px;
	height: 44px;
	padding: 10px;
	box-sizing: border-box;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1)) drop-shadow(0 0 2px rgba(74,144,226,0)) drop-shadow(0 0 2px rgba(74,144,226,0));
	transition: all .2s;
	opacity: 0
}

.focusStylesOn .swiper-button:focus {
	opacity: 1;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.1)) drop-shadow(0 0 2px #4a90e2) drop-shadow(0 0 2px #4a90e2)
}

.swiper-button svg {
	width: auto;
	height: 24px;
	max-width: 24px;
	margin: 0 auto
}

.swiper-button,.swiper-button:hover {
	background: transparent;
	border: 0
}

.swiper-button--prev {
	left: 0;
	right: auto
}

.swiper-button--next {
	left: auto;
	right: 0
}

@media screen and (min-width: 901px) {
	.swiper-button {
		display: block
	}

	.swiper-button[aria-disabled="true"] {
		display: none
	}
}

.swiper-container:hover .swiper-button {
	opacity: 1
}

.ToggleLinks {
	margin: 0 auto;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}

.ToggleLinks.ToggleLinksVisible {
	display: -webkit-box;
	display: table;
	display: flex;
	display: -ms-flexbox
}

.headerBlock .ToggleLinks {
	margin-top: 40px
}

.headerBlock .ToggleLinks:first-child {
	margin-top: 0
}

.ToggleLinks .toggleLinksItem {
	max-width: 25%;
	list-style-type: none;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: table-cell;
	display: flex
}

.ToggleLinks .toggleLinksItem.active .toggleLinksLink {
	background-color: #fff;
	color: #444
}

.ToggleLinks .toggleLinksLink {
	-webkit-transition: background-color 400ms ease,color 400ms ease;
	-moz-transition: background-color 400ms ease,color 400ms ease;
	-o-transition: background-color 400ms ease,color 400ms ease;
	transition: background-color 400ms ease,color 400ms ease;
	padding: 12px 25px 11px;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-decoration: none;
	text-align: center;
	background-color: #444;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ToggleLinks .toggleLinksLink:hover,.ToggleLinks .toggleLinksLink:focus {
	background-color: #000
}

.dark .ToggleLinks .toggleLinksItem.active .toggleLinksLink {
	background-color: #fff;
	color: #000
}

.dark .ToggleLinks .toggleLinksLink {
	background-color: #444;
	color: #fff
}

.dark .ToggleLinks .toggleLinksLink:hover {
	background-color: #000
}

.grey .ToggleLinks .toggleLinksItem.active .toggleLinksLink {
	background-color: #444;
	color: #fff
}

.grey .ToggleLinks .toggleLinksLink {
	background-color: #f9f9f9;
	color: #444
}

.grey .ToggleLinks .toggleLinksLink:hover {
	background-color: #fff
}

.light .ToggleLinks .toggleLinksItem.active .toggleLinksLink {
	background-color: #444;
	color: #fff
}

.light .ToggleLinks .toggleLinksLink {
	background-color: #f0f0f0;
	color: #444
}

.light .ToggleLinks .toggleLinksLink:hover {
	background-color: #f9f9f9
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.ToggleLinks {
		margin-left: -2px;
		margin-right: -2px;
		overflow-x: auto;
		padding-left: 40px;
		padding-right: 40px;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.GridListWrapper .ToggleLinks {
		margin-left: -42px;
		margin-right: -42px
	}

	.ToggleLinks .toggleLinksItem {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 1px;
		max-width: none
	}

	.ToggleLinks .toggleLinksLink {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 16px;
		padding-bottom: 16px
	}

	.ToggleLinks .toggleLinksLink span {
		display: block
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.ToggleLinks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 34px;
		padding-right: 30px
	}

	.GridListWrapper .ToggleLinks {
		margin-left: -32px;
		margin-right: -32px
	}

	.headerBlock .ToggleLinks {
		margin-top: 30px
	}

	.ToggleLinks .toggleLinksItem {
		min-width: calc(50% - 15px);
		width: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: calc(100% - 15px);
		margin-left: -3px;
		padding: 0 2px
	}

	.ToggleLinks .toggleLinksItem:last-child {
		padding-right: 30px;
		min-width: calc(50% + 15px)
	}

	.ToggleLinks .toggleLinksLink {
		padding-left: 15px;
		padding-right: 15px
	}

	.ToggleLinks[data-total="1"] {
		display: none
	}

	.ToggleLinks[data-total="2"] .toggleLinksItem {
		width: calc(50% + 3px);
		flex-basis: calc(50% + 3px)
	}

	.ToggleLinks[data-total="2"] .toggleLinksItem:last-child {
		padding-right: 0;
		min-width: calc(50% - 15px)
	}
}

.no-js .ToggleLinks {
	display: none
}

.toggleContent.toggleLinksActive .toggleContentItem {
	display: none
}

.DxProgressBar__breadcrumb {
	margin-bottom: 30px
}

.DxProgressBar__breadcrumb-list {
	display: flex;
	margin: 0 auto;
	justify-content: center
}

.DxProgressBar__breadcrumb-item {
	margin: 0 20px;
	font-size: 1rem;
	font-weight: 600
}

.DxProgressBar__breadcrumb-label {
	margin-left: 10px;
	display: none
}

.DxProgressBar__breadcrumb-item--link {
	text-decoration: none;
	position: relative
}

.DxProgressBar__breadcrumb-item--link:after {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%
}

.DxProgressBar__breadcrumb-item--link:hover:after {
	opacity: 1
}

.DxProgressBar__breadcrumb-item--current {
	position: relative
}

.DxProgressBar__breadcrumb-item--current:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 3px;
	background: #f0f0f0;
	width: 100%
}

.DxProgressBar__breadcrumb-item--text {
	color: #f0f0f0
}

@media screen and (min-width: 741px) {
	.DxProgressBar__breadcrumb-label {
		display: inline
	}
}

@media screen and (min-width: 901px) {
	.DxProgressBar__breadcrumb {
		margin-bottom: 40px
	}

	.DxProgressBar__breadcrumb-item {
		margin: 0 12px
	}
}

.DxProgressBar__breadcrumb-item {
	letter-spacing: 2px
}

.DxProgressBar__breadcrumb-item--link {
	color: #444
}

.DxProgressBar__breadcrumb-item--link:after {
	border-bottom: solid 3px #9e1b32
}

.DxProgressBar__breadcrumb-item--link:hover {
	color: #9e1b32
}

.DxProgressBar__breadcrumb-item--current {
	color: #9e1b32
}

@media screen and (min-width: 741px) {
	.DxProgressBar__breadcrumb-item {
		font-size: 1rem
	}

	.DxProgressBar__breadcrumb-label {
		font-size: 1.2rem
	}
}

.DxTwoColumnContainer__columns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #fff
}

.DxTwoColumnContainer__columns--reverse {
	flex-direction: column-reverse
}

.DxTwoColumnContainer__column {
	width: 100%
}

.DxTwoColumnContainer__column--relative {
	position: relative
}

.DxTwoColumnContainer__column--content-column {
	padding: 0 30px
}

.DxTwoColumnContainer__content {
	padding: 0 0 20px 0
}

.DxTwoColumnContainer__content-relative {
	position: relative
}

@media screen and (min-width: 741px) {
	.DxTwoColumnContainer__column--content-column {
		padding: 0 40px
	}

	.DxTwoColumnContainer__content {
		padding-top: 0
	}
}

@media screen and (min-width: 1081px) {
	.DxTwoColumnContainer__columns {
		flex-direction: row
	}

	.DxTwoColumnContainer__columns--reverse {
		flex-direction: row-reverse
	}

	.DxTwoColumnContainer__column--content-column {
		padding-left: 70px;
		padding-right: 0
	}

	.DxTwoColumnContainer__column--left {
		width: 45%
	}

	.DxTwoColumnContainer__column--right {
		width: 55%
	}

	.DxTwoColumnContainer--ratio-fiftyFifty .DxTwoColumnContainer__column--left {
		width: 50%
	}

	.DxTwoColumnContainer--ratio-fiftyFifty .DxTwoColumnContainer__column--right {
		width: 50%
	}

	.DxTwoColumnContainer--ratio-fiftyFiveFortyFive .DxTwoColumnContainer__column--left {
		width: 55%
	}

	.DxTwoColumnContainer--ratio-fiftyFiveFortyFive .DxTwoColumnContainer__column--right {
		width: 45%
	}

	.DxTwoColumnContainer--ratio-fortySixty .DxTwoColumnContainer__column--left {
		width: 40%
	}

	.DxTwoColumnContainer--ratio-fortySixty .DxTwoColumnContainer__column--right {
		width: 60%
	}

	.DxTwoColumnContainer--ratio-sixtyForty .DxTwoColumnContainer__column--left {
		width: 60%
	}

	.DxTwoColumnContainer--ratio-sixtyForty .DxTwoColumnContainer__column--right {
		width: 40%
	}

	.DxTwoColumnContainer--ratio-thirtySeventy .DxTwoColumnContainer__column--left {
		width: 30%
	}

	.DxTwoColumnContainer--ratio-thirtySeventy .DxTwoColumnContainer__column--right {
		width: 70%
	}

	.DxTwoColumnContainer--ratio-seventyThirty .DxTwoColumnContainer__column--left {
		width: 70%
	}

	.DxTwoColumnContainer--ratio-seventyThirty .DxTwoColumnContainer__column--right {
		width: 30%
	}

	.DxTwoColumnContainer__content {
		padding: 60px 20px
	}
}

select.DropdownSelect {
	visibility: hidden
}

.no-js select.DropdownSelect {
	visibility: visible
}

.DropdownSelect {
	height: 45px;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: left;
	position: relative
}

.DropdownSelect select {
	position: absolute;
	visibility: hidden
}

.DropdownSelect .selected {
	display: table;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 45px;
	padding: 0 40px 0 23px;
	line-height: 12px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out
}

.DropdownSelect .selected:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	position: absolute;
	top: 17px;
	right: 16px;
	font-size: 10px
}

.DropdownSelect .selected .flag {
	position: absolute;
	top: 12px;
	left: 12px
}

.DropdownSelect .selected span {
	display: table-cell;
	vertical-align: middle
}

.DropdownSelect .selected span.hasFlag {
	padding-left: 30px
}

.DropdownSelect ul {
	display: none;
	position: absolute;
	top: 45px;
	z-index: 4;
	width: 100%;
	background-color: #fff;
	max-height: 292px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0 solid
}

.DropdownSelect ul li {
	display: table;
	float: none !important;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 45px;
	padding: 0 23px;
	line-height: 12px;
	cursor: pointer;
	border-bottom: 1px solid
}

.DropdownSelect ul li:last-child {
	border-bottom: 0px solid
}

.DropdownSelect ul li span {
	display: table-cell;
	vertical-align: middle
}

.DropdownSelect ul li span.hasFlag {
	padding-right: 30px
}

.DropdownSelect ul li .flag {
	position: absolute;
	top: 10px;
	right: 10px;
	box-sizing: content-box;
	border: 1px solid #e4e8e8;
	background-repeat: no-repeat
}

.DropdownSelect .selected[data-val="lang-العربية"],.DropdownSelect ul li[data-val="lang-العربية"] {
	font-size: 16px;
	letter-spacing: 0
}

.DropdownSelect.DropdownSelectDirectionUp ul {
	top: auto;
	bottom: 45px
}

.DropdownSelect .clickOff {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("/resources//public/images/DropdownSelect/click-off-bg.png?v=b3d72e93306c066113d14a4a09701103")
}

.DropdownSelect.disabled .selected {
	cursor: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: .2
}

.DropdownSelect.open .selected {
	z-index: 6
}

.DropdownSelect.open .selected:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.DropdownSelect.open ul {
	display: block;
	z-index: 7
}

.DropdownSelect.open .clickOff {
	display: block;
	z-index: 5
}

.DropdownSelect.error .selected {
	border: 1px solid #f2681d
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.DropdownSelect {
		position: relative
	}

	.DropdownSelect select {
		width: 100%;
		height: 45px;
		position: absolute;
		z-index: 6;
		top: 0;
		left: 0;
		visibility: visible;
		-webkit-appearance: menulist-button;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	.DropdownSelect ul {
		display: none
	}
}

.DropdownSelect {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .12em;
	color: #444444
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.DropdownSelect {
		font-size: 11px
	}
}

.DropdownSelect .selected {
	width: 100%;
	padding: 16px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid rgba(217,217,217,0.7);
	font-size: 10px;
	letter-spacing: 1.8px
}

.DropdownSelect .selected ul li span {
	padding: 8px 0
}

.DropdownSelect .selected>span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
	width: 90%
}

.DropdownSelect .selected>span.hasFlag {
	padding-left: 0
}

.DropdownSelect .selected .flag {
	display: none
}

.DropdownSelect .selected:hover,.DropdownSelect .selected:focus {
	background-color: #ffffff;
	border-color: #8d8d8d;
	color: #444
}

.DropdownSelect ul {
	box-shadow: 0 3px 4px rgba(0,0,0,0.25)
}

.DropdownSelect ul li {
	padding: 0 16px;
	font-size: 10px;
	line-height: 15px;
	border-collapse: separate;
	border-color: rgba(216,216,216,0.7);
	background-color: #f9f9f9
}

.DropdownSelect ul li span {
	padding: 8px 0
}

.DropdownSelect ul li span.hasFlag {
	padding-right: 35px
}

.DropdownSelect ul li .flag {
	right: 16px
}

.DropdownSelect ul li.active,.DropdownSelect ul li:hover,.DropdownSelect ul li:focus {
	background-color: #f0f0f0
}

.DropdownSelect.disabled .selected,.DropdownSelect.disabled .selected:hover,.DropdownSelect.disabled .selected:focus {
	opacity: 1;
	color: rgba(68,68,68,0.2);
	border-color: rgba(217,217,217,0.7)
}

.light .DropdownSelect .selected:hover,.light .DropdownSelect .selected:focus {
	border-color: #8d8d8d;
	background-color: #444444;
	color: #fff
}

.DropdownNav {
	max-width: 350px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	position: relative
}

.DropdownNav .selected {
	display: table;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 45px;
	padding: 0 40px 0 23px;
	line-height: 12px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out;
	transition: background-color 400ms ease-out,color 400ms ease-out,border-color 400ms ease-out
}

.DropdownNav .selected:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	position: absolute;
	top: 17px;
	right: 16px;
	font-size: 10px
}

.DropdownNav .selected span {
	display: table-cell;
	vertical-align: middle
}

.DropdownNav.active .selected:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.DropdownNav ul {
	display: none
}

.DropdownNav ul li {
	display: table;
	float: none !important;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 45px;
	padding: 0 23px;
	line-height: 12px;
	border-bottom: 1px solid;
	cursor: pointer
}

.DropdownNav ul li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none
}

.no-js .DropdownNav ul {
	display: block
}

.DropdownNav {
	font-size: 0;
	color: #444
}

.DropdownNav[style] .selected:focus {
	background-color: #9e1b32 !important;
	color: #fff
}

.DropdownNav[style] .selected:focus ul li:hover {
	background-color: #f9f9f9 !important
}

.DropdownNav ul li {
	background-color: #f9f9f9;
	border-color: rgba(216,216,216,0.7)
}

.DropdownNav ul li a {
	color: inherit
}

.DropdownNav ul li.active,.DropdownNav ul li:hover,.DropdownNav ul li:focus {
	background-color: #f0f0f0
}

.DropdownNav .selected {
	background-color: #fff;
	display: inline-block !important;
	color: #444;
	position: relative;
	padding: 16px;
	overflow: hidden;
	width: 100%;
	border: 1px solid rgba(216,216,216,0.7)
}

.DropdownNav .selected span {
	width: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden
}

.DropdownNav .selected.active {
	background-color: #9e1b32 !important;
	border-color: #9e1b32;
	color: #fff
}

.DropdownNav ul,.DropdownNav .selected {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.2em
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90)
}

a.mfp-close {
	text-decoration: none;
	float: right;
	width: 70px;
	height: 70px;
	background-color: #0c121c
}

a.mfp-close.hide {
	display: none
}

a.mfp-close:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 18px;
	width: 70px;
	line-height: 70px;
	margin: 0;
	padding-top: 1px
}

a.mfp-close:hover {
	cursor: pointer;
	background-color: #4a4f54;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	overflow: hidden !important;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-wrap .mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-wrap .mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-wrap .mfp-container .mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	height: 100%
}

.mfp-wrap .mfp-container .mfp-content .mfp-close,.mfp-wrap .mfp-container .mfp-content .mfp-arrow,.mfp-wrap .mfp-container .mfp-content .mfp-preloader,.mfp-wrap .mfp-container .mfp-content .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-wrap .mfp-container .mfp-content .mfp-close-btn-in .mfp-close {
	color: #fff
}

.mfp-wrap .mfp-container .mfp-content .mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-wrap .mfp-container .mfp-content .mfp-s-error .mfp-content {
	display: none
}

.mfp-wrap .mfp-container .mfp-content .mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-wrap .mfp-container .mfp-content .mfp-preloader a {
	color: #CCC
}

.mfp-wrap .mfp-container .mfp-content .mfp-preloader a:hover {
	color: #fff
}

.mfp-wrap.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-wrap .mfp-inline-holder .mfp-content,.mfp-wrap .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-wrap .mfp-ajax-cur {
	cursor: progress
}

.mfp-wrap .mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-wrap .mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-wrap .mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 0;
	padding-bottom: 0
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%
}

.mfp-iframe-holder .mfp-close {
	width: 70px;
	padding: 0;
	float: none;
	position: absolute;
	top: 0;
	right: 0
}

.mfp-iframe-scaler {
	-webkit-overflow-scrolling: touch !important;
	width: 100%;
	height: 100%;
	padding: 70px 0
}

.mfp-iframe-scaler iframe {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0px;
	background: #fff
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.mfp-iframe-holder {
		padding: 50px 0
	}

	.mfp-iframe-holder .mfp-close {
		width: 50px;
		height: 50px
	}

	.mfp-iframe-holder .mfp-close:before {
		width: 50px;
		line-height: 50px
	}

	.mfp-iframe-scaler {
		padding: 50px 0 0
	}
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0px;
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,0.6);
		text-align: center;
		padding: 0
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	a.mfp-close:before {
		font-size: 14px
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 0;
		padding-right: 0
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

a.mfp-close {
	background-color: #9e1b32
}

a.mfp-close:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 18px;
	width: 70px;
	line-height: 70px;
	margin: 0;
	padding-top: 0px
}

a.mfp-close:hover {
	cursor: pointer;
	background-color: #000;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.test-link {
	display: block;
	margin: 100px;
	text-align: center;
	text-decoration: none
}

.Fullscreen .rightButtons {
	float: right
}

.Fullscreen .rightButtons>a,.Fullscreen .rightButtons>button,.Fullscreen .rightButtons>div {
	float: left !important
}

.Fullscreen .galleryCategoriesBtn {
	display: none
}

.Fullscreen .linkContainer {
	display: none
}

.Fullscreen.hasGallery .linkContainer {
	display: block
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.Fullscreen.hasGallery .linkContainer {
		padding: 0 30px
	}
}

.Fullscreen.hasGallery .galleryCategoriesBtn.hasCategory {
	display: block
}

.Fullscreen.hasGalleryCategories .galleryCategoriesBtn {
	display: none
}

.mfp-content .Fullscreen .galleryCategoriesBtn {
	display: none
}

.mfp-content .Fullscreen .galleryCategoriesBtn.show {
	display: block !important
}

.Fullscreen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}

.Fullscreen .fullscreenHeader {
	position: fixed;
	background-color: transparent;
	top: 0;
	width: 100%;
	min-width: 392px;
	height: 70px;
	z-index: 7
}

.Fullscreen .fullscreenHeader .overlayBox {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute
}

.Fullscreen .fullscreenHeader .logoLink {
	display: none;
	float: left
}

.Fullscreen .fullscreenHeader .logo {
	float: left;
	height: 48px;
	margin: 11px
}

.Fullscreen .fullscreenHeader .info {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	background-color: transparent;
	max-width: 900px
}

.Fullscreen .fullscreenHeader .info h4 {
	padding: 9px 0 11px 50px;
	height: 70px;
	overflow: hidden;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-weight: 700;
	min-width: 300px;
	max-width: 400px;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader .info h4 {
		min-width: 0;
		max-width: 1000px
	}
}

.Fullscreen .fullscreenHeader .info p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px 20px 5px 60px;
	line-height: 18px;
	max-height: 70px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased
}

.Fullscreen .fullscreenHeader .info p a {
	color: #fff;
	text-decoration: underline
}

.Fullscreen .fullscreenHeader .info p a:hover {
	color: #8d8d8d;
	text-decoration: none
}

.Fullscreen .fullscreenHeader .info p a:active {
	color: #8d8d8d;
	text-decoration: underline
}

.Fullscreen .fullscreenHeader .info p a:focus {
	color: #8d8d8d;
	outline: 0;
	text-decoration: none
}

#jaguar.focusStylesOn .Fullscreen .fullscreenHeader .info p a:focus {
	color: #8d8d8d;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .Fullscreen .fullscreenHeader .info p a.disabled:focus {
	background-color: #e4e4e4;
	color: #fff
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	border: none;
	color: #fff;
	margin-right: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 70px;
	min-width: 70px;
	line-height: 70px;
	padding-left: 15px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader #filmstripToggle {
		width: auto;
		float: left;
		border-left: none;
		height: 50px;
		line-height: 50px;
		padding: 0 10px
	}
}

.Fullscreen .fullscreenHeader #filmstripToggle:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 9px;
	height: 70px;
	line-height: 65px;
	margin: 0 0 0 6px;
	padding-right: 16px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader #filmstripToggle:after {
		height: 50px;
		line-height: 45px;
		font-size: 9px;
		padding-right: 0
	}
}

.Fullscreen .fullscreenHeader #filmstripToggle:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.Fullscreen .fullscreenHeader #filmstripToggle.on:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	line-height: 66px;
	margin: 0 0 0 6px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader #filmstripToggle.on:after {
		height: 50px;
		line-height: 46px;
		font-size: 9px
	}
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn {
	display: none;
	text-align: center;
	font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0.8px;
	padding: 0 15px;
	float: right;
	text-decoration: none;
	height: 70px;
	line-height: 70px
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn.show {
	display: block
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 10px;
	margin-right: 10px;
	margin-top: -3px
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn:hover {
	cursor: pointer;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader .downloadWallpaperBtn {
		height: 50px;
		line-height: 50px;
		border-left: 1px solid rgba(85,85,85,0.9)
	}
}

.Fullscreen .fullscreenHeader .galleryCategoriesBtn {
	text-align: center;
	float: right;
	text-decoration: none
}

.Fullscreen .fullscreenHeader .galleryCategoriesBtn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 35px;
	height: 70px;
	width: 70px;
	line-height: 68px;
	margin: 0
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader .galleryCategoriesBtn:before {
		width: 50px;
		height: 50px;
		line-height: 49px;
		font-size: 28px
	}
}

.Fullscreen .fullscreenHeader .galleryCategoriesBtn:hover {
	cursor: pointer;
	background-color: #4a4f54;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader .galleryCategoriesBtn {
		float: left;
		border-left: none
	}
}

.Fullscreen .fullscreenFooter {
	height: 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0
}

.Fullscreen .fullscreenFooter .heading {
	margin-bottom: 0.5em
}

.Fullscreen .fullscreenFooter p {
	margin: 0 20px;
	text-align: center
}

.Fullscreen.Fullscreen.fullScreenVideo .fullscreenHeader,.Fullscreen.Fullscreen.fullScreenVideo .fullscreenFooter {
	display: none
}

.Fullscreen.Fullscreen.fullScreenVideo .Gallery {
	padding-top: 0;
	position: static
}

.Fullscreen.Fullscreen.fullScreenVideo .Gallery .directionArrow,.Fullscreen.Fullscreen.fullScreenVideo .Gallery .rsNav {
	display: none !important
}

.Fullscreen.Fullscreen.fullScreenVideo .Gallery .VideoPlayer {
	padding: 0;
	display: block
}

.Fullscreen.Fullscreen.fullScreenVideo .Gallery .VideoPlayer .playerWrapper {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important
}

.Fullscreen.shared .logoLink {
	display: inline-block
}

.Fullscreen.shared .info {
	left: 100px
}

.Fullscreen.shared a.mfp-close {
	width: auto;
	font-size: 10px
}

.Fullscreen.shared a.mfp-close span {
	display: inline-block;
	margin-left: 0
}

.Fullscreen.shared a.mfp-close:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	width: 70px;
	line-height: 70px
}

.Fullscreen .fullscreenContentWrapper {
	padding-top: 70px;
	height: 100%
}

.touch .Fullscreen.hasGalleryCategories,.touch .Fullscreen.hasGallery,.touchCapability .Fullscreen.hasGalleryCategories,.touchCapability .Fullscreen.hasGallery {
	height: 100vh
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenContentWrapper {
		padding-top: 50px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.Fullscreen .fullscreenHeader {
		min-width: 0
	}
}

.Fullscreen .VideoPlayerGalleryAsset {
	width: 100%;
	height: 100%;
	display: table
}

.Fullscreen .VideoPlayer {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close {
	width: auto;
	padding: 0 20px
}

#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close:before {
	width: auto;
	top: -2px;
	position: relative;
	left: -4px;
	font-size: 12px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	#jaguar .Fullscreen.hasGalleryCategories .fullscreenHeader .info {
		display: block !important
	}

	#jaguar .Fullscreen.hasGalleryCategories .fullscreenHeader .info h4,#jaguar .Fullscreen.hasGalleryCategories .fullscreenHeader .info p {
		height: 50px
	}

	#jaguar .Fullscreen.hasGalleryCategories .fullscreenFooter {
		display: none;
		height: 0;
		padding-bottom: 0
	}

	#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close {
		width: auto
	}

	#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close:before {
		width: auto
	}

	#jaguar .Fullscreen.shared.hasGalleryCategories .fullscreenFooter {
		height: 50px;
		display: block
	}

	#jaguar .Fullscreen.shared.hasGalleryCategories .fullscreenFooter h4,#jaguar .Fullscreen.shared.hasGalleryCategories .fullscreenFooter p {
		display: none
	}

	#jaguar .Fullscreen .fullscreenHeader {
		height: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .logo {
		height: 30px;
		margin: 10px
	}

	#jaguar .Fullscreen .fullscreenHeader .info {
		display: none !important;
		height: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .info .infoInner {
		height: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .info .infoInner h4 {
		height: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .info .infoInner p {
		max-height: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .mfp-close {
		height: 50px;
		width: 50px
	}

	#jaguar .Fullscreen .fullscreenHeader .mfp-close:before {
		width: 50px;
		line-height: 50px
	}

	#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close {
		position: fixed;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		background: none
	}

	#jaguar .Fullscreen.shared .fullscreenHeader .mfp-close:before {
		line-height: 50px
	}

	#jaguar .Fullscreen.shared .fullscreenFooter {
		padding-bottom: 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	#jaguar .Fullscreen .fullscreenHeader .info {
		display: none
	}
}

.no-js .Fullscreen.hasGalleryCategories {
	height: 600px
}

.Fullscreen .fullscreenHeader {
	background-color: #141414
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn {
	background-color: #141414;
	border-left: 1px solid rgba(85,85,85,0.9);
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1rem
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn:hover {
	color: #fff
}

.Fullscreen .fullscreenHeader #filmstripToggle {
	background-color: #141414;
	border-left: 1px solid rgba(85,85,85,0.9);
	font-size: 1.2rem;
	letter-spacing: 0.1rem
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader #filmstripToggle {
		border-right: solid 1px rgba(85,85,85,0.9)
	}
}

.Fullscreen .fullscreenHeader .mfp-close {
	border: none
}

.Fullscreen .fullscreenHeader .overlayBox,.Fullscreen .fullscreenHeader #filmstripToggle,.Fullscreen .fullscreenHeader .galleryCategoriesBtn,.Fullscreen .fullscreenHeader .downloadWallpaperBtn {
	background-color: #141414
}

.Fullscreen .fullscreenHeader .overlayBox:hover,.Fullscreen .fullscreenHeader .overlayBox.on,.Fullscreen .fullscreenHeader #filmstripToggle:hover,.Fullscreen .fullscreenHeader #filmstripToggle.on,.Fullscreen .fullscreenHeader .galleryCategoriesBtn:hover,.Fullscreen .fullscreenHeader .galleryCategoriesBtn.on,.Fullscreen .fullscreenHeader .downloadWallpaperBtn:hover,.Fullscreen .fullscreenHeader .downloadWallpaperBtn.on {
	background-color: #444
}

.Fullscreen .fullscreenHeader .overlayBox:hover {
	background-color: #141414
}

.Fullscreen .fullscreenHeader .galleryCategoriesBtn {
	display: none !important
}

.Fullscreen .fullscreenHeader .downloadWallpaperBtn {
	text-transform: uppercase
}

.Fullscreen .fullscreenHeader .info h4 {
	background: #000;
	min-width: 300px;
	padding: 9px 30px 11px 30px
}

.Fullscreen .fullscreenHeader .info p {
	background-color: #141414;
	font-size: 1.4rem;
	letter-spacing: 0.07rem;
	color: #f9f9f9;
	padding: 5px 20px 5px 32px
}

.Fullscreen .fullscreenFooter {
	background: #141414
}

.Fullscreen .fullscreenFooter p {
	color: #f9f9f9;
	font-size: 1.3rem
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen.hasGalleryCategories .fullscreenHeader .info h4 {
		background-color: transparent
	}
}

@media (max-width: 1024px) {
	.Fullscreen .fullscreenHeader .info h4,.Fullscreen .fullscreenFooter .info h4 {
		min-width: 200px;
		padding: 9px 30px 11px
	}

	.Fullscreen .fullscreenHeader .info p,.Fullscreen .fullscreenFooter .info p {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Fullscreen .fullscreenHeader .mfp-close {
		height: 50px;
		width: 50px
	}

	.Fullscreen .fullscreenHeader .mfp-close:before {
		width: 50px;
		line-height: 50px;
		font-size: 1.4rem
	}

	.Fullscreen:not(.hasGalleryCategories) .fullscreenFooter {
		min-height: 70px;
		height: auto !important
	}

	.Fullscreen .fullscreenFooter h4 {
		background: #000;
		font-size: 1.5rem;
		font-weight: 600;
		padding: 9px 30px 11px;
		height: 70px;
		overflow: hidden;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		color: #fff;
		-webkit-font-smoothing: antialiased;
		min-width: 300px;
		max-width: 350px
	}

	.Fullscreen .fullscreenFooter h4+p {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 5px 20px 5px 10px;
		line-height: 18px;
		max-height: 70px;
		overflow: hidden;
		-webkit-font-smoothing: antialiased
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.Fullscreen .fullscreenHeader {
		min-width: 100%;
		max-width: 100%;
		width: 100%
	}

	.Fullscreen .fullscreenHeader .downloadWallpaperBtn.show {
		display: none !important
	}

	.Fullscreen .fullscreenFooter {
		height: 90px;
		background: #000
	}

	.Fullscreen .fullscreenFooter .heading {
		width: auto
	}

	.Fullscreen .fullscreenFooter h4 {
		display: block;
		text-align: center;
		max-width: none;
		min-width: 0;
		padding: 9px 9px 0;
		margin-top: 5px;
		height: auto
	}

	.Fullscreen .fullscreenFooter h4+p {
		display: block;
		text-align: center;
		margin-top: 0;
		padding: 0 20px
	}

	.Fullscreen .fullscreenHeader .info h4,.Fullscreen .fullscreenFooter .info h4 {
		padding: 9px 20px 11px
	}
}

.Gallery {
	height: 100%;
	position: relative;
	padding-bottom: 0;
	background-color: #4a4f54
}

.Gallery .gallery {
	width: 100%;
	height: 100%;
	position: relative
}

.Gallery .gallery .rsOverflow {
	height: 100% !important
}

.Gallery .gallery .galleryItem {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.Gallery .gallery .galleryItem.videoItem {
	display: table
}

.Gallery .gallery .galleryItem h4 {
	font-size: 20px;
	margin-top: 20px
}

.Gallery .gallery .galleryItem h4,.Gallery .gallery .galleryItem p {
	display: none
}

.Gallery .gallery .galleryItem .linkContainer {
	position: absolute;
	right: 30px;
	bottom: 30px
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Gallery .gallery .galleryItem .linkContainer {
		display: none
	}
}

.Gallery .gallery .galleryItem>span {
	display: table;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/resources//public/css/backgroundsize-iepolyfill.min.htc?v=3646d426d3f484b6166c39ae1e83de1e);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Gallery .gallery .galleryItem>span {
		background-size: contain
	}
}

.lt-ie9 .Gallery .gallery .galleryItem>span[data-orientation="portrait"] {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.Gallery .gallery .galleryItem>span span {
	display: table-cell;
	vertical-align: middle;
	height: 100%
}

.Gallery .gallery .galleryItem>span span img {
	height: 100%
}

.Gallery .rsNav {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -240px;
	z-index: 3;
	border-top: 1px solid #4a4f54;
	padding: 0 40px
}

.Gallery .rsNav.rsThumbs {
	z-index: 6;
	visibility: hidden
}

.Gallery .rsNav .rsThumbsOuterContainer {
	background-color: #0c121c;
	background-color: rgba(12,18,28,0.9);
	overflow: hidden;
	padding: 20px 0;
	z-index: 2;
	height: 145px
}

.Gallery .rsNav .rsThumbsOuterContainer>div {
	position: relative
}

.Gallery .rsNav .rsThumbsContainer {
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 105px
}

.Gallery .rsNav .rsThumbsArrow {
	position: absolute;
	top: 0;
	height: 100%;
	width: 40px;
	background: #0c121c;
	font-size: 20px;
	border: none;
	padding: 0
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowLeft {
	left: 0
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowLeft div:before {
	left: 5px
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowRight {
	right: 0
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowRight div:before {
	right: 5px
}

.Gallery .rsNav .rsThumbsArrow div {
	position: relative;
	height: 100%;
	text-align: center;
	color: #fff
}

.Gallery .rsNav .rsThumbsArrow div:before {
	height: 20px;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%
}

.Gallery .rsNav .rsThumbsArrow.arrowOff div:before {
	color: #4a4f54 !important
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowDisabled div:before {
	color: #4a4f54
}

.Gallery .rsNav .rsThumbsArrow:hover,.Gallery .rsNav .rsThumbsArrow:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.Gallery .rsNav .rsThumbsArrow:hover div:before,.Gallery .rsNav .rsThumbsArrow:focus div:before {
	color: #4a4f54;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s
}

.Gallery .rsNav .rsThumb {
	position: relative
}

.Gallery .rsNav .rsThumb.rsNavSelected {
	background-color: #000
}

.Gallery .rsNav .rsThumb.rsNavSelected img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: .25
}

.no-js a#filmstripToggle {
	position: fixed;
	right: 140px;
	top: 0
}

.no-js .Fullscreen,.no-js .gallery {
	position: static
}

.no-js #filmstrip,.no-js a#filmStripToggle,.no-js .directionArrow {
	visibility: hidden
}

.no-js #landrover .Gallery {
	padding: 0;
	margin: 0 auto;
	max-width: 1200px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.no-js #landrover .Gallery {
		padding: 30px 30px
	}
}

.no-js #landrover .Gallery .gallery {
	background-image: none
}

.no-js #landrover .Gallery .gallery .royalSlider {
	overflow: hidden;
	*zoom: 1;
	text-align: center;
	height: auto !important;
	position: static
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem {
	display: inline-block;
	margin: 20px 2%;
	width: 29.333%;
	padding: 0 3px
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem:nth-child(3n+1) {
	clear: both
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.no-js #landrover .Gallery .gallery .royalSlider .galleryItem {
		width: 46%
	}

	.no-js #landrover .Gallery .gallery .royalSlider .galleryItem:nth-child(3n+1) {
		clear: none
	}

	.no-js #landrover .Gallery .gallery .royalSlider .galleryItem:nth-child(2n+1) {
		clear: both
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.no-js #landrover .Gallery .gallery .royalSlider .galleryItem {
		width: 100%;
		margin: 0;
		padding-bottom: 40px
	}
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem img {
	height: auto;
	width: 100%;
	border: none
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem h4,.no-js #landrover .Gallery .gallery .royalSlider .galleryItem p {
	visibility: visible;
	display: block
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem h4 {
	letter-spacing: 0.1em;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem p {
	color: #e4e8e8
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem>span {
	background: none;
	display: block;
	height: auto
}

.no-js #landrover .Gallery .gallery .royalSlider .galleryItem.videoItem {
	display: inline-table
}

.no-js #landrover .Gallery .gallery .YouTubePlayer {
	padding: 0;
	vertical-align: top;
	display: block
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper {
	background-color: #fff;
	height: 186px;
	margin: 0
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper img {
	opacity: 0.75
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper a {
	cursor: default
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper a:hover .playButton,.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper a:focus .playButton {
	background-color: #000
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper .playButton {
	opacity: 0.75
}

.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper .playerCover,.no-js #landrover .Gallery .gallery .YouTubePlayer .playerWrapper .playButton {
	cursor: default
}

.no-js #slideNumbers {
	display: none
}

.lt-ie10 #landrover .Gallery .directionArrow {
	position: fixed;
	z-index: 2
}

.Gallery {
	background: #444
}

.Gallery .rsNav {
	border-top: 1px solid rgba(85,85,85,0.9)
}

.Gallery .rsNav .rsThumbsOuterContainer {
	background-color: rgba(20,20,20,0.9)
}

.Gallery .rsNav .rsThumbsArrow {
	background-color: #141414
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowLeft .rsThumbsArrowIcn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.Gallery .rsNav .rsThumbsArrow.rsThumbsArrowRight .rsThumbsArrowIcn:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.Gallery .directionArrow,.Gallery .directionArrow span {
		margin-top: 0
	}
}

.mfp-bg--whitened {
	background: rgba(255,255,255,0.9) !important
}

.mfp-iframe-alt-wrap {
	position: relative;
	padding: 50px 30px;
	background-color: #E9ECEC;
	box-shadow: 0px 3.5px 2.5px -1px rgba(0,0,0,0.2);
	max-width: 958px;
	margin: 0 auto;
	height: inherit
}

.mfp-close.alt {
	position: absolute;
	top: 13px !important;
	right: 16px !important;
	border: 0;
	font-size: 36px;
	font-weight: 300;
	line-height: 0.6;
	color: #000;
	width: auto
}

.mfp-close.alt:hover {
	background: none
}

.mfp-iframe-alt-wrap {
	background-color: #F9F9F9
}

.VideoPlayer {
	width: 100%;
	position: relative;
	color: #fff
}

.VideoPlayer .playerWrapper {
	overflow: hidden
}

.Gallery .VideoPlayer {
	min-height: calc(100vh - 145px)
}

.VideoPlayer .mejs-poster {
	display: none
}

.VideoPlayer .posterImage {
	display: block;
	width: 100%;
	position: relative
}

.VideoPlayer .posterImage>span {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/resources//public/css/backgroundsize-iepolyfill.min.htc?v=3646d426d3f484b6166c39ae1e83de1e)
}

.VideoPlayer .posterImage>span>span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.VideoPlayer .posterImage img,.VideoPlayer .fallbackImage img {
	width: 100%;
	height: auto
}

.VideoPlayer video {
	visibility: hidden;
	vertical-align: top
}

.VideoPlayer videoplaceholder {
	display: none
}

.VideoPlayer .mejs-video {
	margin: auto;
	position: relative;
	cursor: pointer
}

.VideoPlayer .mejs-video video,.VideoPlayer .mejs-video object {
	cursor: pointer
}

.VideoPlayer .mejs-cannotplay {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.VideoPlayer .mejs-cannotplay>span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover
}

.VideoPlayer .mejs-controls {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px
}

.VideoPlayer .mejs-controls>div {
	float: left
}

.VideoPlayer .mejs-controls .mejs-button button {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	background-color: transparent;
	border: 0
}

.VideoPlayer .mejs-controls .mejs-button button:hover {
	color: #fff
}

.VideoPlayer .mejs-controls .mejs-captions-button button {
	border-left: 1px solid #30363e;
	font-size: 19px;
	padding-top: 1px
}

.VideoPlayer .mejs-controls .mejs-captions-button button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-captions-button.mejs-captions-enabled button {
	color: #fff
}

.VideoPlayer .mejs-controls .mejs-captions-button.mejs-captions-enabled button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-volume-button {
	position: relative
}

.VideoPlayer .mejs-controls .mejs-volume-button button {
	font-size: 19px;
	padding-bottom: 5px
}

.VideoPlayer .mejs-controls .mejs-volume-button button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-fullscreen-button button {
	padding-bottom: 2px
}

.VideoPlayer .mejs-controls .mejs-fullscreen-button button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-captions-button .mejs-captions-selector {
	display: none !important
}

.VideoPlayer .mejs-captions-layer .mejs-captions-position {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center
}

.VideoPlayer .mejs-captions-layer .mejs-captions-position .mejs-captions-text {
	padding: 10px;
	background-color: rgba(12,18,28,0.25);
	color: #fff
}

.VideoPlayer .mejs-captions-layer .mejs-captions-position.mejs-captions-position-hover {
	bottom: 65px
}

.VideoPlayer .mejs-volume-slider {
	display: none;
	width: 50px;
	height: 140px;
	position: absolute;
	top: -140px;
	left: 0;
	z-index: 1;
	background-color: #0c121c
}

.VideoPlayer .mejs-volume-slider .mejs-volume-total,.VideoPlayer .mejs-volume-slider .mejs-volume-current {
	width: 4px;
	position: absolute;
	left: 23px
}

.VideoPlayer .mejs-volume-slider .mejs-volume-total {
	height: 100px;
	top: 20px;
	background-color: #4a4f54
}

.VideoPlayer .mejs-volume-slider .mejs-volume-current {
	background-color: #005a2b
}

.VideoPlayer .mejs-volume-slider .mejs-volume-handle {
	width: 10px;
	height: 8px;
	position: absolute;
	left: 20px;
	background-color: #fff;
	cursor: ns-resize
}

.VideoPlayer .mejs-time-rail {
	height: 50px;
	padding-left: 20px;
	padding-right: 20px
}

.VideoPlayer .mejs-time-rail>span {
	display: block
}

.VideoPlayer .mejs-time-rail .mejs-time-total {
	height: 4px;
	position: relative;
	box-sizing: content-box
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-loaded {
	height: 4px;
	position: absolute
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-current {
	height: 4px;
	position: absolute
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-handle {
	display: none
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-float {
	display: none;
	position: absolute;
	top: -19px;
	margin-left: -20px
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-float .mejs-time-float-current {
	display: block;
	width: 40px;
	line-height: 15px;
	font-size: 11px;
	text-align: center;
	background-color: #fff;
	color: #0c121c
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-float .mejs-time-float-corner {
	display: block;
	width: 0;
	height: 0;
	position: relative;
	left: 16px;
	border-width: 4px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.VideoPlayer .mejs-time {
	padding-right: 20px;
	line-height: 50px;
	font-size: 11px
}

.VideoPlayer .mejs-time span:first-child+span {
	display: none
}

.VideoPlayer .mejs-time .mejs-duration:before {
	content: "/";
	padding-left: 4px;
	padding-right: 4px
}

.VideoPlayer .mejs-clear {
	clear: both
}

.VideoPlayer .mejs-fullscreen {
	overflow: hidden !important
}

.VideoPlayer .mejs-container-fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000
}

.VideoPlayer .mejs-container-fullscreen .mejs-inner,.VideoPlayer .mejs-container-fullscreen .mejs-mediaelement,.VideoPlayer .mejs-container-fullscreen video {
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 700px) {
	.VideoPlayer .mejs-container-fullscreen .mejs-inner,.VideoPlayer .mejs-container-fullscreen .mejs-mediaelement,.VideoPlayer .mejs-container-fullscreen video {
		margin: auto 0
	}
}

.VideoPlayer.paused .mediaOverlay {
	display: none
}

.VideoPlayer.finished .mediaOverlay {
	display: block
}

.VideoPlayer.finished .mejs-controls {
	left: -99999px
}

.VideoPlayer.finished .mejs-captions-layer {
	display: none !important
}

.VideoPlayer[data-audio="false"] .mejs-controls .mejs-volume-button button {
	cursor: default
}

.VideoPlayer[data-audio="false"] .mejs-controls .mejs-volume-button button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer[data-audio="false"] .mejs-controls .mejs-volume-button button:hover {
	color: #4a4f54
}

.VideoPlayer[data-audio="false"] .mejs-volume-slider {
	display: none !important
}

.lt-ie9 .VideoPlayer .mejs-controls .mejs-button button {
	background: transparent
}

.lt-ie9 .VideoPlayer .mejs-controls .mejs-button button:before {
	display: inline;
	position: static
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.VideoPlayer .mejs-video {
		width: 100% !important
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VideoPlayer .mejs-controls .mejs-button button {
		width: 40px;
		height: 40px
	}

	.VideoPlayer .mejs-captions-layer .mejs-captions-position.mejs-captions-position-hover {
		bottom: 55px
	}

	.VideoPlayer .mejs-volume-slider {
		width: 40px
	}

	.VideoPlayer .mejs-volume-slider .mejs-volume-total,.VideoPlayer .mejs-volume-slider .mejs-volume-current {
		left: 18px
	}

	.VideoPlayer .mejs-volume-slider .mejs-volume-handle {
		left: 15px
	}

	.VideoPlayer .mejs-time-rail {
		height: 40px;
		padding-left: 10px;
		padding-right: 10px
	}

	.VideoPlayer .mejs-time-rail .mejs-time-total {
		border-top-width: 18px;
		border-bottom-width: 18px
	}

	.VideoPlayer .mejs-time {
		line-height: 40px;
		padding-right: 10px
	}
}

.no-js .VideoPlayer {
	visibility: visible
}

.no-js .VideoPlayer .fallbackImage {
	display: none
}

.VideoPlayer .mejs-controls {
	background-color: #141414
}

.VideoPlayer .mejs-controls .mejs-button button {
	color: #fff;
	background-color: #141414
}

.VideoPlayer .mejs-controls .mejs-button button:hover {
	background-color: #444;
	color: #fff
}

.VideoPlayer .mejs-controls .mejs-playpause-button button {
	border-right: 1px solid rgba(85,85,85,0.9)
}

.VideoPlayer .mejs-controls .mejs-playpause-button button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-playpause-button.mejs-pause button:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.VideoPlayer .mejs-controls .mejs-volume-button button,.VideoPlayer .mejs-controls .mejs-fullscreen-button button {
	border-left: 1px solid rgba(85,85,85,0.9)
}

.VideoPlayer .mejs-time {
	color: #fff;
	width: 79px
}

@media screen and (min-width: 741px) {
	.VideoPlayer .mejs-time {
		width: 90px
	}
}

.VideoPlayer .mejs-time .mejs-duration {
	color: rgba(255,255,255,0.5)
}

.VideoPlayer .mejs-volume-slider .mejs-volume-current {
	background-color: #9e1b32
}

.VideoPlayer[data-audio="false"] .mejs-controls .mejs-volume-button button {
	color: #fff !important
}

.VideoPlayer .mejs-time-rail .mejs-time-total {
	background-color: rgba(85,85,85,0.9);
	border-top: 23px solid #141414;
	border-bottom: 23px solid #141414
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.VideoPlayer .mejs-time-rail .mejs-time-total {
		border-top-width: 18px;
		border-bottom-width: 18px
	}
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-current {
	background-color: #9e1b32
}

.VideoPlayer .mejs-time-rail .mejs-time-total .mejs-time-loaded {
	background-color: #8d8d8d
}

.YouTubeGalleryAsset .YouTubePlayer {
	padding: 80px 90px
}

.YouTubeGalleryAsset .YouTubePlayer .playerWrapper {
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.YouTubeGalleryAsset .YouTubePlayer {
		padding: 0
	}
}

.YouTubePlayer .coverImgBtn {
	border: none;
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10
}

.YouTubePlayer {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform-style: preserve-3d
}

.YouTubePlayer .playerWrapper {
	margin: auto;
	position: relative;
	height: 100%;
	z-index: 0
}

.YouTubePlayer a:hover .playButton {
	background-color: #4a4f54
}

.YouTubePlayer .placeholderVideo {
	width: 100%;
	height: 100%
}

.YouTubePlayer iframe {
	z-index: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0
}

.YouTubePlayer .playButton {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #000;
	z-index: 3;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	-webkit-transition: background-color 400ms ease;
	-moz-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	transition: background-color 400ms ease
}

.YouTubePlayer .playButton:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	line-height: 100px;
	font-size: 50px;
	margin-left: 19px;
	margin-top: 4px
}

.YouTubePlayer .playerCover {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	cursor: hand
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.YouTubePlayer .playButton {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		margin-top: -40px
	}

	.YouTubePlayer .playButton:before {
		line-height: 80px;
		font-size: 40px;
		margin-left: 18px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.YouTubePlayer .playButton {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px
	}

	.YouTubePlayer .playButton:before {
		line-height: 40px;
		font-size: 19px;
		margin-left: 10px;
		margin-top: 2px
	}
}

.VideoPlayerGalleryAsset .VideoPlayer {
	padding: 80px 90px
}

.VideoPlayerGalleryAsset .VideoPlayer .playerWrapper {
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.VideoPlayerGalleryAsset .VideoPlayer {
		padding: 0
	}
}

.FooterNav {
	position: relative;
	z-index: 1;
	padding: 0 0 40px
}

.no-js .FooterNav {
	padding-bottom: 0
}

.FooterNav__footerWrapper {
	background-color: #3c3c3b;
	overflow: hidden;
	padding: 0 70px
}

.FooterNav__heading {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	padding: 0 0 14px;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: none
}

.FooterNav__heading:first-child {
	padding: 46px 0 14px
}

.FooterNav__navWrapper {
	padding: 0 20px 22px
}

.FooterNav__navWrapper ul {
	margin: 0;
	padding: 0 0 30px
}

.FooterNav__navWrapper li {
	padding: 4px 0 5px 0
}

.FooterNav__navWrapper li a {
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	text-decoration: none
}

.FooterNav__navWrapper li a i {
	position: relative;
	font-size: .5rem
}

.FooterNav__navWrapper li a .icon-chevron-down,.FooterNav__navWrapper li a .icon-chevron-up {
	display: none;
	top: -2px;
	left: 5px
}

.FooterNav__navWrapper li a i.active {
	display: inline
}

.FooterNav__navWrapper li ul {
	display: none;
	margin: 0 0 0 10px
}

.FooterNav__navWrapper li ul li {
	padding: 2px 0
}

.FooterNav[data-total="1"] .FooterNav__navWrapper {
	width: 100%
}

.FooterNav[data-total="2"] .FooterNav__navWrapper {
	width: 50%
}

.FooterNav[data-total="3"] .FooterNav__navWrapper {
	width: 33.333%
}

.FooterNav[data-total="4"] .FooterNav__navWrapper {
	width: 25%
}

.FooterNav[data-total="5"] .FooterNav__navWrapper {
	width: 20%
}

.FooterNav[data-total="6"] .FooterNav__navWrapper {
	width: 16.667%
}

.FooterNav[data-total="7"] .FooterNav__navWrapper {
	width: 14.286%
}

.FooterNav[data-total="8"] .FooterNav__navWrapper {
	width: 12.5%
}

.FooterNav__socialLinks>ul:first-child {
	margin-top: 46px
}

.FooterNav__socialLinks ul {
	margin-top: 10px
}

.FooterNav__socialLinks ul li {
	padding: 0 0 10px 0
}

.FooterNav__socialLinks ul li a {
	height: 50px;
	display: table
}

.FooterNav__socialLinks ul li a>span {
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms;
	transition: background-color 400ms;
	width: 50px;
	height: 50px;
	line-height: 5rem;
	display: block;
	font-size: 2.3rem;
	text-align: center
}

.FooterNav__socialLinks ul li a strong {
	display: table-cell;
	vertical-align: middle;
	padding-left: 11px
}

.FooterNav__socialLinks ul .icon-social_facebook:before {
	margin-top: -4px
}

.FooterNav__socialLinks ul .icon-social_google:before {
	margin-top: -1px;
	margin-left: 8.6px;
	font-size: 2.7rem
}

.FooterNav__socialLinks ul .icon-social_vkontakt:before {
	margin-top: 4px
}

.FooterNav__socialLinks ul .icon-social_sinaweibo:before {
	margin-top: -1px
}

.FooterNav__socialLinks ul .icon-social_pinterest:before {
	margin-top: -2px
}

.FooterNav__socialLinks ul .icon-social_linkedin:before,.FooterNav__socialLinks ul .icon-social_instagram:before,.FooterNav__socialLinks ul .icon-social_blogger:before,.FooterNav__socialLinks ul .icon-social_renren:before,.FooterNav__socialLinks ul .icon-social_douban:before,.FooterNav__socialLinks ul .icon-social_jaguarapp:before,.FooterNav__socialLinks ul .icon-social_lrapp:before {
	margin-top: -5px
}

.FooterNav__socialLinks ul .icon-social_tumblr:before {
	margin-top: -6px
}

.FooterNav__socialLinks ul .icon-social_wechat:before {
	margin-top: -2px
}

.FooterNav__socialLinks ul .icon-social_youtube {
	font-size: 2.9rem;
	line-height: 4.5rem
}

.FooterNav__socialLinks ul .icon-social_youtube:before {
	margin-top: 0
}

.FooterNav .socialLinksFloat {
	width: auto !important;
	clear: both !important;
	display: block !important;
	padding-top: 0px
}

.FooterNav .socialLinksFloat ul {
	margin-top: 15px
}

.FooterNav .socialLinksFloat ul li {
	margin-right: 6px;
	width: 55px;
	float: left
}

.FooterNav .socialLinksFloat ul li a {
	text-indent: -9999px
}

.FooterNav__hygieneLinks {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 70px 0
}

.FooterNav__hygieneLinks:after {
	content: "";
	clear: both;
	display: table
}

.no-js .FooterNav__hygieneLinks {
	position: static
}

.FooterNav__hygieneLinks li {
	float: left
}

.FooterNav__hygieneLinks li a {
	display: inline-block;
	padding: 16px 20px;
	text-decoration: none;
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out;
	-webkit-transition: color 400ms ease-out;
	-moz-transition: color 400ms ease-out;
	-o-transition: color 400ms ease-out;
	transition: color 400ms ease-out
}

.FooterNav__hygieneLinks li a.toggleHandle {
	display: none;
	position: relative
}

.FooterNav__hygieneLinks li a.toggleHandle:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	position: relative;
	padding-left: 6px;
	top: -1px
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket>a {
	padding-left: 50px;
	display: block
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket>a .countryCode {
	display: none
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket>a .flag {
	position: absolute;
	top: 15px;
	left: 20px
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket .primaryLinkWithStyle,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar .grey a.jaguarRacing,#jaguar .grey .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar .white a.jaguarRacing,#jaguar .white .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar .light a.jaguarRacing,#jaguar .light .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing,.FooterNav__hygieneLinks li.FooterNav__selectMarket #jaguar .dark a.jaguarRacing,#jaguar .dark .FooterNav__hygieneLinks li.FooterNav__selectMarket a.jaguarRacing {
	display: inline-flex
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket div.DropdownSelect .selected[data-val="lang-العربية"],.FooterNav__hygieneLinks li.FooterNav__selectMarket div.DropdownSelect ul li[data-val="lang-العربية"] {
	letter-spacing: 0
}

.FooterNav__hygieneLinks li ul.toggleContent {
	float: left
}

.FooterNav__hygieneLinks li ul.toggleContent li {
	float: left
}

.FooterNav__hygieneLinks li.open a.toggleHandle:after {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0
}

.FooterNav__hygieneLinks li.open .toggleContent {
	display: block
}

.FooterNav .FooterNav__marketSelectorContainer {
	display: none;
	position: absolute;
	bottom: 40px;
	width: 320px;
	padding: 20px
}

.FooterNav .FooterNav__marketSelectorContainer.open {
	display: block
}

.FooterNav .FooterNav__marketSelectorContainer .col {
	padding-bottom: 20px
}

.FooterNav .FooterNav__marketSelectorContainer .formButton .continueButton {
	margin-top: 0;
	width: 100%;
	font-size: 1rem;
	padding: 13px 23px 11px
}

.FooterNav .FooterNav__marketSelectorContainer .formButton .continueButton.disabled {
	opacity: .4;
	cursor: default
}

.FooterNav .FooterNav__marketSelectorContainer .formButton .continueButton.disabled:hover,.FooterNav .FooterNav__marketSelectorContainer .formButton .continueButton.disabled:focus {
	background: none
}

.FooterNav .FooterNav__marketSelectorContainer .secondaryLinks {
	display: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.FooterNav__footerWrapper {
		overflow: hidden
	}

	.FooterNav__marketSelectorContainer {
		width: 100%
	}

	.FooterNav__marketSelectorContainer .col {
		margin: 0 auto
	}

	.FooterNav__marketSelectorContainer .formButton {
		margin: 0 auto
	}

	.FooterNav__navWrapper {
		padding: 0 0 22px
	}

	.FooterNav__navWrapper ul {
		padding-left: 20px
	}

	.FooterNav__navWrapper:nth-child(3) h2,.FooterNav__navWrapper:nth-child(3) ul {
		padding-left: 10px
	}

	.FooterNav__heading {
		padding-left: 20px
	}

	.FooterNav__heading:first-child {
		padding-left: 20px
	}

	.FooterNav__socialLinks h2 {
		display: block;
		float: none
	}

	.FooterNav__socialLinks ul {
		margin-top: 9px
	}

	.FooterNav__socialLinks ul ul {
		margin: 0;
		padding-left: 0
	}

	.FooterNav__socialLinks li {
		margin-right: 6px;
		width: 55px
	}

	.FooterNav__socialLinks li:last-child {
		margin-right: 0
	}

	.FooterNav__hygieneLinks {
		padding-left: 20px
	}

	.FooterNav__hygieneLinks li a.toggleHandle {
		display: block
	}

	.FooterNav__hygieneLinks li .toggleContent {
		display: none
	}

	.FooterNav__hygieneLinks li.open .toggleContent {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 40px
	}

	.FooterNav__hygieneLinks li.open .toggleContent li {
		float: none;
		width: 100%
	}

	.FooterNav__hygieneLinks li.open .toggleContent li a {
		display: block
	}

	.no-js .FooterNav__hygieneLinks {
		height: auto;
		overflow: hidden
	}

	.no-js .FooterNav__hygieneLinks li a.toggleHandle {
		display: none
	}

	.no-js .FooterNav__hygieneLinks li ul.toggleContent {
		display: block
	}

	.no-js .FooterNav__hygieneLinks li.FooterNav__selectMarket a {
		display: block
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.FooterNav {
		padding-bottom: 82px;
		padding-left: 0
	}

	.FooterNav__footerWrapper {
		padding: 30px 30px 15px
	}

	.FooterNav__navWrapper {
		display: none;
		padding: 0
	}

	.FooterNav__navWrapper__heading:first-child {
		padding: 0
	}

	.FooterNav[data-total="1"] .FooterNav__socialLinks,.FooterNav[data-total="2"] .FooterNav__socialLinks,.FooterNav[data-total="3"] .FooterNav__socialLinks,.FooterNav[data-total="4"] .FooterNav__socialLinks,.FooterNav[data-total="5"] .FooterNav__socialLinks,.FooterNav[data-total="6"] .FooterNav__socialLinks,.FooterNav[data-total="7"] .FooterNav__socialLinks,.FooterNav[data-total="8"] .FooterNav__socialLinks {
		width: auto
	}

	.FooterNav__socialLinks {
		display: block;
		width: auto;
		margin: 0 auto;
		float: none
	}

	.FooterNav__socialLinks .FooterNav__heading {
		text-align: center;
		font-size: 11px;
		letter-spacing: 1.5px;
		font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
		font-weight: normal
	}

	.FooterNav__socialLinks .FooterNav__heading.headingFocus .headingWrapper:before,.FooterNav__socialLinks .FooterNav__heading.headingFocus .headingWrapper:after {
		left: 50%;
		right: auto;
		margin-left: -0.67em
	}

	.FooterNav__socialLinks ul {
		display: block;
		text-align: center;
		margin: 28px auto 0;
		padding: 0
	}

	.FooterNav__socialLinks ul li {
		display: inline-block;
		float: none;
		padding: 0 7.5px 15px;
		margin: 0;
		width: auto
	}

	.FooterNav__socialLinks ul li a {
		width: 50px;
		display: block
	}

	.FooterNav__socialLinks ul li a strong {
		display: none
	}

	.FooterNav__socialLinks>ul:first-child {
		margin-top: 0
	}

	.FooterNav .socialLinksFloat h2 {
		text-align: left !important;
		padding-left: 50px !important
	}

	.FooterNav__hygieneLinks {
		padding: 0 10px
	}

	.FooterNav__hygieneLinks li.FooterNav__selectMarket a span.countryName {
		display: none
	}

	.FooterNav__hygieneLinks li.FooterNav__selectMarket a span.countryCode {
		display: inline
	}

	.FooterNav__recallLinks {
		display: inherit;
		width: 100%;
		padding: 0 10px;
		border-bottom: 1px solid
	}

	.FooterNav__recallLinks:after {
		content: "";
		clear: both;
		display: table
	}

	.no-js .FooterNav__recallLinks {
		position: static
	}

	.FooterNav__recallLinks li {
		float: left
	}

	.FooterNav__recallLinks li a {
		display: inline-block;
		padding: 16px 18px;
		font-size: 8px;
		text-decoration: none;
		letter-spacing: .24rem
	}
}

.no-js .FooterNav__navWrapper li ul {
	position: relative;
	display: block
}

.FooterNav {
	border-top: 1px solid #d8d8d8
}

.FooterNav__navWrapper {
	padding-bottom: 18px
}

.FooterNav__heading {
	padding-bottom: 17px;
	font-size: 1.2rem;
	letter-spacing: .06rem;
	font-weight: 700;
	line-height: 1.4rem
}

.FooterNav__heading:first-child {
	padding-bottom: 17px
}

.FooterNav__list-item {
	padding: 4px 0 6px 0
}

.FooterNav__list-item a {
	font-size: .9rem;
	letter-spacing: .165rem;
	font-weight: 700;
	line-height: 1.4rem
}

.FooterNav__hygieneLinks li a {
	color: #444;
	font-size: .8rem;
	letter-spacing: .23rem;
	font-weight: 700;
	line-height: 1.1rem;
	padding: 16px 19px
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket a {
	letter-spacing: .2rem;
	line-height: 1.1rem
}

.FooterNav {
	background-color: #fff
}

.FooterNav__heading {
	color: #141414
}

.FooterNav__list-item a {
	color: #444
}

.FooterNav__list-item a:hover,.FooterNav__list-item a:focus,.FooterNav__list-item a.active {
	color: #9e1b32;
	border-bottom: 1px solid #9e1b32
}

.FooterNav__socialLinks ul li {
	padding: 0 0 10px 0
}

.FooterNav__socialLinks ul li a>span {
	background-color: #3c3c3b
}

.FooterNav__socialLinks ul li a:hover {
	border-bottom: 0
}

.FooterNav__socialLinks ul li a:hover span {
	color: #fff
}

.FooterNav__socialLinks ul li a:hover strong {
	position: relative
}

.FooterNav__socialLinks ul li a:hover strong:after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 11px);
	left: 10px;
	bottom: 19px;
	background: #9e1b32
}

.FooterNav__socialLinks ul .social_facebook:hover span {
	background-color: #305891
}

.FooterNav__socialLinks ul .social_twitter:hover span {
	background-color: #2ca8d2
}

.FooterNav__socialLinks ul .social_linkedin:hover span {
	background-color: #007bb6
}

.FooterNav__socialLinks ul .social_google:hover span {
	background-color: #dd4b39
}

.FooterNav__socialLinks ul .social_tumblr:hover span {
	background-color: #2f5070
}

.FooterNav__socialLinks ul .social_sinaweibo:hover span {
	background-color: #df2029
}

.FooterNav__socialLinks ul .social_pinterest:hover span {
	background-color: #c82828
}

.FooterNav__socialLinks ul .social_douban:hover span {
	background-color: #0e7512
}

.FooterNav__socialLinks ul .social_vkontakt:hover span {
	background-color: #2f5070
}

.FooterNav__socialLinks ul .social_renren:hover span {
	background-color: #0259a0
}

.FooterNav__socialLinks ul .social_youtube:hover span {
	background-color: #e62d27
}

.FooterNav__socialLinks ul .social_blogger:hover span {
	background-color: #f60
}

.FooterNav__socialLinks ul .social_instagram:hover span {
	background-color: #DD287B
}

.FooterNav__socialLinks ul .social_wechat:hover span {
	background-color: #93d034
}

.FooterNav__socialLinks ul .social_jaguarapp:hover span {
	background-color: #9E1B32
}

.FooterNav__hygieneLinks {
	background-color: #fff;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8
}

.FooterNav__hygieneLinks li a {
	color: #444;
	font-size: .9rem
}

.FooterNav__hygieneLinks li a:hover,.FooterNav__hygieneLinks li a:focus {
	color: #9e1b32
}

.FooterNav__hygieneLinks li .TargetLinks {
	margin: 0 19px 16px;
	padding: 16px 0 0
}

.FooterNav__hygieneLinks li .TargetLinks:hover,.FooterNav__hygieneLinks li .TargetLinks:focus {
	border-bottom: 1px solid #9e1b32;
	margin-bottom: 15px
}

.FooterNav__hygieneLinks li.open a.toggleHandle {
	background: #f0f0f0
}

.FooterNav__hygieneLinks li.FooterNav__selectMarket a:hover .countryName {
	border-bottom: 1px solid #9e1b32
}

.FooterNav__marketSelectorContainer {
	background-color: #f0f0f0
}

.FooterNav__marketSelectorContainer .formButton .continueButton.disabled:hover,.FooterNav__marketSelectorContainer .formButton .continueButton.disabled:focus {
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.FooterNav__navWrapper {
		padding-bottom: 10px
	}

	.FooterNav__heading:first-child {
		padding-top: 40px
	}

	.FooterNav__footerWrapper {
		padding: 0 20px 0 20px
	}

	.FooterNav__socialLinks .FooterNav__heading {
		font-size: 1.2rem;
		font-weight: 600
	}

	.FooterNav__hygieneLinks li.open .toggleContent {
		background: #f0f0f0
	}

	.FooterNav__hygieneLinks li.open .toggleContent li {
		background: #f0f0f0;
		border-bottom: 1px solid rgba(216,216,216,0.7)
	}

	.FooterNav__hygieneLinks li.open .toggleContent li a {
		font-size: 1rem;
		font-weight: normal;
		color: #141414
	}

	.FooterNav__hygieneLinks li.open .TargetLinks:hover,.FooterNav__hygieneLinks li.open .TargetLinks:focus {
		border-bottom: 0;
		margin-bottom: 16px;
		color: #9e1b32;
		text-decoration: underline
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.FooterNav__heading:first-child {
		padding-top: 32px
	}

	.FooterNav__recallLinks {
		background-color: #fff
	}

	.FooterNav__recallLinks li a {
		color: #141414
	}

	.FooterNav__recallLinks li a:hover,.FooterNav__recallLinks li a:focus {
		color: #9e1b32
	}

	.FooterNav__socialLinks ul {
		margin-top: 15px
	}

	.FooterNav__socialLinks ul li {
		margin-right: 16px
	}
}

.FooterNav__hygieneLinks li a {
	font-size: 1.4rem
}

.FooterNav__navWrapper h2,.FooterNav__navWrapper li a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal
}

.IgniteBarV1 {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 4;
	pointer-events: none;
	-webkit-transition: margin 1s;
	-moz-transition: margin 1s;
	-o-transition: margin 1s;
	transition: margin 1s
}

.IgniteBarV1.visible,.no-js .IgniteBarV1 {
	display: block
}

.IgniteBarV1.open {
	pointer-events: auto
}

.IgniteBarV1.open li>span {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px)
}

.IgniteBarV1 li {
	pointer-events: auto;
	clear: both;
	width: 100%
}

.IgniteBarV1 li>span {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	display: block;
	float: left;
	-webkit-transition: -webkit-transform .4s,background-color .2s;
	-moz-transition: -moz-transform .4s,background-color .2s;
	-o-transition: -o-transform .4s,background-color .2s;
	transition: transform .4s,background-color .2s;
	background-color: #0c121c;
	border-bottom: solid 1px #4a4f54;
	height: 49px;
	line-height: 49px;
	padding-right: 50px;
	font-size: 8px;
	letter-spacing: 3px;
	z-index: 7;
	text-align: left;
	height: 50px;
	width: 100%
}

.IgniteBarV1 li>span>a {
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	padding-left: 25px;
	padding-right: 5px
}

.IgniteBarV1 li>a {
	z-index: 8;
	position: absolute;
	right: 0;
	text-decoration: none;
	border-bottom: solid 1px #4a4f54;
	background-color: #0c121c;
	width: 50px;
	height: 50px;
	-webkit-backface-visibility: hidden;
	display: block;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.IgniteBarV1 li>a div {
	width: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-top: -1px
}

.IgniteBarV1 li>a div.icon-ignite-brochure:before {
	font-size: 18px
}

.IgniteBarV1 li>a div.icon-share:before {
	font-size: 18px;
	margin-top: -2px
}

.IgniteBarV1 li>a div.icon-bond:before {
	font-size: 30px;
	margin-top: 14px;
	margin-left: 9px
}

.IgniteBarV1 li>a div.icon-svo:before {
	font-size: 22px
}

.IgniteBarV1 li:hover:not(.share) a {
	color: #0c121c
}

.IgniteBarV1 li:hover:not(.share)>span,.IgniteBarV1 li:hover:not(.share)>a {
	background-color: #fff
}

.IgniteBarV1 li:last-child>span,.IgniteBarV1 li:last-child>a {
	border-bottom: none
}

.IgniteBarV1[data-total="2"] {
	margin-top: -50.5px
}

.IgniteBarV1[data-total="3"] {
	margin-top: -76px
}

.IgniteBarV1[data-total="4"] {
	margin-top: -101.5px
}

.IgniteBarV1[data-total="5"] {
	margin-top: -127px
}

.IgniteBarV1[data-total="6"] {
	margin-top: -152.5px
}

.IgniteBarV1.light a {
	color: #0c121c
}

.IgniteBarV1.light li>span,.IgniteBarV1.light li>a {
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid 1px #eff1f1
}

.IgniteBarV1.light li:hover:not(.share) a {
	color: #fff
}

.IgniteBarV1.light li:hover:not(.share)>span,.IgniteBarV1.light li:hover:not(.share)>a {
	background-color: #005a2b
}

html.no-js .IgniteBarV1 li.share {
	display: none
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	html.no-js .IgniteBarV1 {
		display: none;
		visibility: hidden
	}
}

body .IgniteBarV1 {
	top: -webkit-calc((100% + 108px) / 2);
	top: -moz-calc((100% + 108px) / 2);
	top: calc((100% + 108px) / 2)
}

body.withSubNavigation .IgniteBarV1 {
	top: -webkit-calc((100% + 108px + 41px) / 2);
	top: -moz-calc((100% + 108px + 41px) / 2);
	top: calc((100% + 108px + 41px) / 2)
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.IgniteBarV1,.IgniteBarV1.visible {
		display: none
	}
}

.IgniteBarV2 {
	display: none;
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 9;
	pointer-events: none
}

.IgniteBarV2.visible {
	display: block
}

.IgniteBarV2 .barContainer {
	-webkit-transform: translateZ(0);
	position: relative;
	padding-top: 50px;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	transition-property: top;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

.IgniteBarV2 .barContainer.scrolling {
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-o-transition-duration: .1s;
	transition-duration: .1s
}

.IgniteBarV2 .toggle {
	pointer-events: all;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	-webkit-transition-property: top,margin-top;
	-moz-transition-property: top,margin-top;
	-o-transition-property: top,margin-top;
	transition-property: top,margin-top;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
	transition-timing-function: ease-out(0, 0, 1400, 0.099)
}

.IgniteBarV2 .toggle .toggleLabel {
	background-color: #fff;
	height: 50px;
	line-height: 51px;
	color: #005a2b;
	padding-left: 22px;
	padding-right: 20px;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 10px;
	letter-spacing: 0.3em;
	position: absolute;
	right: -100%;
	margin-right: -50px;
	top: 0;
	-webkit-transition-property: margin-right,right;
	-moz-transition-property: margin-right,right;
	-o-transition-property: margin-right,right;
	transition-property: margin-right,right;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	z-index: 1;
	font-weight: bold
}

.IgniteBarV2 .toggle .toggleLabel.open {
	right: 50px;
	margin-right: 0
}

.IgniteBarV2 .toggle .toggleBtn {
	position: relative;
	z-index: 2;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-color: #005a2b;
	color: #fff;
	overflow: hidden;
	-webkit-transition-property: background-color,color;
	-moz-transition-property: background-color,color;
	-o-transition-property: background-color,color;
	transition-property: background-color,color;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.IgniteBarV2 .toggle .toggleBtn .toggleCross {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0deg);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	transition-timing-function: ease-out
}

.IgniteBarV2 .toggle .toggleBtn .toggleCross .toggleCrossIcon:before {
	content: "";
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	font-size: 25px
}

.IgniteBarV2 .toggle .toggleBtn .toggleCross .toggleCrossIcon.transition {
	animation: pulserotate .6s 1, pulserotate-out .4s 1 .6s
}

.IgniteBarV2.open .toggle {
	top: 0;
	margin-top: 0;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	transition-timing-function: ease-out(0, 0, 0, 0.85)
}

.IgniteBarV2.open .toggle .toggleBtn {
	background-color: #fff;
	color: #0d6236;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

.IgniteBarV2.open .toggle .toggleBtn .toggleCross {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
	transition-timing-function: ease-out
}

.IgniteBarV2.open .toggle .toggleBtn .toggleCross .toggleCrossIcon:before {
	-webkit-animation: none;
	animation: none
}

.IgniteBarV2.animate {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	transition-property: top;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.IgniteBarV2 .actions {
	pointer-events: all;
	width: 50px;
	position: relative;
	right: -50px;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .7s;
	-moz-transition-duration: .7s;
	-o-transition-duration: .7s;
	transition-duration: .7s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.IgniteBarV2 .actions .actionItem {
	width: 50px;
	height: 50px;
	margin-top: 1px;
	position: relative
}

.IgniteBarV2 .actions .actionItem .action {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.IgniteBarV2 .actions .actionItem .action .actionIcon {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 50px;
	text-align: center;
	background-color: #0c121c;
	text-decoration: none
}

.IgniteBarV2 .actions .actionItem .action .actionIcon:before {
	position: relative;
	font-size: 20px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-ignite-brochure:before {
	font-size: 18px;
	top: -1px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-share:before {
	font-size: 18px;
	top: -2px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-social-facebook-comment:before {
	font-size: 17px;
	top: -1px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-map-pin:before {
	font-size: 21px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-bond:before {
	font-size: 30px;
	margin-top: 14px;
	margin-left: 9px
}

.IgniteBarV2 .actions .actionItem .action .actionIcon.icon-svo:before {
	font-size: 22px
}

.IgniteBarV2 .actions .actionItem .action .labelContainer {
	display: table;
	width: 200px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.IgniteBarV2 .actions .actionItem .action .labelContainer .label {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-size: 10px;
	letter-spacing: 0.3em;
	line-height: 12px;
	color: #e4e8e8;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

.IgniteBarV2 .actions .actionItem .action:hover .labelContainer .label {
	color: #fff
}

.IgniteBarV2 .actions .actionItem.open .action .labelContainer .label {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

.IgniteBarV2.open .actions {
	right: 0;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

.IgniteBarV2.open .actions .actionItem .action {
	width: 250px;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.IgniteBarV2 {
		top: auto !important;
		bottom: 50px
	}

	.IgniteBarV2 .barContainer {
		padding-bottom: 50px
	}

	.IgniteBarV2 .toggle {
		position: absolute;
		bottom: 0;
		top: auto;
		margin-top: 0
	}

	.IgniteBarV2.open .toggle {
		top: auto
	}

	.IgniteBarV2.open .toggle .cross {
		transform: rotate(-45deg)
	}

	.IgniteBarV2 .actions .actionItem {
		margin-top: 0;
		margin-bottom: 1px
	}
}

@media screen and (max-height: 360px) {
	.IgniteBarV2 {
		display: none
	}

	.IgniteBarV2.visible {
		display: none
	}
}

.no-js .IgniteBarV2 .toggle {
	display: none
}

.no-js .IgniteBarV2 .actions {
	right: 0
}

.no-js .IgniteBarV2 .actions .actionItemShare {
	display: none
}

.no-js .IgniteBarV2 .actions .actionItem .action .labelContainer {
	background-color: #0c121c
}

.no-js .IgniteBarV2 .actions .actionItem .action .labelContainer .label {
	text-align: center
}

.no-js .IgniteBarV2 .actions .actionItem .action:hover {
	width: 250px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.no-js .IgniteBarV2 {
		display: none
	}
}

.igniteOverlay {
	position: fixed;
	z-index: 9;
	transition-timing-function: ease-out;
	background-color: transparent;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.igniteOverlay.visible {
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	width: 300%;
	height: 300%
}

.igniteOverlay.active {
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	transition-timing-function: ease-out
}

@keyframes pulserotate {
	0% {
		transform: scale(1) rotate(0deg);
		animation-timing-function: ease-in
	}

	100% {
		transform: scale(1.2) rotate(90deg);
		animation-timing-function: ease-in
	}
}

@keyframes pulserotate-out {
	0% {
		transform: scale(1.2) rotate(90deg);
		animation-timing-function: ease-out
	}

	100% {
		transform: scale(1) rotate(180deg);
		animation-timing-function: ease-out
	}
}

.IgniteBar {
	transition: opacity 0.4s
}

.forceScrollBar .IgniteBar {
	opacity: 0;
	position: relative
}

.IgniteBarV1 li>span>a {
	font-size: 14px
}

.IgniteBarDevice {
	display: none;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #30363e
}

.IgniteBarDevice .item {
	display: table-cell;
	vertical-align: middle;
	padding: 7px 15px 6px;
	border-left: 1px solid #30363e;
	background-color: #0c121c;
	text-decoration: none;
	font-size: 8px;
	letter-spacing: 0.2em;
	text-align: center;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s
}

.IgniteBarDevice .item:first-child {
	border-left: none
}

.IgniteBarDevice .item:hover,.IgniteBarDevice .item:focus {
	background-color: #4a4f54
}

.IgniteBarDevice .item .icon {
	display: block;
	line-height: 21px;
	margin: 0 auto;
	font-family: "icons";
	font-size: 25px;
	-webkit-font-smoothing: antialiased
}

.IgniteBarDevice .item .itemContent {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 8px !important
}

.IgniteBarDevice .item .icon.icon-share {
	font-size: 22px
}

.IgniteBarDevice .item .icon.icon-social-facebook-comment {
	font-size: 22px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.IgniteBarDevice {
		display: table
	}
}

.IgniteBarDevice li a {
	font-size: 12px
}

.SubFooter {
	padding: 20px 90px;
	font-size: 11px;
	border-top: 1px solid
}

.SubFooter p {
	padding-bottom: 20px
}

.SubFooter p:last-child {
	padding-bottom: 0
}

.lt-ie9 .SubFooter {
	padding-bottom: 0
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.SubFooter {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.SubFooter {
		padding-left: 30px;
		padding-right: 30px
	}
}

.SubFooter {
	padding: 24px 90px;
	background-color: #3c3c3b;
	border-top-color: #d8d8d8;
	color: #fff;
	letter-spacing: .8px;
	line-height: 1.2rem;
	font-size: 1rem
}

.SubFooter p {
	line-height: 1.8rem
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.SubFooter {
		padding: 24px 40px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.SubFooter {
		padding: 24px 30px
	}
}

.SubFooter p {
	font-size: 14px
}

.headerBox {
	position: relative;
	text-align: center;
	z-index: 1
}

.headerBox .totalCost,.headerBox .totalCostUnderlay {
	background: rgba(20,20,20,0.9);
	color: #f9f9f9;
	padding: 0 25px 25px
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.headerBox .totalCost,.headerBox .totalCostUnderlay {
		padding: 0 17px 17px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox .totalCost {
		padding: 0 30px 30px !important
	}
}

.headerBox .totalCost .headerBox__seperator {
	border: 0;
	border-top: 1px solid rgba(85,85,85,0.9);
	margin: 0;
	margin-bottom: 22px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox .totalCost .headerBox__seperator {
		display: none
	}
}

@media (min-width: 741px) {
	.headerBox .headerBox__totalCost.landscape .headerBox__priceColumn {
		display: block;
		margin: 0;
		width: 100%;
		padding: 0
	}

	.headerBox .headerBox__totalCost.landscape .headerBox__tcoPrice {
		font-size: 2.6rem;
		line-height: .92;
		letter-spacing: .012rem
	}

	.headerBox .headerBox__totalCost.landscape .headerBox__precedingFrom {
		float: left;
		padding-right: 5px
	}

	.headerBox .headerBox__totalCost.landscape .headerBox__seperator {
		display: none
	}

	.headerBox .headerBox__totalCost.landscape .headerBox__infoColumn {
		display: block;
		margin: 12px 0 0;
		width: 100%
	}

	.headerBox .headerBox__totalCost.landscape .headerBox__infoColumn:first-child {
		margin-top: 0
	}
}

@media (max-width: 960px) and (min-width: 741px) {
	.headerBox:not(.withImage) .totalCost .headerBox__seperator {
		display: none
	}

	.headerBox:not(.withImage) .totalCost .headerBox__precedingFrom {
		float: left;
		padding-right: 5px
	}
}

@media (max-width: 899px) and (min-width: 741px) {
	.headerBox.withImage .totalCost {
		padding-left: 0
	}

	.headerBox.withImage .totalCost .headerBox__seperator {
		display: none
	}

	.headerBox.withImage .totalCost .totalCostRow {
		padding-left: 40px;
		border-left: 1px solid rgba(85,85,85,0.9)
	}
}

.headerBox .totalCost,.headerBox .totalCostUnderlay {
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.headerBox .totalCost .totalCostRow,.headerBox .totalCostUnderlay .totalCostRow {
	display: table-row
}

.headerBox .totalCost .priceColumn,.headerBox .totalCostUnderlay .priceColumn {
	white-space: nowrap;
	display: table-cell;
	padding-right: 25px;
	vertical-align: top
}

.headerBox .totalCost .price,.headerBox .totalCostUnderlay .price {
	font-size: 24px;
	font-family: "Jaguar","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: bold
}

.headerBox .totalCost .infoColumn,.headerBox .totalCostUnderlay .infoColumn {
	display: table-cell;
	vertical-align: top
}

html[lang=de-DE] .headerBox .totalCost .infoColumn .infoBlock,html[lang=de-DE] .headerBox .totalCostUnderlay .infoColumn .infoBlock {
	font-size: 14px
}

.headerBox .totalCost .infoColumn .infoBlock:first-child,.headerBox .totalCostUnderlay .infoColumn .infoBlock:first-child {
	margin-bottom: 12px
}

.headerBox .totalCost .infoColumn .infoBlock .infoTitle,.headerBox .totalCostUnderlay .infoColumn .infoBlock .infoTitle {
	font-weight: bold
}

@media screen and (min-width: 901px) {
	.headerBox .totalCost.stacked .totalCostRow,.headerBox .totalCostUnderlay.stacked .totalCostRow {
		display: block
	}

	.headerBox .totalCost.stacked .totalCostRow .priceColumn,.headerBox .totalCostUnderlay.stacked .totalCostRow .priceColumn {
		display: block;
		margin: 0;
		width: 100%
	}

	.headerBox .totalCost.stacked .totalCostRow .priceColumn+.infoColumn,.headerBox .totalCostUnderlay.stacked .totalCostRow .priceColumn+.infoColumn {
		margin-top: 12px
	}

	.headerBox .totalCost.stacked .totalCostRow .infoColumn,.headerBox .totalCostUnderlay.stacked .totalCostRow .infoColumn {
		display: block;
		margin: 0;
		width: 100%
	}
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.headerBox .totalCost,.headerBox .totalCostUnderlay {
		padding: 17px
	}

	.headerBox .totalCost .priceColumn,.headerBox .totalCostUnderlay .priceColumn {
		padding-right: 5%;
		width: 40%
	}

	.headerBox .totalCost .infoColumn,.headerBox .totalCostUnderlay .infoColumn {
		width: 45%
	}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	.headerBox .totalCost,.headerBox .totalCostUnderlay {
		display: block
	}

	.headerBox .totalCost .priceColumn,.headerBox .totalCostUnderlay .priceColumn {
		display: block;
		margin: 0;
		width: 100%;
		padding: 0
	}

	.headerBox .totalCost .infoColumn,.headerBox .totalCostUnderlay .infoColumn {
		display: block;
		margin: 12px 0 0;
		width: 100%
	}

	.headerBox .totalCost .infoColumn:first-child,.headerBox .totalCostUnderlay .infoColumn:first-child {
		margin-top: 0
	}

	.headerBox .totalCost .totalCostRow,.headerBox .totalCostUnderlay .totalCostRow {
		display: block
	}
}

@media screen and (min-width: 1025px) {
	.headerBox .totalCost .priceColumn .price,.headerBox .totalCostUnderlay .priceColumn .price {
		font-size: 28px
	}
}

.headerBox .totalCostUnderlay {
	position: relative;
	z-index: -1;
	transition-delay: .2s;
	width: 100%;
	opacity: 0
}

.headerBox .totalCostUnderlay .infoColumn {
	display: none !important
}

.headerBox .fadedOut .totalCostUnderlay {
	transition-delay: 0;
	opacity: 1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.headerBox .fadedOut .totalCost {
	opacity: 0
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox .totalCost {
		padding: 30px;
		max-width: 100%;
		box-sizing: content-box
	}

	.headerBox .totalCost .priceColumn,.headerBox .totalCost .infoColumn {
		margin: 0 auto
	}

	.headerBox .totalCost .infoColumn {
		margin-top: 12px
	}

	.headerBox .totalCost .infoColumn:first-child {
		margin-top: 0
	}

	.headerBox .totalCostUnderlay {
		display: none
	}
}

.headerBox .headingTextMain {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.headerBox .primaryHeading {
	text-align: center;
	margin: 0;
	font-size: 38px
}

.headerBox .primaryHeading.headingFocus .headingWrapper:before,.headerBox .primaryHeading.headingFocus .headingWrapper:after {
	left: 50%;
	right: auto;
	margin-left: -0.67em
}

.headerBox .headingLogo {
	display: block;
	max-width: 50%;
	max-height: 50px;
	margin: 0 auto 8px
}

.headerBox .headingLogo:before {
	display: inline-block;
	font-size: 50px;
	margin: 0
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.headerBox .headingLogo:before {
		font-size: 45px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox .headingLogo:before {
		font-size: 35px
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.headerBox .headingLogo {
		max-height: 45px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox .headingLogo {
		max-height: 35px
	}
}

.headerBox .headingTextSub,.fullFrameItem .headerBox .bodyText {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 4px;
	font-weight: normal;
	line-height: 1.2em;
	max-width: 80%
}

.headerBox .headingTextSub.headingFocus .headingWrapper:before,.headerBox .headingTextSub.headingFocus .headingWrapper:after,.fullFrameItem .headerBox .bodyText.headingFocus .headingWrapper:before,.fullFrameItem .headerBox .bodyText.headingFocus .headingWrapper:after {
	left: 50%;
	right: auto;
	margin-left: -0.67em
}

.headerBox .headingTextSub .price,.headerBox .headingTextSub .subtitle,.fullFrameItem .headerBox .bodyText .price,.fullFrameItem .headerBox .bodyText .subtitle {
	display: block;
	letter-spacing: .085em
}

.headerBox .caveat {
	margin-top: 22px
}

.headerBox .primaryLinkWithStyle,.headerBox #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox a.jaguarRacing,.headerBox #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox a.jaguarRacing,.headerBox #jaguar .white a.jaguarRacing,#jaguar .white .headerBox a.jaguarRacing,.headerBox #jaguar .light a.jaguarRacing,#jaguar .light .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox a.jaguarRacing,.headerBox #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox a.jaguarRacing {
	margin-top: 20px
}

.headerBox .primaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle {
	margin-top: 24px
}

.headerBox.withImage {
	display: inline-block;
	max-width: 415px
}

.headerBox.withImage .headerBoxContent {
	padding: 19px 25px 25px;
	background-color: rgba(255,255,255,0.9)
}

.headerBox.withImage .headerBoxContent .icon-svo {
	display: block;
	margin-bottom: 20px
}

.headerBox.withImage .primaryHeading,.headerBox.withImage .headingTextSub {
	color: #0c121c
}

.headerBox.withImage .headingTextSub,.headerBox.withImage .bodyText {
	max-width: none
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.jaguarRacing,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.jaguarRacing,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.jaguarRacing,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.jaguarRacing,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing {
	background-color: #9e1b32;
	color: #fff;
	text-decoration: none
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.jaguarRacing:hover,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.jaguarRacing:hover,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.jaguarRacing:hover,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.jaguarRacing:hover,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.jaguarRacing:hover,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.jaguarRacing:hover,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.jaguarRacing:hover,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.jaguarRacing:hover,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.jaguarRacing:active,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.jaguarRacing:active,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.jaguarRacing:active,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.jaguarRacing:active,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.jaguarRacing:active,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.jaguarRacing:active,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.jaguarRacing:active,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.jaguarRacing:active,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:active {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.jaguarRacing:focus,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.jaguarRacing:focus,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.jaguarRacing:focus,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.jaguarRacing:focus,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.jaguarRacing:focus,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.jaguarRacing:focus,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.jaguarRacing:focus,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.jaguarRacing:focus,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus {
	outline: 0
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle.disabled,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.disabled.jaguarRacing,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.disabled.jaguarRacing,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.disabled.jaguarRacing,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.disabled.jaguarRacing,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.disabled.jaguarRacing,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.disabled.jaguarRacing,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.disabled.jaguarRacing,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.disabled.jaguarRacing,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle.disabled:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .grey a.disabled.jaguarRacing:hover,#jaguar .grey [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .white a.disabled.jaguarRacing:hover,#jaguar .white [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .light a.disabled.jaguarRacing:hover,#jaguar .light [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.disabled.jaguarRacing:hover,#jaguar [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .dark a.disabled.jaguarRacing:hover,#jaguar .dark [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:hover {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .grey a.jaguarRacing:focus,#jaguar.focusStylesOn .grey [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .white a.jaguarRacing:focus,#jaguar.focusStylesOn .white [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .light a.jaguarRacing:focus,#jaguar.focusStylesOn .light [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .dark a.jaguarRacing:focus,#jaguar.focusStylesOn .dark [data-brand-id="landrover"] .headerBox.withImage a.jaguarRacing:focus {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset,0 0 0 1px #fff,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="white"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="white"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="light"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="light"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="grey"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="grey"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .grey a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .grey [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .white a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .white [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .light a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .light [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage [data-theme="dark"] a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-theme="dark"] [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .dark a.disabled.jaguarRacing:focus,#jaguar.focusStylesOn .dark [data-brand-id="landrover"] .headerBox.withImage a.disabled.jaguarRacing:focus {
	background-color: #e4e4e4;
	color: #fff
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle {
	color: #000
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:before {
	color: #9e1b32
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:hover,#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:active {
	color: #9e1b32
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:hover span,#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #9e1b32
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:focus {
	outline: 0
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle.disabled {
	color: #e4e4e4
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle.disabled:before {
	color: #e4e4e4
}

#jaguar [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle.disabled:hover {
	color: #e4e4e4
}

#jaguar.focusStylesOn [data-brand-id="landrover"] .headerBox.withImage .secondaryLinkWithStyle:focus {
	color: #9e1b32;
	text-shadow: none;
	box-shadow: 0 0 0 1px #fff,0 0 2px 3px #4a90e2
}

.headerBox.withImage.maxWidthOff {
	max-width: none !important
}

.HeroTitleBanner .headerBox.withImage {
	max-width: 640px
}

.headerBox.onlyHasPrimaryHeading.withImage .headerBoxContent {
	padding-bottom: 21px
}

.StoryHero .headerBox.withImage {
	max-width: 70%;
	margin: 0 auto
}

.headerBox .price {
	white-space: nowrap
}

@media screen and (min-width: 1px) and (max-width: 1280px) {
	.headerBox .primaryHeading {
		font-size: 34px
	}

	.headerBox .headingTextSub {
		font-size: 14.5px
	}
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.headerBox.withImage {
		max-width: 340px
	}

	.headerBox.withImage .headerBoxContent {
		padding: 13px 17px 17px
	}

	.headerBox.onlyHasPrimaryHeading.withImage .headerBoxContent {
		padding-bottom: 14px
	}

	.headerBox .primaryHeading {
		font-size: 26px
	}

	.headerBox .headingTextSub {
		font-size: 14px;
		padding-top: 1px
	}

	.headerBox .caveat {
		margin-top: 15px
	}

	.headerBox .primaryLinkWithStyle,.headerBox #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox a.jaguarRacing,.headerBox #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox a.jaguarRacing,.headerBox #jaguar .white a.jaguarRacing,#jaguar .white .headerBox a.jaguarRacing,.headerBox #jaguar .light a.jaguarRacing,#jaguar .light .headerBox a.jaguarRacing,.headerBox #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox a.jaguarRacing,.headerBox #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox a.jaguarRacing {
		margin-top: 14px
	}

	.headerBox .primaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle {
		margin-top: 17px
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.headerBox.withImage {
		max-width: 230px
	}

	.HeroTitleBanner .headerBox.withImage {
		max-width: none
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox {
		margin: 0;
		padding: 0
	}

	.headerBox .headerBoxContent {
		padding: 0
	}

	.headerBox.withImage .headerBoxContent,.headerBox.withImage.onlyHasPrimaryHeading .headerBoxContent {
		padding: 30px 30px
	}

	.headerBox .primaryHeading {
		font-size: 26px
	}

	.headerBox .headingTextSub {
		max-width: none
	}

	.headerBox.withImage {
		display: block;
		max-width: none
	}

	.StoryHero .headerBox.withImage {
		display: inline-block
	}

	.StoryHero .headerBox.withImage .headerBoxContent {
		padding: 13px 17px 17px;
		background: rgba(255,255,255,0.9)
	}

	.StoryHero .headerBox.withImage.onlyHasPrimaryHeading.withImage .headerBoxContent {
		padding-bottom: 14px
	}
}

.headerBox .retailerContact,.headerBox .getDirectionsRetailer {
	display: none
}

.DualFrameCarousel2[data-retailer="true"] .headerBox {
	text-align: left
}

.DualFrameCarousel2[data-retailer="true"] .headerBox__title {
	margin-bottom: 24px
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer {
	display: block
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer .secondaryLinkWithStyle {
	margin-top: 20px
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer .primaryLinkWithStyle,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar .grey a.jaguarRacing,#jaguar .grey .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar .white a.jaguarRacing,#jaguar .white .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar .light a.jaguarRacing,#jaguar .light .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing,.DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer #jaguar .dark a.jaguarRacing,#jaguar .dark .DualFrameCarousel2[data-retailer="true"] .headerBox .getDirectionsRetailer a.jaguarRacing {
	margin-top: 40px
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact {
	display: block;
	width: 100%;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact .retailerContact__value span {
	display: block
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__cell {
	display: block
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__header {
	display: block;
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	font-weight: bold;
	margin-bottom: 0
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__sales,.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__services {
	margin-top: 28px
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__sales a,.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__services a {
		display: block;
		margin: 3px 0
	}
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__email {
	display: block
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact {
		display: flex;
		align-items: normal
	}

	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__address {
		margin-bottom: 0
	}

	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__cell {
		flex-basis: 50%
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact {
		display: block
	}

	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__address {
		margin-bottom: 28px
	}

	.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact__cell {
		display: block
	}
}

.Exterior360 .centre .textWrapper,.Exterior360.centre .textWrapper,.HeroCarousel .centre .textWrapper,.HeroCarousel.centre .textWrapper,.Interior360 .centre .textWrapper,.Interior360.centre .textWrapper,.HeroTitleBanner .centre .textWrapper,.HeroTitleBanner.centre .textWrapper,.FullFrameCarousel .centre .textWrapper,.FullFrameCarousel.centre .textWrapper,.FullWidthImage .centre .textWrapper,.FullWidthImage.centre .textWrapper {
	text-align: center
}

.Exterior360 .textWrapper,.HeroCarousel .textWrapper,.Interior360 .textWrapper,.HeroTitleBanner .textWrapper,.FullFrameCarousel .textWrapper,.FullWidthImage .textWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	white-space: nowrap
}

.Exterior360 .textWrapper:before,.HeroCarousel .textWrapper:before,.Interior360 .textWrapper:before,.HeroTitleBanner .textWrapper:before,.FullFrameCarousel .textWrapper:before,.FullWidthImage .textWrapper:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.Exterior360 .textWrapper .headerBox,.HeroCarousel .textWrapper .headerBox,.Interior360 .textWrapper .headerBox,.HeroTitleBanner .textWrapper .headerBox,.FullFrameCarousel .textWrapper .headerBox,.FullWidthImage .textWrapper .headerBox {
	vertical-align: middle;
	white-space: normal
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.Exterior360 .textWrapper,.HeroCarousel .textWrapper,.Interior360 .textWrapper,.HeroTitleBanner .textWrapper,.FullFrameCarousel .textWrapper,.FullWidthImage .textWrapper {
		position: relative
	}
}

.headerBox {
	display: inline-block;
	max-width: 435px;
	left: 64px;
	text-align: left;
	opacity: 1;
	margin-top: 0;
	-webkit-transition: opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.Exterior360 .headerBox,.Interior360 .headerBox {
	position: absolute;
	top: 50%;
	cursor: default
}

.StoryHero .headerBox.withImage {
	display: inline-block
}

.StoryHero .headerBox.withImage .headerBoxContent {
	background: none
}

.StoryHero .headerBox.withImage .headerBoxContent h1 {
	font-family: "JLR Proxima Nova","SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 55px;
	font-size: 44px;
	letter-spacing: .2em
}

.StoryHero .headerBox.withImage .headerBoxContent h1.headingLight {
	color: #fff
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.StoryHero .headerBox.withImage .headerBoxContent h1 {
		font-size: 38px;
		line-height: 48px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.StoryHero .headerBox.withImage .headerBoxContent h1 {
		font-size: 26px;
		line-height: 32px
	}
}

.headerBox .primaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle,.headerBox .primaryLinkContainer+.secondaryLinkContainer.secondaryLinkType .secondaryLinkWithStyle {
	margin-top: 30px
}

.HeroTitleBanner .headerBox,.FullWidthImage .headerBox {
	position: relative;
	margin-left: 0
}

.HeroTitleBanner.left .headerBox.withImage {
	max-width: 415px
}

.HeroCarousel .headerBox,.FullFrameCarousel .headerBox {
	position: relative;
	opacity: 0
}

.HeroCarousel .headerBox.visible,.FullFrameCarousel .headerBox.visible {
	opacity: 1
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.FullWidthImage .headerBox__content {
		padding: 29px 30px 32px
	}
}

.headerBox .headingTextMain {
	display: block
}

.centre .headerBox {
	left: 0;
	text-align: center
}

.noImage .headerBox {
	max-width: none
}

.headerBox[data-theme="dark"],.headerBox[data-theme="light"],.headerBox[data-theme="white"],.headerBox[data-theme="grey"] {
	background-color: transparent
}

.FullWidthImage .headerBox[data-theme="dark"] .headerBox__content,.FullWidthImage .headerBox[data-theme="grey"] .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .headerBox__content,.FullWidthImage .headerBox[data-theme="white"] .headerBox__content {
	background-color: transparent
}

.headerBox[data-theme="dark"] .headerBox__content,.headerBox[data-theme="grey"] .headerBox__content,.HeroTitleBanner.dark .headerBox.withImage .headerBox__content,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__content,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__content {
	background-color: rgba(20,20,20,0.9)
}

.headerBox[data-theme="dark"] .headerBox__slug,.headerBox[data-theme="grey"] .headerBox__slug,.HeroTitleBanner.dark .headerBox.withImage .headerBox__slug,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__slug,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__slug {
	color: rgba(255,255,255,0.7)
}

.headerBox[data-theme="dark"] .headerBox__heroTitle,.headerBox[data-theme="dark"] .headerBox__title,.headerBox[data-theme="grey"] .headerBox__heroTitle,.headerBox[data-theme="grey"] .headerBox__title,.HeroTitleBanner.dark .headerBox.withImage .headerBox__heroTitle,.HeroTitleBanner.dark .headerBox.withImage .headerBox__title,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__heroTitle,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__title,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__heroTitle,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__title {
	color: #fff
}

.headerBox[data-theme="dark"] .headerBox__heroCopy,.headerBox[data-theme="dark"] .headerBox__copy,.headerBox[data-theme="grey"] .headerBox__heroCopy,.headerBox[data-theme="grey"] .headerBox__copy,.HeroTitleBanner.dark .headerBox.withImage .headerBox__heroCopy,.HeroTitleBanner.dark .headerBox.withImage .headerBox__copy,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__heroCopy,.FullWidthImage.withHeaderBox .headerBox[data-theme="dark"] .headerBox__copy,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__heroCopy,.FullWidthImage.withHeaderBox .headerBox[data-theme="grey"] .headerBox__copy {
	color: #f9f9f9
}

.FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content {
	background-color: #141414
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.jaguarRacing {
	text-decoration: none;
	background-color: #9e1b32;
	color: #fff;
	border-bottom: 0 none
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle:hover,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.jaguarRacing:hover,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle:active,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.jaguarRacing:active {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle:focus,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.jaguarRacing:focus {
	outline: 0
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle.disabled,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.disabled.jaguarRacing {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle.disabled:hover,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.disabled.jaguarRacing:hover {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle:focus,#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.jaguarRacing:focus {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 0 0 1px #fff,0 0 0 2px #141414,0 0 2px 4px #4a90e2
}

#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .primaryLinkWithStyle.disabled:focus,#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content a.disabled.jaguarRacing:focus {
	background-color: rgba(228,228,228,0.2);
	color: rgba(255,255,255,0.3)
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle {
	color: #fff
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:before {
	color: #fff
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:hover,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:active {
	color: #8d8d8d
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:hover span,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:active span {
	border-bottom: 1px solid #8d8d8d
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:hover:before,#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:active:before {
	color: #8d8d8d
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:focus {
	color: #8d8d8d;
	outline: 0
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle.disabled {
	color: rgba(228,228,228,0.3)
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle.disabled:before {
	color: rgba(228,228,228,0.3)
}

#jaguar .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle.disabled:hover {
	color: rgba(228,228,228,0.3)
}

#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:focus {
	color: #8d8d8d;
	text-shadow: none;
	box-shadow: 0 0 2px 3px #4a90e2
}

#jaguar.focusStylesOn .FullFrameCarousel .headerBox[data-theme="grey"] .headerBox__content .secondaryLinkWithStyle:focus:before {
	color: #8d8d8d
}

.headerBox[data-theme="light"] .headerBox__content,.headerBox[data-theme="white"] .headerBox__content,.HeroTitleBanner.light .headerBox.withImage .headerBox__content,.FullWidthImage.withHeaderBox .headerBox[data-theme="white"] .headerBox__content,.FullWidthImage.withHeaderBox .headerBox[data-theme="light"] .headerBox__content {
	background-color: rgba(255,255,255,0.95)
}

.headerBox[data-theme="light"] .headerBox__slug,.headerBox[data-theme="white"] .headerBox__slug,.HeroTitleBanner.light .headerBox.withImage .headerBox__slug,.FullWidthImage.withHeaderBox .headerBox[data-theme="white"] .headerBox__slug,.FullWidthImage.withHeaderBox .headerBox[data-theme="light"] .headerBox__slug {
	color: rgba(0,0,0,0.7)
}

.headerBox .headerBox__logo {
	max-width: none
}

.headerBox__content {
	padding: 19px 22px 22px
}

.headerBox__heroTitle {
	margin: 5px 0 0
}

.headerBox__heroTitle:first-child {
	margin-top: 0
}

.headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__heroTitle+.linkContainer a.jaguarRacing {
	margin-top: 24px
}

.headerBox__title {
	margin: 16px 0 0
}

.headerBox__title:first-child {
	margin-top: 0
}

.headerBox__title+.linkContainer .primaryLinkWithStyle,.headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__title+.linkContainer a.jaguarRacing {
	margin-top: 35px
}

.headerBox__heroCopy {
	margin: 18px 0 -5px
}

.headerBox__heroCopy:first-child {
	margin-top: 0
}

.headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__heroCopy+.linkContainer a.jaguarRacing {
	margin-top: 24px
}

.headerBox__copy {
	margin: 15px 0 0
}

.headerBox__copy:first-child {
	margin-top: 0
}

.headerBox__copy+.linkContainer .primaryLinkWithStyle,.headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__copy+.linkContainer a.jaguarRacing {
	margin-top: 35px
}

.HeroTitleBanner.noImage .headerBox__heroCopy {
	margin: 33px auto 0;
	max-width: 760px
}

.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing {
	margin-top: 35px
}

.headerBox .secondaryLinkWithStyle {
	margin-top: 32px
}

.headerBox__infoTitle {
	margin-bottom: 0
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
	.headerBox {
		max-width: 340px
	}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.headerBox {
		left: 16px;
		max-width: 230px
	}

	.HeroTitleBanner.withTCO .headerBox {
		left: 0
	}

	.HeroTitleBanner.noImage .headerBox__content {
		padding: 4px 21px 0
	}

	.HeroTitleBanner.noImage .headerBox__heroCopy {
		margin: 41px auto 0
	}

	.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing {
		margin-top: 26px
	}

	.FullFrameCarousel .headerBox,.FullWidthImage.withImage .headerBox {
		max-width: 300px
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.headerBox,.Exterior360 .headerBox,.Interior360 .headerBox,.HeroCarousel .headerBox,.FullFrameCarousel .headerBox,.FullWidthImage .headerBox,.HeroTitleBanner .headerBox,.HeroCarousel .headerBox {
		display: block;
		position: relative;
		top: 0 !important;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: none
	}

	.headerBox[data-theme="dark"] .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .headerBox__content,.headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .Exterior360 .headerBox__content,.headerBox[data-theme="dark"] .Interior360 .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .Interior360 .headerBox__content,.headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .FullFrameCarousel .headerBox__content,.headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .FullWidthImage .headerBox__content,.headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroTitleBanner .headerBox__content,.headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.Interior360 .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="dark"] .HeroCarousel .headerBox__content {
		background-color: #141414
	}

	.headerBox[data-theme="light"] .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .headerBox__content,.Interior360 .headerBox[data-theme="light"] .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .headerBox__content,.headerBox[data-theme="light"] .Exterior360 .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.Interior360 .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .Exterior360 .headerBox__content,.headerBox[data-theme="light"] .Interior360 .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .Interior360 .headerBox__content,.Interior360 .headerBox[data-theme="light"] .Interior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .Interior360 .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .Interior360 .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .Interior360 .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .Interior360 .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .Interior360 .headerBox__content,.headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.Interior360 .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.Interior360 .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .FullFrameCarousel .headerBox__content,.headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.Interior360 .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .FullWidthImage .headerBox__content,.headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.Interior360 .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroTitleBanner .headerBox__content,.headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.Exterior360 .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.Interior360 .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.FullFrameCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.FullWidthImage .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroTitleBanner .headerBox[data-theme="light"] .HeroCarousel .headerBox__content,.HeroCarousel .headerBox[data-theme="light"] .HeroCarousel .headerBox__content {
		background-color: #fff
	}

	.headerBox__content,.Exterior360 .headerBox__content,.Interior360 .headerBox__content,.HeroCarousel .headerBox__content,.FullFrameCarousel .headerBox__content,.FullWidthImage .headerBox__content,.HeroTitleBanner .headerBox__content,.HeroCarousel .headerBox__content {
		padding: 29px 30px 32px
	}

	.headerBox__heroTitle,.Exterior360 .headerBox__heroTitle,.Interior360 .headerBox__heroTitle,.HeroCarousel .headerBox__heroTitle,.FullFrameCarousel .headerBox__heroTitle,.FullWidthImage .headerBox__heroTitle,.HeroTitleBanner .headerBox__heroTitle,.HeroCarousel .headerBox__heroTitle {
		margin: 8px 0 0
	}

	.headerBox__heroTitle:first-child,.Exterior360 .headerBox__heroTitle:first-child,.Interior360 .headerBox__heroTitle:first-child,.HeroCarousel .headerBox__heroTitle:first-child,.FullFrameCarousel .headerBox__heroTitle:first-child,.FullWidthImage .headerBox__heroTitle:first-child,.HeroTitleBanner .headerBox__heroTitle:first-child,.HeroCarousel .headerBox__heroTitle:first-child {
		margin-top: 0
	}

	.headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__heroTitle+.linkContainer a.jaguarRacing,.headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Exterior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Interior360 .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullFrameCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullWidthImage .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroTitle+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__heroTitle+.linkContainer a.jaguarRacing {
		margin-top: 32px
	}

	.headerBox__title,.Exterior360 .headerBox__title,.Interior360 .headerBox__title,.HeroCarousel .headerBox__title,.FullFrameCarousel .headerBox__title,.FullWidthImage .headerBox__title,.HeroTitleBanner .headerBox__title,.HeroCarousel .headerBox__title {
		margin-top: 14px
	}

	.headerBox__title:first-child,.Exterior360 .headerBox__title:first-child,.Interior360 .headerBox__title:first-child,.HeroCarousel .headerBox__title:first-child,.FullFrameCarousel .headerBox__title:first-child,.FullWidthImage .headerBox__title:first-child,.HeroTitleBanner .headerBox__title:first-child,.HeroCarousel .headerBox__title:first-child {
		margin-top: 0
	}

	.headerBox__title+.linkContainer .primaryLinkWithStyle,.headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__title+.linkContainer a.jaguarRacing,.headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer .primaryLinkWithStyle,.Exterior360 .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Exterior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer .primaryLinkWithStyle,.Interior360 .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.Interior360 .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Interior360 .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer .primaryLinkWithStyle,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullFrameCarousel .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer .primaryLinkWithStyle,.FullWidthImage .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullWidthImage .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__title+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__title+.linkContainer a.jaguarRacing {
		margin-top: 24px
	}

	.headerBox__heroCopy,.Exterior360 .headerBox__heroCopy,.Interior360 .headerBox__heroCopy,.HeroCarousel .headerBox__heroCopy,.FullFrameCarousel .headerBox__heroCopy,.FullWidthImage .headerBox__heroCopy,.HeroTitleBanner .headerBox__heroCopy,.HeroCarousel .headerBox__heroCopy {
		margin: 20px 0 -3px
	}

	.headerBox__heroCopy:first-child,.Exterior360 .headerBox__heroCopy:first-child,.Interior360 .headerBox__heroCopy:first-child,.HeroCarousel .headerBox__heroCopy:first-child,.FullFrameCarousel .headerBox__heroCopy:first-child,.FullWidthImage .headerBox__heroCopy:first-child,.HeroTitleBanner .headerBox__heroCopy:first-child,.HeroCarousel .headerBox__heroCopy:first-child {
		margin-top: 0
	}

	.headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__heroCopy+.linkContainer a.jaguarRacing,.headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Exterior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Interior360 .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullFrameCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullWidthImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__heroCopy+.linkContainer a.jaguarRacing {
		margin-top: 32px
	}

	.headerBox__copy,.Exterior360 .headerBox__copy,.Interior360 .headerBox__copy,.HeroCarousel .headerBox__copy,.FullFrameCarousel .headerBox__copy,.FullWidthImage .headerBox__copy,.HeroTitleBanner .headerBox__copy,.HeroCarousel .headerBox__copy {
		margin-top: 18px
	}

	.headerBox__copy:first-child,.Exterior360 .headerBox__copy:first-child,.Interior360 .headerBox__copy:first-child,.HeroCarousel .headerBox__copy:first-child,.FullFrameCarousel .headerBox__copy:first-child,.FullWidthImage .headerBox__copy:first-child,.HeroTitleBanner .headerBox__copy:first-child,.HeroCarousel .headerBox__copy:first-child {
		margin-top: 0
	}

	.headerBox__copy+.linkContainer .primaryLinkWithStyle,.headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .headerBox__copy+.linkContainer a.jaguarRacing,.headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer .primaryLinkWithStyle,.Exterior360 .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Exterior360 .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Exterior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer .primaryLinkWithStyle,.Interior360 .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.Interior360 .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .Interior360 .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer .primaryLinkWithStyle,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullFrameCarousel .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullFrameCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer .primaryLinkWithStyle,.FullWidthImage .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.FullWidthImage .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .FullWidthImage .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroTitleBanner .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer .primaryLinkWithStyle,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing,.HeroCarousel .headerBox__copy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroCarousel .headerBox__copy+.linkContainer a.jaguarRacing {
		margin-top: 24px
	}

	.FullFrameCarousel:not([data-total="1"]) .headerBox__title,.FullFrameCarousel:not([data-total="1"]) .headerBox__copy {
		margin-top: 16px
	}

	.FullFrameCarousel:not([data-total="1"]) .headerBox .primaryLinkContainer+.secondaryLinkContainer .secondaryLinkWithStyle {
		margin-top: 30px
	}

	.HeroTitleBanner .headerBox,.HeroCarousel .headerBox {
		text-align: center
	}

	.HeroTitleBanner.withTCO .headerBox,.HeroCarousel.withTCO .headerBox {
		text-align: left
	}

	.FullWidthImage.withImage .headerBox {
		max-width: none
	}

	.HeroTitleBanner.withImage .headerBox.onlyHasPrimaryHeading .headerBox__content {
		padding: 24px 30px 32px
	}

	.HeroTitleBanner.left .headerBox.withImage {
		max-width: none;
		margin: 0 auto
	}

	.HeroTitleBanner.noImage .headerBox__content {
		padding: 26px 30px 30px
	}

	.HeroTitleBanner.noImage .headerBox__heroCopy {
		margin: 25px auto 0;
		max-width: 760px
	}

	.HeroTitleBanner.noImage .headerBox__heroCopy:first-child {
		margin-top: 0
	}

	.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer .primaryLinkWithStyle,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="white"] a.jaguarRacing,#jaguar [data-theme="white"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="light"] a.jaguarRacing,#jaguar [data-theme="light"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="grey"] a.jaguarRacing,#jaguar [data-theme="grey"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .grey a.jaguarRacing,#jaguar .grey .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .white a.jaguarRacing,#jaguar .white .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .light a.jaguarRacing,#jaguar .light .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar [data-theme="dark"] a.jaguarRacing,#jaguar [data-theme="dark"] .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing,.HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer #jaguar .dark a.jaguarRacing,#jaguar .dark .HeroTitleBanner.noImage .headerBox__heroCopy+.linkContainer a.jaguarRacing {
		margin-top: 28px
	}
}

.headerBox__heroTitle {
	word-wrap: break-word
}

@media screen and (min-width: 741px) {
	.headerBox .smallTitleText.headerBox__heroTitle,.headerBox .smallTitleText.headerBox__title {
		font-size: 1.3rem
	}
}

@media screen and (min-width: 901px) {
	.headerBox .smallTitleText.headerBox__heroTitle,.headerBox .smallTitleText.headerBox__title {
		font-size: 1.8rem
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.HeroTitleBanner:not(.tall) .headings {
		padding: 0 !important
	}
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.HeroCarousel .totalCostContainer {
		padding-top: 0 !important
	}
}

.DualFrameCarousel2[data-retailer="true"] .headerBox__title {
	font-size: 1.8rem
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.DualFrameCarousel2[data-retailer="true"] .headerBox__title {
		font-size: 1.7rem
	}
}

.DualFrameCarousel2[data-retailer="true"] .headerBox .retailerContact {
	color: #444;
	line-height: 1.3
}

.headerBox .totalCost .price {
	font-size: 20px
}

.TabFilter {
	display: none;
	margin: 0 auto
}

.TabFilter li {
	display: table-cell;
	width: auto;
	max-width: 300px;
	list-style-type: none;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold
}

.TabFilter li a {
	display: block;
	padding: 12px 25px 11px;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
	-moz-transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
	-o-transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
	transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease
}

.TabFilter[data-total="1"] li {
	width: 100%
}

.TabFilter[data-total="2"] li {
	width: 50%
}

.TabFilter[data-total="3"] li {
	width: 33.333%
}

.TabFilter[data-total="4"] li {
	width: 25%
}

.TabFilter[data-total="5"] li {
	width: 20%
}

.TabFilter[data-total="6"] li {
	width: 16.667%
}

.light .TabFilter li a {
	background-color: #0c121c;
	color: #fff
}

.light .TabFilter li a:hover,.light .TabFilter li a:focus {
	background-color: #4a4f54
}

.light .TabFilter li.active a {
	background-color: #fff;
	color: #0c121c
}

.light .TabFilter li.active:hover,.light .TabFilter li.active:focus {
	background-color: #fff
}

.grey .TabFilter li a {
	background-color: #0c121c;
	color: #fff
}

.grey .TabFilter li a:hover,.grey .TabFilter li a:focus {
	background-color: #4a4f54
}

.grey .TabFilter li.active a {
	background-color: #fff;
	color: #0c121c
}

.grey .TabFilter li.active:hover,.grey .TabFilter li.active:focus {
	background-color: #fff
}

.dark .TabFilter li a {
	background-color: #0c121c;
	color: #fff
}

.dark .TabFilter li a:hover,.dark .TabFilter li a:focus {
	background-color: #4a4f54
}

.dark .TabFilter li.active a {
	background-color: #fff;
	color: #0c121c
}

.dark .TabFilter li.active:hover,.dark .TabFilter li.active:focus {
	background-color: #fff
}

.dark .TabFilter li a:hover,.dark .TabFilter li a:focus {
	background-color: #e4e8e8;
	color: #0c121c
}

.dark .TabFilter li.active a:hover,.dark .TabFilter li.active a:focus {
	background-color: #fff
}

@media screen and (min-width: 1px) and (max-width: 740px) {
	.TabFilter li a {
		padding-left: 10px;
		padding-right: 10px
	}
}

.TabFilter li a {
	font-size: 14px;
	letter-spacing: 0;
	text-indent: 0
}
