@media screen and (min-width: 1200px) {
		h1 {
			font-size: 54px !important;
		}
	}
	body {
    font-family: 'Segoe UI', "Figtree";
		margin: 0;
		padding: 20px 15px;
	}
	#viewport{
		margin: auto;
		width: 100%;
		overflow: hidden;
	}
	#footer {
		height: 256px;
		width: 256px;
		margin: auto;
	}
	#icon{
		height: 30px;
		width: 30px;
		top: 15px;
		left: 15px;
		line-height: normal;
		position: absolute;
	}
	#links{
		position: relative;
		max-width: 600px;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	.container {
		margin: auto;
		padding: 0 20px 5px;
		margin-top: 90px;
		margin-bottom: 60px;
		border-radius: 15px;
		max-width: 660px;
		word-break: break-word;
	}
	.container_title{
		font-size: 18px;
		padding: 25px 25px 0;
	}
	.curtain{
		position: fixed; /* Stays over everything */
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
	}
	.social_container{
	position: relative;
	padding-top: 16px;
	width: 128px;
	height: 32px;
	margin: auto;
	}
	.social_sub{
	width: 32px;
	height: 32px;
	position: relative;
	overflow: hidden;
	float: left;
	}
	.social_spacer{
	width: 16px;
	height: 32px;
	position: relative;
	float: left;
	}
	.icon_1{
	position: absolute;
	width: 96px;
	height: 32px;
	top: 0;
	left: 0px;
	}
	.icon_2{
	position: absolute;
	width: 96px;
	height: 32px;
	top: 0;
	left: -32px;
	}
	.icon_3{
	position: absolute;
	width: 96px;
	height: 32px;
	top: 0;
	left: -64px;
	}
	li {
		line-height: 1.5; /* Adjust the value as needed */
		margin-bottom: 15px;
	}
	p {
		line-height: 1.5;
		margin-bottom: 15px;
		font-size: 16px
	}
	li {
		line-height: 1.5; /* Adjust the value as needed */
		margin-bottom: 15px;
	}
	h1 {
		margin: auto;
		text-align: center;
		font-size: calc(1.375rem + 2.6vw);
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 60px;
		font-weight: normal;
		max-width: 1064px;
	}
	h2 {
		font-weight: normal;
		padding-top: 35px;
	}
	figure {
		text-align: center;
	}
	footer p {
		text-align: center;
		font-size: 14px;
	}
	.flex p {
		text-align: center;
		font-size: 18px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 30px;
	}
	.search_container{
		transition: all 0.3s ease-in-out;
		overflow: hidden;
		position: relative;
	}
	.search_field{
		font-family: 'Segoe UI', "Figtree";
		border: none;
		outline: none;
		margin-bottom: 0;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.account_standard_container{
		padding: 25px 30px 15px 30px;
		border-radius: 15px;
		margin-bottom: 15px;
		position: relative;
	}
	.account_standard_image{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 186px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		background-size: cover;
		background-position: 50% 37%;
	}
		.account_standard_title{
		margin-top: 182px;
		font-size: 26px;
		min-height: 36px;
		padding-right: 52px;
	}
		.account_standard_icon{
		position: relative;
		height: 36px;
		width: 36px;
		position: absolute;
		top: 207px;
		right: 30px;
	}
	.account_standard_description{
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	.account_standard_download{
		border-radius: 19px 0 0 19px;
		padding: 0 41px 0 44px;
		height: 38px;
		line-height: 38px;
		position: absolute;
		top: 15px;
		right: -20px;
		font-size: 16px;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.3s ease-in-out;
	}

	.account_standard_download_large{
		width: 120px;
	}

	.account_standard_download_small{
		width: 120px;
	}

	.account_standard_download_image{
		height: 20px;
		width: 20px;
		position: absolute;
		top: 9px;
		left: 16px;
		line-height: normal;
	}
	.account_standard_download_progress{
		padding-left: 3px;
	}
	.styled-link {
		color: currentColor; /* Default text color */
		text-decoration: none; /* Removes underline */
		padding: 10px 20px;
		font-size: 14px;
		display: inline-block;
	}
	.styled-link:hover {
		color: currentColor; /* Changes color when hovered */
		text-decoration: none; /* Removes underline */
	}
	.styled-link:active {
		color: currentColor; /* Changes color when clicked */
		text-decoration: none; /* Removes underline */
	}
	.styled-link:visited {
		color: currentColor; /* Changes color for visited links */
		text-decoration: none; /* Removes underline */
	}
	.search_field_padding_small{
		padding: 0 25px;
	}
	.search_small{
		height: 60px;
		padding: 0 30px;
		border-radius:30px;
		line-height: 60px;
		max-width: 600px;
		margin: auto;
	}
	.spacer{
		height: 30px;
	}
	.hidden{
		visibility: hidden;
	}
	.visible {
		visibility: visible;
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;
	}
	.fast_fade_in {
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.1s;
	}
	.fast_fade_out {
		opacity: 0;
		animation-name: fadeOutOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
		animation-duration: 0.1s;
	}
	.loading{
		height: 512px;
		width: 512px;
		top: 50%;
		left: 50%;
		margin-left: -256px;
		margin-top: -256px; 
		position: relative;
		animation: loading 2s ease;
        -webkit-animation: loading 2s ease;
	}
	@keyframes fadeInOpacity {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes fadeOutOpacity {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes loading {
		from{transform:scale(0)}
		to{transform:scale(1)}
	}
	@-webkit-keyframes loading {
		from{-webkit-transform:scale(0)}
		to{-webkit-transform:scale(1)}
	}