/** Ultra Light */
@font-face {
	font-family: 'San Francisco';
	font-weight: 100;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff');
}
/** Thin */
@font-face {
	font-family: 'San Francisco';
	font-weight: 200;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff');
}
/** Regular */
@font-face {
	font-family: 'San Francisco';
	font-weight: 400;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff');
}
/** Medium */
@font-face {
	font-family: 'San Francisco';
	font-weight: 500;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff');
}
/** Semi Bold */
@font-face {
	font-family: 'San Francisco';
	font-weight: 600;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff');
}
/** Bold */
@font-face {
	font-family: 'San Francisco';
	font-weight: 700;
	src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff');
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, q, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, textarea, button,
menu, nav, output, section, summary, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
a {
	color: inherit;
	text-decoration: none;
}
:root {
	--color-accent: #000;
	--color-accent-extra: #da3a32;
	--color-accent-filter: none;
}
html {
	min-height: 100vh;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(/packs/media/application/assets/grid-f065d8c9531440e921b8f161332b2bbc.svg);
	background-position: center top;
	color: #000;
	font-family: 'Helventica Neue', 'Helvetica', 'Arial', 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
body {
	max-width: 1325px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px
}
@media (min-width: 960px) {
body {
		padding-left: 144px;
		padding-right: 144px
}
	}
*,
*::before,
*::after {
	box-sizing: inherit;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}

.application-footer__finance {
  display: block;
  width: 220px;
  color: var(--color-accent);
  border: 3px solid currentColor;
  border-radius: 7px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

@media (min-width: 960px) {
  .application-footer__finance {
    position: fixed;
    left: -92px;
    top: 35%;
    transform: rotate(-90deg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: lowercase;
  }
}

.application-footer__finance:hover {
  color: #fff;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.application-footer__links {
  margin-top: 32px;
  list-style: none;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 960px) {
  .application-footer__links {
    display: flex;
  }
}

.application-footer__links[hidden] {
  display: none;
}

@media (max-width: 959px) {
  .application-footer__links li + li {
    margin-top: 16px;
  }
}

@media (min-width: 960px) {
  .application-footer__links li + li {
    margin-left: 16px;
  }
}

.application-footer__links a:hover {
  color: var(--color-accent);
}

.application-footer__logo {
  display: block;
  max-width: 240px;
  height: auto;
  margin-left: auto;
}

/*# sourceMappingURL=application-245d491a.css.map*/