@charset "utf-8";

@font-face{
	font-family:"Gotham";
	src:url("/fonts/GothamHTF/bsc-webfont.eot?#iefix");
	src:url("/fonts/GothamHTF/bsc-webfont.eot?#iefix") format("eot"),
			url("/fonts/GothamHTF/bsc-webfont.woff2") format("woff2"),
			url("/fonts/GothamHTF/bsc-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/fira-sans-extra-condensed-v10-latin-regular.woff2') format('woff2'),
       url('/fonts/fira-sans-extra-condensed-v10-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/fira-sans-extra-condensed-v10-latin-italic.woff2') format('woff2'),
       url('/fonts/fira-sans-extra-condensed-v10-latin-italic.woff') format('woff');
}



@media screen {

:root {
--mx: 60em;
--mxmx: 80em;
--fill: .75em;
--vfill: 1.5em;
--c: var(--season_color, #730026);
}
svg {
max-width: 100%;
height: auto;
}
.ffbsc {
font-size: 100%;
}

#ffbsc_header {
position: relative;
max-width: var(--mxmx);
margin: -1em auto 0;
text-align: right;
padding: 0 var(--fill);
}
#ffbsc_header > * {
margin: 0;
font-size: 100%;
}
#ffbsc_header img, #ffbsc_header svg {
vertical-align: bottom;
}
#ffbsc_header > h1 {
position: relative;
z-index: 10;
text-align: right;
}
#ffbsc_logo {
width: 68%;
max-width: 20em;
transform: translateY(24.5%);
}
#ffbsc_header > h2 {
position: absolute;
z-index: 10;
left: var(--fill);
bottom: 0;
max-width: 25%;
transform: translateY(calc(100% + 1em));
}
#bsc_logo {
}
g[style^="fill:var"] {
filter: brightness(66%);
}
.banner {
padding: 1em var(--fill);
box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.banner > img {
position: absolute;
z-index: 0;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 1.8s;
}


.ffbsc_main {
max-width: var(--mx);
margin: var(--vfill) auto;
padding: 0 var(--fill);
scroll-margin-top: 5em;
}

.ffbsc_main > * {
_max-width: 66ch;
font-size: clamp(1em, 0.814em + 0.9302vw, 1.5em);
}

.ffbsc_main > *:first-child {
margin-top: 0;
}

.ffbsc_main > *:last-child {
margin-bottom: 0;
}


#ffbsc_footer {
position: relative;
max-width: var(--mx);
margin: 0 auto;
padding: var(--vfill) var(--fill);
columns: 2 20em;
gap: 4.5em;
color: #fff;
font-family: "Gotham",sans-serif;
background: #000;
}
#ffbsc_footer:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
margin: 0 -50vw;
width: 100vw;
background: #000;
}
#ffbsc_footer > * {
break-inside: avoid;
margin-top: 0;
font-size: calc(100% * 13 / 16);
}
#ffbsc_footer h2 {
column-span: all;
margin-bottom: 1.5em;
text-align: center;
}
#ffbsc_footer strong {
font-weight: normal;
}

.cta {
margin: 2em auto;
text-align: center;
}

}

@media only screen and (min-width: 30em) {

:root {
--fill: 1.5em;
--vfill: 3em;
}

}

@media only screen and (min-width: 44em) {

:root {
--fill: 3em;
--vfill: 4.5em;
}

}