html {
	font-size: 10px;
	height: auto;
	padding: 0;
	overflow: visible;
}
body {
	padding: 15px 15px 370px 15px;
	display: flex;
	flex-direction: column;
	font-family: "Roboto", sans-serif;
	height: auto;
	background: #052948 url("../images/confirm-page/template-confirm-image-mobile.png") center bottom no-repeat;
	background-size: auto 365px;
	/* overflow-x: hidden; */
}
@media (min-width: 992px) {
	body {
		padding-bottom: 50px;
		background-image: url("../images/confirm-page/template-confirm-image-desktop.png");
		background-position: right bottom;
		background-size: auto 670px;
	}
}
.redirect-confirm-container-wrapper {
	margin: 50px auto 15px;
	max-width: 1000px;
}
@media (min-width: 992px) {
	.redirect-confirm-container-wrapper {
		margin-top: 75px;
	}
}
/* .redirect-confirm-container {
	width: 100%;
} */
.redirect-confirm-container > div {
	margin-bottom: 30px;
}
.redirect-confirm__outer-headline {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
}
.redirect-confirm__outer-headline > div {
	display: flex;
	text-align: left;
}
.redirect-confirm__outer-headline--bigger {
	font-size: 4rem;
}
.redirect-confirm__outer-headline__sub {
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	margin: -20px auto 30px;
	max-width: 750px;
}
/* .redirect-confirm__outer-headline > div:before {  ## custom 
	content: "";
	background: url(../images/confirm-page/cg-headline-icon.svg) center no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 2em;
	margin: -0.25em 15px 0 0;
	flex: 0 0 50px;
} */
.redirect-confirm__top-label {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 5px;
	background: #39c0ed; /* darker than usual, to improve readability */
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
}
.redirect-confirm__top-label--second {
	background: #052948;
}
.redirect-confirm__bonus-box,
.redirect-confirm__top-box {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	height: 100%;
}
.redirect-confirm__lang-switcher-wrapper {
	min-height: 52px;
}
@media (max-width: 575px) {
	.redirect-confirm__lang-switcher-wrapper {
		margin-bottom: 10px;
	}
}
@media (min-width: 576px) {
	.redirect-confirm__lang-switcher-wrapper {
		padding-right: 0;
	}
}
.redirect-confirm__lang-switcher {
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	z-index: 10;
}
.redirect-confirm__lang-switcher-wrapper--transparent .redirect-confirm__lang-switcher {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	width: 100%;
	text-align: left;
}
.redirect-confirm__lang-switcher-wrapper--transparent .redirect-confirm__lang-switcher__current:after {
	background-image: url("../../master-theme/images/arrow-more-white.svg");
}
.redirect-confirm__lang-switcher.--active {
	position: absolute;
	width: calc(100% - 30px * 1);
	box-shadow: 3px 3px 40px rgba(0,0,0,.25);
}
@media (min-width: 576px) {
	.redirect-confirm__lang-switcher.--active {
		width: calc(100% - 15px * 1);
	}
	.redirect-confirm__lang-switcher-wrapper--transparent .redirect-confirm__lang-switcher.--active {
		width: calc(100% - 30px * 1);
	}
}
.redirect-confirm__lang-switcher__current {
	padding: 0 30px 0 15px;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.redirect-confirm__lang-switcher__current:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: url("../../master-theme/images/arrow-more-darkblue.svg") center no-repeat;
	background-size: 10px auto;
	transform: rotate(90deg);
}
.redirect-confirm__lang-switcher.--active .redirect-confirm__lang-switcher__current:after {
	transform: rotate(-90deg);
}
.redirect-confirm__lang-switcher .locale-switcher__wrapper {
	flex-direction: column;
	padding: 0 15px;
	display: none;
}
.redirect-confirm__lang-switcher-wrapper--transparent .locale-switcher__wrapper {
	background: #fff;
}
.redirect-confirm__lang-switcher.--active .locale-switcher__wrapper {
	display: flex;
	overflow: auto;
	max-height: 200px;
}
.redirect-confirm__logo-container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
@media (min-width: 576px) {
	.redirect-confirm__logo-container img {
		max-height: 40px;
		width: auto;
	}
}
.redirect-confirm__bonus-value {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 20px 0 0;
	line-height: 1.3;
}
.redirect-confirm__legal-notice {
	margin-bottom: 15px;
	font-weight: normal;
}
.redirect-confirm__legal-notice .legal-text {
	font-size: 1.1rem;
}
.redirect-confirm__top-list-wrapper {
	margin-top: -15px;
}
.redirect-confirm__logo-container--small {
	width: 70px;
	height: 45px;
	border-radius: 5px;
	align-items: center;
	display: flex;
}
.redirect-confirm__top-list-entry {
	border-bottom: 1px solid #EBEAEA;
	padding: 15px 0;
	line-height: 1.4;
	margin: 0;
}
.redirect-confirm__top-list-entry:last-child {
	border: none;
	padding-bottom: 0;
}
.redirect-confirm__top-list-entry-link {
	font-size: 1.3rem;
	display: block;
	margin-bottom: .25rem;
	line-height: 1.3;
	color: #052948; /* custom */
}
.redirect-confirm__top-list-entry-bonus {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}
.redirect-confirm__bonus-notice {
	margin-bottom: 10px;
}
.redirect-confirm__top-list-entry-cta {
	background: #48da94;
	color: #fff;
	border-radius: 5px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.redirect-confirm__top-list-entry-cta:hover {
	text-decoration: none;
	color: #fff;
	background: #61e8a8;
	transition: all .25s ease-in-out;
}
@media (max-width: 767px) {
	.redirect-confirm__conversion-row {
		flex-direction: column;
	}
}
.redirect-confirm__conversion-row .bonus-highlight-box__code-field-wrapper {
	flex: 0 0 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.redirect-confirm__conversion-row .bonus-highlight-box__code-field-wrapper {
		margin: 0 15px 0 0;
		flex: 1 1 auto;
		width: 100%;
	}
}
.redirect-confirm__conversion-row .bonus-highlight-box__button {
	width: 100%;
}
.redirect-confirm__conversion-row .bonus-highlight-box__code-field {
	padding-right: 95px;
	border: 1px dashed #052948;
	color: #052948;
	height: 45px;
}
@media (max-width: 767px) {
	.bonus-highlight-box__code-field-wrapper {
		margin: 0 0 10px;
	}
}
.redirect-confirm__conversion-row .bonus-highlight-box__code-field:not(.--active) {
	font-size: 1.3rem;
	font-weight: 700;
}
.redirect-confirm__conversion-row .bonus-highlight-box__cta {
	width: 85px;
	background-color: #052948;
	color: #fff;
	font-size: 1.3rem;
	background-position: right 10px center;
	padding-right: 25px;
	align-items: center;
	justify-content: center;
	display: flex;
	right: 8px;
	top: 8px;
	height: 30px;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
	background-image: url(../../master-theme/images/copy-code-icon-white.svg);
	text-align: center;
}
/* newsletter */
.redirect-confirm__newsletter-box {
	max-width: 500px;
	margin: 0 auto;
}
.redirect-confirm__newsletter-box .newsletter__response-message {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	padding: 8px 15px;
	border-radius: 5px;
	line-height: 1.2;
	background: #e56a14;
	color: #fff;
	font-size: 1.3rem;
	user-select: none;
	text-align: center;
}
.redirect-confirm__newsletter-box .newsletter-input-container {
	flex-direction: column;
}
.redirect-confirm__newsletter-box .newsletter-mail-input,
.redirect-confirm__newsletter-box .newsletter-mail-submit {
	background: #fff;
	border: none;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border-radius: 5px;
}
.redirect-confirm__newsletter-box .newsletter-mail-submit {
	background: #138EF8;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.redirect-confirm__newsletter-box .newsletter-mail-submit {
		margin: 10px auto 0;
		padding: 0 50px;
	}
}
.redirect-confirm__outer-headline--newsletter {
	margin-top: 50px;
}

/* switcher section on bottom */
.redirect-confirm__na-switching-box {
	max-width: 850px;
	margin: 50px auto 25px;
}
.redirect-confirm__outer-headline--splitted {
	align-items: center;
}
@media (min-width: 768px) {
	.redirect-confirm__outer-headline--splitted {
		margin-bottom: 0;
		flex-shrink: 1;
		max-width: calc(100% - 270px * 1);
	}
}
@media (min-width: 768px) {
	.redirect-confirm__newsletter-col {
		width: 270px;
		min-width: 270px;
	}
}
.redirect-confirm__lang-switcher-wrapper--transparent .redirect-confirm__lang-switcher__current {
	background: #052948; 
}
.redirect-confirm__na-top3-wrapper {
	background: #fff;
	border-radius: 5px;
	margin-top: 30px;
	padding: 15px 0;
}
.redirect-confirm__na-top3-wrapper .redirect-confirm__top-box {
	padding: 15px;
}
.redirect-confirm__na-top3-wrapper.redirect-confirm__top-label,
.redirect-confirm__na-top3-wrapper .redirect-confirm__top-label--second {
	background: #052948;
}
.redirect-confirm__na-top3-box:nth-child(2) {
	border-left: 1px solid #EBEAEA;
}
@media (max-width: 767px) {
	.redirect-confirm__na-top3-box:nth-child(2) {
		border-top: 1px solid #EBEAEA;
		margin-top: 15px;
		padding-top: 15px;
	}
}
