/**********************************************************
// Block >> Home >> Bubbles
**********************************************************/
.Block-Home-Bubbles {
	padding: 60px 20px 0 20px;
	text-align: center;
	}

.Block-Home-Bubbles-Inner {
	margin: auto;
	padding: 20px 20px 30px 20px;
	width: 100%;
	max-width: 1100px;
	min-height: 320px;
	position: relative;
	}

.Block-Home-Bubbles-BG {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	background-color: #EEF9FD;
	border-radius: 20px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Block-Home-Bubbles-BG img {
	width: 100%;
	height: 100%;
	object-fit: 100% 100%;
    object-position: top center;
	}

/**********************************************************
// Block >> Home >> Bubbles >> List
**********************************************************/
.Block-Home-Bubbles-List {
	margin: auto;
	max-width: 900px;
	position: relative;
	z-index: 200;
	}

.Block-Home-Bubbles-Item {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

.Block-Home-Bubbles-Item h2,
.Block-Home-Bubbles-Item h4 {
	padding: 0 !important;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	}

.Block-Home-Bubbles-Item h3 {
	padding: 0 10px !important;
	line-height: 1.2em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 70px;
	color: #1A4EA2;
	}

.Block-Home-Bubbles-Item:nth-child(1) {
	margin: 0 auto -60px auto;
	width: 300px;
	height: 300px;
	position: relative;
	top: -60px;
	}

.Block-Home-Bubbles-Item:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	}

.Block-Home-Bubbles-Item:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
	}

/**********************************************************
// Block >> Home >> Bubbles >> Logos
**********************************************************/
.Block-Home-Bubbles-Logos {
	margin: 60px auto -60px auto;
	line-height: 0;
	font-size: 0;
	position: relative;
	z-index: 400;
	top: -60px;
	}

.Block-Home-Bubbles-Logo {
	margin: 0 1%;
	width: 31.3%;
	max-width: 220px;
	display: inline-block;
	vertical-align: middle;
	}

.Block-Home-Bubbles-Logo img {
	width: auto;
	height: auto;
	max-height: 200px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Block-Home-Bubbles-Logos {
		margin: 30px auto 0 auto;
		top: 0;
		}

	.Block-Home-Bubbles-Item {
		width: 160px;
		height: 160px;
		}

	.Block-Home-Bubbles-Item h3 { font-size: 50px; }
	.Block-Home-Bubbles-Item:nth-child(1) {
		width: 200px;
		height: 200px;
		}

	.Block-Home-Bubbles-Inner { padding: 20px 10px 30px 10px; }
	.Block-Home-Bubbles-Item:nth-child(2) { top: 30px; }
	.Block-Home-Bubbles-Item:nth-child(3) { top: 30px; }
}

@media
all and (max-width: 500px),
all and (max-device-width: 500px)
{
	.Block-Home-Bubbles-Item:nth-child(2) { position: relative; top: -20px; float: left; }
	.Block-Home-Bubbles-Item:nth-child(3) { position: relative; top: -20px; float: right; }

	.Block-Home-Bubbles-Item:nth-child(2),
	.Block-Home-Bubbles-Item:nth-child(3) {	margin: 0 auto -20px auto; }
}
