<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-steps-11 {
	text-align: center;
	padding: 32px 0;
}
/*.lp-steps-11 .lp-block-bg {
	background-color: var(--primary-color-base);
}*/
.lp-steps-11 {
	background-color: rgba(31, 80, 161, 0.05);
}
.lp-steps-11 .lp-block-overlay {
	background-color: transparent;
}
.lp-steps-11__title {
	text-align: center;
}
.lp-steps-11-items {
	margin-top: 24px;
	position: relative;
}
.lp-steps-11-items .line {
	position: absolute;
	left: 23px;
}
.lp-steps-11-items .line span {
	display: block;
	width: 2px;
	background-color: var(--primary-color-a-03);
}
.lp-steps-11-item {
	text-align: left;
	margin-bottom: 16px;
	display: flex;
}
.lp-steps-11-item__number {
	min-width: 48px;
	min-height: 48px;
	align-self: center;
	flex-shrink: 0;
	margin-right: 8px;
	border-radius: 200px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
    border: 6px solid var(--primary-color-l-45);
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 2.3;
}
.lp-steps-11-item__number-inner {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	min-width: 36px;
	text-align: center;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
    letter-spacing: inherit;
	display: flex;
    align-items: center;
    justify-content: center;
}
.lp-steps-11-item-content {
	padding: 16px;
	background-color: #fff;
}
.lp-steps-11-item__text {
	margin-top: 8px;
}
.lp-steps-11__button {
	width: 100%;
	margin-bottom: 16px;
}

.lp-steps-11__buttons-wr {
	text-align:center;
}

@media all and (min-width: 600px) {
	.lp-steps-11 {
		padding: 56px 0;
	}
	.lp-steps-11-items {
		margin-top: 32px;
	}
	.lp-steps-11-items .line {
		left: 31px;
	}
	.lp-steps-11-item {
		margin-bottom: 32px;
	}
	.lp-steps-11-item__number {
		min-width: 64px;
		min-height: 64px;
		padding: 0px;
		margin-right: 24px;
		border-width: 8px;
	}
	.lp-steps-11-item__number-inner {
		line-height: 48px;
		min-width: 48px;
	}
	.lp-steps-11-item-content {
		padding: 24px;
	}
	.lp-steps-11__button {
		width: auto;
		margin: 0 8px 16px;
	}
}
@media all and (min-width: 960px) {
	.lp-steps-11-items .line {
		left: 50%;
		margin-left: -1px;
	}
	.lp-steps-11-item-content {
		/*width: 400px;
		order: 2;*/
		box-sizing: border-box;
	}
	/*.lp-steps-11-item__number {
		order: 1;
		margin-right: 24px;
		margin-left: auto;
	}
	.lp-steps-11-item:nth-child(2n) .lp-steps-11-item-content {
		order: 1;
	}
	.lp-steps-11-item:nth-child(2n) .lp-steps-11-item__number {
		order: 2;
		margin-right: auto;
		margin-left: 24px;
	}*/
	
	
	
	.lp-steps-11-item:before {
	    content: '';
	    display: block;
	    width: auto;
	    height: 100%;
	}
	
	.lp-steps-11-item:nth-child(even) {
	    flex-direction: row-reverse;
	}
	
	.lp-steps-11-item-content, .lp-steps-11-item:before {
	    flex: 1 1 10%;
	    order: unset;
	}
	
	.lp-steps-11-item__number {
	    order: unset;
	    margin-left: 24px;
	    margin-right: 24px;
	}
	
	.lp-steps-11-item {
	    display: flex;
	}
}
@media all and (min-width: 1200px) {
	.lp-steps-11 {
		padding: 80px 0;
	}
	.lp-steps-11__title {
		max-width: 738px;
		margin-left: auto;
		margin-right: auto;
	}
	.lp-steps-11-items {
		margin-top: 48px;
	}
	.lp-steps-11-item {
		margin-bottom: 48px;
	}
	.lp-steps-11-item-content {
		width: 520px;
		padding: 32px;
	}
}
@media all and (min-width: 1380px) {
	.lp-steps-11-item-content {
		width: 588px;
	}
}</pre></body></html>