@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.p-downloads__title {
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
	color: var(--blue-800);
	text-align: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.p-download {
	font-family: "Noto Sans", sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 1rem 0;
}

.p-download span {
	display: none;
}

.p-download span.file {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}

.p-download span.file:last-child {
	margin-bottom: 0;
}

.p-download .accordion {
	background: transparent;
	color: #000;
	font-size: 1.13rem;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-download .accordion:after {
	font-family: "electrolux";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e909";
	margin-left: 0.38rem;
	font-size: 1.6rem;
	font-weight: normal;
	padding-right: 1rem;
}

.p-download .accordion.active:after {
	font-family: "electrolux";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90a";
	margin-left: 0.38rem;
	font-size: 1.6rem;
	font-weight: normal;
}

.p-download__file {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.p-download__file span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	column-gap: 1rem;
}

.p-download__file span:before {
	font-family: "electrolux";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--white);
	content: "\e90b";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	margin-left: 0.38rem;
	margin-left: 4px;
	background-color: var(--blue-800);
	width: 2rem;
	height: 2rem;
	border-radius: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

