
.section.first_screen {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.section.first_screen:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #00000099;
}
.section.first_screen .breadcrumbs {
	margin: 0;
	color: #E0E0E0;
}
.section.first_screen .breadcrumbs a, .section.first_screen .breadcrumbs__separator {
	color: var(--gold);
}

.first_screen .min_height {
	
}

.first_screen .bullets li {
	position: relative;
	grid-template-columns: 32px auto;
}
.first_screen .bullets li:before {
	content: '';
	display: block;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0L19.1905 12.8095L32 16L19.1905 19.1905L16 32L12.8095 19.1905L0 16L12.8095 12.8095L16 0Z" fill="url(%23paint0_linear_142_778)"/><defs><linearGradient id="paint0_linear_142_778" x1="0" y1="0" x2="37.2985" y2="28.0852" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFE49A"/><stop offset="1" stop-color="%23A15812"/></linearGradient></defs></svg>') no-repeat center/cover;
}
.first_screen .fs_left {
	
}

.first_screen h1 {
	margin: 0 0 32px;
	font-size: 6.25vw;
}

@media (max-width: 1200px) {

	.section.first_screen {
		background-image: var(--first_screen_1200) !important;
	}
	
	.first_screen .bullets {
		gap: 16px;
	}
}
@media (max-width: 991.98px) {
	.section.first_screen {
		background-image: var(--first_screen_991) !important;
	}
}


@media (max-width: 767.98px) {
	.section.first_screen {
		background-image: var(--first_screen_767) !important;
	}
}

@media (max-width: 575.98px) {
	.section.first_screen .buttons {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	
}

@media (max-width: 450px) {
	.section.first_screen {
		background-image: var(--first_screen_450) !important;
	}
}



