.hero {
	background-color: #000362;
	background-image: url(/shared/img/service-list/sales/pcwindows11/pc-windows11-bg01.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
	position: relative;
	overflow: hidden;
}
.hero_wrap {
	padding: 110px 0;
	height: 544px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.hero_copy {
	position: relative;
	width: 612px;
}
.hero_badge {
	position: absolute;
	right: -237px;
	top: -24px;
	width: 197px;
	height: 197px;
	background: linear-gradient(#0093FF 0%, #0C15FE 100%);
	filter: drop-shadow(0 0 20px #0000004D);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 900;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50%;
}
.hero_badge .text_s1 {
	font-size: 48px;
	line-height: 100%;
}
.hero_badge .text_s2 {
	font-size: 16px;
}
.hero_title {
	font-weight: 900;
	font-size: 25px;
	line-height: 175%;
	color: #FFFFFF;
	margin: 0 0 24px;
	text-shadow: 2px 3px 3px #000000CC;
}
.hero_lead {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.hero_lead span {
	padding: 8px 20px;
	font-weight: 900;
	font-size: 35px;
	line-height: 150%;
	color: #010362;
	display: inline-block;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
.hero_desc,
.cta_note p,
.brands_desc p,
.results_case_ask_text,
.results_case_body_text p {
	font-weight: 500;
}
.brands_desc p,
.results_case_ask_text,
.results_case_body_text p {
	line-height: 175%;
}
.hero_desc,
.cta_note p {
	line-height: 200%;
}
.hero_desc {
	color: #FFFFFF;
	text-shadow: 2px 3px 3px #000000CC;
}
.hero_image {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.hero_image img {
	width: auto;
	height: 544px;
	max-width: max-content;
	display: block;
	margin: auto;
}
.results {
	padding: 80px 0;
}
.results_head,
.kitting_head {
	margin-bottom: 60px;
	text-align: center;
}
.results_head p,
.brands_title p,
.kitting_title p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #0093FF;
}
.results_head p,
.brands_title p {
	margin-bottom: 8px;
}
.results_head h2,
.brands_title h2,
.kitting_title h2 {
	font-weight: 900;
	font-size: 30px;
}
.results_head h2 {
	line-height: 125%;
}
.results_nav {
	margin-bottom: 60px;
}
.results_nav ul {
	display: flex;
	gap: 0 80px;
	flex-wrap: wrap;
	position: relative;
}
.results_nav ul li {
	width: calc(50% - 40px);
	border-bottom: 1px solid #707070;
	cursor: pointer;
}
.results_nav ul li a,
.results_nav ul li span {
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	padding: 20px 80px 20px 0;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.5s ease;
}
.results_nav ul li a:hover {
	color: #0093FF;
}
.results_nav ul li>a::before,
.results_nav ul li>span::before {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: currentColor;
}
.results_cases {
	margin-bottom: 60px;
	overflow: visible;
}
.results_case {
	max-width: 1200px;
	width: 100%;
	padding: 40px;
	position: relative;
	background: #F7F7F7;
	box-shadow: 0px 4px 4px #00000033;
}
.results_case_title {
	margin-bottom: 32px;
}
.results_case_title h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 125%;
}
.results_case_head {
	display: flex;
	gap: 28px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DBDBDB;
}
.results_case_image {
	width: 185px;
}
.results_case_summary {
	width: calc(100% - 213px);
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
}
.results_case_meta {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.results_case_meta_item {
	border: 1px solid #0093FF;
	padding: 12px;
	min-width: 149px;
}
.results_case_meta_label {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 125%;
	color: #0093FF;
}
.results_case_meta_value {
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
}
.results_case_attrs {
	width: 326px;
}
.results_case_attrs dl,
.results_case_spec dl {
	display: flex;
	padding: 12px 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 125%;
	border-bottom: 1px solid #DBDBDB;
}
.results_case_attrs dl:first-child,
.results_case_spec dl:first-child {
	border-top: 1px solid #DBDBDB;
}
.results_case_attrs dl dt,
.results_case_spec dl dt {
	font-weight: 700;
	text-align: center;
}
.results_case_attrs dl dt {
	width: 90px;
}
.results_case_attrs dl dd,
.results_case_spec dl dd {
	padding-left: 20px;
}
.results_case_attrs dl dd {
	width: calc(100% - 90px);
}
.results_case_ask {
	width: calc(100% - 386px);
}
.results_case_ask_title {
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 12px;
}
.results_case_ask_text span {
	font-weight: 800;
	color: #004BB1;
	border-bottom: 2px solid #63BCFD;
}
.results_case_body {
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
}
.results_case_body_title {
	padding-bottom: 12px;
	margin-bottom: 24px;
	width: 100%;
	border-bottom: 1px solid #0093FF;
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	color: #0093FF;
}
.results_case_body_text {
	width: calc(100% - 500px);
	min-width: calc(50% - 30px);
}
.results_case_body_text p {
	margin-bottom: 24px;
}
.results_case_body_text p a {
	color: #0093FF;
	transition: all 0.5s ease;
}
.results_case_body_text p a:hover {
	color: #0C3484;
}
.results_case_body_text p span {
	font-weight: 800;
	color: #004BB1;
	border-bottom: 2px solid #63BCFD;
}
.results_case_specs {
	width: 440px;
	max-width: calc(50% - 30px);
}
.results_case_spec {
	margin-bottom: 32px;
}
.results_case_spec dl dt {
	width: 100px;
}
.results_case_spec dl dd {
	width: calc(100% - 100px);
}
.results_cta ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 732px;
	width: 100%;
	margin: auto;
}
.results_cta ul li {
	width: 100%;
}
.results_cta ul li a,
.kitting_cta a {
	height: 50px;
	font-weight: 700;
	font-size: 18px;
	margin: auto;
}
.results_cta ul li a {
	width: 100%;
}
.brands {
	padding: 80px 0 100px;
	background-color: #F7F7F7;
}
.brands_head {
	margin-bottom: 48px;
	text-align: center;
}
.brands_title {
	margin-bottom: 20px;
}
.brands_title p {
	line-height: 125%;
}
.brands_title h2 {
	line-height: 125%;
}
.brands_list {
	max-width: 958px;
	width: 100%;
	margin: auto;
	padding: 40px;
	background-color: #FFFFFF;
}
.brands_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px 20px;
	max-width: 720px;
	width: 100%;
	margin: 0 auto 20px;
}
.brands_list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc((100% - 40px) / 3);
}
.brands_list ul li p {
	font-weight: 500;
	font-size: 23px;
	padding-left: 1em;
	position: relative;
}
.brands_list ul li p span {
	font-size: 16px;
}
.brands_list ul li p::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0093FF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.brands_list_bottom {
	font-weight: 500;
	font-size: 23px;
	line-height: 100%;
	text-align: right;
}
.kitting {
	padding: 80px 0 96px;
}
.kitting_title {
	margin-bottom: 20px;
}
.kitting_title p {
	line-height: 125%;
	margin-bottom: 4px;
}
.kitting_title h2 {
	line-height: 160%;
}
.kitting_desc p {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.kitting_cards {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
}
.kitting_card {
	width: 214px;
	background: #F7F7F7;
	box-shadow: 0 4px 4px #00000033;
	border-radius: 40px;
	padding: 15px 15px 32px;
	text-align: center;
}
.kitting_card>img {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 40px;
}
.kitting_card_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 24px;
}
.kitting_card_title span {
	font-weight: 900;
	font-size: 14px;
	line-height: 175%;
	color: #0093FF;
	display: block;
}
.kitting_card_cta a {
	width: 100%;
	height: 50px;
	justify-content: flex-start;
	margin: auto;
	padding: 16px 20px;
}
.kitting_cta a {
	width: 732px;
}
.cta {
	padding: 0 40px;
	margin-bottom: 80px;
}
.cta_content {
	width: 100%;
	border-radius: 48px;
	background: #0C14FE;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(/shared/img/service-list/sales/pcwindows11/contact-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 40px;
	padding: 40px 20px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.cta_content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0C14FE4D;
}
.cta_panel {
	position: relative;
}
.cta_headline {
	font-weight: 900;
	font-size: 35px;
	line-height: 175%;
	margin-bottom: 40px;
}
.cta_actions {
	margin-bottom: 40px;
	display: flex;
	gap: 40px;
	justify-content: center;
}
.cta_actions a {
	min-width: 277px;
	height: 50px;
	font-weight: 700;
	font-size: 18px;
	padding: 0 80px;
	margin: auto;
}
.cta_note p {
	max-width: 1200px;
	margin: auto;
}
@media (max-width: 1200px) {
	.results_nav ul {
		gap: 0 40px;
	}
	.results_nav ul li {
		width: calc(50% - 20px);
	}
	.results_nav ul li>a::before,
	.results_nav ul li>span::before {
		right: 20px;
	}
}
@media (max-width: 1000px) {
	.results_case_attrs {
		width: 100%;
	}
	.results_case_ask {
		margin-top: 24px;
		width: 100%;
	}
	.cta_content {
		background-image: url(/shared/img/service-list/sales/pcwindows11/contact-bg-sp.png);
		background-size: auto;
		background-position: bottom left;
	}
	.results_case_meta {
		flex-direction: column;
		gap: 12px;
	}
}
@media (max-width: 900px) {
	.hero_badge {
		right: -148px;
		top: -76px;
	}
}
@media (max-width: 767px) {
	.c_lp_header {
		padding-top: 45px;
	}
	.hero {
		background-image: unset;
	}
	.hero_wrap {
		padding: 40px 0 288px;
		height: auto;
		flex-direction: column;
		max-width: 335px;
		margin: auto;
	}
	.hero_copy {
		width: 100%;
	}
	.hero_badge {
		right: 0;
		top: unset;
		bottom: -114px;
		width: 114px;
		height: 114px;
		font-size: 14px;
	}
	.hero_badge .text_s1 {
		font-size: 22px;
	}
	.hero_badge .text_s2 {
		font-size: 14px;
	}
	.hero_title {
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 150%;
	}
	.hero_lead {
		margin-bottom: 16px;
	}
	.hero_lead span {
		padding: 4px;
		font-size: 20px;
		margin-bottom: 4px;
	}
	.hero_desc {
		font-size: 11px;
		line-height: 230%;
	}
	.hero_image {
		top: unset;
		bottom: 0;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% + 24px);
		text-align: center;
	}
	.hero_image img {
		height: 277px;
	}
	.results {
		padding: 64px 0;
	}
	.results_head,
	.kitting_head {
		margin-bottom: 40px;
	}
	.results_head h2,
	.brands_title h2,
	.kitting_title h2 {
		font-size: 20px;
	}
	.results_head p,
	.brands_title p,
	.kitting_title p,
	.brands_list ul li p,
	.brands_list_bottom {
		font-size: 16px;
	}
	.cta_note p,
	.results_case_ask_text,
	.results_case_body_text p {
		font-size: 13px;
	}
	.brands_desc p,
	.kitting_desc p {
		font-size: 15px;
	}
	.results_nav {
		margin-bottom: 40px;
	}
	.results_nav ul {
		flex-direction: column;
		gap: 0;
	}
	.results_nav ul li {
		width: 100%;
	}
	.results_nav ul li a,
	.results_nav ul li span {
		padding: 16px 80px 16px 0;
	}
	.results_nav ul li>a::before,
	.results_nav ul li>span::before {
		right: 0;
	}
	.results_cases {
		width: 90%;
		margin: 0 auto 40px;
	}
	.results_case {
		padding: 28px 16px;
	}
	.results_case_title {
		margin-bottom: 18px;
	}
	.results_case_title h3,
	.results_case_ask_title,
	.results_case_body_title {
		font-size: 15px;
	}
	.results_case_head {
		flex-direction: column;
		gap: 24px;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.results_case_image {
		width: 100%;
		text-align: center;
	}
	.results_case_image img {
		width: 120px;
	}
	.results_case_summary {
		width: 100%;
		flex-direction: column;
		gap: 24px;
	}
	.results_case_meta {
		margin-bottom: 0;
	}
	.results_case_meta_item {
		min-width: 0;
		width: 100%;
	}
	.results_case_meta_label {
		margin-bottom: 4px;
	}
	.results_case_attrs dl dt,
	.results_case_spec dl dt {
		text-align: left;
	}
	.results_case_ask_title {
		margin-bottom: 8px;
	}
	.results_case_body {
		flex-direction: column;
		gap: 20px;
	}
	.results_case_body_title {
		margin-bottom: 12px;
		text-align: center;
	}
	.results_case_body_text {
		width: 100%;
		min-width: 0;
	}
	.results_case_body_text p {
		margin-bottom: 20px;
	}
	.results_case_specs {
		width: 100%;
		max-width: 100%;
	}
	.results_cta ul {
		gap: 20px;
		max-width: 315px;
	}
	.results_cta ul li a,
	.kitting_cta a {
		width: 100%;
		max-width: 315px;
		height: 70px;
		font-size: 16px;
	}
	.brands {
		padding: 60px 0;
	}
	.brands_list {
		max-width: 335px;
		padding: 32px;
	}
	.brands_list ul {
		flex-direction: row;
		gap: 16px;
		max-width: 100%;
		margin: 0 auto 16px;
	}
	.brands_list ul li {
		width: calc(50% - 8px);
	}
	.brands_list ul li p span {
		font-size: 12px;
	}
	.kitting {
		padding: 60px 0;
	}
	.kitting_cards {
		flex-direction: column;
		max-width: 335px;
		width: 100%;
		gap: 32px;
		margin: 0 auto 40px;
	}
	.kitting_card {
		width: 100%;
		padding: 15px 15px 20px;
	}
	.kitting_card>img {
		margin-bottom: 10px;
		border-radius: 20px;
	}
	.kitting_card_title {
		margin-bottom: 12px;
	}
	.kitting_card_cta a {
		max-width: 250px;
		justify-content: center;
	}
	.cta {
		padding: 0 20px;
		margin-bottom: 60px;
	}
	.cta_content {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.cta_headline {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.cta_actions {
		margin-bottom: 24px;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
	.cta_actions a {
		max-width: 295px;
		width: 100%;
		padding: 0;
	}
}