.bb-home-hero-slider {
	position: relative;
	width: 100%;
	background: #f4f4f4;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.bb-home-hero-slider * {
	box-sizing: border-box;
}

.bb-home-swiper {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 768px;
	background: #f4f4f4;
}

.bb-home-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	overflow: hidden;
}

.bb-home-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 180px 100px 80px;
}

.bb-slider-pagination {
	position: absolute;
	left: calc(50% - 620px) !important;
	bottom: 25px !important;
	width: auto !important;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 5px;
}

.bb-slider-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 !important;
	background: #d0d0d0;
	opacity: 1;
	border-radius: 10px;
	transition: width 0.25s ease, background 0.25s ease;
}

.bb-slider-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: #ffc400;
}

/* Slide 01 */

.bb-home-slide-01 .bb-home-slide-inner {
	padding-top: 235px;
}

.bb-hero-title {
	margin: 0;
	max-width: 560px;
	font-size: 86px;
	line-height: 0.97;
	font-weight: 800;
	letter-spacing: -4px;
	color: #000;
}

.bb-hero-title span {
	display: block;
}

.bb-hero-title em {
	font-style: normal;
	color: #999;
}

.bb-hero-line-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}

.bb-hero-line {
	width: 1062px;
	height: 4px;
	background: #ffc400;
}

.bb-watch-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-left: 29px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.bb-watch-link:hover {
	color: #000;
	text-decoration: none;
}

.bb-watch-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background: #000;
	border-radius: 50%;
}

.bb-watch-icon::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.bb-watch-icon::after {
	content: "";
	position: absolute;
	left: 17px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.bb-hero-subtitle {
	margin: 24px 0 0;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.3px;
	color: #000;
}

.bb-slide-01-star {
	position: absolute;
	top: 280px;
	right: 236px;
	width: 170px;
	height: 170px;
	color: #ffc400;
}

.bb-slide-01-star::before {
	content: "*";
	position: absolute;
	top: -26px;
	left: 0;
	font-size: 235px;
	line-height: 1;
	font-weight: 800;
	color: #ffc400;
}

/* Shared */

.bb-slide-main-title {
	margin: 0;
	font-size: 50px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: -2px;
	color: #000;
}

.bb-slide-main-title-center {
	text-align: center;
}

.bb-slide-footer-text {
	position: absolute;
	left: 100px;
	bottom: 96px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #000;
}

/* Slide 02 */

.bb-home-slide-02 .bb-home-slide-inner {
	padding-top: 174px;
}

.bb-home-slide-02 .bb-slide-main-title {
	font-size: 50px;
	line-height: 1.1;
	text-align: center;
}

.bb-timeline {
	position: relative;
	width: 1200px;
	height: 325px;
	margin: 240px auto 0;
}

.bb-timeline-line {
	position: absolute;
	left: 0;
	top: 82px;
	width: 100%;
	height: 3px;
	background: #ffc400;
}

.bb-timeline-line::after {
	content: "";
	position: absolute;
	right: -1px;
	top: -7px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #ffc400;
}

.bb-timeline-item {
	position: absolute;
	width: 230px;
}

.bb-timeline-item-01 {
	left: 150px;
	top: -58px;
}

.bb-timeline-item-02 {
	left: 335px;
	top: 70px;
}

.bb-timeline-item-03 {
	left: 530px;
	top: -58px;
}

.bb-timeline-item-04 {
	left: 745px;
	top: 70px;
	width: 270px;
}

.bb-timeline-item-05 {
	left: 980px;
	top: -58px;
}

.bb-year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 31px;
	padding: 0 11px;
	background: #000;
	border-radius: 9px;
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	white-space: nowrap;
}

.bb-pin {
	position: relative;
	width: 28px;
	height: 39px;
	margin-left: 13px;
}

.bb-pin::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.bb-pin::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: #f4f4f4;
	border-radius: 50%;
}

.bb-timeline-item-bottom .bb-pin::before {
	background: #f4f4f4;
	border: 4px solid #000;
}

.bb-timeline-item-bottom .bb-pin::after {
	display: none;
}

.bb-timeline-item-top .bb-pin {
	margin-bottom: 4px;
}

.bb-timeline-item-top::after {
	content: "";
	position: absolute;
	left: 27px;
	top: 31px;
	width: 1px;
	height: 106px;
	background: #777;
}

.bb-timeline-item-top .bb-year {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 2;
}

.bb-timeline-item-bottom .bb-year {
	position: relative;
	z-index: 2;
	margin-bottom: 85px;
}

.bb-timeline-item-bottom::after {
	content: "";
	position: absolute;
	left: 27px;
	top: 31px;
	width: 1px;
	height: 107px;
	background: #777;
}

.bb-timeline-copy {
	position: relative;
	z-index: 2;
}

.bb-timeline-copy h3 {
	margin: 0 0 3px;
	font-size: 16px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.2px;
	color: #000;
}

.bb-timeline-copy p {
	margin: 0 0 3px;
	font-size: 13px;
	line-height: 1.14;
	font-weight: 400;
	color: #000;
}

.bb-timeline-copy strong {
	display: block;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 400;
	color: #000;
}

.bb-timeline-copy strong span {
	color: #ffc400;
	font-weight: 800;
}

.bb-slide-bottom-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.4px;
	color: #000;
}

/* Slide 03 */

.bb-home-slide-03 .bb-home-slide-inner {
	padding-top: 169px;
}

.bb-home-slide-03 .bb-slide-main-title {
	font-size: 50px;
	line-height: 1.22;
}

.bb-two-cols {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 130px;
	width: 930px;
	margin-top: 113px;
}

.bb-info-col {
	width: 400px;
	flex: 0 0 400px;
}

.bb-info-col h3 {
	margin: 0 0 18px;
	font-size: 25px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: #ffc400;
}

.bb-info-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bb-info-col li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 23px;
	font-size: 18px;
	line-height: 1.15;
	font-weight: 400;
	color: #000;
}

.bb-info-col li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	background: #ffc400;
	border-radius: 50%;
}

/* Slide 04 */

.bb-home-slide-04 .bb-home-slide-inner {
	padding-top: 174px;
}

.bb-home-slide-04 .bb-slide-main-title {
	font-size: 50px;
	line-height: 1.21;
}

.bb-process-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 140px;
}

.bb-process-item {
	display: flex;
	align-items: center;
	width: 25%;
	flex: 0 0 25%;
}

.bb-process-item strong {
	display: block;
	margin-right: 20px;
	font-size: 110px;
	line-height: 0.9;
	font-weight: 800;
	letter-spacing: -6px;
	color: #ffc400;
}

.bb-process-item span {
	display: block;
	font-size: 18px;
	line-height: 1.14;
	font-weight: 400;
	letter-spacing: -0.2px;
	color: #000;
}

/* Slide 05 */

.bb-home-slide-05 .bb-home-slide-inner {
	padding-top: 169px;
}

.bb-home-slide-05 .bb-slide-main-title {
	font-size: 50px;
	line-height: 1.15;
}

.bb-results-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 54px;
	width: 100%;
	margin-top: 101px;
}

.bb-result-item {
	flex: 1 1 0;
}

.bb-result-item:nth-child(2) {
	flex: 1.2 1 0;
}

.bb-result-item:nth-child(3) {
	flex: 1.3 1 0;
}

.bb-result-item h3 {
	margin: 0 0 18px;
	min-height: 50px;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.2px;
	color: #ffc400;
}

.bb-result-item strong {
	display: block;
	margin: 0 0 9px;
	font-size: 94px;
	line-height: 0.9;
	font-weight: 800;
	letter-spacing: -5px;
	color: #000;
}

.bb-result-item p {
	margin: 0;
	font-size: 18px;
	line-height: 1.22;
	font-weight: 400;
	letter-spacing: -0.2px;
	color: #000;
}

.bb-result-item p b {
	font-weight: 800;
}

/* Slide 06 */

.bb-home-slide-06 .bb-home-slide-inner {
	padding-top: 267px;
}

.bb-institute-content {
	width: 940px;
}

.bb-home-slide-06 .bb-slide-main-title {
	font-size: 50px;
	line-height: 1.22;
}

.bb-institute-subtitle {
	margin: 21px 0 0;
	font-size: 23px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.4px;
	color: #000;
}

.bb-institute-stats {
	display: flex;
	align-items: flex-start;
	gap: 100px;
	margin-top: 58px;
}

.bb-institute-stats > div {
	width: 275px;
	flex: 0 0 275px;
}

.bb-institute-stats strong {
	display: block;
	margin: 0;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -2px;
	color: #000;
}

.bb-institute-stats span {
	display: block;
	margin-top: 3px;
	font-size: 23px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #000;
}

.bb-institute-line {
	width: 940px;
	height: 4px;
	margin-top: 27px;
	background: #ffc400;
}

.bb-institute-btn {
	position: absolute;
	right: 145px;
	bottom: 148px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 59px;
	padding: 0 20px;
	background: #000;
	border-radius: 9px;
	font-size: 16px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
}

.bb-institute-btn:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1280px) {
	.bb-home-slide-inner {
		padding-left: 60px;
		padding-right: 60px;
	}

	.bb-slider-pagination {
		left: 60px !important;
	}

	.bb-hero-line {
		width: calc(100vw - 340px);
	}

	.bb-slide-01-star {
		right: 160px;
	}

	.bb-timeline {
		transform: scale(0.9);
		transform-origin: center top;
	}

	.bb-results-row {
		gap: 35px;
	}

	.bb-result-item strong {
		font-size: 80px;
	}
}