/* GENERAL PAGE STYLES */
:root {
	--sackersMed: "SackersGothicW01-Medium", "Times New Roman", Times, serif;
	--sackersHeavy: "SackersGothicW01-Heavy", "Times New Roman", Times, serif;
	--foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
	--foundersMed: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
	--foundersMono: "Founders Grotesk Mono Regular", "Times New Roman", Times, serif;
	--leJeuneReg: "LeJeuneDeck-Regular", "Times New Roman", Times, serif;
	--rwGrey: #fefcfa;
	--rlc_DarkBlue: #041e3a;
}

/* BEGIN STICKY NAV CSS */
#rlc-stickynav .rlc-in {
	background: #f2f3f5;
}
#rlc-stickynavjumps {
	color: #000;
}

#rlc-stickynavjumps .rlc-li .rlc-jumplink,
#rlc-stickynavjumps .rlc-li .rlc-link,
#rlc-stickynavjumps .rlc-opener {
	font-family: var(--sackersHeavy);
	font-size: 0.5325em;
	line-height: 2.941em;
	letter-spacing: 0.111em;
	text-transform: uppercase;
	color: currentColor;
	color: #041e3a;
}
#rlc-stickynavjumps .rlc-li .rlc-jumplink.rlc-active,
#rlc-stickynavjumps .rlc-li .rlc-link.rlc-active {
	color: #041e3a;
	border-color: #041e3a;
}
#rlc-stickynavbuttons.rlc-single .rlc-li .rlc-link {
	color: #041e3a;
	border-color: #041e3a;
}
#rlc-stickynav .rlc-progress {
	background: #fff;
}
#rlc-stickynav .rlc-progress .rlc-line {
	background: #ccccc6;
}

#rlc-stickynav.rlc-fixed .rlc-wrap,
#rlc-stickynav.rlc-fixed-always .rlc-wrap {
	top: 0;
}

.rlc-hide-tnav#rlc-stickynav.rlc-fixed .rlc-wrap,
#rlc-stickynav.rlc-fixed-always .rlc-wrap {
	top: 0;
}

.rlc-show-tnav#rlc-stickynav.rlc-fixed .rlc-wrap,
#rlc-stickynav.rlc-fixed-always .rlc-wrap {
	top: calc(var(--sNav-RLNavHeight));
}

@media only screen and (max-width: 767px) {
	#rlc-stickynavjumps .rlc-li .rlc-jumplink,
	#rlc-stickynavjumps .rlc-li .rlc-link,
	#rlc-stickynavjumps .rlc-opener {
		color: #041e3a;
	}

	#rlc-stickynavbuttons .rlc-opener,
	#rlc-stickynavbuttons.rlc-single .rlc-link {
		border: 1px solid currentColor;
		border-radius: 1.25em;
		padding: 0 1.25em;
		white-space: nowrap;
		margin: 0 0.625em;
		min-height: 2em;
		display: inline-flex;
		align-items: center;
		background-color: transparent;
		transition: all 0.25s;
	}

	#rlc-stickynavjumps .rlc-ul,
	#rlc-stickynav .rlc-menu.rlc-open {
		background: #f2f3f5;
		/* color: #041e3a; */
	}
}
/* ENDSTICKY NAV CSS */

/* Grid Section */
#rlc-viewall-valgrid {
	background: #fff;
}
#rlc-viewall-valgrid .rlc-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
	margin: 0 auto;
}
#rlc-viewall-valgrid .rlc-intro .rlc-dek {
	font-family: var(--sackersMed);
	font-size: 0.625em;
	margin-top: 1em;
}

#rlc-viewall-valgrid .rlc-grid {
	display: grid;
	column-gap: 0.938em;
	grid-template-columns: 29.375em 29.375em 29.375em;
	color: #fff;
}
#rlc-rwviewall .rlc-ingrid-banner {
	width: 100%;
	min-height: 42.5em;
	margin-bottom: 0.938em;
	position: relative;
}
#rlc-viewall-valgrid .rlc-grid .rlc-slide {
	width: 29.375em;
	min-height: 42.5em;
	margin-bottom: 0.938em;
	cursor: pointer;
}
#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot {
	opacity: 0;
	transition: opacity 0.25s;
}
#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::after {
	transform-origin: center;
	transform: rotate(90deg);
}
#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup .rlc-footnote {
	display: none;
}
#rlc-viewall-valgrid .rlc-ingrid-banner {
	min-height: 42.5em;
	grid-column: 1 / span 3;
	margin-bottom: 0.938em;
}
@media screen and (min-width: 768px) {
	/* #rlc-viewall-valgrid {
		margin-bottom: 6.1875em;
	} */
	#rlc-viewall-valgrid .rlc-intro {
		width: 43.75em;
		padding-top: 5.375em;
		padding-bottom: 5.5625em;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide:hover .rlc-imagery .rlc-hotspot {
		opacity: 1;
		background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.4) 91%);
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide:hover .rlc-imagery .rlc-hotspot::before,
	#rlc-viewall-valgrid .rlc-grid .rlc-slide:hover .rlc-imagery .rlc-hotspot::after {
		content: "";
		display: block;
		height: 20px;
		width: 1px;
		position: absolute;
		top: 1.25em;
		right: 1.813em;
		background: #fff;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup {
		width: 25.5em;
		position: absolute;
		left: 2.5em;
		bottom: 2.5em;
		text-align: left;
		opacity: 0;
		transition: opacity 0.25s;
		pointer-events: none;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide:hover .rlc-copygroup {
		opacity: 1;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup .rlc-title {
		font-family: var(--foundersReg);
		font-size: 1.125em;
		line-height: 2.3333333333;
		letter-spacing: 0.4166666667em;
		text-transform: uppercase;
		text-align: left;
		margin: 0;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup .rlc-title span::after {
		content: attr(data-index);
		display: inline-block;
		position: relative;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup .rlc-dek {
		font-family: var(--foundersMed);
		font-size: 0.563em;
		letter-spacing: 0.417em;
		line-height: 2.222em;
		text-transform: uppercase;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup .rlc-dek2 {
		display: none;
	}
}
@media screen and (min-width: 768px) and (hover: none) {
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup {
		opacity: 1;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot {
		opacity: 1;
		background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.6) 91%);
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::before,
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::after {
		content: "";
		display: block;
		height: 20px;
		width: 1px;
		position: absolute;
		top: 1.25em;
		right: 1.813em;
		background: #fff;
	}
}
@media screen and (max-width: 767px) {
	#rlc-viewall-valgrid .rlc-intro {
		width: 21em;
		padding-top: 3.125em;
		padding-bottom: 3.0625em;
	}
	.en #rlc-viewall-valgrid .rlc-intro {
		width: 18.938em;
	}
	#rlc-viewall-valgrid .rlc-intro .rlc-title {
		font-size: 0.875em;
		line-height: 2.2857142857;
		letter-spacing: 0.4em;
	}
	#rlc-viewall-valgrid .rlc-intro .rlc-dek {
		font-size: 0.625em;
		line-height: 3;
		letter-spacing: 0.25em;
		margin-top: 0.5em;
	}

	#rlc-viewall-valgrid .rlc-grid {
		column-gap: 0.313em;
		grid-template-columns: 11.563em 11.563em;
	}
	#rlc-rwviewall .rlc-ingrid-banner {
		min-height: 30em;
		margin-bottom: 0.313em;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide {
		width: 11.563em;
		min-height: 16.6875em;
		margin-bottom: 0.313em;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot {
		opacity: 1;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::before,
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::after {
		content: "";
		display: block;
		height: 11px;
		width: 1px;
		position: absolute;
		top: 0.625em;
		right: 1.25em;
		background: #fff;
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-imagery .rlc-hotspot::after {
		transform-origin: center;
		transform: rotate(90deg);
	}
	#rlc-viewall-valgrid .rlc-grid .rlc-slide .rlc-copygroup {
		display: none;
	}
	#rlc-viewall-valgrid .rlc-ingrid-banner {
		min-height: 30.9375em;
		margin-bottom: 0.313em;
		grid-column: 1 / span 2;
	}
}
/* END Grid Section */

/* BEGIN EMAIL CAPTURE */
#rlc-email-signup {
	height: 29.563em;
	width: 50.125em;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;

	width: 30.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6.25em;
}
@media screen and (min-width: 768px) {
	#rlc-email-signup .rlc-emailsignup {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	#rlc-email-signup {
		/* height: 23.438em;
		width: 100vw; */

		width: 100%;
		right: 0;
		bottom: 0em;
		top: auto;
		transform: none;
		height: 15em;
	}
	#rlc-email-signup .rlc-emailsignup {
		width: 21em;
		margin: 0 auto;
	}
}
/* END EMAIL CAPTURE */

/* BEGIN VAL MODAL CSS */
/* #rlc-modal-val {
	background: #fff;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s;
	display: flex;
	align-items: center;
	position: absolute;
	top: 100%;
	right: -99999999;
	width: 90em;
	max-width: 1920px;
	height: 100vh;
}
.rlc-modalopen .top-banner-sticky,
.rlc-modalon .top-banner-sticky {
	opacity: 0;
	pointer-events: none;
}
.rlc-modalopen #rlc-modal-val {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	opacity: 1;
}
.rlc-modalopen #rlc-modal-val .rlc-in {
	height: 56.25em;
}

#rlc-modal-val .rlc-hd {
	position: absolute;
	left: 47em;
	bottom: 4.375em;
}
#rlc-modal-val .rlc-hd .rlc-title {
	font-family: var(--foundersMed);
	font-size: 0.75em;
	line-height: 0.833em;
	letter-spacing: 0.333em;
	text-transform: uppercase;
}
#rlc-modal-val .rlc-counter {
	position: absolute;
	left: 47em;
	bottom: 30em;
}
#rlc-modal-val .rlc-counter .rlc-counter-in {
	font-family: var(--sackersStd);
	font-weight: 850;
	font-size: 1.125em;
	line-height: 2.444em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #000;
	transition: opacity 0.35s;
}
#rlc-modal-val .rlc-counter .rlc-counter-in span::after {
	content: attr(data-brand);
	display: inline-block;
	position: relative;
}

#rlc-modal-val .rlc-closebutton {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2.75em;
	right: 3.125em;
	transform: rotate(45deg);
	z-index: 2;
}
#rlc-modal-val .rlc-closebutton::before,
#rlc-modal-val .rlc-closebutton::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#rlc-modal-val .rlc-closebutton::after {
	transform: translateX(-50%) rotate(90deg);
}
.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow {
	border: 1px solid #f0eeed;
}

#rlc-modal-val .rlc-slide {
	opacity: 0;
	transition: all 0.3s ease;
}
#rlc-modal-val .rlc-slide.swiper-slide-active {
	opacity: 1;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
	.rlc-modalopen #rlc-modal-val .swiper-wrapper {
		height: 100% !important;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow {
		top: 50%;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow-left {
		left: 2.563em;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow-right {
		right: 2.563em;
	}
	#rlc-modal-val .rlc-slide {
		width: 100% !important;
		height: 100%;
		padding: 0;

		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	#rlc-modal-val .rlc-slide::after {
		content: attr(data-index);
		font-family: var(--foundersMed);
		font-size: 0.75em;
		line-height: 0.833em;
		letter-spacing: 0.333em;
		text-transform: uppercase;
		position: absolute;
		z-index: 2;
		top: 4em;
		right: 0em;
		transform: none;
		color: #000;
		display: none;
		margin: 0;
		border: none;
		width: auto;
		height: auto;
		transition: none;
		opacity: 0;
		transition: opacity 0.5s;
	}
	[lang^="ar"] #rlc-modal-val .rlc-slide::after {
		content: attr(data-index);
		direction: ltr;
	}
	#rlc-modal-val .swiper-slide-active::after {
		opacity: 1;
	}

	#rlc-modal-val .rlc-slide .rlc-imagery {
		transition: all 0.6s;
		width: 32.6875em;
		height: 47.125em;
		margin: 0 1.875em;
	}
	#rlc-modal-val .rlc-slide .rlc-copygroup {
		width: 32.6875em;
		height: 47.125em;
		margin: 0 1.875em;
		align-items: center;
		display: flex;
	}
	#rlc-modal-val .rlc-slide .rlc-copygroup .rlc-title {
		margin-top: 3em;
		text-align: left;

		display: none;
	}
	#rlc-modal-val .rlc-slide .rlc-copygroup .rlc-title span::after {
		content: attr(data-index);
		display: inline-block;
		position: relative;
	}
	#rlc-modal-val .rlc-slide .rlc-copygroup .rlc-dek {
		font-family: var(--foundersMed);
		font-size: 1em;
		letter-spacing: 0.25em;
		line-height: 3em;
		text-transform: uppercase;
	}
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (max-height: 56.25em) {
	.rlc-modalopen #rlc-modal-val {
		overflow: auto;
		display: block;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in {
		height: 56.25em;
	}
}
@media screen and (min-width: 1440px) and (max-height: 75em) {
	.rlc-modalopen #rlc-modal-val {
		overflow: auto;
		display: block;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in {
		height: 75em;
	}
}
@media screen and (max-width: 767px) {
	#rlc-modal-val {
		width: 100vw;
		max-width: 100vw;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in {
		height: 35.625em;
		margin-top: 0;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow {
		top: 17.375em;
		transform: translateY(-50%);
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow-left {
		left: 1.6em;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .rlc-arrow-right {
		right: 1.6em;
	}
	.rlc-modalopen #rlc-modal-val .rlc-in .swiper-wrapper {
		margin-top: 4.875em;
	}
	#rlc-modal-val .rlc-slide {
		width: 17.688em !important;
		padding: 0;
		margin: 0 2.875em 0;
		transition: none;
	}
	#rlc-modal-val .rlc-slide .rlc-imagery {
		transform: scale(0.6);
		transition: transform 0.8s;
	}
	#rlc-modal-val .rlc-slide.swiper-slide-active .rlc-imagery {
		transform: scale(1);
	}
	.is-iphone #rlc-modal-val .rlc-slide .rlc-imagery,
	#rlc-modal-val .rlc-slide.swiper-slide-active .rlc-imagery {
		transition: none;
		transform: none;
	}
	#rlc-modal-val .rlc-hd {
		left: 2.938em;
		top: 1.563em;
	}
	#rlc-modal-val .rlc-hd .rlc-title {
		font-size: 0.75em;
		line-height: 1.27em;
		letter-spacing: 0.333em;
		text-align: left;
	}
	#rlc-modal-val .rlc-counter {
		left: 2.938em;
		bottom: auto;
		top: 31em;
	}
	#rlc-modal-val .rlc-counter .rlc-counter-in {
		font-size: 0.875em;
	}
	#rlc-modal-val .rlc-closebutton {
		width: 16px;
		height: 16px;
		top: 2.25em;
		right: 2.125em;
	}
	#rlc-modal-val .rlc-slide .rlc-imagery {
		height: 25.5em;
	}
	#rlc-modal-val .rlc-slide .rlc-imagery .rlc-image {
		height: auto;
		width: 100%;
	}
} */

[lang^="ar"] #rlc-presentation .rlc-dek,
[lang^="ar"] #rlc-presentation .rlc-title,
[lang^="ar"] #rlc-presentation .rlc-dek,
[lang^="ar"] #rlc-presentation .rlc-pillbutton span,
[lang^="ar"] #rlc-modalvid .rlc-rbclose::before,
[lang^="ar"] #rlc-stickynavjumps .rlc-li .rlc-jumplink,
[lang^="ar"] #rlc-stickynavjumps .rlc-li .rlc-link,
[lang^="ar"] #rlc-stickynavjumps .rlc-opener,
[lang^="ar"] #rlc-inspiration .rlc-intro .rlc-in .rlc-quote,
[lang^="ar"] #rlc-looksection .rlc-hd .rlc-dek,
[lang^="ar"] #rlc-lookscarousel .rlc-slide::after,
[lang^="ar"] #rlc-portraits-slider .rlc-slide .rlc-copygroup .rlc-scrollto,
[lang^="ar"] #rlc-theshops .rlc-title,
[lang^="ar"] #rlc-theshops .rlc-dek {
	font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 767px) {
	[lang^="ar"] #rlc-theshops .rlc-carousel .rlc-slide .rlc-title,
	[lang^="ar"] #rlc-modal-val .rlc-hd .rlc-title,
	[lang^="ar"] #rlc-modal-val .rlc-counter .rlc-counter-in {
		font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
	}
}
/* END VAL MODAL CSS */
