#insights .s1 {
  background: url(/i/insights-hero.jpg) no-repeat center/cover;
}

#insights .s1 .subscribe {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.43em;
  color: #E0B0A6;
  margin-top: 2rem;
  transition: opacity .3s ease;
}

#insights .s1 .subscribe:hover {
  opacity: 0.7;
}

#insights .s1 .right {
  max-width: 550px;
}

#insights .s2 {
  padding: 7.5rem 0;
}

#insights .s2 .filters {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

#insights .s2 .filters p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 300;
  color: #fff;
}

#insights .s2 .filters .label {
  margin: 0;
}

#insights .s2 .filters .dd {
  position: relative;
}

#insights .s2 .filters .dd .dd-toggle {
  background: none;
  border: 0;
  padding: 0 100px 2px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  min-width: 270px;
  text-align: left;
}

#insights .s2 .filters .dd .dd-text {
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
}

#insights .s2 .filters .dd .dd-caret {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

#insights .s2 .filters .dd .dd-caret img {
  width: 100%;
  height: 100%;
}

#insights .s2 .filters .dd .dd-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  width: 100%;
  background: rgba(10, 12, 16, 0.7);
  display: none;
  z-index: 30;
  padding: 1.1rem .6rem;
}

#insights .s2 .filters .dd .dd-menu li {
  color: #fff;
  list-style: none;
  font-size: 16px;
  margin-bottom: .85rem;
  cursor: pointer;
  transition: color .3s ease;
}

#insights .s2 .filters .dd .dd-menu li:hover {
  color: #E0B0A6;
}

#insights .s2 .filters .dd .dd-menu li:last-child {
  margin-bottom: 0;
}

#insights .s2 .filters .dd .dd-menu.open {
  display: block;
}

#insights .s2 .filters .dd .dd-toggle[aria-expanded="true"] .dd-caret img {
  transform: translateY(-50%) scaleY(-1);
}

#insights .s2 .slide_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

#insights .s2 .article {
  padding: 1rem 1rem 7rem 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
}

#insights .s2 .article .img-wrap {
  position: relative;
  overflow: hidden;
}

#insights .s2 .article .img-wrap .thumbnail {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  will-change: transform;
  transform-origin: center center;
  transition: transform .65s ease-out;
}

#insights .s2 .article .img-wrap .play-btn {
  width: 87px;
  height: 87px;
  background: url(/i/svg/play-btn-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
}

#insights .s2 .article .top {
  font-size: 0.9rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  margin: 2rem 0 1.5rem 0;
}

#insights .s2 .article .top span {
  display: inline-block;
  margin: 0 5px;
}

#insights .s2 .article h3 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#insights .s2 .article .global-btn {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
}

#insights .s2 .article:hover .global-btn {
  width: 220px;
}

#insights .s2 .article:hover .global-btn p {
  opacity: 1;
  transition: opacity .3s ease .1s;
}

#insights .s2 .article:hover .img-wrap .thumbnail {
  transform: scale(1.15);
}

#insights .s2 .article:hover .img-wrap .play-btn {
  opacity: 0.85;
}

#insights .s2 .fx-list {
  text-align: center;
  margin-top: 4rem;
}

#insights .s2 .fx-list .fx-nav {
  font-size: 0.9rem;
  color: #fff;
  margin-right: 1rem;
  transition: color .3s ease;
}

#insights .s2 .fx-list .fx-nav:last-of-type {
  margin-right: 0;
}

#insights .s2 .fx-list .fx-nav.fx-on {
  color: #E0B0A6;
}

#insights .s2 .fx-left-arrow {
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  top: auto !important;
  left: 36% !important;
  bottom: 7px;
  transform: translateX(-50%);
  display: none !important;
}

#insights .s2 .fx-left-arrow img {
  width: 100%;
  height: 100%;
}

#insights .s2 .fx-right-arrow {
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  top: auto !important;
  right: 35% !important;
  bottom: 7px;
  transform: translateX(-50%);
  display: none !important;
}

#insights .s2 .fx-right-arrow img {
  width: 100%;
  height: 100%;
}

#insights .s3 {
  padding-bottom: 7.5rem;
}

#insights .s3 .container {
  border: solid 3px #E0B0A6;
  padding: 7.5rem 1rem;
}

#insights .s3 h3 {
  text-align: center;
  margin-bottom: 4rem;
}

#insights .s3 form {
  max-width: 1100px;
  margin: 0 auto;
}

#insights .s3 form input.hidhp {
  display: none;
}

#insights .s3 form input {
  display: inline-block;
  width: 100%;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 3rem;
}

#insights .s3 form .custom-select {
  width: 50%;
  position: relative;
  margin-bottom: 3rem;
}

#insights .s3 form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  color: #fff;
  background-color: #242B3D;
  padding-bottom: 23px;
  cursor: pointer;
}

#insights .s3 form .custom-select select option {
  color: #fff;
  background-color: #242B3D;
}

#insights .s3 form .custom-select::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  pointer-events: none;
  transform: translateY(-50%);
  background: url(/i/dropdown-arrow.png) no-repeat center/cover;
}

#insights .s3 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#insights .s3 form .row input {
  width: 50%;
}

#insights .s3 form ::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

#insights .s3 form .captcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

#insights .s3 form .global-btn {
  left: 50%;
  transform: translateX(-50%);
}

#insights .s3 .response {
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  top: 2rem;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #insights .s2 .slide_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #insights .s2 .article .global-btn {
    width: 50px;
    height: 50px;
    padding: 22px 14px;
  }
  #insights .s2 .article .global-btn img {
    max-width: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #insights .s2 .fx-left-arrow {
    left: 26% !important;
    bottom: 5px;
  }
  #insights .s2 .fx-right-arrow {
    right: 24% !important;
    bottom: 5px;
  }
  #insights .s2 .article .img-wrap .play-btn {
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
  #insights .s2 {
    padding: 5rem 0;
  }
  #insights .s2 .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #insights .s2 .slide_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #insights .s2 .fx-left-arrow {
    left: 5% !important;
    bottom: 3px;
  }
  #insights .s2 .fx-right-arrow {
    right: 0% !important;
    bottom: 3px;
  }
  #insights .s2 .article .img-wrap .play-btn {
    width: 55px;
    height: 55px;
  }
  #insights .s3 {
    padding-bottom: 5rem;
  }
  #insights .s3 .container {
    padding: 5rem 1rem;
  }
  #insights .s3 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #insights .s3 form .row input {
    width: 100%;
  }
  #insights .s3 form input, #insights .s3 form textarea {
    padding-bottom: 15px;
    margin-bottom: 2rem;
  }
  #insights .s3 form .custom-select {
    margin-bottom: 2rem;
    width: 100%;
  }
  #insights .s3 form .captcha-wrapper {
    margin-bottom: 2rem;
  }
}
