/* main banner */
#frontpage-banner {
	position: relative;
}

#frontpage-banner img {
	max-width: none!important;
	width: 100%!important;
}

.frontpage-banner__inner {
	position: absolute; 
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.frontpage-banner__container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 50px;
}

#frontpage-banner .heading-wrapper {
	max-width: 700px;
	flex: 1 1 auto;
}

#frontpage-banner .heading-block {
	width: 100%!important;
}

#frontpage-banner .frontpage-banner-h1 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	color: #00a79d;
}

#frontpage-banner h1 {
	margin: 0!important;
}

#frontpage-banner .frontpage-banner-h1 .typewrite {
	color: #fff;
}

.text-and-button-wrapper--desktop {
	position: relative;
	pointer-events: auto;
}

.text-and-button-wrapper--mobile {
	display: none;
}

#frontpage-banner h2.frontpage-banner-text {
	margin: 25px 150px 0 40px;
	padding: 21px 30px 46px;
	background-color: #FBF9F6;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #48535B;
}

#frontpage-banner h2.frontpage-banner-text--without-button {
	padding-bottom: 25px;
}

#frontpage-banner h2.frontpage-banner-text .first-sentence {
	font-weight: 700;
	color: #00a79d;
}

#frontpage-banner .cta-wrapper {
	width: auto;
	display: flex;
	justify-content: end;
	position: absolute;
	right: 190px;
	bottom: 0;
	transform: translateY(50%);
	height: auto;
}

#frontpage-banner .cta-wrapper .cta-button {
	flex: 0 0 auto;
	min-width: 115px;
	white-space: nowrap;
}

#frontpage-banner .frontpage-banner-ctab {
	background-color: #00a79d;
	cursor: pointer;
	text-align: center;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.frontpage-banner-campaign__text {
	background-color: #00a79d;
	line-height: 1.1;
	color: #fff;
}

.frontpage-banner-campaign__title {
	font-size: 22px;
	font-weight: 800;
}

a.frontpage-banner-campaign__button {
	display: block;
	margin: 10px 0 10px 10px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

a.frontpage-banner-campaign__button,
a.frontpage-banner-campaign__button:hover,
a.frontpage-banner-campaign__button:visited {
	color: #fff;
}

.frontpage-banner-campaign--desktop {
	flex: 0 0 auto;
	width: 270px;
	height: 270px;
	position: relative;
	pointer-events: auto;
}

.frontpage-banner-campaign__img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.frontpage-banner-campaign--desktop .frontpage-banner-campaign__text {
	position: absolute;
	width: 100%;
	bottom: -80px;
	left: 0;
	padding: 10px;
	height: 80px;
}

.frontpage-banner-campaign--desktop .frontpage-banner-campaign__title,
.frontpage-banner-campaign--desktop a.frontpage-banner-campaign__button {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontpage-banner-campaign--mobile {
	width: calc(100% - 30px);
	margin: 50px 15px 20px;
	display: none;
	justify-content: space-between;
}

.frontpage-banner-campaign--mobile .frontpage-banner-campaign__img {
	height: auto;
	min-height: 104px;
	width: 29%!important;
	flex: 0 0 auto;
}

.frontpage-banner-campaign--mobile .frontpage-banner-campaign__text {
	flex: 1 1 auto;
	padding: 9px 15px;
}

@media only screen and (min-width: 1680px) {
	.frontpage-banner__container {
		max-width: 1200px;
	}
}

@media (min-width:1300px) {
	#frontpage-banner img {
		min-height: 300px;
	}
}

@media (min-width: 1200px) and (max-width: 1420px) {
	.frontpage-banner__container {
		margin: 0 auto 80px;
	}
}

@media (max-width: 1199px) {
	.frontpage-banner__container {
		align-items: center;
	}

	.frontpage-banner-campaign--desktop {
		display: flex;
		flex-direction: column;
	}

	.frontpage-banner-campaign--desktop .frontpage-banner-campaign__text {
		position: static;
		height: auto;
	}

	#frontpage-banner .frontpage-banner-campaign--desktop .frontpage-banner-campaign__img {
		min-height: 210px;
	}
}

@media (max-width: 1024px) {
	.frontpage-banner__inner {
		align-items: start;
	}

	.frontpage-banner__container {
		padding: 0;
	}

	#frontpage-banner .frontpage-banner-h1 {
		font-size: 35px!important;
	}

	#frontpage-banner h2.frontpage-banner-text {
		margin: 15px 15px 35px;
		padding: 20px;
	}

	#frontpage-banner .cta-wrapper {
		width: auto;
		right: 45px;
		transform: translateY(50%);
		height: auto;
	}

	.text-and-button-wrapper--desktop {
		display: none;
	}

	.text-and-button-wrapper--mobile {
		display: block;
		position: relative;
	}

	#frontpage-banner .heading-wrapper {
		width: 50%;
		flex-grow: 0;
		padding: 40px 30px 10px 30px;
	}

	.frontpage-banner-campaign--desktop {
		display: none;
	}

	.frontpage-banner-campaign--mobile {
		display: flex;
	}
}

@media (min-width: 568px) and (max-width: 1024px) {
	.frontpage-banner-mobile-wrapper {
		position: relative;
	}

	.frontpage-banner-campaign--mobile {
		margin: 0;
		width: calc(50% - 20px);
		max-width: 334px;
		min-height: 115px;
		position: absolute;
		top: 0;
		right: 40px;
		transform: translateY(calc(-100% - 40px));
		z-index: 1;
	}

	.frontpage-banner-campaign--mobile .frontpage-banner-campaign__img {
		width: 34.43%!important;
	}

	.frontpage-banner-campaign--mobile .frontpage-banner-campaign__text {
		flex: 1 1 auto;
	}
}

@media (max-width: 767px) {
	.frontpage-banner-campaign--mobile {
		right: 20px;
	}
}

@media (max-width: 567px) {
	#frontpage-banner, #frontpage-banner img {
		min-height: 320px;
	}

	#frontpage-banner .heading-wrapper {
		width: 70%;
	}

	#frontpage-banner .frontpage-banner-h1 {
		font-size: 30px!important;
	}
}
