.elementor-2146 .elementor-element.elementor-element-25002ae{--display:flex;--min-height:220px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2146 .elementor-element.elementor-element-25002ae:not(.elementor-motion-effects-element-type-background), .elementor-2146 .elementor-element.elementor-element-25002ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D2A3A;}.elementor-2146 .elementor-element.elementor-element-25002ae::before, .elementor-2146 .elementor-element.elementor-element-25002ae > .elementor-background-video-container::before, .elementor-2146 .elementor-element.elementor-element-25002ae > .e-con-inner > .elementor-background-video-container::before, .elementor-2146 .elementor-element.elementor-element-25002ae > .elementor-background-slideshow::before, .elementor-2146 .elementor-element.elementor-element-25002ae > .e-con-inner > .elementor-background-slideshow::before, .elementor-2146 .elementor-element.elementor-element-25002ae > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-2146 .elementor-element.elementor-element-26682a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.elementor-2146 .elementor-element.elementor-element-b8916ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-2146 .elementor-element.elementor-element-b8916ed{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-b8916ed *//* Sub-page hero */
.sub-hero {
  color: #FFFFFF;
}

.sub-breadcrumb {
  font-size: 13px;
  color: #B5C2C7;
  margin-bottom: 12px;
}

.sub-breadcrumb a {
  color: #B5C2C7;
  text-decoration: none;
  transition: color 0.2s;
}

.sub-breadcrumb a:hover {
  color: #5A8A6F;
}

.sub-breadcrumb span {
  margin: 0 8px;
}

.sub-current {
  color: #FFFFFF;
  margin: 0 !important;
}

.sub-title {
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 14px;
  line-height: 1.2;
}

.sub-intro {
  font-size: 16px;
  color: #C5D0D5;
  line-height: 1.65;
  max-width: 800px;
  margin: 0;
}

/* Study card */
.study-card {
  background: #FFFFFF;
  border: 1px solid #E5E7E9;
  border-radius: 10px;
  padding: 28px;
  transition: box-shadow 0.25s ease;
}

.study-card:hover {
  box-shadow: 0 6px 20px rgba(13, 42, 58, 0.06);
}

.sc-title {
  font-size: 19px;
  font-weight: 700;
  color: #0D2A3A;
  margin: 0 0 14px;
  line-height: 1.35;
}

.sc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.sc-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sc-type {
  background: #EEF3F9;
  color: #1E3A8A;
}

.sc-topic {
  background: #F0F7F3;
  color: #1F5945;
}

.sc-summary {
  font-size: 15px;
  color: #4A5A60;
  line-height: 1.7;
  margin: 0 0 18px;
}

.sc-external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #5A8A6F;
  text-decoration: none;
  margin-bottom: 16px;
}

.sc-external:hover {
  color: #1F5945;
}

.sc-external svg {
  width: 14px;
  height: 14px;
}

.sc-related {
  padding-top: 14px;
  border-top: 1px solid #F0F0F0;
  font-size: 13px;
  color: #6B7A7E;
}

.sc-related-label {
  font-weight: 600;
  margin-right: 6px;
}

.sc-related a {
  color: #5A8A6F;
  text-decoration: none;
  margin: 0 4px;
}

.sc-related a:hover {
  text-decoration: underline;
}

.sc-related a:not(:last-child)::after {
  content: " |";
  color: #C5CDD1;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 28px;
  }
  .sub-intro {
    font-size: 14px;
  }
  .study-card {
    padding: 20px;
  }
  .sc-title {
    font-size: 16px;
  }
  .sc-summary {
    font-size: 14px;
  }
}/* End custom CSS */