@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url(/fonts/Manrope/Manrope-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url(/fonts/Manrope/Manrope-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(/fonts/Manrope/Manrope-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(/fonts/Manrope/Manrope-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(/fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url(/fonts/Manrope/Manrope-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 900;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 100;
  src: url(/fonts/BwVivant/BwVivant-Skinny.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 200;
  src: url(/fonts/BwVivant/bw-vivant-thin.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 300;
  src: url(/fonts/BwVivant/bw-vivant-light.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 500;
  src: url(/fonts/BwVivant/bw-vivant-medium.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 700;
  src: url(/fonts/BwVivant/bw-vivant-bold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 900;
  src: url(/fonts/BwVivant/bw-vivant-black.ttf) format("truetype");
}

@keyframes circleAnim1 {
  0% {
    stroke-dashoffset: 4;
  }
  100% {
    stroke-dashoffset: 3;
  }
}

@keyframes circleAnim2 {
  0% {
    stroke-dashoffset: 3;
  }
  100% {
    stroke-dashoffset: 2;
  }
}

@keyframes circleAnim3 {
  0% {
    stroke-dashoffset: 2;
  }
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes circleAnim4 {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#insights header a[href="/insights"] {
  font-weight: 700 !important;
}

#insights .s1 {
  overflow: hidden;
}

#insights .s1 .articles-wrapper {
  transform: translateY(2px);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#insights .s1 .article-container {
  position: relative;
  width: 32.33%;
  margin-bottom: 1.8rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#insights .s1 .article-container:nth-child(3n + 1) {
  padding-right: 1.8rem;
}

#insights .s1 .article-container:nth-child(3n + 2) {
  width: 35.33%;
  padding: 0 1.8rem;
}

#insights .s1 .article-container:nth-child(3n + 3) {
  padding-left: 1.8rem;
  border-right: 0;
}

#insights .s1 .article-container::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -1.8rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

#insights .s1 .article-container:nth-child(n + 4) {
  margin-top: 1.8rem;
}

#insights .s1 .fx-list > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
}

#insights .s1 .fx-nav {
  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;
  padding: .8rem 1rem;
  border-radius: 70px;
  background-color: #fff;
  border: 1px solid rgba(25, 57, 58, 0.35);
  transition: background .3s ease;
}

#insights .s1 .fx-nav p {
  text-align: center;
  font-size: .85rem;
  color: #19393A;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: .175em;
  text-transform: uppercase;
  transition: color .3s ease;
}

#insights .s1 .fx-nav.fx-on, #insights .s1 .fx-nav:hover {
  background-color: #19393A;
}

#insights .s1 .fx-nav.fx-on p, #insights .s1 .fx-nav:hover p {
  color: #fff;
}

#insights .s1 .slide {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

#insights .s1 .article {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5rem 10% 3rem;
  position: relative;
  transition: background .3s ease;
}

#insights .s1 .article::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2rem solid #fff;
  border-color: transparent #fff #fff transparent;
  z-index: 3;
}

#insights .s1 .article:hover {
  background-color: #ECE1D1;
}

#insights .s1 .article:hover .read-more {
  background-color: #038D95;
}

#insights .s1 .article:hover .read-more p {
  color: #fff;
}

#insights .s1 p.date {
  font-size: .85rem;
  color: #19393A;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#insights .s1 p.title {
  font-family: "BW-Vivant", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #19393A;
  margin: .4rem 0 1.25rem;
}

#insights .s1 p.desc {
  color: #000;
  margin-bottom: 4rem;
}

#insights .s1 .read-more {
  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;
  width: max-content;
  padding: .6rem 1.5rem;
  border-radius: 3rem;
  border: 1px solid #038D95;
  background-color: #fff;
  transition: background .3s ease;
}

#insights .s1 .read-more p {
  color: #038D95;
  transition: color .3s ease;
  font-weight: 500;
  line-height: 1em;
}

#insights .s1 h4.no-articles {
  font-family: "BW-Vivant", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  color: #19393A;
}

@media screen and (max-width: 980px) {
  #insights .s1 .article-container:nth-child(n) {
    width: 50%;
    border: 0;
    padding: 0;
  }
  #insights .s1 .article-container:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 1.6rem;
  }
  #insights .s1 .article-container:nth-child(even) {
    padding-left: 1.6rem;
  }
  #insights .s1 .article-container:nth-child(n + 3) {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  #insights .s1 .fx-list > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #insights .s1 .fx-list > div .fx-nav {
    width: calc(50% - .5rem);
  }
  #insights .s1 .article-container:nth-child(n) {
    width: 100%;
    border: 0;
    padding: 0;
  }
  #insights .s1 .article-container:nth-child(n + 2) {
    margin-top: 1.6rem;
  }
  #insights .s1 .article {
    background-color: #ECE1D1;
  }
  #insights .s1 .article .read-more {
    background-color: #038D95;
  }
  #insights .s1 .article .read-more p {
    color: #fff;
  }
}
