.pr__carousel .carousel__screen {
	z-index: 2;
}
.pr__carousel .carousel__screen .screen__text .screen__link {
	margin-top: 12px;
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	align-items: center;
}
.pr__carousel .screen__link a.open-account {
	display: flex;
	padding: 14px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	height: 56px;
	color: var(--white);
	background: var(--brand-fe3);
	transition: all 0.3s ease-in-out; 
}
.pr__carousel .screen__link a.open-account:hover {
	color: var(--white);
	background-color: var(--brand-ce9);
}
.pr__carousel .screen__link .app-downloads {
	width: 196px;
	position: relative;
}
.pr__carousel .screen__link .app-downloads>a {
	display: flex;
	padding: 14px 5px;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 8px;
	border: 2px solid rgba(234, 192, 113, 0.50);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	height: 56px;
	color: #EAC071;
	position: relative;
	cursor: pointer;
}
.pr__carousel .screen__link .app-downloads>a:hover {
	border-color: #EAC071;
}
.pr__carousel .screen__link .app-downloads i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/static/images/index/icon-qrcode.svg) no-repeat 0 0/100% 100%;
}
.pr__carousel .screen__link .app-download-box {
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	padding-top: 8px;
	display: none;
}
.pr__carousel .screen__link .app-download-box.active {
	display: block;
}
.pr__carousel .screen__link .app-download-layout {
	display: flex;
	width: 100%;
	padding: 24px 36px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid #343A46;
	background: #272E3C;
}
.pr__carousel .screen__link .app-download-qrcode {
	display: flex;
	width: 124px;
	height: 124px;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background: var(--white);
}
.pr__carousel .screen__link .app-download-qrcode > div {
	width: 100px;
	height: 100px;
}
.pr__carousel .screen__link .app-download-layout p {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	color: var(--white);
}
.pr__carousel .screen__link .app-download-layout a {
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 32px;
	border: 1px solid #566178;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #98A2B3;
	transition: all .4s ease-out;
}
.pr__carousel .screen__link .app-download-layout a:hover {
	border: 1px solid #566178;
	background: rgba(86, 97, 120, 0.40);
}
