<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lpc-popup-block-1 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lpc-popup-block-1._is-cms {padding-top: 100px}

.lpc-popup-block-1 {
	/* position: absolute; */
	left: 0;
	top: 0;
	padding: 48px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* z-index: 200; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.lpc-popup-block-1__close-btn {
	position: absolute;
	right: 0;
	top: -16px;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	font-size: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.lpc-popup-block-1__close-icon {
	display: block;
	margin-bottom: 16px;
}

.lpc-popup-block-1__top {
	position: relative;
	text-align: left;
}

.lpc-popup-block-1__top .lp-block-bg {
	background: #fff;
}

.lpc-popup-block-1__top .lp-block-bg .lp-block-overlay {
	background: transparent;
}

.lpc-popup-block-1__top-wrap {
	position: relative;
	padding: 0 16px 32px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media all and (min-width: 600px) {
	.lpc-popup-block-1__top-wrap {
		padding: 0 32px 32px;
	}
}

.lpc-popup-block-1__bottom {
	position: relative;
	background: rgba(31, 80, 161, 0.05);
	text-align: left;
}

.lpc-popup-block-1__bottom .lp-block-bg .lp-block-overlay {
	background: #1F50A10d;
}

@media all and (min-width: 960px) {
	.lpc-popup-block-1__wrap {
		margin: 0 auto;
		width: 688px;
	}
}

@media all and (min-width: 960px) {
	.lpc-popup-block-1__wrap {
		width: 692px;
	}
}

.lpc-popup-block-1__label {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
	border-radius: 500px;
	padding: 26px;
	margin: -50px 0 16px;
	background: #1F50A1;
}

@media all and (min-width: 600px) {
	.lpc-popup-block-1__label {margin: -50px 0 24px;}
}

@media all and (min-width: 960px) {
	.lpc-popup-block-1__label {margin: -50px 0 32px;}
}

.lpc-popup-block-1__label .lp-block-bg {
	background: #1F50A1;
}

.lpc-popup-block-1__label .lp-block-bg .lp-block-overlay {
	background: transparent;
}

.lpc-popup-block-1__image {
	display: block;
	position: relative;
}

.lpc-popup-block-1__form {
	padding: 24px 0 0;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media all and (min-width: 600px) {
	.lpc-popup-block-1__form {
		padding: 32px 0 0;
	}
}

@media all and (min-width: 1200px) {
	.lpc-popup-block-1__form {
		padding: 40px 0 0;
	}
}

.lpc-popup-block-1-features {
	position: relative;
	padding: 0 16px 24px;
}

@media all and (min-width: 600px) {
	.lpc-popup-block-1-features {
		display: grid;
		grid-column-gap: 24px;
		grid-template-columns: 1fr 1fr;
		padding: 8px 32px 32px;
	}
}

@media all and (min-width: 960px) {
	.lpc-popup-block-1-features {
		padding: 16px 32px 32px;
		grid-column-gap: 48px;
	}
}

@media all and (min-width: 1200px) {
	.lpc-popup-block-1-features {
		grid-column-gap: 32px;
	}
}

.lpc-popup-block-1-features__item {
	padding: 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media all and (min-width: 600px) {
	.lpc-popup-block-1-features__item {
		margin: 0;
		padding: 16px 0 0;
	}
}

.lpc-popup-block-1-features__icon {
	display: block;
	padding: 12px;
	border: 2px solid #1F50A1;
	font-size: 0;
	border-radius: 50%;
	margin: 0 16px 0 0;
}

.lpc-popup-block-1-features__icon._lp-max-width {max-width: 96px;}


.lpc-popup-block-1 .lpc-popup-block-1-features__icon-in {
	max-width: 96px;
	box-sizing: content-box;
	width: 32px;
	height: 32px;
}

.lpc-popup-block-1-features__text {
	width: 100%;
}

.lpc-popup-block-1-features__icon-in svg {
	width: 100%;
	height: 100%;
	fill: #1f50a1;
}

.lpc-popup-block-1__form form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
	justify-content: center;
}

.lpc-popup-block-1__form form .lp-form-tpl__item, .lpc-popup-block-1__form form .lp-form-tpl__button-wrapper {
	width: 100%;
	margin: 0 16px 16px;
	padding: 0;
}

@media (min-width: 600px) {
	.lpc-popup-block-1__form form .lp-form-tpl__item, 
	.lpc-popup-block-1__form form .lp-form-tpl__button-wrapper {
		width: calc(50% - 32px);
	}
}

.lpc-popup-block-1__form form .lp-form-tpl__item._personal-bottom {
	width: 100%;
	text-align: center;
}

.lpc-popup-block-1__wrap {
	position: relative;
	background: #fff;
	text-align: center;
}

.lpc-popup-block-1__label-in {
	width: 48px;
	height: 48px;
	max-width: 160px;
	box-sizing: content-box;
}

.lpc-popup-block-1 .lp-form-tpl__button {width: 100%;}

.lpc-popup-block-1__label-in svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}

.lpc-popup-block-1__form form .lp-form-tpl__button-wrapper {
	align-self: center;
}

.lpc-popup-block-1__close-btn ._close-line {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 11px;
  top: 2px;
  display: block;
  border-radius: 2px;
}

.lpc-popup-block-1__close-btn ._close-line:first-child {
	transform: rotate(45deg)
}

.lpc-popup-block-1__close-btn ._close-line:last-child {
	transform: rotate(-45deg)
}</pre></body></html>