/*
--------------------------------------
Container
--------------------------------------
*/

.banner-text-container {
	margin-bottom: 20px;
}

/*
--------------------------------------
Item
--------------------------------------
*/

.banner-text-container .banner-text-element {
	color: #fff;
}

/*Subhead*/

.banner-text-subhead-container {
	display: flex;
	justify-content: center;
}

.banner-text-subhead {
	font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1.68px;
}

.banner-text-subhead--orange {
	font-size: 18px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 110%;
}

/*Title*/

.banner-text-container .banner-text-title {
	display: flex;
	flex-direction: column;
	font-size: calc(36px + (80 - 36) * ((100vw - 320px) / (1920 - 320)));
	font-style: normal;
	font-weight: 900;
	text-align: center;
	line-height: 1.25;
}

.banner-text-container .banner-text-title:not(.banner-text-title-transparent) {
	color: #fff;
}

.banner-text-container.banner-text-title--left * {
	text-align: left;
}

.banner-text-container .banner-text-title.banner-text-title--medium {
	font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.banner-text-container .banner-text-title.banner-text-title--darkgrey,
.banner-text-container .banner-text-title.banner-text-title--darkgrey .banner-text-element,
.banner-text-container .banner-text-description--darkgrey {
	color: var(--e-global-color-secondary);
}

/*Transparent title*/

.banner-text-container .banner-text-title-transparent {
	font-size: calc(40px + (120 - 40) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 110%;
	-webkit-text-stroke: 1px var(--e-global-color-secondary);
	-webkit-text-fill-color: transparent;
	color: var(--e-global-color-primary);
}

.banner-text-container .banner-text-title-transparent-white {
	-webkit-text-stroke: 1px #fff;
}

/*Description*/

.banner-text-title--center .banner-text-description-container {
	color: var(--e-global-color-secondary);
	text-align: center;
	max-width: 695px;
	margin: auto;
}