html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

#windows-lp {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Instrument Sans', sans-serif;
	font-weight: 400;
}

/* HERO SECTION */

.bh-hero .container {
	position: relative;
}

.bh-hero__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 5;
	padding: 30px 16px;
}

.bh-hero__desc {
	font-size: 50px;
	letter-spacing: -1px;
	font-weight: 400;
	background: -webkit-linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	background: linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	margin: 40px 0 0;
}

.bh-hero__image source,
.bh-hero__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.bh-hero__windows {
	background: url('../img/windows-11.png') no-repeat 0 0;
	width: 164px;
	height: 43px;
	background-size: 100% auto;
	margin-left: -6px;
}

/* VIDEO SECTION */

.bh-s-video {
	position: relative;
	margin-bottom: 20px;
}

.bh-s-video video {
	width: 100%;
	height: auto;
}
.bh-s-video .play-button {
	width: 90%;
	height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	opacity: 0;
	transition: 0.3s all;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.bh-s-video .play-button[data-state='paused'] {
	opacity: 1;
}
.bh-s-video .play-button[data-state='paused'] {
	background: url('../img/play-button.svg') center no-repeat;
	background-size: auto 80%;
}
.bh-s-video .play-button[data-state='playing'] {
	background: url('../img/pause-button.svg') center no-repeat;
	background-size: auto 80%;
}
.bh-s-video .play-button[data-state='playing']:hover,
.bh-s-video .play-button[data-state='paused']:hover {
	opacity: 1;
}

/* COLS SECTION */

.bh-s-cols {
	padding: 33px 0;
}

.bh-s-cols__title {
	text-align: center;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 20px;
}

.bh-s-cols__description {
	text-align: center;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 37px;
}

.bh-s-cols__row {
	display: flex;
	flex-direction: column;
}

.bh-s-cols__item img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.bh-s-cols__item-title {
	font-size: 26px;
	line-height: 1.08;
	letter-spacing: -0.3px;
	padding: 0 15px;
	text-align: center;
	font-weight: 400;
	margin: 45px 0 12px;
}

.bh-s-cols__item-desc {
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 45px;
}

.bh-s-cols__disclaimer {
	font-size: 10px;
	line-height: 1.2;
	margin: 0px 50px;
	border-top: 1px solid #2f2f2f;
	padding-top: 27px;
	text-align: center;
}

/* REASONS SECTION */
.bh-reasons {
	padding-bottom: 40px;
}
.bh-reasons .container {
	position: relative;
}

.bh-reasons__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.bh-reasons__text {
	position: absolute;
	z-index: 3;
	padding: 101vw 10% 0;
	top: 0;
	left: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bh-reasons__title {
	font-size: 31px;
	line-height: 1.2;
	margin: 0 0 24px;
}

.bh-reasons__desc {
	font-size: 18px;
	line-height: 1.52;
	margin: 0 0 6px;
}

.bh-reasons__disclaimer {
	font-size: 10px;
	line-height: 1.1;
}

/* SLIDER SECTION */

.bh-s-slider__title {
	font-size: 24px;
	line-height: 1.08;
	margin: 0 15px 17px;
	font-weight: 500;
	text-align: center;
}

.bh-s-slider__desc {
	margin: 0 15px 40px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.bh-s-slider__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-slider .tns-nav {
	position: absolute;
	top: 74.2vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	gap: 8px;
	z-index: 3;
}

.bh-s-slider .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 8px;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-slider .tns-nav button.tns-nav-active {
	background-color: #1b1b1b;
}

.bh-s-slider__text {
	padding: 15vw 15px 60px;
	text-align: center;
}

.bh-s-slider__item-image img,
.bh-s-slider__item-image video {
	max-width: 100%;
	width: 100%;
}

.tns-outer {
	position: relative;
}

.bh-s-slider .tns-nav {
	position: absolute;
	top: 74.2vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	gap: 8px;
	z-index: 3;
}

.bh-s-slider {
	margin-bottom: 20px;
}

.bh-slider__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-slider__item-image-desktop {
	display: none;
}

.bh-slider .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-slider .tns-nav button.tns-nav-active {
	background-color: #1b1b1b;
}

.bh-s-slider__text-title {
	font-size: 24px;
	line-height: 1.12;
	margin: 0;
}

.bh-s-slider__text-desc {
	font-size: 15px;
	line-height: 1.5;
}

/* IMGTEXT SECTION */

.bh-imgtext__row {
	display: flex;
	flex-direction: column;
}

.bh-imgtext__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.bh-imgtext__text {
	padding: 27px 15px 20px;
	text-align: center;
}

.bh-imgtext__title {
	font-size: 26px;
	margin: 0 0 10px;
}

.bh-imgtext__desc {
	font-size: 15px;
	margin: 0;
	line-height: 1.43;
}

/* RESULTS SECTION */

.bh-results {
	margin-top: 30px;
}

.bh-results .container {
	position: relative;
}

.bh-results__image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.bh-results__text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 10% 6%;
}

.bh-results__mo {
	width: 160px;
	height: 28px;
	max-width: 160px;
	margin: 0 0 85vw;
}

.bh-results__mo img {
	max-width: 100%;
	height: auto;
}

.bh-results__title {
	margin: 0 0 10px;
	font-size: 40px;
	line-height: 1.02;
	display: inline-block;
	background: -webkit-linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	background: linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bh-results__subtitle {
	font-size: 18px;
	line-height: 1.28;
	margin: 0;
}

.bh-results__button {
	font-size: 16px;
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 12px 24px 12px;
	color: #000000;
	margin-top: 24px;
	text-decoration: none;
	width: fit-content;
	line-height: 1;
	/* letter-spacing: 1px; */
	transition: 0.3s ease;
	display: block;
}

.bh-results__button:hover {
	background: #000000;
	color: #ffffff;
}

/* LEGAL SECTION */

.bh-legal {
	padding: 18px;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 1.07;
}

.bh-legal p {
	margin: 0 0 12px;
}

.bh-legal p a {
	color: #2f2f2f;
}

.bh-legal sup {
	font-size: 12px;
	line-height: 1;
}

@media screen and (min-width: 960px) {
	.container {
		max-width: 680px;
	}

	.bh-reasons__text {
		padding-top: 700px;
	}

	.bh-hero__text {
		padding: 60px 40px;
	}

	.bh-hero__desc {
		font-size: 75px;
	}

	.bh-results__mo {
		margin-bottom: 700px;
	}

	.bh-results__title {
		font-size: 60px;
	}
}

@media screen and (min-width: 1230px) {
	.container {
		max-width: 1200px;
	}

	/* HERO SECTION */
	.bh-hero {
		padding-bottom: 32px;
	}

	.bh-hero__title {
		background-image: url('../img/copilotpc-d.png');
		width: 560px;
		height: 240px;
		margin-top: 72px;
	}

	.bh-hero__desc {
		margin-top: 0;
		font-size: 75px;
		font-weight: 400;
	}

	.bh-hero__windows {
		background-image: url('../img/windows-11-d.png');
		width: 211px;
		height: 52px;
		background-size: 100% auto;
		margin-bottom: 90px;
	}

	/* VIDEO SECTION */

	.bh-s-video {
		margin-bottom: 40px;
	}

	/* COLS SECTION */

	.bh-s-cols__title {
		font-size: 41px;
		font-weight: 400;
		margin-bottom: 20px;
		line-height: 1.44;
		letter-spacing: -0.4px;
	}

	.bh-s-cols__row {
		flex-direction: row;
		flex-wrap: nowrap;
		box-sizing: border-box;
		justify-content: space-between;
	}

	.bh-s-cols__item {
		width: calc((100% - 45px) / 3);
	}

	.bh-s-cols__item-title {
		text-align: left;
		font-size: 31px;
		padding: 0 10px;
		margin: 40px 0 17px;
		letter-spacing: -0.7px;
	}

	.bh-s-cols__item-desc {
		padding: 0 10px;
		text-align: left;
		font-size: 19px;
		line-height: 1.47;
		letter-spacing: -0.1px;
		margin-bottom: 13px;
	}

	.bh-s-cols__disclaimer {
		border-top: 0;
		text-align: left;
		margin: 0;
		padding: 0 10px;
	}

	/* REASONS SECTION */

	.bh-reasons__text {
		padding: 0 72px;
		top: 0;
		bottom: 0;
		width: 40%;
	}

	.bh-reasons__disclaimer {
		position: absolute;
		bottom: 4px;
		left: 40px;
		max-width: 320px;
	}

	/* SLIDER SECTION */

	.bh-s-slider__item-image-mobile {
		display: none;
	}
	.bh-s-slider__item-image-desktop {
		display: block;
	}

	.bh-s-slider__title {
		font-size: 31px;
		line-height: 1.08;
		margin-left: 40px;
		margin-right: 40px;
	}

	.bh-s-slider__desc {
		font-size: 20px;
		line-height: 1.5;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.bh-s-slider__item-image img {
		max-width: 100%;
		width: 100%;
	}

	.bh-s-slider {
		margin-bottom: 40px;
	}

	.bh-s-slider .tns-item {
		background-color: #f1f1f1;
		border-radius: 32px 32px 0 0;
	}

	.bh-s-slider .tns-nav {
		position: static;
	}
	.bh-s-slider__item {
		position: relative;
		text-align: left;
		border-radius: 32px;
		overflow: hidden;
	}
	.bh-s-slider__text {
		position: absolute;
		z-index: 3;
		width: 45%;
		padding: 0 120px 0 75px;
		top: 0;
		left: 0;
		text-align: left;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.bh-s-slider .tns-outer {
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.bh-s-slider .tns-outer .tns-nav {
		order: 2;
		padding: 42px 90px;
		background-color: #f1f1f1;
		border-radius: 0 0 16px 16px;
	}

	.bh-s-slider .tns-controls {
		position: absolute;
		bottom: 106px;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.bh-s-slider .tns-controls [data-controls='prev'],
	.bh-s-slider .tns-controls [data-controls='next'] {
		position: absolute;
		width: 14px;
		height: 36px;
		border: transparent;
		font-size: 0;
		background: url('./../img/arrow.png') no-repeat 0 0;
		background-size: 100% auto;
		top: 46px;
	}
	.bh-s-slider .tns-controls [data-controls='prev'] {
		left: 50px;
		transform: scaleX(-1);
	}

	.bh-s-slider .tns-controls [data-controls='next'] {
		right: 50px;
	}

	.bh-s-slider__text-title {
		font-size: 31px;
		text-align: left;
		margin: 0;
	}

	.bh-s-slider__text-desc {
		font-size: 19px;
		text-align: left;
		margin-bottom: 0;
	}

	.bh-slider__item-image-mobile {
		display: none;
	}
	.bh-slider__item-image-desktop {
		display: block;
	}

	/* IMGTEXT SECTION */

	.bh-imgtext__row {
		flex-direction: row;
		align-items: center;
		padding: 16px 0;
	}

	.bh-imgtext__row.reverse-desktop {
		flex-direction: row-reverse;
	}

	.bh-imgtext__image,
	.bh-imgtext__text {
		width: 50%;
		min-width: 50%;
	}

	.bh-imgtext__text {
		text-align: left;
		padding: 0 60px;
	}

	.bh-imgtext__title {
		font-size: 31px;
	}

	.bh-imgtext__desc {
		font-size: 19px;
	}

	/* RESULTS SECTION */

	.bh-results {
		margin-bottom: 0;
	}

	.bh-results__image img {
		max-width: 100%;
	}

	.bh-results__text {
		padding: 30px 66px 30px;
		max-width: 520px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 64px;
	}

	.bh-results__mo {
		width: 192px;
		height: 30px;
		max-width: 192px;
		margin-bottom: 40px;
	}

	.bh-results__title {
		margin: 0;
		padding-bottom: 12px;
		font-size: 51px;
	}

	.bh-results__subtitle {
		font-size: 25px;
		line-height: 1.28;
		margin: 0;
	}

	/* LEGAL */
	.bh-legal {
		margin-top: 0;
		padding: 30px 15px;
		line-height: 1.2;
	}

	.bh-legal p {
		margin-bottom: 0;
	}
}

.logo-xkom {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo-xkom img {
	height: 48px;
}

.bh-benefits__item__btn {
	font-size: 16px;
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 12px 24px 12px;
	color: #000000;
	text-decoration: none;
	width: fit-content;
	line-height: 1;
	transition: 0.3s ease;
	display: block;
	margin: 0 auto;
	margin-top: 24px;
	text-align: center;
}

.bh-benefits__item__ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.bh-benefits__item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.bh-reasons__btn {
		margin-top: 10px;
	}

	.bh-reasons__image img {
		height: 180% !important;
	}

	.bh-reasons__title {
		font-size: 26px;
		line-height: 1.2;
		margin: 0 0 24px;
	}

	.bh-reasons__desc {
		font-size: 16px;
	}

	.bh-results__title {
		font-size: 26px;
	}

	.bh-hero__desc {
		font-size: 34px;
	}
}

/* BENEFITS SECTION */

.bh-benefits {
	padding: 32px 18px;
}

.bh-benefits__row {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.bh-benefits__item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 25px) / 2);
	justify-content: flex-end;
}

.bh-benefits__item-image {
	width: 100%;
	max-width: 100%;
	margin-bottom: 19px;
}

.bh-benefits__item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.bh-benefits__item-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.28;
	color: #494b4b;
	margin-bottom: 7px;
}

.bh-benefits__item-desc + a {
	color: #0099ec;
	text-decoration: none;
	font-size: 14px;
}

.logo-xkom {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo-xkom img {
	height: 48px;
}

.cta {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
	text-decoration: none;
}
.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;
	color: #fff;
}
.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;
}

.button-wrapper {
	display: flex;
	justify-content: center;
}

.button-wrapper a {
	text-decoration: none;
}

.geex-wrapper {
	background-color: #dae7ed;
	border-radius: 16px;
	margin-bottom: 32px;
}

.geex-wrapper a {
	margin: 0 auto;
}

@media (max-width: 1229px) {
	.geex-wrapper a {
		margin: 0 auto;
		margin-top: 32px;
	}
}

@media screen and (min-width: 1230px) {
	

	/* BENEFITS SECTION */
	.bh-benefits__row {
		gap: 0;
		justify-content: space-between;
	}

	.bh-benefits__item {
		width: calc(25% - 32px);
		margin-bottom: 56px;
	}

	.bh-benefits__item-desc {
		font-size: 18px;
		line-height: 1.47;
		margin-bottom: 12px;
	}

	.bh-benefits__item-desc + a {
		font-size: 18px;
	}


}

@media (max-width: 768px) {
	.bh-benefits__item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
