.eifls-banner-item {
	display: block !important;
	width: 100%;
	font-size: 1.4rem;
	padding: 8px 10px 18px !important;
	border-bottom: 1px solid #c3c2c5;
}

.eifls-banner {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none !important;
	border-radius: 10px;
	padding: 18px 20px 18px 18px;
	background:
		linear-gradient(115deg, rgba(7, 32, 54, 0.18) 0%, rgba(7, 32, 54, 0.04) 46%, rgba(0, 174, 239, 0.12) 100%),
		linear-gradient(135deg, #072036 0%, #0b3d5c 52%, #067a9c 100%);
	box-shadow: 0 8px 22px rgba(7, 32, 54, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eifls-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #f5c518;
}

.eifls-banner:after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -48px;
	width: 170px;
	height: 170px;
	border: 18px solid rgba(245, 197, 24, 0.16);
	border-radius: 50%;
	pointer-events: none;
}

.eifls-banner:hover,
.eifls-banner:focus {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(7, 32, 54, 0.32);
	color: #fff;
}

.eifls-banner:visited {
	color: #fff;
}

.eifls-banner:visited .eifls-banner__title,
.eifls-banner:hover .eifls-banner__title,
.eifls-banner:hover .eifls-banner__lead {
	color: #fff;
}

.eifls-banner:hover .eifls-banner__cta-btn {
	color: #1a1a1a;
}

.eifls-banner__inner {
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}

.eifls-banner__logo,
.eifls-banner__body,
.eifls-banner__cta {
	display: table-cell;
	vertical-align: middle;
}

.eifls-banner__logo {
	width: 168px;
	padding-right: 18px;
}

.eifls-banner__logo-frame {
	display: block;
	background: #fff;
	border-radius: 8px;
	padding: 8px 10px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.eifls-banner__logo img {
	display: block;
	width: 146px;
	height: auto;
	margin: 0 auto;
}

.eifls-banner__body {
	padding-right: 16px;
}

.eifls-banner__eyebrow {
	display: inline-block;
	margin-bottom: 6px;
	padding: 3px 10px;
	border-radius: 99px;
	background: #f5c518;
	color: #1a1a1a;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.eifls-banner__title {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.eifls-banner__courses {
	display: block;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.eifls-banner__courses span {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.eifls-banner__lead {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 1.25rem;
	line-height: 1.55;
}

.eifls-banner__langs {
	display: block;
	font-size: 0;
}

.eifls-banner__langs-label {
	display: inline-block;
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.1rem;
	line-height: 24px;
	vertical-align: middle;
}

.eifls-banner__lang {
	display: inline-block;
	min-width: 34px;
	margin-right: 5px;
	padding: 2px 7px;
	border-radius: 4px;
	background: #fff;
	color: #072036;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.eifls-banner__cta {
	width: 148px;
	text-align: center;
}

.eifls-banner__cta-btn {
	display: inline-block;
	position: relative;
	min-width: 132px;
	padding: 12px 22px 12px 14px;
	border-radius: 6px;
	background: #f5c518;
	color: #1a1a1a;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 3px 0 #c79a00;
}

.eifls-banner__cta-btn small {
	display: block;
	margin-top: 3px;
	font-size: 1.05rem;
	font-weight: 700;
}

.eifls-banner__cta-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
	transform: rotate(45deg);
}

html.spMode .eifls-banner-item {
	padding: 10px 0 30px !important;
}

html.spMode .eifls-banner {
	padding: 28px 24px 24px 28px;
	border-radius: 16px;
}

html.spMode .eifls-banner:before {
	width: 12px;
}

html.spMode .eifls-banner__logo,
html.spMode .eifls-banner__body,
html.spMode .eifls-banner__cta {
	display: block;
	width: auto;
	padding: 0;
}

html.spMode .eifls-banner__logo {
	margin-bottom: 20px;
}

html.spMode .eifls-banner__logo-frame {
	display: inline-block;
	padding: 12px 16px;
}

html.spMode .eifls-banner__logo img {
	width: 260px;
}

html.spMode .eifls-banner__eyebrow {
	font-size: 2.2rem;
	padding: 6px 16px;
	margin-bottom: 12px;
}

html.spMode .eifls-banner__title {
	font-size: 3.2rem;
	margin-bottom: 16px;
}

html.spMode .eifls-banner__courses span {
	font-size: 2.2rem;
	padding: 8px 12px;
	margin: 0 8px 10px 0;
}

html.spMode .eifls-banner__lead {
	font-size: 2.4rem;
	margin-bottom: 18px;
}

html.spMode .eifls-banner__langs {
	margin-bottom: 24px;
}

html.spMode .eifls-banner__langs-label {
	display: block;
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0 0 10px;
}

html.spMode .eifls-banner__lang {
	min-width: 64px;
	font-size: 2.2rem;
	padding: 6px 12px;
	margin: 0 8px 8px 0;
}

html.spMode .eifls-banner__cta {
	width: auto;
	text-align: left;
}

html.spMode .eifls-banner__cta-btn {
	min-width: 280px;
	padding: 18px 40px 18px 22px;
	font-size: 2.6rem;
	border-radius: 10px;
}

html.spMode .eifls-banner__cta-btn small {
	font-size: 2rem;
}

html.spMode .eifls-banner__cta-btn:after {
	width: 12px;
	height: 12px;
	right: 18px;
	margin-top: -7px;
	border-width: 3px;
}
