body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
img {
  display: block;
}
.width-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.width-wrapper.narrow {
  max-width: 800px;
}
.section {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.main {
  position: relative;
}
.logo-wrapper {
  position: relative;
}
.logo {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 30%;
  max-width: 250px;
  min-width: 150px;
}
.hero {
  position: relative;
  padding-bottom: 200px;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media screen and (min-width: 901px) {
  .hero {
    padding-top: 400px;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    padding-top: 280px;
  }
}
.hero.ribbon {
  overflow: hidden;
}
.hero.ribbon::before {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  content: "";
  background-image: url('../images/rect.png');
  background-repeat: no-repeat;
  width: 870px;
  height: 550px;
  position: absolute;
  top: 0;
  left: -350px;
  z-index: -10;
}
@media screen and (max-width: 900px) {
  .hero.ribbon::before {
    display: none;
  }
}
.hero .slogan {
  position: relative;
  z-index: 20;
  max-width: 100%;
  color: #2b2d42;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .hero .slogan {
    font-size: 110px;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .hero .slogan {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .hero .slogan {
    font-size: 50px;
  }
}
.hero.small {
  border-top: 2px solid #cccccc;
  box-sizing: border-box;
  background-image: url('../images/building.png');
}
@media screen and (min-width: 901px) {
  .hero.small .slogan {
    font-size: 60px;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .hero.small .slogan {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hero.small .slogan {
    font-size: 30px;
  }
}
.link-button-wrapper {
  position: relative;
}
.link-button {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: block;
  box-sizing: border-box;
  padding: 10px 45px;
  color: white;
  font-size: 20px;
  background-color: #ef233c;
  transform: translateX(-50%) skewX(-45deg);
}
.link-button .link-text {
  transform: skewX(45deg);
  font-weight: 700;
}
.triplet-wrapper {
  position: relative;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  min-height: 500px;
}
.bottom-logo {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-logo img {
  margin: 0 auto;
}
footer {
  background-color: #2b2d42;
  color: white;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}
footer .info .title {
  font-weight: 700;
}
footer .info a {
  color: inherit;
}
