.introduction-area {
  display: block;
}

.introduction-area p {
  margin-top: 90px;
}

.introduction-area img {
  width: 100%;
  margin-top: 60px;
}

.heading + p {
  margin: 70px 0 120px;
}

.heading h2 {
  margin-top: 157px;
}

h3 {
  margin-bottom: 0;
}

h4 {
  padding: 40px 0;
  margin-bottom: 0;
}

[data-toggle] .heading h3 {
  padding: 0 0 0;
}

[data-toggle] h4 {
  padding-top: 50px;
}

[data-toggle] + [data-toggle] {
  margin-top: 120px;
}

[data-toggle] img {
  width: 100%;
}

.lead-solution {
  font-weight: bold;
  margin-bottom: 60px;
}

.lead-solution::before {
  display: block;
  content: '';
  margin: 30px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 19.5px 0 19.5px;
  border-color: #6484c1 transparent transparent transparent;
}

.lead-solution + h4 {
  padding-top: 0 !important;
}

ul.text-list.text-list--disc li {
  line-height: 2;
}

.list-caption p {
  font-weight: bold;
}

.list-caption p, .list-caption ul {
  margin: 0.5rem 0;
}

.list-caption + .list-caption {
  margin-top: 25px;
}

.text-list--caption::before {
  content: '1';
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 12px;
  background-color: #6485c1;
}

.text-list--caption.caption-number2::before {
  content: '2';
}

.text-list--caption.caption-number3::before {
  content: '3';
}

.text-list--caption.caption-number4::before {
  content: '4';
}

.text-list--caption.caption-number5::before {
  content: '5';
}

.text-list--caption.caption-number6::before {
  content: '6';
}

.link-pdf-area .link-item {
  padding: 1.5rem 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.link-pdf-area .link-item + .link-item {
  border-top: none;
}

.movie-area {
  width: 100%;
  background-color: #f3f3f3;
}

.movie-item {
  width: 820px;
  height: 466px;
  margin: 60px auto 0;
}

.movie-item iframe {
  width: 100%;
  height: 100%;
}

.text-notes-area {
  padding: 50px;
  border: 1px solid #e7e7e7;
}

.contact {
  color: #fff;
}

.contact .bg-primary {
  padding: 70px 0;
}

.contact .heading h2 {
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin-top: 0;
  font-weight: normal;
}

.contact .lead {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: bold;
}

.contact a.link-btn {
  margin-top: 30px;
}

.contact .address {
  text-align: center;
}

#content {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .introduction-area p {
    margin-top: 70px;
  }
  .introduction-area img {
    margin-top: 55px;
  }
  .heading + p {
    margin: 52px 0 71px;
  }
  .heading h2 {
    margin-top: 100px;
  }
  h4 {
    padding: 33px 0;
  }
  [data-toggle] .heading h3 {
    padding: 30px 4.25rem 30px 1.25rem;
    margin: 0 -20px 0;
  }
  [data-toggle] h4 {
    padding-top: 45px;
  }
  [data-toggle] + [data-toggle] {
    padding-top: 0;
    margin-top: 0px;
  }
  .collapsed + [data-toggle] .heading h3 {
    border-top: none;
  }
  .lead-solution::before {
    margin: 23px auto;
  }
  .list-caption p {
    font-weight: normal;
  }
  .movie-item {
    margin: 35px auto 0;
    width: 100%;
    height: auto;
  }
  .text-notes-area {
    padding: 35px 24px;
  }
  .contact .bg-primary {
    padding: 70px 0 95px;
  }
  .contact .heading h2 {
    text-align: left;
    line-height: 1.75;
  }
  .contact .lead {
    text-align: left;
    margin-top: 35px;
  }
  .contact .address {
    text-align: left;
  }
}
