html,
body {
	font-family: "Instrument Sans", sans-serif !important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Instrument Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}
h1 {
	font-size: 1.8rem;
}
.header #vendor {
	height: 24px;
}

/* @media (min-width: 576px) {

  .header #vendor {
    height: 16px;
    transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  }
} */
/* @media (min-width: 576px) {

  } */

.cta {
	border-radius: 8px !important;
	border: none !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	height: 42px !important;
	line-height: 42px !important;
	padding: 0 32px !important;
	font-size: 1rem !important;
	display: inline-block;
	align-items: center !important;
	justify-content: center !important;
	transition: 0.3s ease-out !important;
	background: #0082fa !important;
	color: #fff !important;
	margin-top: 10px !important;
	z-index: 1 !important;
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	text-decoration: none !important;
	text-align: center !important;
}
.cta[disabled] {
	filter: grayscale(100);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}
.cta:hover {
	background: #0067c7 !important;
	color: #fff !important;
}
.cta--outline {
	border: 1px solid #0082fa;
	color: #0082fa;
	background: none;
}
.cta--outline:hover {
	background: #0082fa;
	color: #fff;
}
.cta--secondary {
	background: #0fd2ff;
	border: none;
	color: #fff;
}
.cta--secondary:hover {
	background: #00b2db;
	color: #fff;
}
.cta--secondary--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}
.cta--secondary--outline:hover {
	background: #0fd2ff;
	color: #fff;
}
.cta--white {
	background: #fff;
	color: #000;
}
.cta--white:hover {
	background: #ccc;
	color: #000;
}
.cta--white--outline {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
.cta--white--outline:hover {
	background: #fff;
	color: #000;
}
.cta--black {
	background: #222;
	color: #fff;
}
.cta--black:hover {
	background: #444;
	color: #fff;
}
.cta--black--outline {
	border: 1px solid #000;
	color: #000;
	background: none;
}
.cta--black--outline:hover {
	background: #000;
	color: #fff;
}
.cta--gray {
	background: #575757;
	color: #fff;
}
.cta--gray:hover {
	background: #3d3d3d;
	color: #fff;
}
.cta--gray--secondary {
	background: #f0f0f0;
	border: none;
	color: #666;
}
.cta--gray--secondary:hover {
	background: #e0e0e0;
	color: #333;
}
.cta--gray--outline {
	border: 1px solid #575757;
	color: #575757;
	background: none;
}
.cta--gray--outline:hover {
	background: #575757;
	color: #fff;
}
.cta--violet {
	background: #8250fa;
	color: #fff;
}
.cta--violet:hover {
	background: #5f1ef9;
	color: #fff;
}
.cta--violet--secondary {
	background: #ece5fe;
	border: none;
	color: #5f1ef9;
}
.cta--violet--secondary:hover {
	background: #ded1fe;
	border: none;
	color: #4606de;
}
.cta--violet--outline {
	border: 1px solid #8250fa;
	color: #8250fa;
	background: none;
}
.cta--violet--outline:hover {
	background: #8250fa;
	color: #fff;
}
.cta--pink {
	background: #fa0064;
	color: #fff;
}
.cta--pink:hover {
	background: #c70050;
	color: #fff;
}
.cta--pink--outline {
	border: 1px solid #fa0064;
	color: #fa0064;
	background: none;
}
.cta--pink--outline:hover {
	background: #fa0064;
	color: #fff;
}
.cta--pink--secondary {
	background: #ffe1ed;
	border: none;
	color: #c70050;
}
.cta--pink--secondary:hover {
	background: #ffd1e4;
	border: none;
	color: #c70050;
}
.cta--blue {
	background: #0fd2ff;
	color: #fff;
}
.cta--blue:hover {
	background: #00b2db;
	color: #fff;
}
.cta--blue--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}
.cta--blue--outline:hover {
	background: #0fd2ff;
	color: #fff;
}
.cta--big {
	height: 48px;
	line-height: 48px;
	padding: 0 34px;
	font-size: 1.1rem;
}
.cta--medium {
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
}
.cta--small {
	height: 40px;
	padding: 0 24px;
	font-size: 0.95rem;
}
.cta--circle {
	padding: 0;
	height: 44px;
	width: 44px;
}

@media print {
	#lg4 #pg7 .inpage_sth *,
	#lg4 #pg7 .inpage_sth ::after,
	#lg4 #pg7 .inpage_sth ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	#lg4 #pg7 .inpage_sth a,
	#lg4 #pg7 .inpage_sth a:visited {
		text-decoration: underline;
	}

	#lg4 #pg7 .inpage_sth img {
		page-break-inside: avoid;
	}

	#lg4 #pg7 .inpage_sth h3,
	#lg4 #pg7 .inpage_sth p {
		orphans: 3;
		widows: 3;
	}

	#lg4 #pg7 .inpage_sth h3 {
		page-break-after: avoid;
	}
}

#lg4 #pg7 .inpage_sth *,
#lg4 #pg7 .inpage_sth ::after,
#lg4 #pg7 .inpage_sth ::before {
	box-sizing: border-box;
}

@-ms-viewport {
	width: device-width;
}

#lg4 #pg7 .inpage_sth {
	margin: 0;
	font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #212529;
	text-align: left;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

#lg4 #pg7 .inpage_sth h3,
#lg4 #pg7 .inpage_sth h5,
#lg4 #pg7 .inpage_sth h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

#lg4 #pg7 .inpage_sth p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#lg4 #pg7 .inpage_sth b {
	font-weight: bolder;
}

#lg4 #pg7 .inpage_sth a {
	color: #0d4eff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#lg4 #pg7 .inpage_sth a:hover {
	color: #0033c0;
	text-decoration: underline;
}

#lg4 #pg7 .inpage_sth a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

#lg4 #pg7 .inpage_sth a:not([href]):not([tabindex]):focus,
#lg4 #pg7 .inpage_sth a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

#lg4 #pg7 .inpage_sth a:not([href]):not([tabindex]):focus {
	outline: 0;
}

#lg4 #pg7 .inpage_sth img {
	vertical-align: middle;
	border-style: none;
}

#lg4 #pg7 .inpage_sth [role="button"],
#lg4 #pg7 .inpage_sth a {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

#lg4 #pg7 .inpage_sth ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

#lg4 #pg7 .inpage_sth h3,
#lg4 #pg7 .inpage_sth h5,
#lg4 #pg7 .inpage_sth h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

#lg4 #pg7 .inpage_sth h3 {
	font-size: 24.5px;
}

#lg4 #pg7 .inpage_sth h5 {
	font-size: 17.5px;
}

#lg4 #pg7 .inpage_sth h6 {
	font-size: 14px;
}

#lg4 #pg7 .inpage_sth .img-fluid_sth {
	max-width: 100%;
	height: auto;
}

#lg4 #pg7 .inpage_sth .container_sth {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	#lg4 #pg7 .inpage_sth .container_sth {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	#lg4 #pg7 .inpage_sth .container_sth {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	#lg4 #pg7 .inpage_sth .container_sth {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	#lg4 #pg7 .inpage_sth .container_sth {
		max-width: 1140px;
	}
}

#lg4 #pg7 .inpage_sth .row_sth {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#lg4 #pg7 .inpage_sth .col-12_sth,
#lg4 #pg7 .inpage_sth .col-6_sth,
#lg4 #pg7 .inpage_sth .col-lg_sth,
#lg4 #pg7 .inpage_sth .col-md-6_sth,
#lg4 #pg7 .inpage_sth .col-sm-4_sth {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#lg4 #pg7 .inpage_sth .col-6_sth {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

#lg4 #pg7 .inpage_sth .col-12_sth {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	#lg4 #pg7 .inpage_sth .col-sm-4_sth {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 768px) {
	#lg4 #pg7 .inpage_sth .col-md-6_sth {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	#lg4 #pg7 .inpage_sth .col-lg_sth {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

#lg4 #pg7 .inpage_sth .card-title_sth {
	margin-bottom: 0.75rem;
}

#lg4 #pg7 .inpage_sth .card-text_sth:last-child {
	margin-bottom: 0;
}

#lg4 #pg7 .inpage_sth .card-img-overlay_sth {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

#lg4 #pg7 .inpage_sth .card-img_sth {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
}

@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
}

@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
}

#lg4 #pg7 .inpage_sth .border-0_sth {
	border: 0 !important;
}

#lg4 #pg7 .inpage_sth .rounded-0_sth {
	border-radius: 0 !important;
}

#lg4 #pg7 .inpage_sth .d-none_sth {
	display: none !important;
}

#lg4 #pg7 .inpage_sth .d-block_sth {
	display: block !important;
}

#lg4 #pg7 .inpage_sth.d-none_sth {
	display: none !important;
	margin: 0 !important;
}

@media (min-width: 576px) {
	#lg4 #pg7 .inpage_sth .d-sm-none_sth {
		display: none !important;
	}

	#lg4 #pg7 .inpage_sth .d-sm-block_sth {
		display: block !important;
	}

	#lg4 #pg7 .inpage_sth.d-sm-block_sth {
		display: block !important;
	}

	#lg4 #pg7 .inpage_sth .d-sm-flex_sth {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	#lg4 #pg7 .inpage_sth.d-sm-none_sth {
		display: none !important;
		margin: 0 !important;
	}
}

@media (min-width: 768px) {
	#lg4 #pg7 .inpage_sth.d-md-block_sth {
		display: block !important;
	}

	#lg4 #pg7 .inpage_sth.d-md-none_sth {
		display: none !important;
		margin: 0 !important;
	}
}

@media (min-width: 992px) {
	#lg4 #pg7 .inpage_sth.d-lg-block_sth {
		display: block !important;
	}

	#lg4 #pg7 .inpage_sth.d-lg-none_sth {
		display: none !important;
		margin: 0 !important;
	}
}

@media (min-width: 1200px) {
	#lg4 #pg7 .inpage_sth.d-xl-block_sth {
		display: block !important;
	}

	#lg4 #pg7 .inpage_sth.d-xl-none_sth {
		display: none !important;
		margin: 0 !important;
	}
}

#lg4 #pg7 .inpage_sth .flex-column_sth {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

#lg4 #pg7 .inpage_sth .align-items-center_sth {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#lg4 #pg7 .inpage_sth .position-relative_sth {
	position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

#lg4 #pg7 .inpage_sth .my-0_sth {
	margin-top: 0 !important;
}

#lg4 #pg7 .inpage_sth .my-0_sth {
	margin-bottom: 0 !important;
}

#lg4 #pg7 .inpage_sth .mt-2_sth {
	margin-top: 0.5rem !important;
}

#lg4 #pg7 .inpage_sth .mt-3_sth,
#lg4 #pg7 .inpage_sth .my-3_sth {
	margin-top: 1rem !important;
}

#lg4 #pg7 .inpage_sth .mb-3_sth,
#lg4 #pg7 .inpage_sth .my-3_sth {
	margin-bottom: 1rem !important;
}

#lg4 #pg7 .inpage_sth .py-2_sth {
	padding-top: 0.5rem !important;
}

#lg4 #pg7 .inpage_sth .py-2_sth {
	padding-bottom: 0.5rem !important;
}

#lg4 #pg7 .inpage_sth .mx-auto_sth {
	margin-right: auto !important;
}

#lg4 #pg7 .inpage_sth .mx-auto_sth {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	#lg4 #pg7 .inpage_sth .mx-sm-auto_sth {
		margin-right: auto !important;
	}

	#lg4 #pg7 .inpage_sth .mx-sm-auto_sth {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	#lg4 #pg7 .inpage_sth .mt-md-0_sth {
		margin-top: 0 !important;
	}
}

#lg4 #pg7 .inpage_sth .text-center_sth {
	text-align: center !important;
}

#lg4 #pg7.incard_sth {
	background-color: rgb(255, 255, 255);
	background-size: auto;
	background-repeat: repeat;
	font-family: Lato;
	font-type: Array;
	font-weight: 400;
	font-style: normal;
	font-color: rgb(255, 255, 255);
}

#lg4 #pg7 .inpage_sth .container_sth [id^="anchor-menu_"] {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6px 8px 6px 8px;
	font-size: 0;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth
	[id^="anchor-menu_"]
	.anchor-menu__item_sth {
	flex: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	color: inherit !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth
	#anchor-menu_1241039221_sth
	.anchor-menu__item_sth:hover {
	color: rgb(177, 21, 210) !important;
	border-bottom-color: rgb(177, 21, 210) !important;
}

@media (max-width: 767px) {
	#lg4 #pg7 .inpage_sth .container_sth [id^="anchor-menu_"] {
		display: block;
	}

	#lg4
		#pg7
		.inpage_sth
		.container_sth
		[id^="anchor-menu_"]
		.anchor-menu__item_sth {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#lg4
		#pg7
		.inpage_sth
		.container_sth
		[id^="anchor-menu_"]
		.anchor-menu__item_sth {
		width: 100%;
		text-align: left;
	}
}

#lg4
	#pg7
	.inpage_sth
	.container_sth#columnsWithButtonComponent_1074322761_sth
	.href-btn_sth {
	margin-top: 5px !important;
	text-align: center !important;
	display: inline-block !important;
	color: rgb(65, 159, 255) !important;
	border: 1px solid rgb(65, 159, 255) !important;
	background-color: rgba(45, 149, 255, 0.75) !important;
	padding: 5px 25px !important;
	user-select: none !important;
	text-decoration: none !important;
	transition: 0.3s !important;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth#columnsWithButtonComponent_1074322761_sth
	.href-btn_sth:hover {
	background-color: rgb(65, 159, 255) !important;
	color: rgba(45, 149, 255, 0.75) !important;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth#columnsWithButtonComponent_59535016_sth
	.href-btn_sth {
	margin-top: 5px !important;
	text-align: center !important;
	display: inline-block !important;
	color: rgb(65, 159, 255) !important;
	border: 1px solid rgb(65, 159, 255) !important;
	background-color: rgba(45, 149, 255, 0.75) !important;
	padding: 5px 25px !important;
	user-select: none !important;
	text-decoration: none !important;
	transition: 0.3s !important;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth#columnsWithButtonComponent_59535016_sth
	.href-btn_sth:hover {
	background-color: rgb(65, 159, 255) !important;
	color: rgba(45, 149, 255, 0.75) !important;
}

#lg4 #pg7 .inpage_sth .container_sth [id^="anchor-menu_"] {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6px 8px 6px 8px;
	font-size: 0;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth
	[id^="anchor-menu_"]
	.anchor-menu__item_sth {
	flex: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	color: inherit !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#lg4
	#pg7
	.inpage_sth
	.container_sth
	#anchor-menu_126819660_sth
	.anchor-menu__item_sth:hover {
	color: rgb(177, 21, 210) !important;
	border-bottom-color: rgb(177, 21, 210) !important;
}

@media (max-width: 767px) {
	#lg4 #pg7 .inpage_sth .container_sth [id^="anchor-menu_"] {
		display: block;
	}

	#lg4
		#pg7
		.inpage_sth
		.container_sth
		[id^="anchor-menu_"]
		.anchor-menu__item_sth {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#lg4
		#pg7
		.inpage_sth
		.container_sth
		[id^="anchor-menu_"]
		.anchor-menu__item_sth {
		width: 100%;
		text-align: left;
	}
}

#lg4 #pg7 .inpage_sth.e938_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 20px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.c572_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
}

#lg4 #pg7 .inpage_sth.j754_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	font-family: Lato;
	padding: 0px !important;
}

#lg4 #pg7 .inpage_sth.u976_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	margin-top: 0px !important;
	border-style: none;
	padding-top: 70px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 70px !important;
}

#lg4 #pg7 .inpage_sth.o341_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 20px !important;
}

#lg4 #pg7 .inpage_sth.h142_sth {
	font-family: Lato;
	color: rgb(0, 0, 0);
	border-width: 0;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	border-style: none;
	padding: 0px !important;
	margin: 0px !important;
}

#lg4 #pg7 .inpage_sth.j197_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 40px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
}

#lg4 #pg7 .inpage_sth.m489_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
}

#lg4 #pg7 .inpage_sth.d345_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 60px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
}

#lg4 #pg7 .inpage_sth.x759_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 30px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.v851_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
}

#lg4 #pg7 .inpage_sth.x391_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 30px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.v543_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
}

#lg4 #pg7 .inpage_sth.i294_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 60px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 60px !important;
}

#lg4 #pg7 .inpage_sth.g321_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding: 0px !important;
}

#lg4 #pg7 .inpage_sth.z348_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 70px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 40px !important;
	border-style: none;
}

#lg4 #pg7 .inpage_sth.i674_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
	padding-top: 30px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
	border-style: none;
}

#lg4 #pg7 .inpage_sth.m739_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 40px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.g475_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 20px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.r542_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 70px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 40px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.a875_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 30px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.c478_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 40px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.a596_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 20px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.m825_sth {
	font-family: Lato;
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth.t379_sth {
	color: rgb(255, 255, 255);
	border-width: 0;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	border-style: none;
	border-radius: 0;
	background-color: rgb(0, 0, 0);
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	background-repeat: repeat;
}

#lg4 #pg7 .inpage_sth .q129_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 20px;
}

#lg4 #pg7 .inpage_sth .u569_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 20px;
}

#lg4 #pg7 .inpage_sth .j864_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 20px;
}

#lg4 #pg7 .inpage_sth .b749_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .l967_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .p724_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 26px;
}

#lg4 #pg7 .inpage_sth .t493_sth {
	font-size: 28px;
	letter-spacing: 0.01em;
	line-height: 32px;
}

#lg4 #pg7 .inpage_sth .b753_sth {
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 28px;
}

#lg4 #pg7 .inpage_sth .x937_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .o764_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .g724_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .z739_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .a513_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .q693_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .h924_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .l724_sth {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .q817_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .b763_sth {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .n726_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .t295_sth {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .m932_sth {
	color: rgb(255, 255, 255);
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 21px;
}

#lg4 #pg7 .inpage_sth .q458_sth {
	font-size: 28px;
	letter-spacing: 0.01em;
	line-height: 32px;
}

#lg4 #pg7 .inpage_sth .a639_sth {
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 28px;
}

#lg4 #pg7 .inpage_sth .m479_sth {
	color: rgb(255, 255, 255);
	text-align: center;
}

#lg4 #pg7 .inpage_sth .p429_sth {
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .f962_sth {
	color: rgb(255, 255, 255);
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 21px;
}

#lg4 #pg7 .inpage_sth .o829_sth {
	color: rgb(255, 255, 255);
	text-align: center;
}

#lg4 #pg7 .inpage_sth .a527_sth {
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .x768_sth {
	letter-spacing: 0.02em;
	line-height: 21px;
}

#lg4 #pg7 .inpage_sth .b142_sth {
	color: rgb(255, 255, 255);
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 21px;
}

#lg4 #pg7 .inpage_sth .y728_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .c864_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .g218_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .b813_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .o786_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .u879_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .r985_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .r964_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .x416_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .i482_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .d758_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .d716_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .d816_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .x584_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .v345_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .k971_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .g351_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .c296_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .r241_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .x126_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .e526_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .l254_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .l124_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .n913_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .e452_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .i815_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .e415_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .s429_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .u179_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .a648_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .q392_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .m964_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .u681_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .f718_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .s697_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .x241_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .l197_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .m958_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .e386_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .r527_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .j385_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .n654_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .y146_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .q718_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .f839_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .r954_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .k152_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .w984_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .r163_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .y197_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .z256_sth {
	font-size: 35px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .a635_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .o387_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .q581_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .e147_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .u125_sth {
	font-size: 35px;
	letter-spacing: 0.014em;
	line-height: 52px;
}

#lg4 #pg7 .inpage_sth .u835_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .o431_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .i461_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .h536_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .z314_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .n461_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .g285_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .s751_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .l248_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .m465_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .h235_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .l319_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .l158_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .z586_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .p396_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .f529_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .u172_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .v532_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .i183_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .f168_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .o459_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .l243_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .u386_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .n574_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .b751_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .e692_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .i354_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .c471_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .z934_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .i361_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .i425_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .j612_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .m127_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .w265_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .v845_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .y746_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .d138_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .c428_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .z614_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .y172_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .i587_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .e971_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .o874_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .e319_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .l186_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .b498_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .u418_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .w381_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .g763_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .g529_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .i784_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .w254_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .k956_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .u364_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .c412_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .m847_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .p395_sth {
	font-size: 40px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .c963_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .p521_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .y879_sth {
	font-size: 45px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .h971_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .x417_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .q964_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .s829_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .k143_sth {
	font-size: 35px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .a463_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .n418_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .f524_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .z439_sth {
	letter-spacing: 0.014em;
}

#lg4 #pg7 .inpage_sth .m349_sth {
	font-size: 35px;
	letter-spacing: 0.014em;
	line-height: 50px;
}

#lg4 #pg7 .inpage_sth .q397_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .j915_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .b493_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .h784_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .a297_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .s954_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .g761_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .k469_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .j384_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .v681_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .h341_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .i531_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .i736_sth {
	text-align: center;
}

#lg4 #pg7 .inpage_sth .a895_sth {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
}

#lg4 #pg7 .inpage_sth .a482_sth {
	font-size: 17px;
	letter-spacing: 0.01em;
	line-height: 24px;
}
