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

body.home .et-l--header,
body.home #main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

body.home #page-container {
	padding-top: 0 !important;
}

body.admin-bar.home .et-l--header,
body.admin-bar.home #main-header {
	top: 32px;
}

body.home .et-l--header .et_pb_section,
body.home .et-l--header .et_pb_row,
body.home #main-header {
	background: transparent !important;
	box-shadow: none !important;
}

body.home .et-l--header .et_pb_row,
body.home #main-header .container {
	width: calc(100% - 80px);
	max-width: 1500px;
}

.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: 1500px;
	margin: 0 auto;
	padding: 180px 0 80px;
}

.bb-hero-promo {
	position: absolute;
	top: 51px;
	right: calc(max(40px, (100% - 1500px) / 2) + 93px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 484px;
	height: 69px;
	padding: 0 13px 0 20px;
	background: #ffcc35;
	border-radius: 13px;
}

.bb-hero-promo-label {
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.bb-hero-promo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	height: 46px;
	padding: 0 17px 0 27px;
	background: #000;
	border-radius: 7px;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.bb-hero-promo-link:hover {
	color: #fff;
	text-decoration: none;
}

.bb-hero-promo-arrow {
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #ffcc35;
	border-right: 2px solid #ffcc35;
	transform: rotate(45deg);
}

.bb-menu-toggle.et_pb_menu {
	width: 69px;
	height: 69px;
	padding: 0 !important;
	background: #000 !important;
	border-radius: 13px;
}

.bb-menu-toggle .et_pb_menu_inner_container,
.bb-menu-toggle .et_pb_menu__wrap,
.bb-menu-toggle .et_mobile_nav_menu {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.bb-menu-toggle .et_pb_menu__wrap,
.bb-menu-toggle .et_mobile_nav_menu {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.bb-menu-toggle .et_pb_menu__menu,
.bb-menu-toggle .et_pb_menu__logo-wrap {
	display: none !important;
}

.bb-menu-toggle .mobile_menu_bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
}

.bb-menu-toggle .mobile_menu_bar::before {
	content: "";
	position: static;
	display: block;
	width: 28px;
	height: 3px;
	background: #ffcc35;
	border-radius: 3px;
	box-shadow: 0 -9px 0 #ffcc35, 0 9px 0 #ffcc35;
}

.bb-slider-pagination {
	position: absolute;
	left: max(40px, calc((100% - 1500px) / 2)) !important;
	bottom: 76px !important;
	width: auto !important;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 4px;
}

.bb-slider-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	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: 38px;
	background: #ffc400;
}

/* Slide 01 */

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

.bb-hero-title {
	margin: 0;
	max-width: 660px;
	font-size: 106px;
	line-height: 0.97;
	font-weight: 800;
	letter-spacing: -6px;
	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: 8px;
}

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

.bb-watch-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 14px;
	margin-left: 36px;
	font-size: 21px;
	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: 53px;
	height: 53px;
	background: #000;
	border-radius: 50%;
}

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

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

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

.bb-slide-01-star {
	position: absolute;
	top: 330px;
	right: 90px;
	width: 230px;
	height: 230px;
	color: #ffc400;
}

.bb-slide-01-star::before {
	content: "*";
	position: absolute;
	top: -38px;
	left: 0;
	font-size: 320px;
	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-promo {
		right: 145px;
	}

	.bb-hero-line {
		width: auto;
	}

	.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;
	}
}

@media (max-width: 980px) {
	body.home .et-l--header {
		position: relative;
	}

	.bb-home-swiper {
		height: auto;
		min-height: 720px;
	}

	.bb-hero-promo {
		top: 20px;
		left: 30px;
		right: 30px;
		width: auto;
	}

	.bb-home-slide-inner,
	.bb-home-slide-01 .bb-home-slide-inner {
		padding: 180px 30px 80px;
	}

	.bb-hero-title {
		font-size: clamp(54px, 10vw, 82px);
		letter-spacing: -4px;
	}

	.bb-slide-01-star {
		display: none;
	}

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

@media (max-width: 782px) {
	body.admin-bar.home .et-l--header,
	body.admin-bar.home #main-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.bb-hero-promo {
		height: 58px;
		padding-left: 14px;
	}

	.bb-hero-promo-label {
		font-size: 13px;
	}

	.bb-hero-promo-link {
		height: 40px;
		padding: 0 12px;
		font-size: 12px;
	}

	.bb-hero-title {
		font-size: 52px;
		letter-spacing: -3px;
	}

	.bb-hero-line-wrap {
		margin-top: 30px;
	}

	.bb-watch-link {
		gap: 8px;
		margin-left: 15px;
		font-size: 14px;
	}

	.bb-watch-icon {
		width: 41px;
		height: 41px;
	}

	.bb-watch-icon::before {
		width: 23px;
		height: 23px;
	}

	.bb-watch-icon::after {
		left: 17px;
	}

	.bb-hero-subtitle {
		font-size: 17px;
	}
}
