.langSwitchContainer{
	position: absolute;
	margin: auto 0;
	right: 1%;
	display: none;
	flex-direction: column;
	align-items: flex-end;
}

.tagLineImg{
	/* width: clamp(100px, calc(70px + 9vw), 180px); */
	width: 145px;
	margin-bottom: 20px;
}

.langSwitch{
	display: flex;
}

.langSwitch div:first-child{
	margin-right: 2em;
}

.langSelected{
	color: #009639;
	font-weight: 700;
}

.langSwitchOption{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}