html, body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: sohne-var;
  src: url(../fonts/sohne.woff2) format("woff2-variations");
  font-weight: 1 1000;
  font-display: block;
  unicode-range: U+0000-007e;
}
body {
  font-family: "sohne-var", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 250;
  color: #1F1F1F;
}

.main-heading,
.heading {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.0125em;
  margin: 0;
  display: block;
}

.main-heading, .heading {
  font-weight: 600;
}

.section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  display: block;
}

.list-heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  display: block;
}

.inline-heading {
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 0.125rem;
}

p {
  margin: 0;
  line-height: 1.3888888889;
  font-weight: 250;
}

p + p {
  margin-top: 16px;
}

a, a:visited {
  font-weight: 300;
  color: #1F1F1F;
}
a .top-nav, a:visited .top-nav {
  font-size: 1rem;
}

.breakdown-body,
.breakdown-heading,
.breakdown-sub-heading {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .breakdown-body,
.breakdown-heading,
.breakdown-sub-heading {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
@media only screen and (min-width: 600px) {
  .breakdown-body,
.breakdown-heading,
.breakdown-sub-heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.breakdown-heading,
.breakdown-body b {
  font-weight: 500;
}

.breakdown-sub-heading,
.breakdown-heading span,
.breakdown-body {
  font-weight: 250;
}

.color--brand {
  color: #ED8008;
}

.section-callout ul > li,
.section-callout p {
  font-size: 1rem;
  line-height: 1.5;
}

.section {
  overflow: hidden;
}
.section-container {
  display: grid;
  grid-column-gap: 16px;
  margin: 0 auto;
}
.section-content > *:not(:last-child) {
  padding-bottom: 2.5rem;
}
.section-images {
  position: relative;
}
.section-callout .callout-group {
  margin-bottom: 2.5rem;
}
.section-callout ul {
  margin: 0.75rem 0 0;
  padding: 0;
}
.section-callout ul li {
  margin: 0 0 0.75rem;
}
@media only screen and (max-width: 600px) {
  .section {
    padding: 0 2rem;
  }
  .section-container {
    grid-template-columns: repeat(2, [col-start] 1fr);
    padding: 5rem 0 0;
  }
  .section-content {
    grid-column: span 2;
  }
  .section-images {
    margin: 32px -24px 0;
    grid-column: span 2;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .section-images-canvas {
    width: 100vw;
    height: 180vw;
  }
  .section-callout {
    grid-column: span 2;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 600px) {
  .section {
    padding: 0 20px;
  }
  .section-container {
    grid-template-columns: repeat(12, [col-start] 1fr);
    padding: 5rem 0;
    max-width: 1280px;
  }
  .section-content {
    grid-column: span 5;
  }
  .section-images {
    grid-column: 7/span 6;
    position: relative;
  }
  .section-images-canvas {
    position: absolute;
    top: -5rem;
    bottom: -5rem;
    left: 0;
  }
  .section-callout {
    grid-column: 8/span 4;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1080px) {
  .section-images-canvas {
    right: -20px;
  }
}
@media only screen and (min-width: 1080px) {
  .section-images-canvas {
    right: calc((100vw - 1280px) / 2 * -1);
  }
}

.content-focus .inline-heading, .content-focus p {
  display: inline;
}

.content-breakdown {
  display: grid;
  row-gap: 32px;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
}
.content-breakdown-item {
  position: relative;
}
.content-breakdown-item i {
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .content-breakdown {
    margin: 0 -22px;
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
  .content-breakdown-item {
    grid-column: span 1;
    padding-left: 22px;
  }
  .content-breakdown-item i {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .content-breakdown {
    grid-template-columns: repeat(6, [col-start] 1fr);
    column-gap: 16px;
  }
  .content-breakdown-item {
    grid-column: span 3;
    padding-left: 28px;
  }
}

.section-intro {
  background-color: #F9F6F3;
}

@media only screen and (min-width: 600px) {
  .section-merge-top .section-container {
    padding-top: 0;
  }
}

.top-nav {
  margin-bottom: 5rem;
  display: inline-block;
}

.callout-group a {
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 1rem;
}

i {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
i.badge {
  background-image: url("../icons/badge.svg");
}
i.school {
  background-image: url("../icons/school.svg");
}
i.location {
  background-image: url("../icons/location.svg");
}
i.mail {
  background-image: url("../icons/mail.svg");
}

.section-images-canvas img {
  position: absolute;
}

html.sr img {
  visibility: hidden;
  opacity: 0;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.image--sk-foals-lead {
  opacity: 0.15;
}
@media only screen and (max-width: 600px) {
  .image--sk-foals-lead {
    top: 5%;
    left: -6%;
    max-width: 58vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-foals-lead {
    top: 48px;
    left: -39px;
    max-width: 370px;
  }
}

.image--sk-foals-poster {
  opacity: 0.15;
}
@media only screen and (max-width: 600px) {
  .image--sk-foals-poster {
    top: 2%;
    left: 73%;
    max-width: 31vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-foals-poster {
    top: 16px;
    left: 464px;
    max-width: 200px;
  }
}

.image--sk-foals-crowd-1 {
  opacity: 0.2;
}
@media only screen and (max-width: 600px) {
  .image--sk-foals-crowd-1 {
    top: 47%;
    left: 68%;
    max-width: 49vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-foals-crowd-1 {
    top: 446px;
    left: 432px;
    max-width: 308px;
  }
}

.image--sk-foals-crowd-2 {
  opacity: 0.15;
}
@media only screen and (max-width: 600px) {
  .image--sk-foals-crowd-2 {
    top: 82%;
    left: -13%;
    max-width: 49vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-foals-crowd-2 {
    top: 776px;
    left: -85px;
    max-width: 308px;
  }
}

.image--sk-foals-production {
  opacity: 0.15;
}
@media only screen and (max-width: 600px) {
  .image--sk-foals-production {
    top: 75%;
    left: 51%;
    max-width: 41vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-foals-production {
    top: 712px;
    left: 324px;
    max-width: 262px;
  }
}

@media only screen and (max-width: 600px) {
  .image--sk-ui-app {
    top: 24%;
    left: -4%;
    max-width: 56vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-ui-app {
    top: 224px;
    left: -25px;
    max-width: 358px;
  }
}

@media only screen and (max-width: 600px) {
  .image--sk-ui-concert-cards {
    top: 5%;
    left: 42.5%;
    max-width: 71vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-ui-concert-cards {
    top: 48px;
    left: 269px;
    max-width: 448px;
  }
}

@media only screen and (max-width: 600px) {
  .image--sk-ui-concert-items {
    top: 28%;
    left: 60%;
    max-width: 47vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-ui-concert-items {
    top: 296px;
    left: 377px;
    max-width: 294px;
  }
}

@media only screen and (max-width: 600px) {
  .image--sk-ui-location {
    top: 53%;
    left: 60%;
    max-width: 47vw;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-ui-location {
    top: 566px;
    left: 377px;
    max-width: 294px;
  }
}

@media only screen and (max-width: 600px) {
  .image--sk-ui-tourbox {
    top: 76%;
    left: 17%;
    max-width: 98%;
  }
}
@media only screen and (min-width: 600px) {
  .image--sk-ui-tourbox {
    top: 828px;
    left: 106px;
    max-width: 620px;
  }
}

/*# sourceMappingURL=style.css.map */
