@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
.header_divide {
	background: url(../shadow_triangle_dark_blue.html) repeat-x 50% 0;
	background-size: auto 40px;
	height: 40px;
	text-align: center;
	margin-top: -50px;
	position: relative
}

.header_bottom:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 17.5px 0 17.5px;
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	z-index: 1;
	margin-left: -17.5px;
	border-color: var(--cerulean) transparent transparent transparent
}

.header_bottom {
	color: #fff;
	padding-bottom: 35px;
	margin-top: -1px;
	position: relative
}

.header_bottom h4 {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	width: 27%;
	text-align: right;
	font-weight: 600;
	vertical-align: top;
	padding-top: 15px;
	margin-bottom: 0
}

.header_bottom .changing_text {
	display: inline-block;
	font-size: 57px;
	width: 54%;
	text-align: left;
	padding-left: 5px;
	font-weight: 400;
	font-style: normal
}

.header_bottom .no_coding_required {
	text-align: center;
	display: inline;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600
}

.header_bottom .no_coding_required:after,
.header_bottom .no_coding_required:before {
	position: absolute;
	content: '';
	top: 50%;
	border-bottom: 1px solid;
	width: 20px;
	margin: 0 10px;
	right: 100%
}

.header_bottom .no_coding_required:after {
	right: auto;
	left: 100%
}

.slottt-machine-recipe {
	width: auto;
	height: 50px;
	margin-top: -4px
}

.slottt-machine-recipe__mask {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
	display: inline-block
}

.slottt-machine-recipe__items_container {
	position: absolute
}

.slottt-machine-recipe__item {
	min-height: 50px;changing_texts
	max-height: 50px;
	margin: 0;
	padding: 0
}

.recipe_if,
.recipe_then {
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	font-size: 35px;
	padding-left: 3px
}
@media (max-width:1199px) {
	.header_bottom h4 {
		font-size: 27px;
		padding-top: 0;
		margin-top: -3px
	}
	.header_bottom .changing_text,
	.recipe_if,
	.recipe_then {
		font-size: 25px
	}
	.slottt-machine-recipe,
	.slottt-machine-recipe__mask {
		height: 40px
	}
	.slottt-machine-recipe__item {
		min-height: 40px;
		max-height: 40px
	}
	.header_bottom .no_coding_required {
		font-size: 20px
	}
	.header_bottom .nbutton {
		margin: 10px auto
	}
}
@media (max-width:991px) {
	.recipe_if,
	.recipe_then {
		width: 100%
	}
	.slottt-machine-recipe,
	.slottt-machine-recipe__mask {
		text-align: center
	}
	.header_bottom .changing_text,
	.header_bottom h4 {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding: 0
	}
	.header_bottom h4 {
		text-align: center
	}
	.header_bottom .changing_text {
		margin-top: 10px
	}
}
@media (max-width: 767px) {
	.header_bottom h4 {
		font-size: 22px;
		padding-top: 0;
		margin-top: -3px
	}
	.header_bottom .changing_text,
	.recipe_if,
	.recipe_then {
		font-size: 20px
	}
	.slottt-machine-recipe,
	.slottt-machine-recipe__mask {
		height: 35px
	}
	.slottt-machine-recipe__item {
		min-height: 35px;
		max-height: 35px
	}
	.header_bottom .no_coding_required {
		font-size: 16px
	}
}