.contentRender_name_plugins_common_container_footer_links {
	width: 100%;
}

.panel-footer-links {
	position: relative;
	z-index: 999;
	margin-bottom: -5%;
}

.panel-footer-links .asset-cont {
	position: relative;
	width: 100%;
	height: 100%;
}

.panel-footer-links .asset-cont img {
	width: 100%;
	height: 100%;
}

.panel-footer-links .asset-cont .mobile-cont .palm-trees-mask {
	margin-top: -1%;
}

.panel-footer-links .asset-cont .mobile-cont {
	display: block;
}

.panel-footer-links .asset-cont .desktop-cont {
	display: none;
}

.panel-footer-links .inner {
	position: absolute;
	top: 50%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.panel-footer-links .title-cont {
	width: 100%;
	text-align: center;
}

.panel-footer-links h3 {
	font-family: futura-pt, sans-serif;
	font-size: 40px;
	line-height: 1.5em;
	color: #008c98;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.panel-footer-links h2 {
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
	color: #3e3a34;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	margin-bottom: 15px;
}

.panel-footer-links .left-container,
.panel-footer-links .right-container {
	width: 50%;
	padding: 0 15px;
}

.panel-footer-links .back-to-top {
	position: absolute;
	top: -61%;
	right: 3%;
	transform-origin: top right;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	line-height: 1em;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 15px 5px 10px 5px;
	z-index: 9;
	border: 3px solid #fff;
	border-top: none;
}

.panel-footer-links .back-to-top i {
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	color: #ffe964;
	padding: 0 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.panel-footer-links .back-to-top i::before {
	width: 10px;
}

.panel-footer-links .back-to-top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 12px);
	border-top: 3px solid #fff;
}

.panel-footer-links .back-to-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 12px);
	border-top: 3px solid #fff;
}

@media (min-width: 40em) {
	.panel-footer-links {
	
	}

	.panel-footer-links .asset-cont .mobile-cont {
		display: none;
	}

	.panel-footer-links .asset-cont .desktop-cont {
		display: block;
	}

	.panel-footer-links .inner {
		top: 67%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}

	.panel-footer-links .back-to-top {
		right: -25%;
	}
}

@media (min-width: 64em) {
	.panel-footer-links .back-to-top {
		top: -50%;
	}

	.panel-footer-links .inner {
		
	}
}