/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */

	scroll-behavior: smooth;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
	scroll-behavior: smooth;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Configuration and helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	overflow-x: hidden;
}

html *, html *:before, html *:after {
	box-sizing: border-box;
}

html body {
	background-color: #ffffff;
	font-family: "BMWTypeNext Latin TT";
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 {
	font-size: 30px;
	font-size: 2.5rem;
	line-height: 36px;
	line-height: 3.6rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 40px;
		font-size: 3rem;
		line-height: 44px;
		line-height: 4.4rem;
	}
}

@media (min-width: 998px) {
	h1 {
		font-size: 48px;
		font-size: 3.5rem;
		line-height: 52px;
		line-height: 5.2rem;
	}
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media (min-width: 768px) {
	h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media (min-width: 998px) {
	h2 {
		font-size: 30px;
		font-size: 3rem;
	}
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes fadeInCenter {
	0% {
		left: 50%;
		opacity: 0;
		transform: translate(-50%, 20px);
	}
	100% {
		left: 50%;
		opacity: 1;
		transform: translate(-50%, 0px);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
}

.site {
	position: relative;
}

.section__hero {
	position: relative;
	height: 80vh;
	background-color: #061835;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section__hero h1 {
	position: absolute;
	top: 0;
	bottom: 10rem;
	margin: auto;
	color: #ffffff;
	text-transform: uppercase;
	height: 50px;
}

@media (min-width: 768px) {
	.section__hero h1 {
		bottom: 2rem;
	}
}

@media (min-width: 998px) {
	.section__hero h1 {
		bottom: 4rem;
	}
}

.section__hero.section__hero--page {
	height: 48vh;
}

.section__content {
	padding-top: 4rem;
}

@media (min-width: 998px) {
	.section__content {
		padding: 2rem 0;
	}
}

.entry {
	max-width: 100%;
	margin: 2rem auto;
	text-align: center;
}

@media (min-width: 768px) {
	.entry {
		max-width: 80%;
	}
}

@media (min-width: 998px) {
	.entry {
		max-width: 60%;
	}
}

.entry h4 {
	text-transform: uppercase;
}

.content {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	padding: 0;
	margin: 0 auto;
}

.content img {
	width: auto;
	height: auto;
	max-width: 150px;
}

@media (min-width: 998px) {
	.content {
		max-width: 100%;
		flex-direction: row;
		align-items: stretch;
		padding: 1rem 0 1rem 0;
		margin: 2rem auto;
	}
}

@media (min-width: 1400px) {
	.content {
		max-width: 80%;
	}
}

.content.form {
	padding-left: 1rem;
}

@media (min-width: 998px) {
	.content.form {
		padding-left: 0;
	}
}

.divider {
	width: 1px;
	min-height: 100%;
	display: none;
	background-color: #a3cd38;
}

@media (min-width: 1200px) {
	.divider {
		display: block;
	}
}

.button {
	padding: 1.5rem 2.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	outline: none;
	background-color: #a3cd38;
	color: #ffffff;
	font-size: 1.115rem;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	line-height: 1.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
}

.button:hover {
	background-color: #8db230;
}

.button.button--large {
	width: 100%;
	height: 140px;
	padding: 0;
	font-size: 1.5rem;
	line-height: 10rem;
}

@media (min-width: 768px) {
	.button.button--large {
		width: 300px;
		height: 140px;
		font-size: 2rem;
		line-height: 10rem;
	}
}

.button.button--large:hover {
	transform: translateY(-8px);
	box-shadow: 0px 12px 28px 0px rgba(151, 160, 204, 0.3);
}

.logo-wrap {
	position: absolute;
    bottom: 15px;
    right: 0;
    margin: auto;
    left: 0;
    top: auto;
}

@media (min-width: 768px) {
	.logo-wrap {
		bottom: 50px;
	}
}

.site__header {
	position: absolute;
	width: 100%;
	padding: 30px 0 0 0;
	z-index: 10;
}

.site__brand {
    position: absolute;
    width: 150px;
    display: block;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
}

.site__brand img {
	max-width: 100%;
	height: auto;
	margin-left: -15px;
}

.site__footer {
	padding: 6rem 1rem 1rem 1rem;
	background-color: #e6e6e6;
	color: #000000;
}

.footer__copyright {
	display: block;
	padding: 1rem;
	border-top: 1px solid #9b9b9b;
	font-size: .875rem;
	text-align: center;
}

.footer__copyright p {
	margin: 15px 0;
	color: #333333;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
@media (min-width: 998px) {
	.page__404 {
		min-height: 60vh;
	}
}

.page__404 .page__entry {
	text-align: center;
}

@media (min-width: 998px) {
	.page__404 .page__entry {
		padding: 2rem;
	}
}

.page__404 .page__content {
	text-align: center;
}

.form fieldset {
	margin: .75rem 0 1.5em;
	padding: 0;
	border: none;
}

.form fieldset ul {
	margin-top: 0;
}

.form span,
.form label {
	display: block;
	line-height: 1.75em;
}

.form label.label--inline {
	display: inline-block;
}

.form label.label--inline:first-of-type {
	margin-right: 2rem;
}

.form span {
	margin-left: -1rem;
	font-weight: bold;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="password"],
.form input[type="search"],
.form textarea {
	width: 100%;
	display: block;
	padding: .5rem 1rem;
	margin-bottom: .5rem;
	border: 1px solid #c4c5c4;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	background-color: #ffffff;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
	transition: border-color .3s;
}

.form input[type="text"]:focus, .form input[type="text"]:active,
.form input[type="email"]:focus,
.form input[type="email"]:active,
.form input[type="url"]:focus,
.form input[type="url"]:active,
.form input[type="password"]:focus,
.form input[type="password"]:active,
.form input[type="search"]:focus,
.form input[type="search"]:active,
.form textarea:focus,
.form textarea:active {
	border-color: rgba(0, 0, 255, 0.507);
	box-shadow: none;
	outline: none;
}

.socials {
	list-style: none;
}

.socials li {
	display: inline-block;
}

.socials li a {

}

.socials li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.socials li a img {
	width: 45px;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pt-4 {
	padding-top: 4rem;
}

@media (min-width: 998px) {
	.row {
		flex-direction: row;
	}
	.row .col-12 {
		flex: 1 1 50%;
	}

	.pl-lg-3 {
		padding-left: 3rem;
	}

	.pr-lg-3 {
		padding-right: 3rem;
	}

	.pt-lg-0 {
		padding-top: 0rem;
	}
}

.sticky-elem {
	position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.img-i {
	margin: 5px;
	vertical-align: middle;
}

p {
	line-height: 1.4rem;
}