

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

.footer-badge {
    z-index: 100 !important;
}

.gc-main-content:not(.with-left-menu) .top-notification-wrapper {
	display: none;
}

.common-banner-wrapper.hide_banners {
	display:none;
}

.info-wrapper .common-banner-wrapper {
	position: relative;
}

.common-banner-wrapper {
	left: 90px;
	bottom: 5px;
	z-index: 999;
	display: flex;
	position: fixed;
	justify-content: flex-end;
	font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
}

.common-banner {
	display: flex;
	padding: 10px 20px 10px 10px;
	border-radius: 30px;
	max-height: 140px;
	background: linear-gradient(to right, #13667D, #013A58);
	border: 2px solid #fff;
}

.common-banner .banner-content {
	width: 620px;
	margin-left: 10px;
}

.common-banner .banner-title {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	font-style: Regular;
	line-height: 72%;
	letter-spacing: -5%;
	color: #fff;
	font-size: 28px;
	margin: 0px;
	margin-top: 15px;
}

.common-banner .banner-text {
	font-family: Helvetica;
	font-weight: 400;
	color: #fff;
	padding: 5px 5px 5px 0;
	font-size: 20px;
	line-height: 30px;
}

.common-banner .banner-text span {
	font-weight: 600;
}

.banner-wrapper-content .banner-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	position: absolute;
	right: 45px;
	top: 55px;
	padding: 5px;
	width: 180px;
	padding: 15px 0 15px 0;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 35.19px 17.59px 70.37px 0px rgba(0, 0, 0, 0.25);
	background: linear-gradient(to right, #E0C9A1, #7A5836);
	border: 2px solid #FFFFFF;
}

.banner-wrapper-content .banner-link:hover {
	transition: 0.4s ease-in-out;
	transform: scale(1.1);
	background: #6D0400;
}

.common-banner .banner-close {
	line-height: 1;
	font-size: 35px;
	position: absolute;
	right: 25px;
	top: 10px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
}

.common-banner a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.common-banner .banner-wrapper-content {
	display: flex;
	margin-left: 10px;
	align-items: flex-start;
}

.common-banner a.mobile {
	display: none;
}

.common-banner .banner-logo {
	width: 83px;
	border-radius: 20px;
}

.mobile-show {
	display: none;
}

@media (max-width: 768px) {
	.common-banner-wrapper {
		left: 5px;
		bottom: 50px;
	}

	.common-banner {
		width: 360px;
	}

	.common-banner .banner-link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		border-radius: 5px;
		position: absolute;
		top: 75px;
		right: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.common-banner .banner-content {
		position: absolute;
		top: 0px;
		left: 100px;
	}

	.common-banner .banner-close {
		position: absolute;
		right: 16px;
		top: 10px;
	}

	.banner-wrapper-content {
		flex-direction: column;
	}

	.common-banner .banner-title {
		font-size: 15px;
	}

	.common-banner .banner-text {
		font-size: 15px;
	}

	.common-banner__note {
		right: 7px;
		font-size: 8px;
	}

	.common-banner .banner-logo {
		margin-top: 0px;
	}

	.mobile-show {
		display: block;
	}
}

@media (max-width: 560px) {
	.common-banner-wrapper {
		left: 5px;
		bottom: 50px;
	}

	.common-banner {
		width: 360px;
	}

	.common-banner .banner-link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		border-radius: 5px;
		position: absolute;
		top: 75px;
		right: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.common-banner .banner-content {
		position: absolute;
		top: 0px;
		left: 100px;
	}

	.common-banner .banner-close {
		position: absolute;
		right: 16px;
		top: 10px;
	}

	.banner-wrapper-content {
		flex-direction: column;
	}

	.common-banner .banner-title {
		font-size: 15px;
	}

	.common-banner .banner-text {
		font-size: 15px;
        line-height: 20px;
	}

	.common-banner__note {
		right: 7px;
		font-size: 8px;
	}

	.common-banner .banner-logo {
		margin-top: 0px;
	}

	.mobile-show {
		display: block;
	}
}

@media (max-width: 420px) {
	.common-banner-wrapper {
		display: unset;
		left: 10px;
	}
	.common-banner {
		width: 300px;
	}
	.common-banner .banner-content {
		position: absolute;
		top: 0px;
		left: 80px;
	}
	.common-banner .banner-logo {
		width: 65px;
	}
	.common-banner .banner-title {
		font-size: 12px;
	}
	.common-banner .banner-text {
		font-size: 12px;
		line-height: 15px;
	}
	.common-banner .banner-link {
		font-size: 10px;
		top: 68px;
		right: 40px;
		width: unset;
		padding: 5px 15px 5px 15px;
	}
	.common-banner .banner-close {
		right: 20px;
		top: 10px;
	}
}

@media (max-width: 400px) {
	.common-banner-wrapper {
		display: none;
	}
}
