/* BEE FLEX BLOCKS
------------------------------------------------------*/
.bee-container-flex {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.bee-container-flex .bee-center-block-flex {
	flex-direction: column;
	width: 100%;
}

.bee-container-flex .bee-left-block-flex {
	flex-direction: column;
	width: 100%;
}

.bee-container-flex .bee-right-block-flex {
	flex-direction: column;
	width: 100%;
}

@media (min-width:576px) {}

@media (min-width:768px) {
	.bee-container-flex {
		flex-direction:row;
	}
}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1400px) {}

/* IFRAME RESPONSIVE
------------------------------------------------------*/

iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}