* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "GT-Eesti";
	src: url("fonts/GT-Eesti-Display-Regular.otf") format("opentype");
}

@font-face {
	font-family: "GT-Eesti-Bold";
	src: url("fonts/GT-Eesti-Display-Bold.otf") format("opentype");
}

@font-face {
	font-family: "GT-Eesti-Light";
	src: url("fonts/GT-Eesti-Display-Light.otf") format("opentype");
}

@font-face {
	font-family: "GT-Eesti-Medium";
	src: url("fonts/GT-Eesti-Display-Medium.otf") format("opentype");
}

@font-face {
	font-family: "GT-Eesti-Italic";
	src: url("fonts/gteestiprodisplaytrialregularitalic.otf") format("opentype");
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: "GT-Eesti";
}

input:focus, button:focus {
	outline: none;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #808080;
	position: fixed;
	width: 100%;
	z-index: 2;
	background-color: #000000;
}

nav.light {
	background-color: #ffffff;
}

nav ul, div.footer ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	color: #808080;
	font-size: 16px;
}

div.footer {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #808080;
	min-height: 40px;
}

nav ul li {
	margin-right: 14px;
	margin-left: 7px;
	margin-top: 18px;
	margin-bottom: 18px;
}

nav ul li a {
	text-decoration: none;
	color: inherit;
	display: inline;
	font-size: 15px;
}

nav ul li.hamburger {
	display: none;
}

div.footer ul li {
	margin-right: 30px;
	margin-left: 7px;
}

div.footer ul li a {
	text-decoration: none;
	color: rgb(128, 128, 128);
}

nav ul li .btn {
	display: none;
}

nav.scrolled ul li a {
	display: none;
}

nav.scrolled ul li .btn {
	display: inline-block;
}

nav a.logo {
	margin-left: 20px;
}

nav a.logo img {
	width: 25%;
}

.btn {
	background-color: #00eb50;
	border-radius: 20px;
	border:none;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-family: 'GT-Eesti-Light';
}

.demo-selector .btn {
	color: #00eb50;
	border: 2px solid #00eb50;
	background-color: transparent;
	min-width: 135px;
	font-size: 15px;
	font-family: 'GT-Eesti-Medium';
	padding: 3px 0px;
}

.demo-selector li.selected .btn, .demo-selector .btn:hover {
	background-color: #00eb50;
	color: #000000;
	letter-spacing: 1px;
}

div.subnav {
	margin: 0 auto;
	padding-top: 65px;
	max-width: 1200px;
	padding-left: 50px;
	padding-right: 50px;
}

div.banner ~ div.subnav {
	margin-top: 15px;
}

div.subnav ul {
	list-style: none;
	font-size: 15px;
}

div.subnav ul li {
	display: inline;
	margin-right: 40px;
}

div.subnav ul li a {
	text-decoration: none;
	color: rgb(128, 128, 128);
}

div.subnav ul li a.selected {
	color: #ffffff;
}

div.subnav ul li a:hover {
	color: white;
}

section.fullHeight.benefit {
	min-height: unset;
}

section.fullHeight.benefit.premiere {
	margin-bottom: 110px;
}

section.light {
	background-color: #ffffff;
	color: #000000;
}

section.fullHeight h1 {
	font-size: 58px;
}

section.fullHeight div.content {
	padding-top: 104px;
}

section.fullHeight.premiere div.content.benefit {
	padding-top: 40px;
}

section.fullHeight div.content.benefit {
	padding-top: 181px;
}

section.fullHeight div.content.benefit.swap {
	padding-top: 60px;
}

section.fullHeight div.content.benefit.double-text {
	padding-top: 75px;
}

section.fullHeight div.content.benefit.synchronized {
	padding-top: 65px;
}

section.home-landing {
	overflow: auto;
    overflow-x: hidden;
}

section.home-landing div.content {
	padding-top: 133px;
	text-align: center;
	font-family: "GT-Eesti-Light"
}

section.home-landing div.content div.subhead {
	width: 600px;
	margin: auto;
	font-size: 59px;
	opacity: 1;
    transform: translateY(0px);
    transition: opacity .5s, transform .5s;
	transition-timing-function: ease-in;
	transition-delay: .7s;
	font-family: 'GT-Eesti-Medium';
}

section.home-landing div.content div.subhead.preload {
	opacity: 0;
	transform: translateY(15px);
}

section.fullHeight h2 {
	font-size: 19px;
}

section div.content, div.section-head {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

section div.content.benefit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.demo-mw {
	margin-bottom: 160px;
}

b {
	font-family: 'GT-Eesti-Medium';
}

section div.content p {
	font-family: 'GT-Eesti-Light';
}

section div.content.benefit div.benefit-image {
	flex: 0 0 60%;
	text-align: center;
}

section div.content.benefit div.benefit-image img {
	max-width: 525px;
}

section div.content.benefit div.benefit-text {
	flex: 0 0 40%;
}

section div.content.benefit.double-text {
	justify-content: space-between;
}

section div.content.benefit.double-text div.benefit-text {
	flex: 0 0 45%;
}

section div.content.benefit.double-text img {
	width: 60px;
	float: left;
}

section div.content.benefit div.benefit-text div.content-container {
	width: calc(100% - 80px);
	float: left;
	margin-left: 20px;
}

section div.content.benefit div.benefit-text h2 {
	margin-bottom: 12px;
	font-family: 'GT-Eesti-Medium';
}

section div.content.benefit div.benefit-text p, section div.content.technical p, div.section-head p {
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: left;
	font-size: 18px;
	font-family: 'GT-Eesti-Light';
}

section div.content.technical p {
	font-family: 'GT-Eesti-Light';
}

section div.content.lead.technical p {
	font-size: 23px;
	line-height: 28px;
}

section div.content.lead {
	padding-top: 104px;
}

section div.content.technical.lead p {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 27px;
}

section div.content.lead img {
	width: 75px;
	margin-bottom: 35px;
}

section div.lead h1 {
	font-size: 60px;
	font-family: 'GT-Eesti-Medium';
	font-weight: 100;
	text-align: center;
}

section.fullHeight div.content h1, section.fullHeight div.content h2 {
	font-family: "GT-Eesti-Light";
	font-weight: 100;
}

section.fullHeight div.content h1 {
	text-align: center;
}

section.fullHeight div.content h2 {
	font-size: 35px;
}

section div.credit {
	border-bottom: 1px solid black;
	width: 542px;
	font-family: "GT-Eesti-Light";
	font-weight: 100;
}

section div.credit div.name {
	font-size: 69px;
	padding-top: 3px;
}

section div.credit div.role {
	font-size: 19px;
	margin-left: 3px;
	padding-bottom: 5px;
}

section div.credit:last-of-type {
	border-bottom: none;
}

section.fullHeight .dynascore-demo {
	max-width: 600px;
	margin: 45px auto;
}

section.fullHeight.dynascore-first div.content {
	text-align: center;
}

section.fullHeight.dynascore-first div.content h2 {
	margin-top: 25px;
	letter-spacing: 1px;
	font-size: 60px;
}

section.fullHeight.dynascore-first div.content h3 {
	font-family: 'GT-Eesti-Light';
	margin-top: 15px;
	font-size: 23px;
	margin-bottom: 90px;
}

section.fullHeight.dynascore-first div.content h4 {
	font-family: 'GT-Eesti-Light';
	max-width: 700px;
	margin: 0 auto;
	line-height: 24px;
}

div.in-the-wild {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.in-the-wild div {
	flex: 0 0 32%;
	width: 391px; 
	height: 391px; 
	display: flex; 
	align-items: center;
	overflow: hidden;
	padding: 8px;
}

div.floating-cta {
	text-align: center;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 54px;
	width: 100%;
	padding-bottom: 20px;
	background-color: black;
	border-bottom: 1px solid #808080;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.floating-cta h2 {
	letter-spacing: 1px;
	font-size: 35px;
	flex: 0 0 40%;
	text-align: right;
	margin-right: 25px;
}

div.floating-cta div {
	flex: 0 0 20%;
	text-align: left;
}

div.floating-cta button {
	margin-left: 10px;
	font-size: 20px;
	border-radius: 30px;
	position: relative;
	top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.demo-selector {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 20px;
}

ul.demo-selector.mw {
	text-align: center;
	margin-bottom: 30px;
}

ul.demo-selector li {
	display: inline;
	font-size: 30px;
	margin: 0px 7px;
	cursor: pointer;
	color: rgb(128, 128, 128);
}

ul.demo-selector.mw li {
	margin: 0px 8px;
}

div.section-head.masterworks {
	margin-bottom: 60px;
}

div.section-head h2 {
	font-size: 48px;
	margin-top: 40px;
	width: 550px;
}

div.section-head a {
	text-decoration: none;
	color: rgb(32, 179, 255);
}

div.section-head.masterworks p {
	width: 740px;
}

div.section-head.with-subhead p {
	margin-top: 15px;
}

div.section-callout {
	text-align: center;
	padding-bottom: 150px;
	width: 5000px;
	margin-left: calc(-1 * (5000px - 100vw)/2);
}

div.section-callout.spaced {
	padding-top: 152px;
}

div.section-callout h2 {
	font-size: 48px;
}

div.section-callout h3 {
	font-size: 34px;
}

div.section-callout a {
	color: #00eb50;
}

div.section-callout button {
	font-size: 24px;
	margin-top: 29px;
	border-radius: 30px;
	font-family: 'GT-Eesti-Light';
}

div.section-callout img {
	width: 763px;
	display: inline;
}

div.section-callout.hatch-free img {
	position: relative;
	bottom: 20px;
}

div.section-callout.learn-more img {
	position: relative;
	top: 53px;
}

div.section-callout.technical-end img {
	position: relative;
	top: 56px;
}

div.section-callout div {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

div.content.pricing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.fullHeight div.package {
	flex: 0 0 16%;
	border: 1px solid white;
	padding: 15px;
	min-width: 145px;
	margin-right: 10px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

section.fullHeight div.package:last-child {
	margin-right: 0;
}

section.fullHeight div.package .package-name {
	text-align: left;
	font-size: 25px;
	flex: 0 0 100%;
}

section.fullHeight div.package .price {
	text-align: left;
	color: #808080;
	margin-top: 5px;
	font-size: 15px;
	flex: 0 0 100%;
}

section.fullHeight div.package ul {
	list-style: none;
	text-align: left;
	font-family: 'GT-Eesti-Light';
	flex: 0 0 100%;
}

section.fullHeight div.content.pricing div.package ul li {
	border-bottom: 1px solid #808080;
	padding-bottom: 16px;
	font-size: 15px;
	font-family: 'GT-Eesti-Light';
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	section.fullHeight div.content.pricing div.package ul li {
		padding-bottom: 8px;
	}
}

section.fullHeight div.content.pricing div.package ul li:last-child {
	border: none;
}

.iphone-download-img {
	display: none;
}

section.fullHeight div.content.pricing a {
	flex: 0 0 100%;
}

section.fullHeight div.content.pricing button {
	margin-bottom: 10px;
	margin-top: 19px;
}

section.fullHeight div.content.pricing li {
	margin-bottom: 10px;
	margin-top: 10px;
}

section.fullHeight div.content.pricing button {
	text-align: center;
	font-size: 18px;
	border-radius: 30px;
}

div.pricing-notice {
	color: #808080;
	margin-top: 10px;
	font-size: 15px;
	font-family: 'GT-Eesti-Light';
}

.btn-secondary {
	background: transparent;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	box-shadow: none;
	padding: 12px 15px;
	border-radius: 25px;
	font-size: 15px;
	font-family: "GT-Eesti-Bold";
	cursor: pointer;
}

div.home-buttons {
	margin-top: 32px;
	opacity: 1;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
	transition-timing-function: ease-in;
	transition-delay: .7s;
	margin-bottom: 20px;
}

div.home-buttons.preload {
	opacity: 0;
	transform: translateY(15px);
}

div.home-buttons .btn {
	font-size: 15px;
	font-family: "GT-Eesti-Medium";
	padding: 6px 25px 4px 25px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    min-width: 80px;
}

div.splash-logo img {
	width: 250px;
	position: relative;
}

div.splash-logo {
	margin-bottom: 45px;
	opacity: 1;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
	transition-timing-function: ease-in;
	transition-delay: .7s;
}

div.splash-logo.preload {
	opacity: 0;
	transform: translateY(15px);
}

section.about-us,
section.about-us::after {
	position: relative;
	background: url("/about-us-background-corner.png") no-repeat bottom left;
	background-size: 50%;
}

section.about-us::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(-1);
	z-index: -1;
}

section.about-us div.content div.head {
	margin: 0 auto;
	max-width: 600px;
}

section.about-us div.content div.head, section.contact-us div.content div.head {
	font-size: 60px;
	font-family: "GT-Eesti-Light";
    font-weight: 100;
    text-align: center;
	padding: 0 20px;
}

section.about-us div.content div.head p.subhead, section.contact-us div.content div.head p.subhead {
	font-size: 30px;
	margin-top: 20px;
}

section.contact-us div.content div.head p.subhead {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 15px;
}

section.contact-us div.content .success {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}

section.about-us div.content div.product-reveal {
	margin: 30px 0;
	text-align: center;
}

section.about-us div.content div.product-reveal img {
	max-width: 700px;
	width: 100%;
}

section.about-us div.content div.about-description {
	font-size: 24px;
	font-family: 'GT-Eesti-Light';
	margin: 0 auto 50px;
	max-width: 700px;
	text-align: center;
	padding: 0 20px;
}

section.about-us div.content div.about-description p {
	margin-bottom: 10px;
}

section.about-us div.content div.about-description a {
	display: block;
	color: #00eb50;
	text-decoration: underline;
	margin-bottom: 30px;
}

section.about-us div.content div.credits {
	text-align: center;
}

section.about-us div.content div.credits img {
	max-width: 700px;
	width: 100%;
	vertical-align: top;
}

section.about-us div.content div.credits {
	text-align: center;
	text-transform: uppercase;
	transform-origin: 50% 100%;
    transform: perspective(300px) rotateX(25deg);
	margin-top: -50%;
}

section.about-us div.content div.credits div.credits-item {
	margin-bottom: 80px;
}

section.about-us div.content div.credits div.credits-item h4.credits-title {
	font-family: "GT-Eesti-Medium";
	font-size: 40px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

section.about-us div.content div.credits div.credits-item h2.credits-name {
	font-family: "GT-Eesti-Bold";
	font-size: 70px;
	letter-spacing: 6px;
}

section.contact-us form {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

section.contact-us label {
	margin-bottom: 10px;
	margin-top: 15px;
}

section.contact-us input, section.contact-us textarea {
	background-color: #000000;
	border: 1px solid rgb(132, 132, 132);
	color: #ffffff;
	font-size: 1rem;
	outline: 0px;
	padding: 0.75rem 1.5rem;
	margin-bottom: 15px;
}

section.contact-us input:focus, section.contact-us textarea:focus {
	border-color: white;
}

section.contact-us textarea {
	max-width: 	100%;
	resize: none;
	min-height: 250px;
}

section.contact-us .btn {
	max-width: 150px;
}

.btn.big {
	font-size: 20px;
	border-radius: 30px;
}

.hidden {
	display: none!important;
}

div.fade {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .8;
	z-index: 3;
}

div.intro-container {
	z-index: 19;
	background-color: #000000;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

div.intro-container video {
	height: 100vh;
	z-index: 20;
	flex-shrink: 0;
}

div.dynascore-images {
	position: relative;
	width: 1033px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

div.dynascore-images img.dynascore-list {
	width: 430px;
	position: absolute;
	top: 227px;
	left: -205px;
	z-index: 3;
	transition: left .7s .5s, top .7s .5s;
}

div.dynascore-images img.dynascore-list.preload {
	left: -844px;
	top: 527px;
}

div.dynascore-images div.dynascore-new-container {
	display: inline-block;
	position: relative;
	right: -50%;
	min-width: 100%;
}

div.dynascore-images img.dynascore-new {
	width: 833px;
	min-width: 833px;
	margin-top: 25px;
	transform: translateY(0px);
	position: relative;
	left: -50%;
	transition: transform .5s, width .7s .5s;
	z-index: 2;
}

div.dynascore-images img.dynascore-new.preload {
	transform: translateY(800px);
	width: 100vw;
}

div.dynascore-images ul.dynascore-styles {
	list-style: none;
	position: absolute;
	top: 169px;
	right: -28px;
}

div.dynascore-images ul.dynascore-styles img {
	width: 322px;
}

div.dynascore-images ul.dynascore-styles li:nth-of-type(1) img {
	position: relative;
	bottom: 51px;
	left: 148px;
	transform: scale(1);
	transition: bottom .7s .5s, left .7s .5s, transform .7s .5s;
}


div.dynascore-images ul.dynascore-styles.preload li:nth-of-type(1) img {
	position: relative;
	bottom: -200px;
	left: calc((100vw - 1032px)/2 + 399px);
	left: -o-calc((100vw - 1032px)/2 + 399px);
	left: -webkit-calc((100vw - 1032px)/2 + 399px);
	left: -moz-calc((100vw - 1032px)/2 + 399px);
	transform: scale(1.2);
}

.banner {
	padding-top: 70px;
	text-align: center;
	min-height: 100px;
	border-bottom: 2px solid #00eb50;
	border-top: 2px solid #00eb50;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner a {
	text-decoration: none;
	color: #00eb50;
}

.use-cases {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.use-cases img {
	max-width: 90%;
	cursor: pointer;
}

.use-case {
	flex: 0 0 33%;
	text-align: center;
	margin-bottom: 80px;
}

.useCaseNameContainer {
	text-align: left;
	font-size: 35px;
	border-top: 1px solid #808080;
	max-width: 90%;
	padding-top: 25px;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.use-case-detail {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid #808080;
	padding: 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: black;
	z-index: 3;
	max-height: 90vh;
	overflow: scroll;
}

.use-case-container {
	width: 600px;
	margin: 0 auto;
	max-width: 90vw;
}

.use-case-container h1 {
	margin-bottom: 30px;
}

.use-case-container div {
	margin-bottom: 25px;
	margin-top: 20px;
	font-family: 'GT-Eesti-Light';
}

.use-case-container video {
	width: 100%;
	max-height: 550px;
}

.close {
	font-size: 20px;
	text-align: right;
	cursor: pointer;
}

.useCaseName {
	border: none;
	padding: 0;
	flex: 0 0 89%;
}

img.play-usecase {
	max-width: 35px;
	display: inline;
	float: right;
	flex: 0 0 9%;
}

.playpause {
    background-image:url('/play-white.svg');
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}

@-webkit-keyframes fadeout {
    0% {opacity:1;}
    100% {opacity:0;}
}
@keyframes fadeout {
    0% {opacity:1;}
    100% {opacity:0;}
}
.fadeOut {
  opacity:0;
  -moz-animation   : fadeout .25s linear;
  -webkit-animation: fadeout .25s linear;
  animation        : fadeout .25s linear;
}

select {
	color: #ffffff;
	background-color: #000000;
	padding: 2px 4px;
}

.user-select {
	margin-top: 10px;
	flex: 0 0 100%;
}

.pricing-spacer {
	height: 33px;
	flex: 0 0 100%;
}

.calendly-inline-widget, .calendly-inline-widget iframe {
	min-height:700px;
}

.subprocessors {
	font-size: 18px;
}

.subprocessors div:first-child {
	margin-top: 40px;
}

.subprocessors table {
	margin-top: 25px;
	margin-bottom: 25px;
	min-width: 90%;
}

.subprocessors th {
	font-family: 'GT-Eesti-Bold';
	text-align: left;
}

.subprocessors th, .subprocessors td {
	padding: 15px;
}

.subprocessors th, .subprocessors td, .subprocessors table {
	border: 1px solid white;
	border-collapse: collapse;
}

@media only screen and (max-width: 1200px) {
	div.floating-cta h2 {
		font-size: 2.5vw;
	}

}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	section div.content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	section.fullHeight div.content {
		padding-top: 12.8vh;
	}

	section.home-landing div.content {
		padding-top: 16.4vh;
	}

	section.fullHeight div.content h2 {
		margin-top: 3vh;
	}

	div.splash-logo {
		flex: 0 0 100%;
		margin-bottom: 3.7vh;
	}

	div.splash-logo img {
		width: 33%;
	}

	section.fullHeight.dynascore-first div.content h2 {
		margin-left: auto;
		margin-right: auto;
		font-size: 8vw;
		margin-top: 2vh;
	}

	section.fullHeight.dynascore-first div.content h3 {
		margin-left: auto;
		margin-right: auto;
		font-size: 4.5vw;
		margin-top: 3vh;
		margin-bottom: 7vh;
	}

	section.fullHeight.dynascore-first div.content h4 {
		max-width: unset;
		font-size: 3.5vw;
		margin-bottom: 3vh;
	}

	section.fullHeight.dynascore-first div.content .headlines {
		width: 100%;
	}

	section.home-landing div.content div.subhead {
		flex: 0 0 80%;
	}

	div.home-buttons {
		width: 100%;
	}

	div.home-buttons .btn {
		border-radius: 20px;
	}

	div.intro-container.product video {
		height: unset;
		width: 100vw;
	}

	nav ul {
		color: #ffffff;
	}

	nav li.about-us {
		display: none;
	}

	div.subnav {
		display: none;
	}

	nav li.hamburger img {
		width: 8vw;
	}

	nav ul li.hamburger {
		display: list-item;
		margin-left: 5vw;
		cursor: pointer;
	}

	div.mobile-menu {
		display: block;
		height: 100vh;
		width: 100vw;
		z-index: 15;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000000;
	}

	div.mobile-menu #close {
		text-align: right;
	}

	div.mobile-menu #close img {
		width: 5vw;
		padding-top: 3vh;
		padding-right: 5vw;
	}

	div.mobile-menu ul {
		margin-top: 8vh;
		margin-left: 5vw;
		margin-right: 5vw;
	}

	div.mobile-menu li {
		list-style: none;
		margin-bottom: 2vh;
	}

	div.mobile-menu li, div.mobile-menu li a {
		color: #ffffff;
		font-size: 9vw;
	}

	div.mobile-menu li.subnav {
		margin-left: 8vw;
	}

	div.mobile-menu li.subnav a {
		color: #808080;
	}

	div.mobile-menu a {
		text-decoration: none;
	}

	.demo-selector .btn {
		font-family: 'GT-Eesti-Light';
		font-size: 4vw;
		padding: .75vh 0vw;
		border-radius: 30px;
		min-width: 37vw;
	}

	ul.demo-selector {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	ul.demo-selector li {
		display: inline-block;
		margin: 0px 3vw;
		margin-bottom: 5vh;
	}

	div.section-callout {
		width: unset;
		margin-left: unset;
	}

	div.section-callout.spaced {
		padding-top: 12vh;
	}

	div.section-callout img {
		display: none;
	}

	div.section-callout h2 {
		font-size: 12vw;
	}

	div.section-callout h3 {
		font-size: 5vw;
	}

	div.section-callout button {
		font-size: 7vw;
		padding: 1vh 10vw;
	}

	div.section-callout.technical-end h2, div.section-callout.learn-more h2 {
		font-size: 8vw;
	}

	div.section-head.composer {
		border-bottom: 1px solid #808080;
	}

	div.section-head {
		padding-bottom: 6vh;
	}

	div.section-head h2 {
		font-size: 10vw;
		width: unset;
	}

	div.section-head.masterworks {
		margin-bottom: unset;
		padding-bottom: 4vh;
	}

	section div.content.benefit div.benefit-text {
		flex: 0 0 100%;
		order: 1;
	}

	section div.content.benefit div.benefit-image {
		flex: 0 0 100%;
		order: 2;
	}

	section div.content.benefit div.benefit-text h2 {
		font-size: 10vw;
		text-align: left;
	}

	section.fullHeight.benefit {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	section.fullHeight div.content.benefit, section.fullHeight div.content.benefit.synchronized {
		padding-top: 3vh;
	}

	section div.content.benefit div.benefit-image img {
		max-width: 90vw;
	}

	section div.content.benefit.double-text div.benefit-text {
		flex: 0 0 100%;
	}

	section.fullHeight div.content.benefit.double-text {
		padding-top: unset;
	}

	section div.content.benefit.double-text div.benefit-text h2 {
		font-size: 7vw;
	}

	section div.content.benefit.double-text img {
		position: relative;
		top: 4vh;
	}

	section div.content.lead img {
		width: 15vw;
		height: 15vw;
		margin: 2vh 10vw 5vh 10vw;
	}

	section div.content.lead h1 {
		font-size: 11vw;
	}

	section div.content.technical.lead p {
		max-width: 95vw;
		margin-top: 3vh;
		font-size: 5vw;
	}

	div.mobile-divider {
		border-bottom: 1px solid #808080;
		margin-top: 10vh;
	}

	section.fullHeight div.package {
		flex: 0 0 100%;
		border: none;
		padding: 0px;
		border-top: 1px solid #808080;
		width: 90vw;
		padding-top: 3vh;
		padding-bottom: 2vh;
		justify-content: space-between;
	}

	section.fullHeight div.content.pricing div.package ul li {
		border: none;
		font-size: 5vw;
	}

	section.fullHeight div.content.pricing {
		width: 90vw;
	}

	section.fullHeight div.package .package-name {
		flex: 0 0 45%;
		order: 1;
	}

	section.fullHeight div.package .price {
		flex: 0 0 45%;
		order: 3;
	}

	section.fullHeight div.content.pricing a {
		flex: 0 0 45%;
		order: 2;
	}

	section.fullHeight div.content.pricing button {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}

	section.fullHeight div.package ul {
		order: 5;
		margin-top: 4vh;
	}

	.iphone-download-img {
		display: block;
	}

	.iphone-download-img img {
		width: 100%;
	}

	.iphone-download-button {
		display: none;
	}

	.user-select {
		order: 4;
		text-align: left;
		font-size: 5vw;
		margin-top: 2vh;
	}

	.user-select select {
		font-size: 5vw;
		padding: 1vw 2vw;
	}

	div.floating-cta {
		align-items: center;
		top: 15px;
	}

	div.floating-cta h2 {
		font-size: 6vw;
		text-align: center;
		flex: 0 0 50%;
		margin-right: 2vw;
	}

	div.floating-cta div {
		flex: 0 0 42%;
	}

	div.floating-cta button {
		font-size: 4vw;
	}

	div.section-head.masterworks p {
		width: unset;
	}

	div.dynascore-images img.dynascore-new {
		min-width: unset;
		width: 90vw;
	}

	section.about-us div.content div.head {
		font-size: 10vw;
	}

	section.about-us div.content div.credits {
		transform: perspective(600px) rotateX(25deg);
		margin-top: -70%;
	}

	section.about-us div.content div.credits div.credits-item {
		margin-bottom: 60px;
	}

	section.about-us div.content div.credits div.credits-item h4.credits-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	
	section.about-us div.content div.credits div.credits-item h2.credits-name {
		font-size: 30px;
		margin-top: 10px;
	}

	section.contact-us div.content div.head {
		font-size: 12vw;
	}

	section.about-us div.content div.head p.subhead, section.contact-us div.content div.head p.subhead {
		font-size: 7vw;
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}

	section.contact-us div.content div.head p.subhead {
		font-size: 5vw;
	}

	section.contact-us div.content .success {
		font-style: 5vw;
	}

	section.contact-us form {
		width: 90vw;
		text-align: left;
	}

	section.contact-us textarea {
		min-height: 30vh;
	}

	section.contact-us .btn {
		height: 5vh;
		font-size: 4vw;
	}

	.dynascore-list {
		display: none;
	}

	.dynascore-styles {
		display: none;
	}

	.banner {
		font-size: 7vw;
		border-top: none;
	}

	.use-case-detail {
		border: none;
	}

	.use-case {
		flex: 0 0 100%;
	}

	.pricing-spacer {
		height: unset;
	}

	.calendly-inline-widget, .calendly-inline-widget iframe {
	min-height:1000px;
}

}

@media only screen and (max-device-width: 600px) {
	section.fullHeight div.content h1 {
		font-size: 11vw;
	}

	section.fullHeight div.content h2 {
		font-size: 3vw;
	}

	div.splash-logo img {
		width: 50%;
	}

	section.home-landing div.content div.subhead {
		font-size: 4.25vw;
	}

	div.home-buttons {
		margin-top: 7vh;
		margin-bottom: 5vh;
	}

	div.home-buttons .btn {
		font-size: 3vw;
		min-width: 25vw;
		border-radius: 30px;
		line-height: 2.5vh;
	}

}
