.image-buttons {
	position: relative;
	z-index: 1;
}

.image-buttons__curve {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 65px;
	left: 0;
	z-index: -1;
}

.image-buttons::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 66px;
	bottom: -1px;
	left: 0;
	z-index: -1;
	background: #f7fcff;
}

.bg-light-blue.image-buttons::after {
	background: #fff;
}

.image-buttons__headlines {
	padding-bottom: 35px;
}

.image-buttons__slider {
	padding-bottom: 65px;
	margin: 0 -16px;
}

.image-button-item {
	padding: 0 16px;
}

.image-button--disabled,
.image-button {
	display: block;
	background: linear-gradient(
		135deg,
		rgba(247, 252, 255, 1) 0%,
		rgba(216, 240, 255, 1) 100%
	);
	border-radius: 35px !important;
	overflow: hidden;
	height: 344px;
	padding: 20px 20px 25px;
	text-decoration: none;
	border: none;
	position: relative;
}

.image-button__image {
	height: 232px;
}

.image-button__details {
	padding-top: 16px;
	text-align: center;
}

.image-button__title {
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #00347b;
	line-height: 1.25em;
	font-weight: 700;
	height: 46px;
    text-wrap: balance;
    /*
	display: flex;
	align-items: flex-end;
	justify-content: center;
    */
}

.image-buttons__slider .slick-arrow {
	transform: translate(0, 0);
}

.image-buttons__slider .slick-prev {
	margin-left: -170px;
}

.image-buttons__slider .slick-next {
	margin-right: -170px;
	left: auto;
	right: 50%;
}

.image-buttons__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px;
}

.image-buttons__slider ul.slick-dots {
	left: 0;
	transform: translate(0, 0);
	bottom: 17px;
	justify-content: center;
}

.image-buttons__slider ul.slick-dots li button {
	border-color: #006fac;
	width: 15px;
	height: 15px;
	background-color: #d8f0ff;
}

.image-buttons__slider ul.slick-dots li.slick-active button {
	width: 35px;
	background-color: #006fac;
}

@media (min-width: 768px) {
	.image-buttons__curve {
		bottom: 100px;
	}

	.image-buttons::after {
		height: 101px;
	}

	.image-buttons__headlines {
		padding-bottom: 50px;
	}

	.image-buttons__slider {
		padding-bottom: 82px;
	}

	.image-button {
		padding: 16px 16px 30px;
	}

	.image-button__details {
		padding-top: 19px;
	}
}

.image-buttons--bottom-margin {
	margin-bottom: 100px;
}

@media (min-width: 1200px) {
	.image-buttons__curve {
		bottom: -1px;
	}

	.image-buttons::after {
		display: none;
	}

	.image-buttons__headlines {
		padding-bottom: 75px;
	}

	.image-button {
		padding: 15px 15px 30px;
		height: 332px;
	}

	.image-button__image {
		height: 215px;
	}

	.image-button__title {
		font-size: 20px;
		height: 52px;
	}

	.image-button__hover {
		display: none;
	}

	.image-button:hover {
		background: linear-gradient(
			to right,
			rgba(252, 221, 49, 1) 0%,
			rgba(205, 39, 138, 1) 100%
		);
		padding: 31px 11px 21px;
	}

	.image-button:hover::before {
		content: "";
		position: absolute;
		width: 100%;
		height: calc(100% - 6px);
		top: 0;
		left: 0;
		background: linear-gradient(
			135deg,
			rgba(24, 135, 197, 1) 0%,
			rgba(0, 52, 123, 1) 100%
		);
		opacity: 0.9;
		border-radius: 35px;
	}

	.image-button:hover .image-button__image {
		height: 100%;
	}

	.image-button:hover .image-button__details {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		color: #fff;
		padding: 0 18px;
	}

	.image-button:hover .image-button__hover {
		display: block;
	}

	.image-button:hover .btn-tertiary,
	.image-button:hover .btn-tertiary:before {
		color: #cd278a;
	}

	.image-button:hover .btn-tertiary.image-button__cta,
	.image-button:hover .btn-tertiary.image-button__cta:before {
		color: #ffffff;
	}

	.image-button__hover p {
		font-weight: 300;
		margin: 18px 0;
		font-size: 18px;
	}

	.image-button:hover .image-button__title {
		color: #fff;
		height: auto;
	}

	.image-button__cta,
	.image-button__cta::before {
		color: #fff;
	}

	.image-buttons--bottom-margin {
		margin-bottom: 175px;
	}

	.image-button--disabled:hover {
		background: linear-gradient(
			135deg,
			rgba(247, 252, 255, 1) 0%,
			rgba(216, 240, 255, 1) 100%
		);
	}
}

.disable-curve .image-buttons__curve {
	display: none;
}

.page-id-794 {
	.image-button__image img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.industry-products .image-buttons__curve {
	display: none !important;
}

.wide-pager .slick-dots {
	display: none !important;
}

.image-button-item .btn-tertiary svg.bubble-wrapper path {
    fill: #FFFFFF !important;
}

.image-button-item .btn-tertiary:after {
    color: #FFFFFF !important;
}