@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #8D8D8D 0%, #9E9B9C 17.08%, #9F9F9F 31.56%, #A0A0A0 48.36%, #CECECE 70.47%, #CDCDCD 100%);
}

.radial-bg-1 {
	position: absolute;
	width: 90%;
	height: 104%;
	left: -10%;
	top: -27%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}

.radial-bg-2 {
	position: absolute;
	width: 112%;
	height: 40%;
	left: -6%;
	top: 45%;
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-triple-g {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
}

.logo-dropshadow {
	position: absolute;
	top: calc(50% + 6.0rem);
	left: 50%;
	width: 67.5rem;
	height: 8.7rem;
	background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0.33) 37.5%, rgba(0, 0, 0, 0.15) 52.6%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	transform: matrix(1, 0, 0, -1, 0, 0) translate(-50%, -50%);
	max-width: 160%;
}

.content-panel-container {
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 100%;
	max-width: 38.0rem;
	margin-left: 7.4rem;
	position: relative;
	padding: 0 5.0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.welcome-title {
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 110%;
	margin-bottom: 1.2rem;
	padding-right: 4.0rem;
}

.body-text {
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 140%;
}

strong {
	font-weight: 500;
}
