@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600&display=swap');
@font-face {
  font-family: 'FreightMicro';
  font-weight: 600;
  src: url('/assets/fonts/freight-micro_bold.ttf') format('truetype');
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', serif;
  font-weight: 300;
  font-size: 20px;
}
section {
  width: 100vw;
  height: 100vh;
}
h1 {
  font-family: 'FreightMicro', sans-serif;
  font-size: 75px;
  letter-spacing: -0.63;
  margin: 0;
}
h1 span {
  display: inline-block;
}
p {
  line-height: 30px;
  letter-spacing: -0.15;
  margin: 0;
}
p strong {
  font-weight: 600;
}
p span {
  color: #DC8440;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.l-main-wrapper {
  display: inline-block;
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
}
.splash {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  background-image: url('/assets/images/splash/img_splash-bg.jpg');
  background-size: cover;
  background-position: right center;
}
.block {
  width: 100%;
  max-width: 540px;
  padding: 30px 0;
  margin: 0 auto;
}
.block img {
  max-width: 28px;
  margin-bottom: 8px;
}
.block.--border {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 40px;
    letter-spacing: -0.33;
    line-height: 40px;
  }
  h1 span {
  display: block;
}
  p {
    font-size: 15px;
    letter-spacing: -0.11;
    line-height: 25px;
  }
  .block {
    max-width: 90vw;
  }
}
