@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI"),
	url("./../fonts/SegoeUI.8905fd43829a.woff") format("woff"),
	url("./../fonts/SegoeUI.5e8321676738.ttf") format("ttf"),
	url("./../fonts/SegoeUI.f7fad0fef0e6.eot") format("eot");
	font-weight:400;
}

@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI SemiBold"),
	url("./../fonts/SegoeUI-SemiBold.16eb5fb1ca40.woff") format("woff"),
	url("./../fonts/SegoeUI-SemiBold.08d792b31297.ttf") format("ttf"),
	url("./../fonts/SegoeUI-SemiBold.bf40deff1380.eot") format("eot");
	font-weight:500;
}

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

.body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bh-container {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
}
/* HERO SECTION */

.bh-hero .bh-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;
}

.bh-hero__windows {
	background: url('../img/windows-11.png') no-repeat 0 0;
	width: 164px;
	height: 43px;
	background-size: 100% auto;
	margin-left: -6px;
}

/* 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);
}

.bh-benefits__item-image {
	width: 100%;
	max-width: 100%;
	margin-bottom: 19px;
}

.bh-benefits__item-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.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;
}

/* 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;
	padding: 0 15px;
}

.bh-s-cols__description {
	text-align: center;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 37px;
	padding: 0 15px;
}

.bh-s-cols__row {
	display: flex;
	flex-direction: column;
}

.bh-s-cols__item img {
	max-width: 100%;
	height: auto;
}

.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 .bh-container {
	position: relative;
}

.bh-reasons__image img {
	width: 100%;
	height: auto;
	display: block;
}

.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: 50%;
	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-s-slider__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-slider__item-image-desktop {
	display: none;
}

.bh-s-slider .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-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;
}

.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 .bh-container {
	position: relative;
}

.bh-results__image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.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: 24px;
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 8px 24px 12px;
	color: #000000;
	margin-top: 24px;
	text-decoration: none;
	width: fit-content;
	line-height: 1;
	letter-spacing: 1px;
	transition: .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) {
	.bh-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) {	
	.bh-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;
	}

	/* BENEFITS SECTION */
	.bh-benefits__row {
		gap: 0;
		justify-content: space-between;
	}

	.bh-benefits__item {
		width: calc(20% - 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;
	}

	/* 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;
	}

	.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;
	}
	
	.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;
	}
}