@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;800&display=block');
html {
	overflow-x: hidden;
	font-size: 1.1em;
}
body {
	background: #FFFFFF;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #090909;
}
::-moz-selection {
	background-color: hsla(72, 100%, 60%, 0.85);
}
::selection {
	background-color: hsla(72, 100%, 60%, 0.85);
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
	font-weight: inherit;
	line-height: 1.2;
}
h1 {
	margin-bottom: 1em;
	font-size: 5em;
	line-height: 1.2;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 2.7em;
	}
}
h2 {
	margin-bottom: 1em;
	font-weight: 300;
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 2rem;
}
h4 {
	font-size: 1.1em;
	font-weight: 500;
}
p, ul, ol {
	margin-bottom: 2em;
	font-weight: 400;
}
a {
	color: #090909;
	display: inline-block;
	position: relative;
}
a:hover, a:focus, a:active {
	color: #090909;
	text-decoration: none;
}
section {
	padding: 8em 0 8em 0;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(0.83, 0, 0.17, 1);
	transition: all .3s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: 2;
}
@media screen and (max-width: 768px) {
	section {
		padding: 2.5em 0 2.5em 0;
	}
}
.probootstrap-animate {
	opacity: 0;
	visibility: hidden;
}
.intro-heading {
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.5;
	text-align: center;
}
.mb1 {
	margin-bottom: 1em !important;
}
.mb2 {
	margin-bottom: 3em !important;
}
.mb5 {
	margin-bottom: 5em !important;
}
.mt5 {
	margin-top: 5em !important;
}
.img-responsive {
	transition: transform .4s cubic-bezier(.26, -.14, 0, 1.01);
}
.img-container {
	overflow: hidden;
}
.img-hover:hover img {
	transform: scale(1.05);
}
footer p:nth-child(1) {
    font-size: .75em;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .23em;
}
footer p:nth-child(2) {
   text-align: right;
   font-size: 15px;
   line-height: 21px;
}
.subtitle {
    color: #b5b5b5;
    margin-bottom: .5em;
    margin-top: 1.5em;
}
.circular {
    border-radius: 999px;
}
.typography h1 {
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}
.typography h1:hover {
    color: hsla(72, 100%, 60%, 0.85);
}
.btn, button {
    width: 100%;
	border: none;
	font-size: 1em;
	color: #090909;
    background: #090909;
	color: #FFFFFF;
	padding: 1.4em 2.1em;
	border: 2px solid #090909;
	-webkit-transition: all .3s cubic-bezier(0.83, 0, 0.17, 1);
	transition: all .3s cubic-bezier(0.83, 0, 0.17, 1);
	border-radius: 0;
	display: block;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
}
@media (min-width: 600px) {
	.btn, button {
		width: auto;
	}
}
@media (min-width: 900px) {
	.btn, button {
		font-size: 1.1em;
		padding: 1.1em 2.8em;
	}
}
.btn:hover, button:hover {
	background-color: transparent;
	color: #090909;
}
.btn-arrow {
	position: relative;
	-webkit-transition: background-color 300ms cubic-bezier(0.83, 0, 0.17, 1);
	transition: background-color 300ms cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-arrow span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1);
	transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1);
	will-change: transform;
}
.btn-arrow:hover span {
	-webkit-transform: translate3d(-1rem, 0, 0);
	transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
	position: absolute;
	width: 1.1em;
	right: 0em;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1);
	transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1);
	will-change: right, opacity;
}
.btn-arrow svg * {
	stroke-width: 5;
	stroke-color: #090909;
}
.btn-arrow:hover svg {
	opacity: 1;
	right: -2em;
}