/**
* Summit speakers honeycomb — scoped styles (theme shortcode parity).
* Wrapper: .summit-honeycomb-block
*/

/* Stop plugin .honeycomb-root (frontend.css) from forcing font/color onto the Summit block */
.honeycomb-root.honeycomb-template-summit_speakers {
	margin: 0;
}

.honeycomb-root.honeycomb-template-summit_speakers > .summit-honeycomb-block {
	color: inherit;
	font-family: inherit;
}

.summit-honeycomb-block .section-title {
	font-size: 48px;
	margin-bottom: 12px;
	font-family: 'Satoshi-Variable', sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.summit-honeycomb-block .section-sub {
	color: #fff;
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Satoshi-Variable', sans-serif;
	font-weight: 400;
}

.summit-honeycomb-block .container {
	z-index: 9;
	position: relative;
}

.summit-honeycomb-block .honeycomb {
	--s: 198px;
	--g: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: var(--g);
	padding: 0 10px;
}

.summit-honeycomb-block .honeycomb:last-of-type {
	margin-bottom: 60px;
}

.summit-honeycomb-block .honeycomb {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.summit-honeycomb-block .honeycomb-col {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 125px;
}

.summit-honeycomb-block .honeycomb-col:nth-child(odd) {
	margin-left: 0;
	margin-top: calc((var(--s) * -1.07 + var(--g)) / 2);
}

.summit-honeycomb-block .honeycomb-col:nth-child(even) {
	margin-top: calc((var(--s) * -7.2 + var(--g)) / 14);
	/* 	margin-left: calc((var(--s) * 0 + var(--g)) / 2); */
}

.summit-honeycomb-block .honeycomb-col:first-child {
	margin-top: 0px;
}

.summit-honeycomb-block .honeycombmobile {
	display: none !important;
}

.summit-honeycomb-block .honeycomb-item-source {
	display: none !important;
}

.summit-honeycomb-block[data-enable-load-more="1"]:not(.is-honeycomb-init) .honeycomb-desktop,
.summit-honeycomb-block[data-enable-load-more="1"]:not(.is-honeycomb-init) .honeycombmobile {
	display: none !important;
}

.summit-honeycomb-block .honeycomb .hex {
	width: var(--s);
	aspect-ratio: 1.15;
	position: relative;
	flex-shrink: 0;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.summit-honeycomb-block .honeycomb .hex img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.summit-honeycomb-block .honeycomb .hex .hex__media {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color:#fff;
}

.summit-honeycomb-block .honeycomb .hex .hex__image-tag {
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	z-index: 2;
	padding: 3px 8px;
	border-radius: 5px;
	background: linear-gradient(90deg, #E20033 0%, #0A245F 100%);
	color: #ffffff;
	font-family: 'Satoshi';
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0;
	vertical-align: middle;
	white-space: nowrap;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.summit-honeycomb-block .honeycomb .hex:hover .hex__image-tag {
	opacity: 0;
	visibility: hidden;
}

.summit-honeycomb-block .honeycomb .hex.hex--placeholder {
	visibility: hidden;
	pointer-events: none;
}

.summit-honeycomb-block .honeycomb .hex:hover {
	z-index: 1;
}

.summit-honeycomb-block .hex-info,
.summit-honeycomb-block .hex .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E20033CC;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.2s linear;
	padding: 20px;
	text-align: center;
	color: white;
}

.summit-honeycomb-block .hex-info h4,
.summit-honeycomb-block .hex .overlay h4 {
	margin: 0;
	font-size: 16px;
}

.summit-honeycomb-block .hex-info p,
.summit-honeycomb-block .hex .overlay p {
	margin: 5px 0 0;
	font-size: 13px;
	opacity: 0.8;
}

.summit-honeycomb-block .hex:hover .hex-info,
.summit-honeycomb-block .hex:hover .overlay {
	opacity: 1;
}

.summit-honeycomb-block .view-btn.honeycomb-viewmore-btn {
	display: none;
}

/* Show View More button — desktop vs mobile visibility */
@media (min-width: 769px) {
	.summit-honeycomb-block.is-load-more-desktop-ready .viewmore-action:not([hidden]) .view-btn.honeycomb-viewmore-btn,
	.honeycomb-root.is-load-more-desktop-ready .honeycomb-loadmore-action:not([hidden]) .honeycomb-viewmore-btn {
		display: inline-flex;
	}

	.summit-honeycomb-block:not(.is-load-more-desktop-ready) .viewmore-action .view-btn.honeycomb-viewmore-btn,
	.honeycomb-root:not(.is-load-more-desktop-ready) .honeycomb-loadmore-action .honeycomb-viewmore-btn {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.summit-honeycomb-block.is-load-more-mobile-ready .viewmore-action:not([hidden]) .view-btn.honeycomb-viewmore-btn,
	.honeycomb-root.is-load-more-mobile-ready .honeycomb-loadmore-action:not([hidden]) .honeycomb-viewmore-btn {
		display: inline-flex !important;
	}
}

.summit-honeycomb-block .viewmore-action {
	margin-top: 20px;
}
.dark_bg button:focus:not(.honeycomb-viewmore-btn){
	background-color:#fff !important;
	color:#000 !important
}

.dark_bg .honeycomb-viewmore-btn,
.dark_bg .honeycomb-viewmore-btn:hover,
.dark_bg .honeycomb-viewmore-btn:focus,
.dark_bg .honeycomb-viewmore-btn:focus-visible,
.dark_bg .honeycomb-viewmore-btn:active,
.dark_bg .honeycomb-viewmore-btn.is-expanded,
.dark_bg .view-btn.honeycomb-viewmore-btn,
.dark_bg .view-btn.honeycomb-viewmore-btn:hover,
.dark_bg .view-btn.honeycomb-viewmore-btn:focus,
.dark_bg .view-btn.honeycomb-viewmore-btn:focus-visible,
.dark_bg .view-btn.honeycomb-viewmore-btn:active,
.dark_bg .view-btn.honeycomb-viewmore-btn.is-expanded {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #001c5c !important;
}
@media (max-width: 1024px) {
	/* 	.summit-honeycomb-block {
	padding: 40px 32px !important;
} */

	.summit-honeycomb-block .honeycomb {
		--s: 156px;
	}

	.summit-honeycomb-block .view-btn.honeycomb-viewmore-btn {
		margin-top: 0;
		font-size: 16px;
		font-weight: 500;
		padding: 14px 32px;
		border-radius: 16px;
		background-color: #ffffff;
		color: #001c5c;
	}
}

@media (max-width: 900px) {
	.summit-honeycomb-block .honeycomb {
		--s: 110px;
		--g: 6px;
	}

	.summit-honeycomb-block .honeycomb-col:nth-child(even) {
		margin-top: calc((var(--s) * 1.15 + var(--g)) / 2);
	}
}

@media (max-width: 768px) {
	.summit-honeycomb-block {
		padding: 0px !important;
	}

	.summit-honeycomb-block .section-title {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.summit-honeycomb-block .section-title img {
		width: 100px;
	}

	.summit-honeycomb-block .section-sub {
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 1.4em;
	}

	.summit-honeycomb-block .view-btn.honeycomb-viewmore-btn {
		margin: 0;
		background-color: #ffffff;
		color: #001c5c;
		font-size: 14px;
		font-weight: 500;
		font-family: 'Satoshi-Variable', sans-serif;
		padding: 10px 20px;
		border-radius: 6px;
	}

	.summit-honeycomb-block .honeycomb .hex {
		width: 100% !important;
		padding: 0 !important;
		aspect-ratio: unset;
		clip-path: unset;
		text-align: center;
	}

	.summit-honeycomb-block .honeycomb .hex img {
		clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
		aspect-ratio: 1.15;
		width: 157px;
		height: 135px;
		margin: 0 auto;
	}

	.summit-honeycomb-block .honeycomb .hex .hex__media {
		display: inline-block;
		position: relative;
		width: 157px;
		max-width: 100%;
		background: transparent;
	}

	.summit-honeycomb-block .honeycomb .hex .hex__image-tag {
		bottom: 14%;
		padding: 5px 8px;
		font-size: 10px;
	}

	.summit-honeycomb-block .hex-info,
	.summit-honeycomb-block .hex .overlay {
		position: unset !important;
		opacity: 1 !important;
		background: transparent;
		padding: 0px;
		min-height: 55px;
		justify-content: flex-start;
		margin-top: 10px;
	}

	.summit-honeycomb-block .hex-info h4,
	.summit-honeycomb-block .hex .overlay h4 {
		margin: 0;
		font-size: 14px;
	}

	.summit-honeycomb-block .hex .overlay h4 {
		margin-bottom: 5px;
	}

	.summit-honeycomb-block .hex-info p,
	.summit-honeycomb-block .hex .overlay p {
		font-size: 12px;
		margin: 0 !important;
	}

	.summit-honeycomb-block .honeycomb:last-of-type {
		margin-bottom: 32px;
	}

	.summit-honeycomb-block .honeycomb.honeycomb-desktop {
		display: none !important;
	}

	.summit-honeycomb-block .honeycomb.honeycombmobile.honeycomb--active-view {
		display: grid !important;
	}


	.dark_text_team .honeycombmobile .overlay{
		color:#000000
	}
	.dark_bg .home-team .overlay h4 {
		color: #fff;
	}

	.dark_bg  .summit-honeycomb-block .hex .overlay p {
		font-size: 12px;
		margin: 0 !important;
		color: #FFFFFFCC;
	}

	.dark_bg button:focus:not(.honeycomb-viewmore-btn){
		background-color:#fff !important;
		color:#000 !important
	}

	.dark_bg .honeycomb-viewmore-btn,
	.dark_bg .honeycomb-viewmore-btn:hover,
	.dark_bg .honeycomb-viewmore-btn:focus,
	.dark_bg .honeycomb-viewmore-btn:focus-visible,
	.dark_bg .honeycomb-viewmore-btn:active,
	.dark_bg .honeycomb-viewmore-btn.is-expanded,
	.dark_bg .view-btn.honeycomb-viewmore-btn,
	.dark_bg .view-btn.honeycomb-viewmore-btn:hover,
	.dark_bg .view-btn.honeycomb-viewmore-btn:focus,
	.dark_bg .view-btn.honeycomb-viewmore-btn:focus-visible,
	.dark_bg .view-btn.honeycomb-viewmore-btn:active,
	.dark_bg .view-btn.honeycomb-viewmore-btn.is-expanded {
		background: #ffffff !important;
		background-color: #ffffff !important;
		color: #001c5c !important;
	}
}

@media (min-width: 769px) {
	.summit-honeycomb-block .honeycomb.honeycomb-desktop.honeycomb--active-view {
		display: flex !important;
	}

	.summit-honeycomb-block .honeycomb.honeycombmobile {
		display: none !important;
	}
}

@media only screen and (min-width: 440px) and (max-width: 768px) {
	.summit-honeycomb-block .honeycomb.honeycombmobile.honeycomb--active-view {
		grid-template-columns: repeat(3, 1fr);
		gap: 13px;
		padding: 0;
	}
}

@media only screen and (max-width: 440px) {
	.summit-honeycomb-block .honeycomb.honeycombmobile.honeycomb--active-view {
		grid-template-columns: repeat(2, 1fr);
		gap: 13px;
		padding: 0;
	}
}
