#insights .s2 {
  padding-top: 7.5rem;
  overflow: hidden;
  background-color: #fff;
}

@media all and (max-width: 1024px) {
  #insights .s2 {
    padding-bottom: 6rem;
  }
}

@media all and (max-width: 767px) {
  #insights .s2 {
    padding-bottom: 5rem;
  }
}

#insights .s2 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #172C54;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}

#insights .s2 .cs_wrapper {
  width: 100%;
  overflow: hidden;
}

#insights .s2 .slide {
  width: 100vw;
  padding: 1rem 0;
}

#insights .s2 .slide-inner {
  width: calc(100% - 2rem);
  max-width: 1265px;
  margin: 0 auto;
  border: 1px solid rgba(143, 169, 217, 0.5);
  position: relative;
}

#insights .s2 .slide .boxes-wrapper {
  width: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#insights .s2 .slide .box {
  display: block;
  text-decoration: none;
  width: calc(100% / 3);
  padding: 2rem 1rem 1rem;
  border: 1px solid rgba(143, 169, 217, 0.5);
  border-width: 0 1px 1px 0;
  height: 350px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: background-color .3s ease;
}

#insights .s2 .slide .box:hover {
  background-color: rgba(217, 217, 217, 0.2);
}

#insights .s2 .slide .box.last-row {
  border-bottom: 0 !important;
}

#insights .s2 .slide .box:nth-child(3n) {
  border-right-width: 0;
}

@media all and (max-width: 900px) {
  #insights .s2 .slide .box {
    width: 50%;
  }
  #insights .s2 .slide .box:nth-child(n) {
    border: 1px solid rgba(143, 169, 217, 0.5);
    border-width: 0 1px 1px 0;
  }
  #insights .s2 .slide .box:nth-child(2n) {
    border-right-width: 0;
  }
}

@media all and (max-width: 600px) {
  #insights .s2 .slide .box {
    width: 100%;
  }
  #insights .s2 .slide .box:nth-child(n) {
    border: 1px solid rgba(143, 169, 217, 0.5);
    border-width: 0 0 1px 0;
  }
  #insights .s2 .slide .box:last-child {
    border-bottom: 0;
  }
}

#insights .s2 .slide .box-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#insights .s2 .slide .box-main {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

#insights .s2 .slide .img-wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 90%;
  max-width: 240px;
}

#insights .s2 .slide img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

#insights .s2 .diamond {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px #fff;
  background-color: #8FA9D9;
  bottom: -4px;
  right: -4px;
}

#insights .s2 .diamond.tl {
  left: -4px;
  top: -4px;
}

#insights .s2 .diamond.tr {
  top: -4px;
}

#insights .s2 .diamond.bl {
  left: -4px;
}

#insights .s2 p.sec_label {
  text-align: center;
  padding: .5rem 1.1rem;
  background: rgba(216, 220, 227, 0.4);
  border-radius: 4rem;
  color: #132341;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  font-size: .8rem;
  margin-top: 1.2rem;
  flex-shrink: 0;
}

#insights .s2 p.aq_title {
  font-size: 1.15rem;
  text-align: center;
  font-weight: 400;
  max-width: 275px;
  color: #172C54;
}

#insights .s2 .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

#insights .s2 .pg-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

#insights .s2 .pg-arrow img {
  display: block;
  height: 2.65rem;
  width: auto;
}

#insights .s2 .pg-arrow.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

#insights .s2 .pg-numbers {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

#insights .s2 .pg-num {
  background: none;
  border: none;
  cursor: pointer;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.05rem;
  color: #000;
  opacity: 0.3;
  line-height: 1em;
}

#insights .s2 .pg-num.is-active {
  opacity: 1;
}

#insights .s3 {
  overflow: hidden;
  background-color: #fff;
}

#insights .s3 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #172C54;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}

#insights .s3 .blog_wrapper {
  width: 100%;
  overflow: hidden;
}

#insights .s3 .slide {
  width: 100vw;
  padding: 1rem 0;
}

#insights .s3 .slide-inner {
  position: relative;
}

#insights .s3 .slide .boxes-wrapper {
  width: 100%;
  gap: 1.25rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#insights .s3 .slide .box {
  display: block;
  text-decoration: none;
  width: calc((100% - 2.5rem) / 3);
  padding: 0;
  position: relative;
}

#insights .s3 .slide .box.last-row {
  margin-bottom: 0;
}

@media all and (max-width: 900px) {
  #insights .s3 .slide .box {
    width: calc((100% - 1.25rem) / 2);
  }
}

@media all and (max-width: 600px) {
  #insights .s3 .slide .box {
    width: 100%;
  }
}

#insights .s3 .slide .img-wrap {
  width: 100%;
  height: 250px;
  margin-bottom: 1.5rem;
}

#insights .s3 .slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#insights .s3 .slide .box-content {
  padding-right: .75rem;
}

#insights .s3 .slide .box-content p {
  color: #040914;
}

#insights .s3 .slide p.date {
  font-size: .9rem;
  letter-spacing: -0.02em;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: .6rem;
}

#insights .s3 .slide p.title {
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

#insights .s3 .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

#insights .s3 .pg-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

#insights .s3 .pg-arrow img {
  display: block;
  height: 2.65rem;
  width: auto;
}

#insights .s3 .pg-arrow.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

#insights .s3 .pg-numbers {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

#insights .s3 .pg-num {
  background: none;
  border: none;
  cursor: pointer;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.05rem;
  color: #000;
  opacity: 0.3;
  line-height: 1em;
}

#insights .s3 .pg-num.is-active {
  opacity: 1;
}
