.employee-portal-our-brands {
	position: relative;
	padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 6vw, 5rem) 1rem;
	color: #f6f9ff;
}

.employee-portal-our-brands__background {
	position: absolute;
	inset: 0;
	opacity: 0.6;
	pointer-events: none;
	z-index: 0;
}

.employee-portal-our-brands__decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	overflow: visible;
	filter: blur(200px);
}

.employee-portal-our-brands__circle {
	position: absolute;
	width: clamp(12rem, 26vw, 20rem);
	height: clamp(12rem, 26vw, 20rem);
	border-radius: 50%;
	opacity: 0.85;
}

.employee-portal-our-brands__circle--green {
	top: 22%;
	right: 6%;
	width: clamp(14rem, 28.125rem, 24rem);
	height: clamp(14rem, 28.125rem, 24rem);
	border-radius: 100%;
	background: #219963;
}

.employee-portal-our-brands__circle--grey {
	bottom: 12%;
	left: 20%;
	width: clamp(14rem, 28.125rem, 24rem);
	height: clamp(14rem, 28.125rem, 24rem);
	border-radius: 100%;
	background: #929292;
}

.employee-portal-our-brands__inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	margin: 0 auto;
	display: grid;
	gap: 10rem;
}

.employee-portal-our-brands__header {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 1.2rem;
}

.employee-portal-our-brands__icon {
	width: 80px;
	height: 91px;
	background: url('../img/logo_sm.svg') center/contain no-repeat;
	opacity: 0.9;
}

.employee-portal-our-brands__heading {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 45.625rem;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.18;
	color: #ffffff;
    letter-spacing: -2px;
}

.employee-portal-our-brands__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 1rem 1.375rem;
	border-radius: 5rem;
	font-size: 1.0625rem;
	font-weight: 500;
	border: none;
	background-color: #ffffff;
	color: #1e0705;
	text-decoration: none;
	cursor: pointer;
	transition:
		background-color 150ms ease,
		transform 150ms ease;
}

.employee-portal-our-brands__cta-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: transparent;
	background-image: url('../img/play_circle.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.employee-portal-our-brands__cta-label {
	color: #1e0705;
}

.employee-portal-our-brands__cta:hover,
.employee-portal-our-brands__cta:focus-visible {
	background-color: rgba(255, 255, 255, 0.9);
	transform: translateY(-0.125rem);
}

.employee-portal-our-brands__grid {
	display: block;
}

.employee-portal-our-brands__card {
	position: relative;
	display: flex;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: center;
	width: 100%;
	margin-bottom: 6.25rem;
}

.employee-portal-our-brands__card:last-of-type {
	margin-bottom: 0;
}

.employee-portal-our-brands__card-content {
	max-width: 22.25rem;
}

.employee-portal-our-brands__card-content,
.employee-portal-our-brands__media {
	position: relative;
	z-index: 1;
}


.employee-portal-our-brands__card--image-right
	.employee-portal-our-brands__card-content {
	order: 1;
	justify-self: flex-start;
}

.employee-portal-our-brands__card--image-right
	.employee-portal-our-brands__media {
	order: 2;
	justify-self: flex-end;
}
.employee-portal-our-brands__card--image-right
	.employee-portal-our-brands__media
	img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 726px;
}

.employee-portal-our-brands__card--image-left
	.employee-portal-our-brands__card-content {
	order: 2;
}

.employee-portal-our-brands__card--image-left
	.employee-portal-our-brands__media {
	order: 1;
	justify-self: flex-start;
}

.employee-portal-our-brands__card--image-left
	.employee-portal-our-brands__media
	img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 626px;
}

.employee-portal-our-brands__brand-logo {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 1.25rem;
	object-fit: contain;
	filter: drop-shadow(0 0.6rem 1.4rem rgba(0, 0, 0, 0.28));
}

.employee-portal-our-brands__brand-title {
	display: none;
}

.employee-portal-our-brands__brand-description {
	margin: 0 0 1.875rem;
	font-size: 1.25rem;
	line-height: 1.7;
	color: #cbcbcb;
}

.employee-portal-our-brands__brand-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.75rem 2rem;
	border-radius: 5rem;
	font-size: 17px;
	font-weight: 500;
	border: 1px solid #ffffff;
	/* background-color: #ffffff; */
	color: #1e0705;
	text-decoration: none;
	cursor: pointer;
	transition:
		background-color 150ms ease,
		transform 150ms ease;
}

.employee-portal-our-brands__brand-cta:hover,
.employee-portal-our-brands__brand-cta:focus-visible {
	background-color: rgba(255, 255, 255, 0.9);
}


.employee-portal-our-brands__brand-cta:hover
	.employee-portal-our-brands__brand-cta-label,
.employee-portal-our-brands__brand-cta:focus-visible
	.employee-portal-our-brands__brand-cta-label {
	color: #1e0705;
}

.employee-portal-our-brands__brand-cta[aria-disabled='true'] {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.employee-portal-our-brands__brand-cta-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: transparent;
	background-image: url('../img/play_circle.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.employee-portal-our-brands__brand-cta-label {
	font-weight: 400;
}

.employee-portal-our-brands__media {
	justify-self: end;
	border-radius: 12px;
	overflow: hidden;
}

.employee-portal-our-brands__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: inherit;
}

.employee-portal-our-brands__card.employee-portal-our-brands__card--image-left
	.employee-portal-our-brands__media
	img {
	aspect-ratio: 1/1;
}

@media (max-width: 980px) {
	.employee-portal-our-brands__card {
		grid-template-columns: minmax(0, 1fr);
	}

	.employee-portal-our-brands__media {
		justify-self: center;
		width: 100% !important;
	}

	.employee-portal-our-brands__card .employee-portal-our-brands__card-content,
	.employee-portal-our-brands__card .employee-portal-our-brands__media {
		order: initial;
		justify-self: stretch;
	}
}

@media (max-width: 640px) {

	.employee-portal-our-brands {
		padding: 2.5rem 1.25rem 3rem;
	}

	.employee-portal-our-brands__cta {
		justify-content: center;

		margin-top: 1rem;
		margin-bottom: 6rem;
	}

	.employee-portal-our-brands__circle {
		display: none;
	}
	.employee-portal-our-brands__circle--green {
		top: 40%;
		display: block;
	}
	.employee-portal-our-brands__card {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		margin-bottom: 6rem;
	}
	.employee-portal-our-brands__card img {
		margin-bottom: 1.875rem;
	}
	.employee-portal-our-brands__card-content {
		max-width: unset;
	}
	.employee-portal-our-brands__brand-logo {
		max-width: 296px;
		max-height: unset;
	}

	.employee-portal-our-brands__brand-cta {
		text-align: center;
	}
	.employee-portal-our-brands__card--image-right
		.employee-portal-our-brands__media {
		transform: unset !important;
		width: 100vw !important;
		margin: 0 -1.25rem;
	}
	.employee-portal-our-brands__card--image-right
		.employee-portal-our-brands__media
		img {
		max-width: unset;
		width: 120vw;
		transform: translateX(-20vw);
	}

	.employee-portal-our-brands__inner {
		display: block;
		max-width: unset;
		gap: 2.5rem;
	}
	.employee-portal-our-brands__heading {
		font-size: 2.5625rem;
	}
}

/* Lightbox */
.employee-portal-our-brands__lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	-webkit-backdrop-filter: blur(0.625rem) brightness(0.8);
	backdrop-filter: blur(0.625rem) brightness(0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	padding: 2rem;
}

.employee-portal-our-brands__lightbox[hidden] {
	display: none;
}

.employee-portal-our-brands__lightbox-inner {
	position: relative;
	max-width: min(60rem, 100%);
	width: 100%;
	background: #000000;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
}

.employee-portal-our-brands__lightbox-inner--text {
	background: #ffffff;
	color: #1e0705;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	max-width: min(40rem, 100%);
}

.employee-portal-our-brands__lightbox-video {
	width: 100%;
	height: auto;
	display: block;
}

.employee-portal-our-brands__lightbox-copy {
	font-size: 1.125rem;
	line-height: 1.7;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	text-align: center;
}

.employee-portal-our-brands__lightbox-copy a {
	color: inherit;
	text-decoration: underline;
}

.employee-portal-our-brands__lightbox-close-button {
	margin-top: 1.5rem;
	padding: 0.75rem 1.75rem;
	border-radius: 999px;
	border: none;
	background: rgba(30, 7, 5, 0.85);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	width: max-content;
	transition:
		background-color 150ms ease,
		transform 150ms ease;
}

.employee-portal-our-brands__lightbox-close-button:hover,
.employee-portal-our-brands__lightbox-close-button:focus-visible {
	background: rgba(30, 7, 5, 1);
	transform: translateY(-0.125rem);
}

.employee-portal-our-brands__lightbox-close-button:focus-visible {
	outline: 0.125rem solid #ffffff;
	outline-offset: 0.2rem;
}

.employee-portal-our-brands__lightbox-copy ul,
.employee-portal-our-brands__lightbox-copy ol {
	padding-left: 1.25rem;
	align-self: stretch;
	text-align: left;
}

.employee-portal-our-brands__lightbox-close {
	position: fixed;
	top: 0.75rem;
	right: 0.75rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 150ms ease;
	z-index: 2;
}

.employee-portal-our-brands__lightbox-close:hover,
.employee-portal-our-brands__lightbox-close:focus-visible {
	background: rgba(255, 255, 255, 0.25);
}

.employee-portal-our-brands__lightbox-close:focus-visible {
	outline: 0.125rem solid #ffffff;
	outline-offset: 0.25rem;
}

.employee-portal-our-brands__lightbox[data-modal-type='text']
	.employee-portal-our-brands__lightbox-close {
	background: rgba(30, 7, 5, 0.12);
	color: #1e0705;
}

.employee-portal-our-brands__lightbox[data-modal-type='text']
	.employee-portal-our-brands__lightbox-close:hover,
.employee-portal-our-brands__lightbox[data-modal-type='text']
	.employee-portal-our-brands__lightbox-close:focus-visible {
	background: rgba(30, 7, 5, 0.2);
}

.employee-portal-our-brands__lightbox[data-modal-type='text']
	.employee-portal-our-brands__lightbox-close:focus-visible {
	outline: 0.125rem solid #1e0705;
}

body.employee-portal-our-brands--lightbox-open {
	overflow: hidden;
}
