* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background: white;
}

.hero {
  width: 100%;
  height: auto;
  background: black;
  position: relative;
  color: white;
}

.limiter {
  max-width: 1400px;
  margin: 0 auto;
}

.hero header {
  width: 94%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0px;
}

.hero header h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 10px;
  color: #787878;
}

.hero__banner, .main__container, .pre-content__container {
  margin: 0 auto;
  max-width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.hero__banner--video,
.hero__banner--detail,
.main__info,
.main__button,
.pre-content__info {
  flex: 0 0 100%;
  text-align: center;
}

.hero__banner--video > div {
  padding:56.25% 0 0 0;
  position:relative;
}

iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding-bottom: 20px;
}

.hero__banner--detail__title {
  font-size: 30px;
  font-weight: 700;
}

.hero__banner--detail__line {
  border: 2px solid #979696;
  width: 52px;
  margin: 18px auto;
}

.hero__banner--detail__text {
  font-size: 19px;
  line-height: 26.82px;
  margin-bottom: 30px;
}

.hero__banner--detail__btn, .pre-content__info--btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 28px;
  text-decoration: none;
}

.hero__banner--detail__btn {
  border: 2px solid white;
  color: white;
}

.hero__banner--detail__btn:after {
  content: url(images/arrow_right.svg);
  margin-left: 10px;
}

.read-more:after {
  content: url(images/open.svg);
  margin-left: 10px;
}

.read-less:after {
  content: url(images/close.svg);
  margin-left: 10px;
}

.pre-content, main, footer {
  width: 100%;
  height: auto;
  position: relative;
  color: black;
}

.pre-content, footer {
  background: #FFFF;
}

.pre-content--container {
  padding-top: 50px;
}

.pre-content__info--title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
}

.pre-content__info--text {
  font-size: 15px;
  line-height: 20px;
  height: auto;
  margin-bottom: 20px;
}

.pre-content__info--line:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 70%;
  padding-top: 30px;
  border-bottom: 4px solid black;
}

.pre-content__info--margin-top {
  margin-top: 50px;
}

.pre-content__info--btn {
  border: 2px solid black;
  color: black;
}

.pre-content__info--btn:after {
  content: url(images/arrow_right-black.svg);
  margin-left: 10px;
}

.pre-content__container, .main__container {
  padding-top: 50px;
}

main {
  background: #F0F0F0;
}

.main__info--text {
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  margin: 0 auto 20px;
}

.main__download-container {
  margin-top: 40px;
}

.main__download__btn {
  border: none;
  display: block;
  background: black;
  box-sizing: border-box;
  border-radius: 40px;
  color: white;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  padding: 20px 28px;
  text-decoration: none;
  text-align: center;
}

.main__download__btn:after {
  content: url(images/arrow_downward.svg);
  margin-left: 10px;
}

#read-more-content {
  display: none;
}

.main__info--button {
  border: none;
  background: #DADADA;
  box-sizing: border-box;
  border-radius: 40px;
  color: #112028;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.63px;
  padding: 10px 18px;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

.main__download--word {
  text-decoration: underline;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0;
  width: 90%;
}

.footer__info-col {
  width: 100%;
  font-family: 'Oxygen', sans-serif;
  color: black;
  font-size: 12px;
  line-height: 15px;
  margin: 20px 0px;
  text-align: center;
}

.footer--label {
  font-weight: 700;
}

.footer--text {
  font-weight: 400;
}

.footer__info-col--social-media {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 20px auto;
}

.footer__info-col--social-media a{
  max-width: 20px;
  max-height: 20px;
  display: flex;
  justify-content: center;
}

.instagram-img, .issuu-img {
  width: auto;
  height: auto;
}

.vimeo-img{
  width: auto;
  height: 18px;
}

.facebook-img {
  width: 100%;
  height: 18px;
}

.email-img {
  width: auto;
  height: 18.5px;
}

@media (min-width: 1024px) {
  .hero header {
    justify-content: flex-start;
    text-align: left;
  }

  .hero header h2 {
    font-size: 18px;
    padding: 0px;
  }

  .hero__banner--video, .main__info {
    flex: 0 0 60%;
  }

  .hero__banner--detail {
    flex: 0 0 35%;
  }

  .hero__banner--detail__line {
    margin: 18px 2px;
  }

  .main__container {
    justify-content: flex-start;
  }

  .main__button {
    flex: 0 0 40%;
  }

  iframe {
    padding-bottom: 0;
  }

  .pre-content__info {
    flex: 0 0 50%;
    padding: 0px 50px;
  }

  .pre-content__info--line {
    border-right: 2px solid black;
  }

  .pre-content__info--line:after{
    content: "";
    display: none;
  }

  .pre-content__info--margin-top {
    margin-top: 0;
  }

  .main__info--text {
    width: 85%;
    margin: 0 0 20px;
  }

  .hero__banner--video,
  .hero__banner--detail,
  .main__info,
  .main__button,
  .pre-content__info {
    text-align: left;
  }

  .footer-container {
    width: 75%;
    max-width: 890px;
  }

  .footer__info-col {
    width: 28%;
    margin: 0;
    text-align: left;
  }

   .footer__info-col--center {
    width: 37%;
    padding-left: 7%;
  }

  .footer__info-col--social-media {
    text-align: right;
  }

  .footer__info-col--social-media a{
    margin-left: 28px;
  }
}

@media (min-width: 720px) {

  .hero__banner {
    justify-content: space-between;
  }

  .pre-content__info--text {
    height: auto;

  }

  .footer-container {
    flex-direction: row;
    justify-content: space-around;
  }

  .footer__info-col--line {
    border-right: 2px solid black;
  }
}
