/*@media screen and (min-width: 1200px) {

	.section_content {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}*/
.visid img {
	height: auto;
}


:root {
	--blue: #024adb;
	--gray: #568393;
	--orange: #ff5050;
	--muted: #767676;
	--line: #ccc;
	--bg: #e4eefa;
	--card: #fff;
	--max: 1180px;
}

.fc_blue {
	color: var(--blue)!important;
}
.section_content {
	padding: 84px 0;
}
@media screen and (min-width: 768px) {
	.section_content {
		padding: 62px 0;
	}
}

.wrap {
	width: min(var(--max), calc(100% - 40px));
	margin: auto;
}
@media screen and (min-width: 768px) {
	.wrap {
		width: min(var(--max), calc(100% - 26px))
	}
}

.topbar {
	border-bottom: 1px solid var(--line);
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 20;
}


.nav {
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}
@media screen and (min-width: 1200px) {

	.nav {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
}
.logo {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 13px;
	letter-spacing: .5px;
}

.navlinks {
		display: none;
	}

@media screen and (min-width: 1024px) {
	.navlinks {
		display: flex;
		gap: 22px;
		align-items: center;
		font-size: 14px;
		color: var(--gray);
	}
}
.visid .button {
	padding: 13px 22px;
	border-radius: 100px;
}
.visid .button .critical {
	background: var(--blue)!important;
}
.visid .button .critical:hover {
	background: #103fb2;
}

.hero {
	background: linear-gradient(135deg, #e4eefa 0%, #fff 62%);
	overflow: hidden;
}
.hero h1 {
	margin: 12px 0 20px;
	letter-spacing: 1px;
}


.hero_grid {
	display: grid;
	gap: 56px;
	align-items: center;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.hero_grid {
		grid-template-columns: 1.1fr .9fr;
	}
}
.eyebrow {
	color: var(--blue);
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .04em;
}

.lead {
	font-size: 19px;
	max-width: 720px;
}

.hero_actions {
	margin-top: 28px
}
@media screen and (min-width: 768px) {
	.hero_actions {
		flex-direction: column;
	}
}

.visual {
	min-height: 320px;
}

@media screen and (min-width: 1024px) {
	.visual {
		min-height: 430px;
	}
}

.section_head {
	margin-bottom: 36px;
}

.section_head h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.25;
	margin: 8px 0 12px;
}
.section_content h4 {
	font-size: 20px;
	font-weight: bold;
}

.section_head p:not(.notes) {
	font-size: 20px;
}

.card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 15px;
}
.num {
	font-weight: bold;
	color: var(--blue);
	font-size: 13px;
	letter-spacing: .08em;
}
.card h3 {
	font-size: 20px;
	line-height: 1.35;
	margin: 10px 0;
	font-weight: bold;
}

.card p:not(.notes) {
	font-size: 18px;
}

.benefit {
	background: var(--bg);
}


.aud {
	padding: 18px 15px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	font-size: 19px;
	font-weight: bold;
}
.steps {
	counter-reset: step;
}

.step {
	position: relative;
	padding-top: 30px;
}

.step::before {
	counter-increment: step;
	content: "STEP "counter(step);
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: var(--blue);
	letter-spacing: .08em;
}

.event {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1023px) {
	.event {
		grid-template-columns: 1.2fr .8fr;
	}
}

.case {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	font-size: 18px;
	padding: 15px;
}

.photo {
	border-radius: 10px;
	min-height: 290px;
}
.photo img {
	border-radius: 10px;
}

.event * {
	min-height: 0;
	min-width: 0;
}


/*.slider,
.slider_navi {
	display: none;
}

.slider.slick-initialized,
.slider_navi.slick-initialized {
	display: block;
}*/
/*.slider {
	width: ;
	min-width: 0;
}

.slick-slide img {
	display: block;
	width: auto!important;
}*/



.cta {
	background: #103fb2;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 58px 26px;
}
.cta h2 {
	font-size: 31px;
	margin: 0 0 12px;
}
@media(min-width:767px) {
	.cta h2 {
		font-size: 40px;
	}
}

.cta p {
	color: #fff;
	font-size: 18px;
	margin: 0 auto 26px;
}

.legal_badge {
	display: inline-block;
	margin-top: 12px;
	padding: 7px 10px;
	border-radius: 10px;
	background: rgb(from var(--gray) r g b / 0.2);
	color: var(--gray);
	font-size: 12px;
	font-weight: bold;
}



