@font-face {
	font-family: "Gulfstream Horizon";
	font-weight: 100;
	src: url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_W_Lt.eot"); /* IE9 Compat Modes */
	src: url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_W_Lt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_W_Lt.woff2") format("woff2"), /* Moderner Browsers */ url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_W_Lt.woff") format("woff"), /* Modern Browsers */ url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_Lt.ttf") format("truetype"), /* Safari, Android, iOS */ url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_Lt.otf") format("opentype"); /* Most Operating Systems */
	/* url("https://assets.gulfstream.aero/fonts/horizon/light/GulfstreamHorizon_Lt.svg#svgFontName") format("svg"); Legacy iOS */
}
@font-face {
	font-family: "Gulfstream Horizon";
	font-weight: 400;
	src: url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_W_Rg.eot");
	src: url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_W_Rg.eot?#iefix") format("embedded-opentype"), url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_W_Rg.woff2") format("woff2"), url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_W_Rg.woff") format("woff"), url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_Rg.ttf") format("truetype"), url("https://assets.gulfstream.aero/fonts/horizon/regular/GulfstreamHorizon_Rg.otf") format("opentype");
}
@font-face {
	font-family: "Gulfstream Horizon";
	font-weight: 700;
	src: url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_W_Bd.eot");
	src: url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_W_Bd.eot?#iefix") format("embedded-opentype"), url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_W_Bd.woff2") format("woff2"), url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_W_Bd.woff") format("woff"), url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_Bd.ttf") format("truetype"), url("https://assets.gulfstream.aero/fonts/horizon/bold/GulfstreamHorizon_Bd.otf") format("opentype");
}
@font-face {
	font-family: "Gulfstream Horizon Display";
	font-weight: 100;
	src: url("https://assets.gulfstream.aero/fonts/horizondisplay/light/GulfstreamHorizonDisplay_W_Lt.eot");
	src: url("https://assets.gulfstream.aero/fonts/horizondisplay/light/GulfstreamHorizonDisplay_W_Lt.eot?#iefix") format("embedded-opentype"), url("https://assets.gulfstream.aero/fonts/horizondisplay/light/GulfstreamHorizonDisplay_W_Lt.woff2") format("woff2"), url("https://assets.gulfstream.aero/fonts/horizondisplay/light/GulfstreamHorizonDisplay_W_Lt.woff") format("woff"), url("https://assets.gulfstream.aero/fonts/horizondisplay/light/GulfstreamHorizonDisplay_Lt.ttf") format("truetype");
}
@font-face {
	font-family: "Gulfstream Horizon Display";
	font-weight: 400;
	src: url("https://assets.gulfstream.aero/fonts/horizondisplay/regular/GulfstreamHorizonDisplay_W_Rg.eot");
	src: url("https://assets.gulfstream.aero/fonts/horizondisplay/regular/GulfstreamHorizonDisplay_W_Rg.eot?#iefix") format("embedded-opentype"), url("https://assets.gulfstream.aero/fonts/horizondisplay/regular/GulfstreamHorizonDisplay_W_Rg.woff2") format("woff2"), url("https://assets.gulfstream.aero/fonts/horizondisplay/regular/GulfstreamHorizonDisplay_W_Rg.woff") format("woff"), url("https://assets.gulfstream.aero/fonts/horizondisplay/regular/GulfstreamHorizonDisplay_Rg.ttf") format("truetype");
}

@keyframes wind225 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(225deg);
	}
}
@keyframes unwind225 {
	0% {
		transform: rotate(225deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes slidein {
	0% {
		top: -50%;
	}
	100% {
		top: 50%;
	}
}
@keyframes slideout {
	0% {
		top: 50%;
	}
	100% {
		top: -50%;
	}
}
body {
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	min-height: 100vh;
	max-width: 450px;
}
@media only screen and (min-width: 600px) {
	body {
		min-height: unset !important;
		height: auto !important;
		max-width: 800px;
	}
	#profile_wrapper {
		min-height: unset !important;
	}
}
#profile_wrapper {
	z-index: 0;
	padding: 0;
	margin: 0 auto;
	font-family: "Gulfstream Horizon", Calibri, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.1em;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	height: 100%;
	min-height: 100vh;
	overflow: visible;
	box-shadow: 0 0 90px -80px;
}
body.android #profile_wrapper {
	min-height: calc(100vh - 55px);
}
body.iphone #profile_wrapper {
	min-height: calc(100vh - 112px) !important;
}
a {
	text-decoration: none;
}
#screen {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #041c2c;
	transition: opacity 0.4s ease-out;
	opacity: 0;
	pointer-events: none;
}
#screen.active {
	opacity: 0.7;
}
.small {
	font-size: 10px;
}
.bold {
	font-weight: 400;
}
#top {
	position: relative;
	height: 225px;
}
#qrCode_wrapper_wrapper {
	height: 100vh;
	width: 300px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
body.android #qrCode_wrapper_wrapper {
	height: calc(100vh - 50px);
}
#qrCode_wrapper {
	position: absolute;
	height: 300px;
	width: 300px;
	background-color: #ffffff;
	top: -50%;
	transform: translateY(-50%);
	z-index: 0;
	text-align: center;
	pointer-events: none;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#qrCode_wrapper.active {
	z-index: 20;
	pointer-events: all;
	animation-name: slidein;
}
#qrCode_wrapper.inactive {
	animation-name: slideout;
}
#qrCode_wrapper img,
#qrCode_wrapper svg {
	width: 300px;
	height: 300px;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
#top #hero_wrapper {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 175px;
	background-size: cover;
}
#top #qrIcon_wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	cursor: pointer;
}
#top #qrIcon_wrapper svg {
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#top #qrIcon_wrapper svg.winding {
	animation-name: wind225;
}
#top #qrIcon_wrapper svg.unwinding {
	animation-name: unwind225;
}
#top #image_wrapper {
	position: relative;
	top: 30px;
	width: 228px;
	height: 184px;
	margin: 0 auto 40px;
}
#top #image_wrapper img {
	border-radius: 50%;
	border: 10px solid #fbf7f7;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: cover;
}
#middle {
	flex-grow: 1;
	background-color: #ffffff;
	padding: 0 0 90px;
}
#middle.dual {
	padding: 20px 0 50px;
}
#middle .detailWrapper {
	text-align: center;
	/* width: calc(100% - 125px); */
	padding: 0 10%;
	max-width: 350px;
	margin: 0 auto;
	flex-grow: 1;
}
#middle #detailWrapper {
	text-align: center;
	/* width: calc(100% - 125px); */
	padding: 0 10%;
	max-width: 350px;
	margin: 0 auto;
	flex-grow: 1;
}
#middle.dual .detailWrapper {
	margin-top: 50px;
}
#middle.dual #detailWrapper {
	margin-top: 50px;
}
#middle.dual .detailWrapper:first-child {
	margin-top: 0px;
}
#middle.dual #detailWrapper:first-child {
	margin-top: 0px;
}
#middle h1 {
	font-family: "Gulfstream Horizon Display", Georgia, sans-serif;
	font-weight: 100;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
}
#middle.dual h1 {
	font-size: 16px;
	margin: 0 0 5px;
	width: 240px;
	margin: 0 auto;
}
#middle p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
#middle.dual p {
	font-size: 13px;
}
#middle .contact_details {
	max-width: 350px;
	margin: 30px auto 0;
	text-align: left;
}
#middle #contact_details {
	max-width: 350px;
	margin: 30px auto 0;
	text-align: left;
}
#middle.dual .contact_details {
	margin: 15px auto 0;
}
#middle .contact_details .contactWrapper {
	border-bottom: 0.5px solid #898d8d;
	padding: 10px 0;
}
#middle .contact_details .contactWrapper .line {
	padding-left: 1em;
	text-indent: -1em;
}
#middle .contact_details .contactWrapper .breakable {
	padding-left: 1em;
	text-indent: -1em;
}
#middle .contact_details .contactWrapper .breakable a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
#middle .contact_details .contactWrapper:last-child {
	border-bottom: none;
}
#middle .contact_details .contactWrapper .label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4;
	color: #7a99ac;
	letter-spacing: 2px;
}
#middle .contact_details .contactWrapper .detail,
#middle .contact_details .contactWrapper .detail a {
	color: #041c2c;
	font-size: 16px;
}
#middle.dual #contact_details {
	margin: 15px auto 0;
}
#middle #contact_details .contactWrapper {
	border-bottom: 0.5px solid #898d8d;
	padding: 10px 0;
}
#middle #contact_details .contactWrapper .line {
	padding-left: 1em;
	text-indent: -1em;
}
#middle #contact_details .contactWrapper .breakable {
	padding-left: 1em;
	text-indent: -1em;
}
#middle #contact_details .contactWrapper .breakable a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
#middle #contact_details .contactWrapper:last-child {
	border-bottom: none;
}
#middle .contact_details .contactWrapper .label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4;
	color: #7a99ac;
	letter-spacing: 2px;
}
#middle #contact_details .contactWrapper .detail,
#middle #contact_details .contactWrapper .detail a {
	color: #041c2c;
	font-size: 16px;
}
#middle .requestVcard {
	height: 56px;
	width: 197px;
	margin: 20px auto 0;
	background-color: #041c2c;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
#middle .requestVcard .label {
	font-size: 16px;
	line-height: 1.2;
	margin-left: 10px;
}

#bottom {
	width: 100%;
	background-color: #ffffff;
	/* min-height: 40px; */
}
#bottom #connectWrapper {
	display: flex;
	width: fit-content;
	margin: 0 auto 20px;
	justify-content: space-around;
	align-items: center;
}
#bottom #connectWrapper #connect-label {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7a99ac;
	margin-right: 20px;
}
#bottom #connectWrapper #iconsWrapper .social_icon {
	margin-right: 20px;
}
#bottom #connectWrapper #iconsWrapper .social_icon:last-child {
	margin-right: none;
}
#bottom #requestVcard {
	height: 64px;
	width: 100%;
	background-color: #041c2c;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bottom #requestVcard .label {
	font-size: 18px;
	line-height: 1.2;
	margin-left: 10px;
}
