.cdl-hero-shell {
	background: #332D7E;
	padding: 24px 0;
}

.cdl-hero-widget {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 12px;
	font-family: "Montserrat", sans-serif;
}

.cdl-hero-widget__frame {
	background: #332D7E;
	padding: 12px 16px 16px;
}

.cdl-hero-widget__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 20px;
}

.cdl-hero-widget__logo {
	display: block;
	height: auto;
	max-width: 100%;
}

.cdl-hero-widget__logo-cdl {
	width: 145px;
	height: 40px;
}

.cdl-hero-widget__logo-main {
	width: 153px;
	height: 64px;
}

.cdl-hero-widget__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 26px;
	align-items: start;
}

.cdl-hero-widget__left {
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 10px 8px 10px 22px;
}

.cdl-hero-widget__title {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-size: clamp(44px, 4.2vw, 64px);
	line-height: 0.92;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #f7ea25;
	max-width: 600px;
}

.cdl-hero-widget__text {
	margin-top: 24px;
	max-width: 520px;
	font-size: 16px;
	line-height: 1.2;
	color: #f1f1f6;
}

.cdl-hero-widget__text p {
	margin: 0 0 12px;
}

.cdl-hero-widget__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 14px 24px;
	border-radius: 8px;
	background: #f0f1f4;
	color: #1D1854;
	font-size: 34px;
	line-height: 1;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-decoration: none;
	width: fit-content;
}

.cdl-hero-widget__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cdl-hero-widget__slides {
	position: relative;
	width: min(100%, 520px);
	max-width: 520px;
	height: 430px;
	min-height: 430px;
	overflow: hidden;
	margin-left: auto;
	touch-action: pan-y;
}

@media (hover: hover) and (pointer: fine) {
	.cdl-hero-widget__slides {
		cursor: grab;
	}

	.cdl-hero-widget__slides.is-dragging {
		cursor: grabbing;
	}
}

.cdl-hero-widget__slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #332D7E;
	border-radius: 8px;
	padding: 10px;
	color: #fff;
	box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
	height: 100%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.cdl-hero-widget__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.cdl-hero-widget__quote-row {
	position: relative;
	min-height: 198px;
}

.cdl-hero-widget__quote-line {
	width: 100%;
}

.cdl-hero-widget__quote {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 60px 0 58px;
}

.cdl-hero-widget__meta {
	display: grid;
	gap: 2px;
	margin-bottom: 0;
}

.cdl-hero-widget__meta strong {
	font-size: 18px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
}

.cdl-hero-widget__meta span {
	font-size: 16px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

.cdl-hero-widget__quote-icon {
	position: absolute;
	width: 50px;
	height: 44px;
	line-height: 0;
}

.cdl-hero-widget__quote-icon svg {
	width: 50px;
	height: 44px;
	display: block;
}

.cdl-hero-widget__quote-icon .cdl-hero-widget__quote-svg--type2 {
	display: none;
}

.cdl-hero-widget__quote-icon--left {
	top: 0;
	left: 0;
}

.cdl-hero-widget__quote-icon--right {
	right: 0;
	bottom: 0;
}

.cdl-hero-widget__slide-image {
	display: block;
	width: 100%;
	height: 186px;
	object-fit: cover;
	border-radius: 8px;
}

.cdl-hero-widget__slide:not(.is-type-1):not(.is-type-2):not(.is-type-3):not(.is-type-4) .cdl-hero-widget__quote-icon {
	display: none;
}

.cdl-hero-widget__slide.is-type-1 {
	max-width: 520px;
	max-height: 430px;
	background: #FFEF18;
	color: #1D1854;
	padding: 30px 20px;
	justify-content: space-between;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote {
	font-size: 35px;
	line-height: 1;
	font-weight: 400;
	color: #1D1854;
	position: relative;
	z-index: 1;
	padding: 0 50px 0 64px;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__meta strong {
	color: #1D1854;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__meta span {
	color: #1D1854;
	font-size: 16px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__slide-image {
	width: 480px;
	max-width: 100%;
	height: 160px;
	margin: 0 auto;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-row {
	min-height: 156px;
	padding-bottom: 0;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon {
	z-index: 2;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--left {
	width: 54px;
	height: 47px;
	top: 8px;
	left: 6px;
	transform: translate(-10px, -2px);
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--left svg {
	width: 54px;
	height: 47px;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--right {
	width: 51px;
	height: 44px;
	right: 8px;
	top: auto;
	bottom: 8px;
	transform: none;
}

.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--right svg {
	width: 51px;
	height: 44px;
}

.cdl-hero-widget__slide.is-type-2 {
	background: #332D7E;
	color: #fff;
	padding: 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	grid-template-rows: auto auto;
	column-gap: 20px;
	row-gap: 12px;
	align-items: start;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-row {
	grid-column: 1;
	grid-row: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon {
	display: block;
	position: static;
	line-height: 0;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote {
	color: #fff;
	font-size: 35px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left {
	width: 54px;
	height: 47px;
	transform: none;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left svg {
	width: 54px;
	height: 47px;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left path {
	fill: #FFEF18;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right {
	width: 29px;
	height: 25px;
	margin-left: auto;
	transform: none;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right svg {
	width: 29px;
	height: 25px;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-svg--default {
	display: none;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-svg--type2 {
	display: block;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__meta {
	grid-column: 1;
	grid-row: 2;
	align-self: end;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__meta strong {
	color: #FFEF18;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__meta span {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__slide-image {
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 190px;
	min-width: 190px;
	max-width: 190px;
	height: 390px;
	object-fit: cover;
	border-radius: 8px;
	margin: 0;
}

.cdl-hero-widget__slide.is-type-3 {
	background: #FFEF18;
	color: #1D1854;
	padding: 20px;
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 18px;
	row-gap: 14px;
	align-items: start;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-row {
	grid-column: 1 / -1;
	grid-row: 1;
	min-height: 190px;
	position: static;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon {
	display: block;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote {
	color: #1D1854;
	font-family: "Bebas Neue", sans-serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.05;
	padding: 0 0 0 74px;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left {
	width: 54px;
	height: 57px;
	top: 20px;
	left: 20px;
	transform: none;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left svg {
	width: 54px;
	height: 47px;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left path {
	fill: #fff;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right {
	width: 51px;
	height: 44px;
	right: 20px;
	bottom: 132px;
	transform: none;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right svg {
	width: 51px;
	height: 44px;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-svg--default path {
	fill: #fff;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-svg--default {
	display: block;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-svg--type2 {
	display: none;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__slide-image {
	grid-column: 1;
	grid-row: 2;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 170px;
	object-fit: cover;
	object-position: center top;
	border-radius: 8px;
	margin: 0;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	justify-self: end;
	text-align: right;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta strong {
	color: #1D1854;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta span {
	color: #1D1854;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
}

.cdl-hero-widget__slide.is-type-4 {
	background: #FFFFFF;
	color: #332D7E;
	padding: 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	grid-template-rows: auto auto;
	column-gap: 20px;
	row-gap: 12px;
	align-items: start;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-row {
	grid-column: 1;
	grid-row: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon {
	display: block;
	position: static;
	line-height: 0;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote {
	color: #332D7E;
	font-size: 35px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left {
	width: 54px;
	height: 47px;
	transform: none;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left svg {
	width: 54px;
	height: 47px;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left path {
	fill: #FFEF18;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right {
	width: 29px;
	height: 25px;
	margin-left: auto;
	transform: none;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right svg {
	width: 29px;
	height: 25px;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-svg--default {
	display: none;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-svg--type2 {
	display: block;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-svg--type2 path {
	fill: #FFEF18;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__meta {
	grid-column: 1;
	grid-row: 2;
	align-self: end;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__meta strong {
	color: #332D7E;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__meta span {
	color: #332D7E;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 400;
}

.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__slide-image {
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 190px;
	min-width: 190px;
	max-width: 190px;
	height: 390px;
	object-fit: cover;
	border-radius: 8px;
	margin: 0;
}

.cdl-hero-widget__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	width: min(100%, 520px);
	margin: 10px 0 0 auto;
}

.cdl-hero-widget__dot {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	padding: 0;
	border: 0;
	background: #bfc2d3;
	cursor: pointer;
}

.cdl-hero-widget__dot.is-active {
	background: #f7ea25;
}

@media (max-width: 1280px) {
	.cdl-hero-widget__title {
		font-size: clamp(36px, 3.8vw, 56px);
	}

	.cdl-hero-widget__text {
		font-size: clamp(18px, 2vw, 24px);
	}

	.cdl-hero-widget__button {
		font-size: clamp(24px, 2.5vw, 32px);
	}

	.cdl-hero-widget__quote {
		font-size: clamp(24px, 2.1vw, 32px);
	}

	.cdl-hero-widget__meta strong {
		font-size: clamp(17px, 1.4vw, 18px);
	}

	.cdl-hero-widget__meta span {
		font-size: clamp(14px, 1.1vw, 16px);
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote {
		font-size: 35px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__meta strong {
		font-size: clamp(17px, 1.4vw, 18px);
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote {
		font-size: clamp(28px, 2vw, 35px);
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote {
		font-size: clamp(28px, 2vw, 35px);
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote {
		font-size: clamp(28px, 2vw, 35px);
	}
}

@media (max-width: 980px) {
	.cdl-hero-widget__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cdl-hero-widget__left {
		padding: 6px 6px 2px;
	}

	.cdl-hero-widget__right {
		align-items: center;
	}

	.cdl-hero-widget__slides {
		width: min(100%, 520px);
		margin: 0 auto;
	}

	.cdl-hero-widget__dots {
		margin: 10px auto 0;
	}

	.cdl-hero-widget__slide.is-type-2 {
		padding: 18px 14px;
		grid-template-columns: minmax(0, 1fr) 150px;
		column-gap: 14px;
	}

	.cdl-hero-widget__slide.is-type-4 {
		padding: 18px 14px;
		grid-template-columns: minmax(0, 1fr) 150px;
		column-gap: 14px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote {
		font-size: 28px;
		padding-left: 48px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right {
		right: 4px;
		bottom: 8px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote {
		font-size: 28px;
		padding: 0;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-row {
		min-height: 220px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right {
		margin-top: 8px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left,
	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left svg {
		width: 40px;
		height: 35px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left,
	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left svg {
		width: 40px;
		height: 35px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__slide-image {
		width: 150px;
		min-width: 150px;
		max-width: 150px;
		height: 324px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__slide-image {
		width: 150px;
		min-width: 150px;
		max-width: 150px;
		height: 324px;
	}

	.cdl-hero-widget__slide.is-type-3 {
		padding: 18px 14px;
		grid-template-columns: 170px minmax(0, 1fr);
		column-gap: 14px;
		row-gap: 12px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-row {
		min-height: 172px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote {
		font-size: 30px;
		padding-left: 62px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left {
		width: 46px;
		height: 49px;
		top: 18px;
		left: 14px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left svg {
		width: 46px;
		height: 40px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right,
	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right svg {
		width: 45px;
		height: 39px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right {
		right: 14px;
		bottom: 74px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__slide-image {
		width: 170px;
		min-width: 170px;
		max-width: 170px;
		height: 145px;
		object-position: center top;
	}
}

@media (max-width: 640px) {
	.cdl-hero-shell {
		padding: 16px 0;
	}

	.cdl-hero-widget {
		padding: 0 8px;
	}

	.cdl-hero-widget__frame {
		padding: 10px 10px 12px;
	}

	.cdl-hero-widget__left {
		margin-bottom: 20px;
	}

	.cdl-hero-widget__logos {
		gap: 10px;
		margin-bottom: 14px;
	}

	.cdl-hero-widget__logo-cdl {
		width: min(88vw, 260px);
		height: auto;
	}

	.cdl-hero-widget__logo-main {
		width: min(52vw, 153px);
		height: auto;
	}

	.cdl-hero-widget__title {
		font-size: 50px;
		margin: 30px 0;
	}

	.cdl-hero-widget__text {
		font-size: 16px;
		margin-top: 14px;
	}

	.cdl-hero-widget__button {
		font-size: 24px;
		padding: 10px 16px;
	}

	.cdl-hero-widget__slides {
		height: 430px;
		min-height: 430px;
		width: 100%;
	}

	.cdl-hero-widget__quote {
		font-size: 22px;
		padding: 0 44px 0 44px;
	}

	.cdl-hero-widget__meta strong {
		font-size: 18px;
		line-height: 1.2;
	}

	.cdl-hero-widget__meta span {
		font-size: 16px;
		line-height: 1.2;
	}

	.cdl-hero-widget__slide-image {
		height: 150px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__slide-image {
		width: 100%;
		height: 140px;
	}

	.cdl-hero-widget__quote-row {
		min-height: 148px;
	}

	.cdl-hero-widget__quote-icon,
	.cdl-hero-widget__quote-icon svg {
		width: 34px;
		height: 30px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote {
		font-size: 33px;
		line-height: 1;
		padding: 0 36px 0 56px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-row {
		min-height: 146px;
		padding-bottom: 0;
	}

	.cdl-hero-widget__slide.is-type-1 {
		padding: 20px 14px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__meta strong {
		font-size: 18px;
		line-height: 1.2;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__meta span {
		font-size: 16px;
		line-height: 1.2;
	}

	.cdl-hero-widget__slide.is-type-2 {
		padding: 14px 10px;
		grid-template-columns: minmax(0, 1fr) 150px;
		grid-template-rows: auto;
		column-gap: 10px;
		row-gap: 8px;
	}

	.cdl-hero-widget__slide.is-type-4 {
		padding: 14px 10px;
		grid-template-columns: minmax(0, 1fr) 150px;
		grid-template-rows: auto;
		column-gap: 10px;
		row-gap: 8px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-row {
		grid-column: 1;
		grid-row: 1;
		min-height: 0;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-row {
		grid-column: 1;
		grid-row: 1;
		min-height: 0;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote {
		font-size: 26px;
		line-height: 1.08;
		padding: 0 20px 0 34px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote {
		font-size: 26px;
		line-height: 1.02;
		padding: 0;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__meta {
		grid-column: 1;
		grid-row: 1;
		align-self: end;
		margin-top: 8px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__meta {
		grid-column: 1;
		grid-row: 1;
		align-self: end;
		margin-top: 8px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__slide-image {
		grid-column: 2;
		grid-row: 1;
		width: 150px;
		min-width: 150px;
		max-width: 150px;
		height: 380px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__slide-image {
		grid-column: 2;
		grid-row: 1;
		width: 150px;
		min-width: 150px;
		max-width: 150px;
		height: 380px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right,
	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right svg {
		width: 29px;
		height: 25px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left,
	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left svg {
		width: 30px;
		height: 26px;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--left {
		top: 4px;
		left: 0;
	}

	.cdl-hero-widget__slide.is-type-2 .cdl-hero-widget__quote-icon--right {
		right: 2px;
		bottom: 8px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right,
	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right svg {
		width: 29px;
		height: 25px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left,
	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left svg {
		width: 40px;
		height: 35px;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--left {
		top: 4px;
		left: 0;
	}

	.cdl-hero-widget__slide.is-type-4 .cdl-hero-widget__quote-icon--right {
		right: 2px;
		bottom: 8px;
	}

	.cdl-hero-widget__slide.is-type-3 {
		padding: 16px 12px;
		grid-template-columns: 200px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 12px;
		row-gap: 4px;
		position: relative;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-row {
		grid-column: 1 / -1;
		grid-row: 1;
		min-height: auto;
		margin-bottom: 0;
		position: static;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote {
		font-size: 33px;
		line-height: 1;
		padding-left: 74px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__slide-image {
		grid-column: 1;
		grid-row: 2;
		width: 200px;
		min-width: 0;
		max-width: 100%;
		height: 170px;
		object-position: center top;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		align-self: center;
		text-align: right;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta strong {
		font-size: 18px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__meta span {
		font-size: 15px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left {
		width: 54px;
		height: 47px;
		top: 8px;
		left: 6px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--left svg {
		width: 54px;
		height: 47px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right,
	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right svg {
		width: 30px;
		height: 26px;
	}

	.cdl-hero-widget__slide.is-type-3 .cdl-hero-widget__quote-icon--right {
		right: 12px;
		bottom: 156px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--left {
		width: 46px;
		height: 40px;
		top: 8px;
		left: 0;
		transform: none;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--left svg {
		width: 46px;
		height: 40px;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--right {
		width: 44px;
		height: 38px;
		right: 8px;
		top: auto;
		bottom: 8px;
		transform: none;
	}

	.cdl-hero-widget__slide.is-type-1 .cdl-hero-widget__quote-icon--right svg {
		width: 44px;
		height: 38px;
	}

	.cdl-hero-widget__dot {
		width: 14px;
		height: 14px;
	}
}
