.insights-page{
  --insights-deep:#142d37;
  --insights-brand:#204850;
  --insights-teal:#4f778b;
  --insights-aqua:#cde9f4;
  --insights-gold:#a89860;
  --insights-paper:#f3f6f5;
  background:var(--insights-paper);
  color:#18333d;
}

.insights-page main{
  overflow:hidden;
}

.insights-page .container{
  width:100%;
  max-width:1336px;
}

.insights-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(72px,7vw,106px) 0 clamp(90px,8vw,122px);
  background:
    radial-gradient(circle at 81% 16%,rgba(112,176,176,.24),transparent 26%),
    linear-gradient(135deg,#142d37 0%,#204850 53%,#315f6e 100%);
  color:#fff;
}

.insights-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.7;
  background-image:
    linear-gradient(90deg,rgba(205,233,244,.07) 1px,transparent 1px),
    linear-gradient(0deg,rgba(205,233,244,.055) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.75),transparent);
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.75),transparent);
}

.insights-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-120px;
  bottom:-280px;
  width:680px;
  height:680px;
  border:1px solid rgba(205,233,244,.11);
  border-radius:50%;
  box-shadow:
    0 0 0 80px rgba(205,233,244,.025),
    0 0 0 160px rgba(205,233,244,.018);
}

.insights-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  align-items:center;
  gap:clamp(48px,7vw,104px);
}

/* Webflow adds clearfix pseudo-elements to .w-container; suppress them in this grid. */
.insights-hero__inner::before,
.insights-hero__inner::after{
  content:none;
  display:none;
}

.insights-hero__copy{
  max-width:720px;
}

.insights-hero__eyebrow,
.insights-section__eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--insights-aqua);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1.2;
  text-transform:uppercase;
}

.insights-hero__eyebrow::before,
.insights-section__eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:99px;
  background:var(--insights-gold);
}

.insights-hero h1{
  max-width:760px;
  margin:22px 0 24px;
  color:#fff;
  font-size:clamp(48px,5.4vw,76px);
  font-weight:500;
  line-height:.99;
  letter-spacing:-.045em;
}

.insights-hero__copy > p{
  max-width:650px;
  margin:0;
  color:rgba(241,249,250,.8);
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.65;
}

.insights-hero__topics{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:34px;
}

.insights-hero__topics span{
  padding:9px 14px;
  border:1px solid rgba(205,233,244,.22);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#eaf6f8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.025em;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}

.insights-hero__visual{
  position:relative;
  display:grid;
  place-items:center;
  min-height:390px;
  padding:clamp(38px,5vw,64px);
  overflow:hidden;
  border:1px solid rgba(205,233,244,.25);
  border-radius:8px;
  background:
    radial-gradient(circle at 68% 30%,rgba(168,152,96,.12),transparent 34%),
    linear-gradient(145deg,#ffffff,#eef5f4 72%,#e1eeee);
  box-shadow:0 28px 62px rgba(7,27,34,.28);
}

.insights-hero__visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(205,233,244,.075) 1px,transparent 1px),
    linear-gradient(0deg,rgba(205,233,244,.075) 1px,transparent 1px);
  background-size:44px 44px;
}

.insights-hero__visual img{
  position:relative;
  z-index:1;
  display:block;
  width:min(62%,294px);
  height:auto;
  filter:drop-shadow(0 24px 34px rgba(32,72,80,.18));
}

.insights-content{
  padding:0 0 clamp(76px,8vw,112px);
}

.insights-index{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(180px,.8fr) repeat(2,minmax(0,1fr));
  align-items:stretch;
  margin:-42px 0 clamp(68px,7vw,92px);
  overflow:hidden;
  border:1px solid rgba(32,72,80,.12);
  border-radius:8px;
  background:#fff;
  box-shadow:0 22px 48px rgba(18,45,55,.13);
}

.insights-index__label{
  display:flex;
  align-items:center;
  padding:24px 28px;
  background:#e7eeee;
  color:#31545f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  line-height:1.45;
  text-transform:uppercase;
}

.insights-index a{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:17px;
  min-height:104px;
  padding:20px 25px;
  color:#18333d;
  text-decoration:none;
  transition:background-color .24s ease,color .24s ease;
}

.insights-index a + a{
  border-left:1px solid rgba(32,72,80,.12);
}

.insights-index a:hover{
  background:var(--insights-brand);
  color:#fff;
}

.insights-index__number{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#edf3f3;
  color:#4f778b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  transition:background-color .24s ease,color .24s ease;
}

.insights-index a:hover .insights-index__number{
  background:rgba(255,255,255,.12);
  color:var(--insights-aqua);
}

.insights-index__name{
  font-size:17px;
  font-weight:700;
  line-height:1.2;
}

.insights-index__name small{
  display:block;
  margin-top:6px;
  color:#698087;
  font-size:11px;
  font-weight:700;
  letter-spacing:.045em;
  text-transform:uppercase;
  transition:color .24s ease;
}

.insights-index a:hover .insights-index__name small{
  color:rgba(255,255,255,.65);
}

.insights-index__arrow{
  color:var(--insights-gold);
  font-size:20px;
  transition:transform .24s ease;
}

.insights-index a:hover .insights-index__arrow{
  transform:translate(3px,3px);
}

.insights-section{
  scroll-margin-top:110px;
}

.insights-section + .insights-section{
  margin-top:clamp(74px,8vw,108px);
}

.insights-section__heading{
  display:grid;
  grid-template-columns:minmax(0,760px) auto;
  align-items:end;
  justify-content:space-between;
  gap:32px;
  margin:0 0 30px;
}

.insights-section__eyebrow{
  margin-bottom:14px;
  color:#4f778b;
}

.insights-section__heading h2{
  margin:0;
  color:#18333d;
  font-size:clamp(34px,4vw,52px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:-.035em;
}

.insights-section__title p{
  max-width:720px;
  margin:15px 0 0;
  color:#5a7077;
  font-size:16px;
  line-height:1.65;
}

.insights-section__count{
  display:flex;
  align-items:baseline;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(32,72,80,.14);
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:#6a7d82;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  white-space:nowrap;
  text-transform:uppercase;
}

.insights-section__count strong{
  color:#204850;
  font-size:13px;
}

.insights-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.insight-card{
  --card-background:#4f778b;
  scroll-margin-top:100px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:8px;
  background:var(--card-background);
  box-shadow:0 13px 28px rgba(28,48,50,.15);
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;
}

.insight-card:nth-child(3n+2){
  --card-background:#456f80;
}

.insight-card:nth-child(3n){
  --card-background:#3d6675;
}

.insights-section:last-of-type .insight-card{
  --card-background:#315d6b;
}

.insights-section:last-of-type .insight-card:nth-child(3n+2){
  --card-background:#3b6877;
}

.insights-section:last-of-type .insight-card:nth-child(3n){
  --card-background:#496f7b;
}

.insight-card:hover{
  z-index:1;
  box-shadow:0 20px 40px rgba(28,48,50,.22);
  filter:saturate(1.06);
  transform:translateY(-4px);
}

.insight-card[open]{
  grid-column:1 / -1;
  padding-bottom:12px;
  border-color:rgba(255,255,255,.28);
  background:var(--card-background);
  box-shadow:0 22px 48px rgba(20,45,55,.15);
  filter:none;
  transform:none;
}

.insight-card summary{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto 1fr;
  align-items:start;
  gap:28px 20px;
  min-height:214px;
  padding:25px 26px 27px;
  overflow:hidden;
  cursor:pointer;
  list-style:none;
}

#insight-6:not([open]) summary{
  height:100%;
}

.insight-card summary::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-74px;
  right:-60px;
  width:190px;
  height:190px;
  border:1px solid rgba(205,233,244,.16);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(205,233,244,.025);
}

.insight-card summary::after{
  content:"";
  position:absolute;
  left:26px;
  bottom:0;
  width:42px;
  height:3px;
  border-radius:3px 3px 0 0;
  background:var(--insights-gold);
  transition:width .3s ease;
}

.insight-card:hover summary::after,
.insight-card[open] summary::after{
  width:86px;
}

.insight-card summary::-webkit-details-marker{
  display:none;
}

.insight-card__number{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  grid-column:1;
  grid-row:1;
  width:38px;
  height:28px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:var(--insights-aqua);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
}

.insight-card h3{
  position:relative;
  z-index:1;
  align-self:end;
  grid-column:1 / -1;
  grid-row:2;
  max-width:92%;
  margin:0;
  color:#fff;
  font-size:clamp(19px,1.65vw,24px);
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.015em;
}

.insight-card__toggle{
  position:relative;
  z-index:1;
  grid-column:2;
  grid-row:1;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(255,255,255,.1);
  transition:background-color .24s ease,transform .24s ease;
}

.insight-card:hover .insight-card__toggle{
  background:rgba(255,255,255,.18);
}

.insight-card__toggle::before,
.insight-card__toggle::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transform:translate(-50%,-50%);
  transition:transform .24s ease;
}

.insight-card__toggle::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.insight-card[open] .insight-card__toggle{
  background:rgba(255,255,255,.18);
  transform:rotate(180deg);
}

.insight-card[open] .insight-card__toggle::after{
  transform:translate(-50%,-50%) rotate(0deg);
}

.insight-card[open] summary{
  grid-template-columns:auto minmax(0,1fr) auto;
  grid-template-rows:auto;
  align-items:center;
  gap:24px;
  min-height:0;
  padding:30px 32px;
}

.insight-card[open] summary::before{
  top:-104px;
  right:72px;
  width:240px;
  height:240px;
}

.insight-card[open] summary::after{
  left:32px;
  width:112px;
}

.insight-card[open] .insight-card__number{
  grid-column:1;
  grid-row:1;
  width:44px;
  height:32px;
}

.insight-card[open] h3{
  align-self:center;
  grid-column:2;
  grid-row:1;
  max-width:920px;
  font-size:clamp(22px,2.15vw,30px);
  line-height:1.2;
}

.insight-card[open] .insight-card__toggle{
  grid-column:3;
  grid-row:1;
}

.insight-card__body{
  position:relative;
  display:grid;
  grid-template-columns:190px minmax(0,880px);
  gap:clamp(38px,5vw,74px);
  max-width:none;
  margin:0 12px;
  padding:clamp(38px,4.5vw,60px) clamp(34px,5vw,72px) clamp(44px,5vw,66px);
  overflow:hidden;
  border:1px solid rgba(32,72,80,.1);
  border-radius:6px;
  background:
    linear-gradient(90deg,rgba(32,72,80,.025) 1px,transparent 1px),
    linear-gradient(0deg,rgba(32,72,80,.025) 1px,transparent 1px),
    #f8faf9;
  background-size:64px 64px;
  color:#334e58;
}

.insight-card__body::before{
  content:"";
  position:absolute;
  top:-210px;
  right:-170px;
  width:430px;
  height:430px;
  border:1px solid rgba(32,72,80,.065);
  border-radius:50%;
  box-shadow:0 0 0 58px rgba(32,72,80,.018);
}

.insight-card__rail{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:220px;
  padding-right:36px;
  border-right:1px solid rgba(32,72,80,.14);
}

.insight-card__rail::before{
  content:"";
  width:44px;
  height:3px;
  margin-bottom:22px;
  border-radius:99px;
  background:var(--insights-gold);
}

.insight-card__kind{
  color:#4f778b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  line-height:1.45;
  text-transform:uppercase;
}

.insight-card__position{
  display:flex;
  align-items:baseline;
  gap:9px;
  margin-top:19px;
  color:#819299;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.insight-card__position strong{
  color:#204850;
  font-size:33px;
  font-weight:500;
  letter-spacing:-.04em;
}

.insight-card__position i{
  color:var(--insights-gold);
  font-style:normal;
}

.insight-card__author{
  margin-top:auto;
  color:#647b82;
  font-size:11px;
  font-weight:700;
  letter-spacing:.055em;
}

.insight-card__article{
  position:relative;
  z-index:1;
  max-width:880px;
}

.insight-card__article::before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-bottom:28px;
  background:linear-gradient(90deg,var(--insights-gold),rgba(168,152,96,0));
}

.insight-card__article p{
  max-width:820px;
  margin:0 0 17px;
  font-size:16px;
  line-height:1.72;
}

.insight-card__article p:first-child{
  color:#24434d;
  font-size:18px;
  font-weight:500;
  line-height:1.68;
}

.insight-card__article p:last-child{
  margin-bottom:0;
}

.insight-card__article a{
  color:#0a6475;
  font-weight:700;
  overflow-wrap:anywhere;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.insight-card summary:focus-visible{
  outline:3px solid var(--insights-aqua);
  outline-offset:-4px;
}

@media (max-width:991px){
  .insights-hero{
    padding-top:68px;
  }

  .insights-hero__inner{
    grid-template-columns:1fr;
    gap:48px;
  }

  .insights-hero__copy{
    max-width:780px;
  }

  .insights-hero__visual{
    width:100%;
    max-width:720px;
    min-height:340px;
  }

  .insights-index{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .insights-index__label{
    grid-column:1 / -1;
    min-height:52px;
    padding:15px 22px;
  }

  .insights-section__heading{
    grid-template-columns:1fr;
  }

  .insights-section__count{
    justify-self:start;
  }

  .insight-card summary{
    min-height:195px;
  }

  .insight-card__body{
    grid-template-columns:150px minmax(0,1fr);
    gap:34px;
    padding:42px 38px 48px;
  }

  .insight-card__rail{
    padding-right:28px;
  }
}

@media (max-width:767px){
  .insights-hero{
    padding:56px 0 86px;
  }

  .insights-hero h1{
    margin-top:18px;
    font-size:clamp(42px,12vw,58px);
  }

  .insights-hero__copy > p{
    font-size:16px;
  }

  .insights-hero__topics{
    margin-top:26px;
  }

  .insights-hero__visual{
    min-height:0;
    padding:20px;
  }

  .insights-index{
    margin-top:-34px;
    margin-bottom:58px;
  }

  .insights-index a{
    grid-template-columns:auto 1fr;
    min-height:100px;
    padding:18px;
  }

  .insights-index a + a{
    border-left:1px solid rgba(32,72,80,.12);
  }

  .insights-index__arrow{
    display:none;
  }

  .insights-index__name{
    font-size:15px;
  }

  .insights-section__heading{
    gap:20px;
    margin-bottom:24px;
  }

  .insights-section__title p{
    font-size:15px;
  }

  .insights-list{
    grid-template-columns:1fr;
    gap:14px;
  }

  .insight-card[open]{
    grid-column:auto;
  }

  .insight-card[open] summary{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto 1fr;
    align-items:start;
    gap:24px 18px;
    min-height:168px;
    padding:22px;
  }

  .insight-card[open] summary::after{
    left:22px;
    width:82px;
  }

  .insight-card[open] .insight-card__number{
    grid-column:1;
    grid-row:1;
    width:38px;
    height:28px;
  }

  .insight-card[open] h3{
    align-self:end;
    grid-column:1 / -1;
    grid-row:2;
    max-width:92%;
    font-size:21px;
  }

  .insight-card[open] .insight-card__toggle{
    grid-column:2;
    grid-row:1;
  }

  .insight-card summary{
    min-height:174px;
    padding:22px;
  }

  .insight-card summary::after{
    left:22px;
  }

  .insight-card h3{
    font-size:20px;
  }

  .insight-card__body{
    grid-template-columns:1fr;
    gap:28px;
    margin:0 8px;
    padding:30px 28px 36px;
  }

  .insight-card__rail{
    display:grid;
    grid-template-columns:3px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    min-height:0;
    padding:0 0 22px;
    border-right:0;
    border-bottom:1px solid rgba(32,72,80,.14);
  }

  .insight-card__rail::before{
    width:3px;
    height:32px;
    margin:0;
  }

  .insight-card__position{
    margin:0;
  }

  .insight-card__position strong{
    font-size:25px;
  }

  .insight-card__author{
    display:none;
  }

  .insight-card__article::before{
    margin-bottom:22px;
  }

  .insight-card__article p,
  .insight-card__article p:first-child{
    font-size:15px;
    line-height:1.68;
  }
}

@media (max-width:479px){
  .insights-index{
    grid-template-columns:1fr;
  }

  .insights-index__label{
    grid-column:auto;
  }

  .insights-index a + a{
    border-top:1px solid rgba(32,72,80,.12);
    border-left:0;
  }

  .insights-index a{
    min-height:84px;
  }

  .insight-card summary{
    min-height:160px;
  }

  .insight-card__body{
    margin:0 6px;
    padding:26px 20px 31px;
  }
}

@media (prefers-reduced-motion:reduce){
  .insight-card,
  .insight-card summary::after,
  .insight-card__toggle,
  .insights-index a,
  .insights-index__arrow{
    transition:none;
  }
}
