.insight-related .related-list .block-item a .desc p, .insight-content .author > div:nth-child(2) .desc, .insight-content p {
  font-family: "futura-pt";
  font-weight: 400;
  font-style: normal;
}

.insight-related .related-list .block-item a .country span, .insight-related .related-list .block-item a .title h4, .insight-related .related-list .block-item a .image .date span, .insight-related .related-title, .insight-content .author > div:nth-child(2) .title, .insight-detail .main-head .detail > ul > li, .insight-detail .main-head .title h2 {
  font-family: "futura-pt";
  font-weight: 500;
  font-style: normal;
}

.insight-content .author > div:nth-child(2) .contact > div p,
.insight-content .author > div:nth-child(2) .contact > div a {
  font-family: "futura-pt";
  font-weight: 600;
  font-style: normal;
}

.insight-detail .main-head {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .insight-detail .main-head {
    padding: 50px 20px;
  }
}
.insight-detail .main-head .title {
  margin-bottom: 50px;
  padding: 0 12vw;
}
@media (max-width: 768px) {
  .insight-detail .main-head .title {
    margin-bottom: 30px;
  }
}
.insight-detail .main-head .title h2 {
  color: #A13135;
  font-size: 45px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
} 
@media (max-width: 1080px) {
  .insight-detail .main-head .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .insight-detail .main-head .title h2 {
    font-size: 20px;
  }
}
.insight-detail .main-head .detail > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 768px) {
  .insight-detail .main-head .detail > ul {
    flex-direction: column;
  }
}
.insight-detail .main-head .detail > ul > li {
  font-size: 13px;
  color: #1D3557;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  padding: 10px 50px;
  border-left: 1px solid #eaeaea;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 768px) {
  .insight-detail .main-head .detail > ul > li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eaeaea;
  }
}
.insight-detail .main-head .detail > ul > li:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  .insight-detail .main-head .detail > ul > li:first-child {
    border-top: 1px solid #eaeaea;
  }
}
.insight-detail .main-head .detail > ul > li img {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .insight-detail .main-head .detail > ul > li img {
    margin-right: 5px;
  }
}
.insight-detail .main-head .detail > ul > li ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style-type: none;
}
.insight-detail .main-head .detail > ul > li ul li {
  margin: 0 5px;
}
.insight-detail .main-head .detail > ul > li ul li:first-child {
  margin-left: 0;
}
.insight-detail .main-head .detail > ul > li ul li:last-child {
  margin-right: 0;
}
.insight-detail .main-head .detail > ul > li ul li i {
  cursor: pointer;
}

.insight-content {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .insight-content {
    width: 100%;
    padding: 0 20px;
  }
}
.insight-content p {
  font-size: 18px;
  color: #142D45;
  letter-spacing: 0;
  line-height: 25px;
}
@media (max-width: 1080px) {
  .insight-content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .insight-content p {
    font-size: 14px;
  }
}
.insight-content .author {
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 480px) {
  .insight-content .author {
    flex-direction: column;
  }
}
.insight-content .author:before {
  content: "";
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
.insight-content .author:after {
  content: "";
  content: "";
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  position: absolute;
  top: 11px;
  left: 0;
}
.insight-content .author > div:nth-child(1) {
  flex: 0 0 170px;
}
@media (max-width: 480px) {
  .insight-content .author > div:nth-child(1) {
    flex: 0 0 100%;
  }
}
.insight-content .author > div:nth-child(1) img {
  width: 170px;
  height: 215px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .insight-content .author > div:nth-child(1) img {
    width: 100%;
    height: unset;
    margin-bottom: 30px;
  }
}
.insight-content .author > div:nth-child(2) {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .insight-content .author > div:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .insight-content .author > div:nth-child(2) {
    padding-left: unset;
  }
}
.insight-content .author > div:nth-child(2) .title {
  font-size: 26px;
  color: #142D45;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .insight-content .author > div:nth-child(2) .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .insight-content .author > div:nth-child(2) .title {
    font-size: 18px;
  }
}
.insight-content .author > div:nth-child(2) .desc {
  font-size: 18px;
  color: #142D45;
  letter-spacing: 0;
  line-height: 25px;
}
@media (max-width: 768px) {
  .insight-content .author > div:nth-child(2) .desc {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .insight-content .author > div:nth-child(2) .desc {
    font-size: 14px;
  }
}
.insight-content .author > div:nth-child(2) .contact {
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
  padding-top: 20px;
}
.insight-content .author > div:nth-child(2) .contact > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.insight-content .author > div:nth-child(2) .contact > div:last-child {
  margin-bottom: 0;
}
.insight-content .author > div:nth-child(2) .contact > div img {
  width: 20px;
  margin-right: 10px;
}
.insight-content .author > div:nth-child(2) .contact > div p,
.insight-content .author > div:nth-child(2) .contact > div a {
  margin-bottom: 0;
  font-size: 17px;
  color: #A13135;
  letter-spacing: 0;
}

.insight-related {
  margin-top: 100px;
  padding: 70px 2vw;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 1080px) {
  .insight-related {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
.insight-related .related-title {
  color: #A13135;
  font-size: 45px;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 1080px) {
  .insight-related .related-title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .insight-related .related-title {
    font-size: 20px;
  }
}
.insight-related .related-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0 10vw;
}
@media (max-width: 1080px) {
  .insight-related .related-list {
    padding: 0 20px;
  }
}
.insight-related .related-list .block-item {
  width: 25%;
  padding: 0 30px;
}
@media (max-width: 1380px) {
  .insight-related .related-list .block-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .insight-related .related-list .block-item {
    width: 100%;
  }
}
.insight-related .related-list .block-item a {
  display: inline-block;
  width: 100%;
}
.insight-related .related-list .block-item a .image {
  position: relative;
}
.insight-related .related-list .block-item a .image > img {
  width: 100%;
  height: 300px;
  object-position: center;
  object-fit: cover;
}
.insight-related .related-list .block-item a .image .date {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insight-related .related-list .block-item a .image .date span {
  font-size: 12px;
  color: #35374F;
  letter-spacing: 0;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 15px;
}
.insight-related .related-list .block-item a .title {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.insight-related .related-list .block-item a .title h4 {
  font-size: 16px;
  color: #353535;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.insight-related .related-list .block-item a .desc {
  padding: 20px 0;
}
.insight-related .related-list .block-item a .desc p {
  font-size: 18px;
  color: #142D45;
  letter-spacing: 0;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.insight-related .related-list .block-item a .country {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.insight-related .related-list .block-item a .country span {
  font-size: 13px;
  color: #1D3557;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 15px;
}

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