#wrapper header.transparent+.menu-mask.desktop-only+#main {
	margin-top: calc(-1 * var(--rlc26-rlNavHeight));
}
#custom-gladly-chat-button,
#launcher,
#myLauncher {
	display: none!important;
}

@keyframes rlcSoundwave {
	from {transform: scale(1,1.25) translateY(-50%)}
	to {transform: scale(1,0.75) translateY(-50%)}
}

.rlc-goldstar {
	opacity: 1;
	transition: opacity 0.5s;
	&.rlc-ready {
		opacity: 1!important;
	}
    .rlc-background {
        .rlc-image {
            /* height: auto;
            min-height: 100%; */
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center center;
        }
    }
	.rlc-100vh {
		height: 100dvh;
		overflow: hidden;
		.rlc-imagery {
			width: auto;
			height: 100%;
			position: relative;
			left: 50%;
			transform: translateX(-50%);
		}
	}
	.rlc-dek {
		font-family: var(--leJeuneReg);
		font-size: 1em;
		line-height: 1.75em;
		letter-spacing: 0.015625em;
	}
	.rlc-tertlink {
		font-family: var(--foundersReg);
		font-size: 0.6875em;
		line-height: 1.2727272727272727em;
		letter-spacing: 0.09090909090909091em!important;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.rlc-pillbutton {
		&.rlc-audiopop {
    		padding-right: 0.875em;
			.rlc-waves {
				position: relative;
				margin-left: 0.625em;
				width: 0.75em;
			}
		}
	}
	.rlc-waves {
		position: relative;
		div,
		div::before,
		div::after,
		&:before {
			content: '';
			display: block;
			position: absolute;
			display: block;
			width: 1px;
			background: currentColor;
			top: 50%;
			transform: translateY(-50%);
			transform-origin: center;
			animation: rlcSoundwave 0.3s linear infinite alternate;
		}
		div {
			&:nth-of-type(1) {
				height: 0.125em;  left: 0;
				&::after {
					height: 0.3125em;  left: 0.125em;
					animation-delay: 0.2s;
				}
				&::before {
					height: 0.625em;  left: 0.25em;
					animation-delay: 0.4s;
				}
			}
			&:nth-of-type(2) {
				height: 0.4375em;  left: 0.375em;
				&::after {
					height: 0.4375em;  left: 0.25em;
					animation-delay: 0.2s;
				}
				&::before {
					height: 0.25em;  left: 0.125em;
					animation-delay: 0.3s;
				}
			}
		}
		&:before {
			height: 0.125em;  left: 0.75em;
		}
	}
	.rlc-scrollzoom-26 {
		overflow: hidden;
		.rlc-imagery {
			transform-origin: center;
			left: 50%; top: 50%;
		}
	}
	.rlc-scrollzoom-img,
	.rlc-scrollzoom-vid {
		.rlc-imagery {
			overflow: hidden;
			position: relative;
			.rlc-image,
			.rlc-videocontainer {
				position: absolute;
				top: 50%!important;
				left: 50%!important;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center center;
			}
		}
		
	}
}
[lang^=ar] .rlc-goldstar {
    .rlc-pillbutton {
		padding-left: 0.875em;
		padding-right: 1.15625em;
		&.rlc-audiopop {
			.rlc-waves {
				margin: 0 0.625em 0 0;
			}
		}
    }
	.rlc-background {
		direction: ltr;
	}
}
@media (max-width: 767px) {
	
	.rlc-goldstar {
		.rlc-cat {
			font-size: 0.5625em;
			line-height: 1.3333333333333333em;
			letter-spacing: 0.07044444444444445em;
		}
		.rlc-dek {
			font-size: 0.875em;
			line-height: 1.7142857142857142em;
			letter-spacing: 0;
		}
	}
}

/* BEGIN HERO */
@keyframes logo-sweep {
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
	transform: translate(-50%,-50%) scale(1);
	filter: blur(0);
  }
}
@keyframes logo-sweep-mobile {
  to {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
	transform: scale(1);
	filter: blur(0);
  }
}
#rlc-hero {
	height: calc(100dvh - var(--rlc26-tickerHeight));
	.rlc-looppause {
		left: auto; right: 1em;
	}
	.rlc-imagery {
		.rlc-logo {
			position: absolute;
			top: 50%; left: 50%;
			transform: translate(-50%,-50%) scale(0.95);
			width: 79.25em;
			filter: blur(6px);
			-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 60%, transparent 100%);
			mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 60%, transparent 100%);
			-webkit-mask-size: 300% 100%;
			mask-size: 300% 100%;
			-webkit-mask-position: 100% 0;
			mask-position: 100% 0;
			animation: logo-sweep 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
		}
	}
	.rlc-copygroup {
		width: 30.75em;
		bottom: 3.5em;
		text-align: center;
		.rlc-links {
			margin-top: 1em;
			.rlc-pillbutton {
				margin: 0 0.9375em;
			}
		}
	}
}
@media (max-width: 767px) {
	#rlc-hero {
		.rlc-imagery {
			.rlc-logo {
				display: none;
			}
		}
		.rlc-copygroup {
			width: 20.6875em;
			bottom: 4em;
			.rlc-links {
				margin-top: 1.9375em;
				.rlc-pillbutton {
					margin: 0 0.3125em;
				}
			}
			.rlc-dek {
				position: relative;
				transform: scale(0.95);
				filter: blur(6px);
				-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 60%, transparent 100%);
				mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 60%, transparent 100%);
				-webkit-mask-size: 200% 100%;
				mask-size: 200% 100%;
				-webkit-mask-position: 100% 0;
				mask-position: 100% 0;
				animation: logo-sweep-mobile 4s 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
			}
		}
	}
}
/* END HERO */


/* BEGIN STICKY SHOP NAV */
#rlc-shopnav {
	position: fixed;
	bottom: 1.25em;
	left: 50%;
	transform: translateX(-50%);
	width: 90em;
	height: 2.125em;
	z-index: 5;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	pointer-events: none;
	.rlc-in {
		display: inline-flex;
		align-items: flex-end;
		margin-right: 2.375em;
		color: #fff;
		pointer-events: all;
		opacity: 0;
		.rlc-pillbutton {
			background: rgba(0, 0, 0, 0.3);
			box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
			backdrop-filter: blur(5px);
			-webkit-backdrop-filter: blur(5px);
			&:hover span {
				color: #fff;
			}
		}
		.rlc-shopmenu {
			text-align: center;
			.rlc-pillbutton {
				margin: 1.25em 0.3125em 0;
				padding-right: 2.25em;
				position: relative;
				min-height: 2.125em;
				div {
					position: absolute;
					top: 50%;
					right: 1.25em;
					transform: translateY(-50%);
					width: 0.5em;
					height: 0.5em;
					color: #fff;
					&::before,
					&::after {
						content: '';
						position: absolute;
						top: 0;
						left: 50%;
						width: 1px;
						height: 100%;
						background-color: currentColor;
						transform: translateX(-50%);
						transition: opacity 0.5s;
					}
					&::after {
						transform: translateX(-50%) rotate(90deg);
					}
				}
			}
			.rlc-wrap {
				overflow: hidden;
				display: flex;
				max-height: 0;
				opacity: 0;
				transition: all 0.75s;
				.rlc-ul {
					background: #fff;
					text-align: center;
					border-radius: 1.25em;
					overflow: hidden;
					width: 100%;
				}
				.rlc-ul,
				.rlc-li {
					list-style-type: none;
					margin: 0;
					padding: 0;
				}
				.rlc-li {
					height: 2.8125em;
					.rlc-link {
						color: var(--colorNavy);
						font-family: var(--foundersReg);
						font-size: 0.6875em;
						line-height: 1.2727272727272727em;
						letter-spacing: 0.022727272727272728em;
						text-transform: uppercase;
						white-space: nowrap;
						display: flex;
						align-items: center;
						justify-content: center;
						height: 100%;
						&:hover {
							background: #9D9FA3;
						}
					}
				}
			}
			&.rlc-active {
				.rlc-wrap {
					max-height: 100vh;
					opacity: 1;
				}
				.rlc-pillbutton div::before {
					opacity: 0;
				}
			}
		}
	}
}
[lang^=ar] #rlc-shopnav {
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	#rlc-shopnav {
		width: 100vw;
		justify-content: flex-end;
		/* background: rgb(0, 0, 0);
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%); */
		bottom: 0;
		padding-bottom: 0.8125em;
		/* height: 5em; */
		.rlc-in {
			margin: 0;
			.rlc-audiopop-mobile {
				display: inline-flex;
				justify-content: center;
				align-items: center;
				width: 1.4375em;
				height: 2.125em;
				margin-right: 1.125em;
				margin-left: 0.3125em;
				.rlc-waves {
					width: 100%;
					height: 100%;
					font-size: 1.5em;
				}
			}
		}
	}
}
/* END STICKY SHOP NAV */


/* BEGIN JUMP NAV */
#rlc-jumpnav {
	.rlc-in {
		display: flex;
		.rlc-copygroup {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 1.5625em;
			text-align: center;
			.rlc-title {
				font-size: 1.25em;
				line-height: 1.2em;
			}
			.rlc-cat {
				margin-bottom: 0.5454545454545454em;
			}
		}
	}
}
@media (max-width: 767px) {
	#rlc-jumpnav {
		display: none;
		overflow: hidden;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		height: 8.6875em;
		&::-webkit-scrollbar {
			display: none;
		}
		.rlc-in {
			display: inline-flex;
			.rlc-tile {
				width: 10.5625em;
				height: 8.6875em;
				border-right: 1px solid #fff;
				.rlc-copygroup {
					padding: 0 0 0.875em 0;
					text-align: center;
					.rlc-title {
						display: none;
					}
					.rlc-cat {
						margin-bottom: 0;
					}
				}
			}
		}
	}
}
/* END JUMP NAV */


/* BEGIN CURTAINS */
.rlc-curtains {
	position: relative;
	z-index: 1;
	.rlc-background {
		width: 90em;
		.rlc-image {
			transform-origin: center;
			position: relative;
			left: 50%;
		}
		.rlc-target {
			left: 1em; bottom: 1em;
			background: rgba(0, 0, 0, 0.1);
		}
	}
	.rlc-in {
		position: relative;
		.rlc-bgvid {
			z-index: 0;
			.rlc-copywrap {
				width: 100%;
				height: 100%;
				pointer-events: none;
				position: absolute;
				top: 0; left: 0;
				.rlc-copygroup {
					position: absolute;
					width: 48em;
					opacity: 0;
					top: 50%; left: 50%;
				}
			}
		}
		.rlc-curtain {
			position: absolute;
			left: 0; top: 0;
			width: 100%; height: 100%;
			z-index: 1;
			pointer-events: none;
			&.rlc-curtain-2 {
				z-index: 2;
			}
			&.rlc-curtain-3 {
				z-index: 3;
			}
			.rlc-tile {
				position: absolute;
				top: 0; left: 0;
				z-index: 1;
				width: 30em;
				height: 100%;
				overflow: hidden;
				opacity: 0;
				visibility: hidden;
				&:nth-of-type(2) {
					width: 100%;
					left: 50%;
					transform: translateX(-50%);
					z-index: 0;
					.rlc-copygroup {
						opacity: 0;
					}
				}
				&:nth-of-type(3) {
					left: 100%;
					transform: translateX(-100%);
				}
				&:not(.rlc-main) {
					.rlc-copygroup {
						position: absolute;
						bottom: 1.9375em; left: 1.25em;
					}
				}
				&.rlc-main {
					clip-path: polygon(33.33% 0, 66.66% 0%, 66.66% 100%, 33.33% 100%);
					.rlc-copygroup {
						width: 20.625em;
						text-align: center;
						.rlc-cat {
							margin-bottom: 1.8181818181818181em;
						}
					}
				}
				.rlc-imagery {
					width: auto;
					height: 100%;
					.rlc-image,
					.rlc-vidcontainer {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
						object-position: center center;
					}
				}
			}
		}
	}
}
[lang^=ar] .rlc-curtains .rlc-in {
	direction: ltr;
	.rlc-copygroup {
		direction: rtl;
	}
}
@media (max-width: 767px) {
	.rlc-curtains {
		.rlc-background {
			width: 100vw;
		}
		.rlc-in {
			position: relative;
			.rlc-bgvid {
				.rlc-copywrap {
					.rlc-copygroup {
						width: 22.1875em;
					}
				}
			}
			.rlc-curtain {
				position: absolute;
				left: 100%;
				top: 0;
				width: auto; 
				display: inline-flex;
				&.rlc-curtain-2 {
					z-index: 2;
					left: 0;
				}
				&.rlc-curtain-3 {
					z-index: 3;
					left: 0;
				}
				.rlc-tile,
				.rlc-tile:nth-of-type(2),
				.rlc-tile:nth-of-type(3),
				.rlc-tile.rlc-main {
					position: relative;
					top: auto; left: auto;
					width: 100vw;
					opacity: 1;
					visibility: visible;
					clip-path: none!important;
					transform: none;
					.rlc-copygroup {
						opacity: 1;
					};

					&:not(.rlc-main) {
						.rlc-copygroup {
							position: absolute;
							bottom: 1.9375em; left: 1.25em;
						}
					}
					.rlc-imagery {
						width: auto;
						height: 100%;
						.rlc-image,
						.rlc-vidcontainer {
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							object-fit: cover;
							object-position: center center;
						}
					}
				}
				.rlc-tile {
					&:nth-of-type(1) {
						order: 2;
					}
					&:nth-of-type(2) {
						order: 1;
					}
					&:nth-of-type(3) {
						order: 3;
					}
				}
			}
		}
	}
}
@media screen and (max-width: 767px) {
	.rlc-ar-flip {
		.rlc-target {
			left: 1em; bottom: 1em;
			background: rgba(0, 0, 0, 0.1);
		}
	}
}
/* END CURTAINS */


/* BEGIN TILE DRIFT */
.rlc-tiledrift {
	position: relative;
	z-index: 2;
	margin-top: -100dvh;
	.rlc-bgvid {
		position: relative;
		top: 0; left: 0;
		z-index: -1;
		height: 100%;
		width: 100%;
		.rlc-imagery {
			position: relative;
			.rlc-image,
			video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center center;
			}
		}
	}
	.rlc-copygroup {
		position: absolute;
		width: 45em; height: 100%;
		top: 0; left: 0;
		.rlc-dek {
			position: absolute;
			top: 50%; left: 50%;
			transform: translate(-50%,-50%);
			font-size: 1.5em;
			line-height: 1.6666666666666667em;
			letter-spacing: 0;
			width: 19.166666666666668em;
		}
	}
	.rlc-tiles {
		position: absolute;
		top: 0;
		right: 0;
		width: 45em;
		.rlc-tile {
			width: 100%;
			height: 45em;
			height: 100dvh;
			.rlc-imagery {
				.rlc-image,
				.rlc-vidcontainer {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: center center;
				}
			}
			.rlc-target {
				left: 1em;
				bottom: 1em;
			}
		}
	}
}
[lang^=ar] .rlc-tiledrift .rlc-bgvid,
[lang^=ar] .rlc-tiledrift .rlc-tiles {
	direction: ltr;
	.rlc-copygroup {
		direction: rtl;
	}
}
@media (max-width: 767px) {
	.rlc-tiledrift {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: center;
		.rlc-bgvid {
			position: absolute;
			.rlc-imagery {
				.rlc-videocontainer,
				video {
					width: auto;
				}
			}
		}
		.rlc-copygroup {
			position: relative;
			top: auto; left: auto;
			width: 100%; height: auto;
			.rlc-dek {
				position: absolute;
				top: auto; left: 50%;
				bottom: 0;
				font-size: 1em;
				line-height: 1.375em;
				width: 18em;
				display: inline-block;
				transform: translateX(-50%);
				&:first-of-type {
					display: inline-block;
				}
			}
		}
		.rlc-tiles {
			position: relative;
			width: 20.9375em;
			height: 23.25em;
			overflow: hidden;
			margin: 1.78125em auto 0;
			.rlc-in {
				display: inline-flex;
				.rlc-tile {
					width: 20.9375em;;
					height: 23.25em;
					.rlc-imagery {
						.rlc-image,
						.rlc-vidcontainer {
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							object-fit: cover;
							object-position: center center;
						}
					}
					.rlc-target {
						left: 1em;
						bottom: 1em;
					}
				}
			}
		}
	}
}
#rlc-tiledrift-2 {
	z-index: 2;
	margin-top: 0;
	.rlc-copygroup {
		left: auto; right: 0;
	}
	.rlc-tiles {
		right: auto; left: 0;
	}
}
/* END TILE DRIFT */


/* BEGIN A.I.R. */
#rlc-air {
	height: 50em;
	.rlc-copygroup {
		position: absolute;
		bottom: 0; left: 0;
		padding: 1.875em;
		pointer-events: none;
		width: 90%;
		.rlc-copy {
			font-family: var(--foundersReg);
			font-size: 0.6875em;
			line-height: 1.2727272727272727em;
			letter-spacing: 0.09090909090909091em;
			text-transform: uppercase;
			&.rlc-bold {
				font-family: var(--foundersMed);
				line-height: 1.6363636363636365em;
			}
		}
	}
	.rlc-target {display: none;}
}
@media (min-width: 768px) {
	[lang^=ar] #rlc-air .rlc-copygroup {
		left: auto; right: 0
	}
}
@media (max-width: 767px) {
	#rlc-air {
		height: 37.1875em;
		.rlc-copygroup {
			padding: 0 0 1.875em 0.625em;
		}
	}
}
/* END A.I.R. */


/* BEGIN POLO BLAZE */
#rlc-poloblaze {
	height: 50em;
	.rlc-copygroup {
		right: 7.46875em;
		width: 31.5em;
		text-align: center;
		.rlc-logo {
			margin: 0 auto 1.25em;
		}
		.rlc-copy {
			font-family: var(--foundersReg);
			font-size: 0.6875em;
			line-height: 1.6363636363636365em;
			letter-spacing: 0.2em;
			text-transform: uppercase;
		}
		.rlc-links {
			margin-top: 1.25em;
		}
	}
}
@media (max-width: 767px) {
	#rlc-poloblaze {
		height: 30.9375em;
		.rlc-copygroup {
			right: auto;
			width: 100%;
			padding: 2.5em 1.875em;
			.rlc-logo {
				margin: 0 auto 1em;
			}
			.rlc-copy {
				font-size: 0.5625em;
				line-height: 1.6666666666666667em;
			}
		}
	}
}
/* END POLO BLAZE */


/* BEGIN RL HOME */
#rlc-rlhome {
	height: 50em;
	.rlc-in {
		padding: 3.28125em;
		height: 100%;
		.rlc-imagery {
			height: 100%;
		}
		.rlc-copygroup {
			bottom:7.25em;
			text-align: center;
			.rlc-logo {
				margin: 0 auto 1em;
			}
		}
	}
}
@media (max-width: 767px) {
	#rlc-rlhome {
		height: 23.4375em;
		padding: 1.25em;
		.rlc-in {
			padding: 0;
			.rlc-copygroup {
				bottom: 3.75em;
				width: 19.6875em;
				.rlc-logo {
					margin: 0 auto 1.25em;
				}
				.rlc-copy {
					font-family: var(--foundersReg);
					font-size: 0.6875em;
					line-height: 1.6363636363636365em;
					letter-spacing: 0.2em;
					text-transform: uppercase;
				}
				.rlc-links {
					margin-top: 1.25em;
				}
			}
		}
	}
}
/* END RL HOME */


/* BEGIN RL MAG */
#rlc-rlmag {
	height: 39.375em;
	margin-bottom: 3.125em;
	.rlc-in {
		height: 100%;
		.rlc-imagery {
			height: 100%;
		}
	}
	.rlc-copygroup {
		width: 100%;
		text-align: center;
		.rlc-logo {
			margin: 0 auto 0.9375em;
			height: 8.8125em;
		}
		.rlc-dek {
			font-size: 1.5em;
			line-height: 1.4166666666666667em;
			letter-spacing: 0;
		}
		.rlc-links {
			margin-top: 1.875em;
		}
	}
}
@media (max-width: 767px) {
	#rlc-rlmag {
		height: 30.9375em;
		margin-bottom: 1.25em;
		.rlc-copygroup {
			.rlc-logo {
				margin: 0 auto 0.625em;
				height: auto;
			}
			.rlc-dek {
				font-size: 0.875em;
				line-height: 1.7142857142857142em;
			}
			.rlc-links {
				margin-top: 1.25em;
			}
		}
	}
}
/* END RL MAG */


/* BEGIN PLAYLIST */
#rlc-rlplaylist {
	height: 50em;
	.rlc-in {
		height: 100%;
		.rlc-imagery {
			height: 100%;
		}
	}
	.rlc-copygroup {
		width: 33.0625em;
		text-align: center;
		.rlc-title {
			font-size: 5em;
			line-height: 0.75em;
			letter-spacing: 0.03125em;
			text-transform: uppercase;
			margin: 0.25em auto 0.3em;
		}
		.rlc-dek {
			margin: 0 auto;
			width: 29em;
		}
		.rlc-links {
			margin-top: 1.875em;
		}
	}
}
@media (max-width: 767px) {
	#rlc-rlplaylist {
		height: 30.9375em;
		.rlc-copygroup {
			width: 100%;
			.rlc-title {
				font-size: 3.125em;
				line-height: 1em;
				letter-spacing: 0.05em;
				margin: 0.2em auto ;
			}
			.rlc-dek {
				width: 22em;
			}
			.rlc-links {
				margin-top: 1.875em;
			}
		}
	}
}
/* END PLAYLIST */


/* BEGIN MORE TO EXPLORE */
#rlc-m2e-old {
	margin-top: 2.5em;
	height: 44.4375em;
	.rlc-hd {
		position: absolute;
		height: 35.9375em;
		width: 13.1875em;
		left: 3.5em;
		display: flex;
		align-items: center;
		.rlc-title {
			font-size: 2em;
			line-height: 1.1875em;
			letter-spacing: 0;
			margin-bottom: 0.5em;
			span {
				font-size: 1.875em;
				line-height: 1.2em;
			}
		}
	}
	.rlc-carousel {
		margin: 0 0 0 25.5em;
		width: 64.5em;
		.rlc-carousel-arrow {
			display: none;
		}
		.swiper-wrapper {
			padding-bottom: 2.0625em;
		}
		.rlc-carousel-scrollbar::before {
			opacity: 1;
		}
		.swiper-scrollbar-drag::after {
			opacity: 1;
		}
		.rlc-slide {
			width: 27.25em;
			margin-right: 1em;
			padding: 0;
			.rlc-copygroup {
				position: absolute;
				bottom: 0; left: 0;
				width: 100%;
				text-align: center;
				padding: 0 0 1.875em;
				.rlc-title {
					font-size: 1.75em;
					line-height: 1.4285714285714286em;
				}
				.rlc-links {
					margin-top: 0.5em;
					justify-content: center;
					.rlc-linecta {
						margin: 0 0.5em;
					}
				}
			}
		}
	}
}
[lang^=ar] #rlc-m2e-old {
	transform: scaleX(-1);
	.rlc-hd,
	.rlc-carousel_wrapper {
		transform: scaleX(-1);
	}
}

[lang$="_GE" i],
[lang$="_CZ" i],
[lang$="_DK" i],
[lang$="_FI" i],
[lang$="_GR" i],
[lang$="_SK" i],
[lang$="_HU" i],
[lang$="_PT" i]  {
     #rlc-m2e-old .rlc-carousel .rlc-slide-air,
	 #rlc-air {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {

	#rlc-m2e-old {
		height: 36.25em;
		margin-top: 3.125em;
		.rlc-hd {
			position: relative;
			height: auto;
			width: 13.6875em;
			left: auto;
			display: block;
			text-align: center;
			margin: 0 auto 1.875em;
			.rlc-title {
				font-size: 1.75em;
				line-height: 1.3571428571428572em;
				margin-bottom: 0.42857142857142855em;
				span {
					font-size: 1.5714285714285714em;
					line-height: 1.1818181818181819em;
				}
			}
		}
		.rlc-carousel {
			margin: 0 0 0 1.5625em;
			width: 21.875em;
			.rlc-slide {
				width: 15.9375em;
				.rlc-copygroup {
					padding: 0 0 1.25em;
					.rlc-title {
						font-size: 1.25em;
						line-height: 1.4em;
					}
					.rlc-links {
						margin-top: 0.75em;
					}
				}
			}
		}
	}
}
/* END MORE TO EXPLORE */


/* BEGIN SPOTIFY MODAL */
#rlc-spotifymodal {
	position: fixed;
	width: 90em;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 999;
	visibility: hidden;
	.rlc-in {
		background: rgba(0, 0, 0, 0.7);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		width: 45em;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		opacity: 0;
		transition: all 0.5s;
		transition-delay: 0.25s;
		.rlc-close {
			position: absolute;
			top: 2em;
			right: 2em;
			width: 2em;
			height: 2em;
			color: #fff;
			transform: rotate(45deg);
			&::before,
			&::after {
				content: '';
				width: 2px;
				height: 100%;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				background: #fff;
			}
			&::after {
				transform: translateX(-50%) rotate(90deg);
			}
		}
		.rlc-spotify {
			width: 25.75em;
			color: #fff;
			text-align: center;
			.rlc-cat {
				font-family: var(--sackersHeavy);
				font-size: 0.563em;
				line-height: 2.444em;
				letter-spacing: 0.4em;
				text-transform: uppercase;
				margin-bottom: 2.333em;
			}
			.rlc-title {
				font-family: var(--leJeuneReg);
				font-size: 3.75em;
				line-height: 1em;
				letter-spacing: 0.042em;
				text-transform: uppercase;
				margin-bottom: 0;
			}
			iframe {
				margin-top: 1.875em;
				height: 32.5em;
			}
		}
	}
}

.rlc-modalopen2 {
	.top-banner-sticky {
		display: none;
	}
	#rlc-spotifymodal {
		visibility: visible;
		.rlc-in {
			opacity: 1;
			transform: translateX(-100%);
		}
	}
}
.rlc-modalon {
	.top-banner-sticky {
		display: none;
	}
}

[lang^=ar] #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
	font-size: 3em;
}

@media screen and (max-width: 767px) {
	#rlc-spotifymodal {
		width: 100vw;
		left: 0;
		transform: none;
		.rlc-in {
			width: 100vw;
			transform: none;
			left: 0;
			.rlc-close {
				top: 1.5em;
				right: 1.5em;
				width: 1em;
				height: 1em;
			}
			.rlc-spotify {
				width: 15.9375em;
				.rlc-cat {
					font-size: 0.43875em;
					line-height: 2.4444444444444446em;
					letter-spacing: 0.4002849002849003em;
					margin-bottom: 2em;
				}
				.rlc-title {
					font-size: 2.25em;
					line-height: 1.2999999999999998em;
					letter-spacing: 0.05416666666666667em;
				}
				iframe {
					margin-top: 1.125em;
					height: 24.75em;
				}
			}
		}
	}

	.rlc-modalopen2 #rlc-spotifymodal {
		opacity: 1;
		.rlc-in {
			transform: none;
		}
	}

	[lang^=ar] #rlc-spotifymodal .rlc-in .rlc-spotify .rlc-title {
		font-size: 1.9em;
	}
}
/* END SPOTIFY MODAL */