@charset "UTF-8";
h4,
h5,
h6 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  padding-bottom: 0;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1em;
}

.pb-20 :where(h1, h2, h3, h4, h5, h6):not(:last-child) {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .pb-20 :where(h1, h2, h3, h4, h5, h6):not(:last-child) {
    padding-bottom: 16px;
  }
}
.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word;
}

#et-main-area {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1;
}

footer.et-l {
  flex-shrink: 0;
}

/* Button */
.et_button_no_icon .et_pb_button,
.et_pb_button {
  text-align: center !important;
  line-height: 1.4em !important;
  padding: 13px 40px !important;
}

.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon .et_pb_button:focus,
.et_button_no_icon .et_pb_button:active,
.et_pb_button:hover,
.et_pb_button:focus,
.et_pb_button:active {
  padding: 13px 40px !important;
}

.wp-block-button__link {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Outfit", sans-serif !important;
  text-align: center !important;
  line-height: 1.4em !important;
  border: 2px solid #333333 !important;
  padding: 13px 40px !important;
  height: auto !important;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: #333333 !important;
  background: none !important;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
  padding-left: 0;
}

.et_mobile_menu li li {
  padding-left: 0;
}

.et_pb_menu .et_mobile_menu {
  padding: 0;
  max-height: 80vh;
  overflow: auto;
}

.et_mobile_menu li a {
  padding: 1rem;
}

/* Inn - Footer */
.inn-footer > div h4 {
  padding-bottom: 16px !important;
}

.inn-footer > div .widget_nav_menu ul > li,
.inn-footer > div .widget_nav_menu ul > p {
  font-weight: 400;
}

.inn-footer > div .widget_nav_menu ul > li:hover > a,
.inn-footer > div .widget_nav_menu ul > li > a:hover,
.inn-footer > div .widget_nav_menu ul > li.current-menu-item > a,
.inn-footer > div .widget_nav_menu ul > li.current-menu-parent > a,
.inn-footer > div .widget_nav_menu ul > li.current-menu-ancestor > a {
  color: #0A508E !important;
  opacity: 1 !important;
}

.inn-footer > div .fwidget {
  margin-bottom: 0 !important;
}

.inn-footer2 > div p {
  font-weight: 400;
}

.inn-footer2 > div p a {
  color: inherit;
}

.inn-footer2 > div a:hover,
.inn-footer2 > div a:focus,
.inn-footer2 > div a:active {
  color: #0A508E;
}

@media (min-width: 981px) {
  .inn-footer > div:nth-child(1) {
    width: 36% !important;
    margin-right: 4% !important;
  }
  .inn-footer > div:nth-child(2) {
    width: 20% !important;
    margin-right: 4% !important;
  }
  .inn-footer > div:nth-child(3) {
    width: 20% !important;
    margin-right: 4% !important;
  }
  .inn-footer > div:nth-child(4) {
    width: 12% !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .inn-footer > div:nth-child(1) {
    width: 42% !important;
  }
  .inn-footer > div:nth-child(2) {
    width: 17% !important;
  }
  .inn-footer > div:nth-child(3) {
    width: 17% !important;
  }
  .inn-footer > div:nth-child(4) {
    width: 12% !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .inn-footer2 {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .inn-footer2 > div:nth-child(1) {
    width: 70% !important;
    margin-right: 4% !important;
    margin-bottom: 0 !important;
  }
  .inn-footer2 > div:nth-child(2) {
    width: 26% !important;
    margin-right: 0 !important;
  }
}
/* Before Arrow Right */
@keyframes beforearrowright {
  0% {
    margin-right: 0;
    margin-left: 0;
  }
  75% {
    margin-right: 3px;
    margin-left: -3px;
  }
  100% {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Read More */
.bx-more a,
.bx-more .a {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  line-height: 20px;
  position: relative;
}

.bx-more a .arrow,
.bx-more .a .arrow {
  content: "";
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin: 0;
}

.bx-more a:hover,
.bx-more a:focus,
.bx-more a:active,
.box:hover .bx-more .a,
.box:focus .bx-more .a,
.box:active .bx-more .a {
  color: #0a508e;
  text-decoration: underline;
}

.bx-more a:hover .arrow,
.bx-more a:focus .arrow,
.bx-more a:active .arrow,
.box:hover .bx-more .a .arrow,
.box:focus .bx-more .a .arrow,
.box:active .bx-more .a .arrow {
  animation: beforearrowright 0.5s linear 1;
}

/* Hero - Full */
.fw-header-90 .et_pb_fullwidth_header_container {
  width: 90%;
}

.fw-header-90 .et_pb_fullwidth_header .header-content {
  padding: 0;
}

.hero-full p a,
.hero-full2 p a,
.hero-full2 .smartcrawl-breadcrumbs a,
.hero-full2 .et_pb_text_inner a {
  color: inherit;
}

.hero-full p a:hover,
.hero-full p a:focus,
.hero-full p a:active,
.hero-full2 p a:hover,
.hero-full2 p a:focus,
.hero-full2 p a:active,
.hero-full2 .smartcrawl-breadcrumbs a:hover,
.hero-full2 .smartcrawl-breadcrumbs a:focus,
.hero-full2 .smartcrawl-breadcrumbs a:active,
.hero-full2 .et_pb_text_inner a:hover,
.hero-full2 .et_pb_text_inner a:focus,
.hero-full2 .et_pb_text_inner a:active {
  color: #cccccc;
}

.hero-full2 .single-post-icon img {
  width: auto;
  max-height: 40px;
}

.hero-full2 .single-post-icon .dashicons,
.hero-full2 .single-post-icon .dashicons-before:before {
  width: auto;
  height: 40px;
  font-size: 38px;
}

@media (min-width: 981px) and (max-width: 1299px) {
  .hero-full {
    padding-left: 27px !important;
  }
  .hero-full2 {
    margin-left: 27px !important;
    padding-right: 350px !important;
  }
}
@media (min-width: 981px) and (max-width: 1249px) {
  .hero-full {
    padding-left: 17px !important;
  }
  .hero-full2 {
    margin-left: 17px !important;
    padding-right: 300px !important;
  }
}
/* CTA Format */
.cta-fm p {
  padding-bottom: 35px;
}

.cta-fm p:last-child {
  padding-bottom: 0;
}

.cta-fm p a {
  color: inherit;
}

.cta-fm p a:hover,
.cta-fm p a:focus,
.cta-fm p a:active {
  color: #0A508E;
}

/* Search - Box */
.search-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

.search-box:last-child {
  margin-bottom: 0;
}

.search-box form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.search-box select,
.search-box textarea,
.search-box input[type=text],
.search-box input[type=password],
.search-box input[type=datetime],
.search-box input[type=datetime-local],
.search-box input[type=date],
.search-box input[type=month],
.search-box input[type=time],
.search-box input[type=week],
.search-box input[type=number],
.search-box input[type=email],
.search-box input[type=url],
.search-box input[type=search],
.search-box input[type=tel],
.search-box input[type=color],
.search-box .uneditable-input {
  width: 100%;
  height: 40px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 900px;
  box-shadow: none;
  padding: 10px 45px 10px 18px;
}

.search-box ::-webkit-input-placeholder,
.search-box ::-webkit-textarea-placeholder {
  color: #b3b3b3;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #b3b3b3;
}

.search-box ::-moz-placeholder {
  color: #b3b3b3;
}

.search-box ::-ms-input-placeholder {
  color: #b3b3b3;
}

.search-box select:focus,
.search-box textarea:focus,
.search-box input[type=text]:focus,
.search-box input[type=password]:focus,
.search-box input[type=datetime]:focus,
.search-box input[type=datetime-local]:focus,
.search-box input[type=date]:focus,
.search-box input[type=month]:focus,
.search-box input[type=time]:focus,
.search-box input[type=week]:focus,
.search-box input[type=number]:focus,
.search-box input[type=email]:focus,
.search-box input[type=url]:focus,
.search-box input[type=search]:focus,
.search-box input[type=tel]:focus,
.search-box input[type=color]:focus,
.search-box .uneditable-input:focus {
  border-color: #0a508e;
  outline: 0;
}

.search-box .btn,
.search-box input[type=button],
.search-box input[type=submit] {
  width: 43px;
  height: 38px;
  background: url(/wp-content/uploads/2026/02/search.svg) no-repeat center center;
  background-size: 14px auto;
  text-indent: -99999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}

/* Links Search - Wrapper */
.links-search-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.links-search-wrapper .sub-links {
  width: 100%;
  padding: 0 300px 0 0;
}

.links-search-wrapper .sub-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -4px -8px -4px;
}

.links-search-wrapper .sub-links ul li {
  padding: 0;
  margin: 0 4px 8px 4px;
}

.links-search-wrapper .sub-links ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #49454f;
  line-height: 18px;
  text-decoration: none;
  border: 1px solid #cac4d0;
  border-radius: 8px;
  overflow: hidden;
  padding: 7px 12px;
}

.links-search-wrapper .sub-links ul li a:hover,
.links-search-wrapper .sub-links ul li a:focus,
.links-search-wrapper .sub-links ul li a:active,
.links-search-wrapper .sub-links ul li a.active {
  color: #ffffff;
  background: #49454f;
  border-color: #49454f;
}

.links-search-wrapper .search-box {
  width: 258px;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .links-search-wrapper .sub-links {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .links-search-wrapper .search-box {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* Articles - News */
.articles-news {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

.articles-news:last-child {
  margin-bottom: 0;
}

.articles-news .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
  padding: 25px 20px 50px 20px;
}

.articles-news .box .bx-icon {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 95px;
}

.articles-news .box .bx-icon:last-child {
  margin-bottom: 0;
}

.articles-news .box .bx-icon img {
  width: auto;
  max-height: 40px;
}

.articles-news .box .bx-icon .dashicons,
.articles-news .box .bx-icon .dashicons-before:before {
  width: auto;
  height: 40px;
  font-size: 38px;
}

.articles-news .box .bx-title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.articles-news .box .bx-title:last-child {
  margin-bottom: 0;
}

.articles-news .box p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  padding-bottom: 15px;
}

.articles-news .box p:last-child {
  padding-bottom: 0;
}

.articles-news .box .bx-more a,
.articles-news .box .bx-more .a {
  font-weight: 700;
}

.articles-news .bx-more a:hover,
.articles-news .bx-more a:focus,
.articles-news .bx-more a:active,
.articles-news .box:hover .bx-more .a,
.articles-news .box:focus .bx-more .a,
.articles-news .box:active .bx-more .a {
  color: inherit;
}

.articles-news.swiper {
  overflow: visible;
}

.articles-news .swiper-slide {
  width: 256px;
  height: auto;
}

.articles-news .swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -7px 0 -7px;
}

.swiper-navigation button {
  width: 46px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 5;
  outline: 0;
  padding: 0;
  margin: 0 7px;
}

.swiper-navigation .custom-prev {
  background-image: url(/wp-content/uploads/2026/02/slider-left.svg);
}

.swiper-navigation .custom-next {
  background-image: url(/wp-content/uploads/2026/02/slider-right.svg);
}

.swiper-navigation .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.articles-news .article-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
  margin: 0 -15px -30px -15px;
}

.articles-news .article-wrap:last-child {
  padding-bottom: 0;
}

.articles-news .article {
  width: 25%;
  padding: 0 15px 30px 15px;
}

@media (max-width: 1099px) {
  .articles-news .article-wrap {
    margin: 0 -12px -24px -12px;
  }
  .articles-news .article {
    width: 33.3333333333%;
    padding: 0 12px 24px 12px;
  }
}
@media (max-width: 839px) {
  .articles-news .box .bx-icon {
    margin-bottom: 70px;
  }
  .swiper-navigation button {
    width: 40px;
    height: 40px;
  }
  .articles-news .article {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .articles-news .box {
    padding-bottom: 30px;
  }
  .articles-news .box .bx-icon {
    margin-bottom: 60px;
  }
  .swiper-navigation button {
    width: 34px;
    height: 34px;
  }
  .articles-news .article {
    width: 100%;
  }
}
/* Arrow Left */
@keyframes arrowleft {
  0% {
    margin-right: 10px;
    margin-left: 0;
  }
  75% {
    margin-right: 17px;
    margin-left: -7px;
  }
  100% {
    margin-right: 10px;
    margin-left: 0;
  }
}
/* Arrow Right */
@keyframes arrowright {
  0% {
    margin-left: 10px;
    margin-right: 0;
  }
  75% {
    margin-left: 17px;
    margin-right: -7px;
  }
  100% {
    margin-left: 10px;
    margin-right: 0;
  }
}
/* WP - Pagination */
.wp-pagenavi-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.wp-pagenavi-out a,
.wp-pagenavi-out span {
  width: 32px;
  height: 32px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin: 0 6px;
}

.wp-pagenavi-out a:hover,
.wp-pagenavi-out a:focus,
.wp-pagenavi-out a.active,
.wp-pagenavi-out span.current {
  color: #ffffff;
  background: #0a508e;
}

.wp-pagenavi-out a.prev,
.wp-pagenavi-out a.next {
  width: auto;
  color: #333333;
  background: none;
  overflow: inherit;
}

.wp-pagenavi-out a.prev:hover,
.wp-pagenavi-out a.next:hover {
  color: #0a508e;
}

.wp-pagenavi-out a.prev::before,
.wp-pagenavi-out a.next::after {
  content: "";
  width: 11px;
  height: 11px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
  top: 0;
}

.wp-pagenavi-out a.prev::before {
  background-image: url(/wp-content/uploads/2026/02/arrow-left.svg);
  margin-right: 10px;
}

.wp-pagenavi-out a.prev:hover::before,
.wp-pagenavi-out a.prev:focus::before,
.wp-pagenavi-out a.prev:active::before {
  animation: arrowleft 0.5s linear 1;
}

.wp-pagenavi-out a.next::after {
  background-image: url(/wp-content/uploads/2026/02/arrow-right.svg);
  margin-left: 10px;
}

.wp-pagenavi-out a.next:hover::after,
.wp-pagenavi-out a.next:focus::after,
.wp-pagenavi-out a.next:active::after {
  animation: arrowright 0.5s linear 1;
}

@media (max-width: 767px) {
  .wp-pagenavi-out a,
  .wp-pagenavi-out span {
    margin: 0 6px;
  }
  .wp-pagenavi-out a.prev,
  .wp-pagenavi-out a.next {
    width: 11px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wp-pagenavi-out a.prev::before,
  .wp-pagenavi-out a.next::after {
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .wp-pagenavi-out a.prev::before {
    margin-right: 0;
  }
  .wp-pagenavi-out a.prev:hover::before,
  .wp-pagenavi-out a.prev:focus::before,
  .wp-pagenavi-out a.prev:active::before {
    animation: none;
  }
  .wp-pagenavi-out a.next::after {
    margin-left: 0;
  }
  .wp-pagenavi-out a.next:hover::after,
  .wp-pagenavi-out a.next:focus::after,
  .wp-pagenavi-out a.next:active::after {
    animation: none;
  }
}
/* Related Resources Title */
.related-resources-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #1474C1 !important;
  line-height: 1.1em;
  letter-spacing: 0.25em;
  padding-bottom: 20px;
  margin-top: 28px;
}

.related-items {
  padding-bottom: 28px;
}

@media only screen and (max-width: 980px) {
  .related-resources-title {
    margin-top: 20px;
  }
  .related-items {
    padding-bottom: 20px;
  }
}
/* Logo Carousel Auto Width */
.logo-slider .slick-list {
  overflow: visible !important;
}

.logo-slider .slick-list .slick-track .slick-slide img {
  width: auto !important;
  max-height: 60px !important;
}

@media (max-width: 980px) {
  .logo-slider .slick-list .slick-track .slick-slide img {
    max-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .logo-slider .slick-list .slick-track .slick-slide img {
    max-height: 40px !important;
  }
}
/* Timeline - Content */
.timeline-cont {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.timeline-cont:before {
  content: "";
  width: 20000px;
  height: 1px;
  border-top: 1px solid #F7931E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.timeline-cont .box {
  float: left;
  position: relative;
  padding: 29px 40px 0 0;
}

.timeline-cont .box:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid var(--tl-node-col, #F7931E);
  border-radius: 900px;
  position: absolute;
  top: -12px;
  left: 0;
}

.timeline-cont .box .date {
  font-weight: 500;
  font-size: 10px;
  color: #f7931e;
  line-height: 14px;
  margin-bottom: 10px;
}

.timeline-cont .box .date:last-child {
  margin-bottom: 0;
}

.timeline-cont .box .title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}

.timeline-cont .box .description {
  height: 0;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  transition: all 0.25s ease-out;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin: 4px 0 0 0;
}

.timeline-cont .box:hover .description {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.timeline-cont a.box:hover .title,
.timeline-cont a.box:focus .title,
.timeline-cont a.box:active .title {
  color: #0a508e;
}

.timeline-cont.swiper {
  overflow: visible;
}

.timeline-cont .swiper-slide {
  width: auto;
  min-width: 160px;
  max-width: 240px;
  height: auto;
  position: relative;
}

.timeline-cont .swiper-slide:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #F7931E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Timeline - Content ALT */
@media (min-width: 640px) {
  .timeline-cont.alt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-top: 1px;
  }
  .timeline-cont.alt:before,
  .timeline-cont.alt:after {
    content: "";
    width: 50%;
    height: 100%;
    border: none;
    background: url(/images/timeline-lines.png?7b93e15093f97454f32d91fae920c4f7) repeat-y;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .timeline-cont.alt:before {
    background-position: top left;
    left: 0;
  }
  .timeline-cont.alt:after {
    background-position: top right;
    right: 0;
    z-index: -2;
  }
  .timeline-cont.alt .timeline-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 11px 0 0 0;
    margin: 0 0 -40px 0;
  }
  .timeline-cont.alt .item {
    width: 50%;
    height: 224px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
  }
  .timeline-cont.alt .item:first-child {
    padding-left: 0;
  }
  .timeline-cont.alt .item:last-child:before {
    content: "";
    width: 10000px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: -3px;
    left: 40px;
    z-index: -1;
  }
  .timeline-cont.alt .item .box {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .timeline-cont.alt .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .timeline-cont.alt .item {
    width: 25%;
  }
}
@media (max-width: 639px) {
  .timeline-cont.alt:before {
    width: 1px;
    height: 100%;
    border: none;
    background: #F7931E;
  }
  .timeline-cont.alt .timeline-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .timeline-cont.alt .item {
    width: 100%;
    padding-bottom: 35px;
  }
  .timeline-cont.alt .item:last-child {
    padding-bottom: 0;
  }
  .timeline-cont.alt .item .box {
    width: 100%;
    padding: 5px 0 0 20px;
  }
  .timeline-cont.alt .box:before {
    top: 0;
    left: -12px;
  }
  .timeline-cont.alt .box .description {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}
/* Timeline V2 — phase graphic + event lists */
.tl-legend {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.tl-leg {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
}

.tl-leg-line {
  display: inline-block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
}

.tl-leg-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  flex-shrink: 0;
}

.tl-phase-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 0;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.tl-card-label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-weight: 700;
}

.tl-track-area {
  position: relative;
  height: 128px;
}
@media (max-width: 639px) {
  .tl-track-area {
    min-width: 600px;
  }
}

.tl-ov-zone {
  position: absolute;
  top: 10px;
  bottom: 10px;
  background: rgba(130, 100, 200, 0.04);
  border-left: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
  z-index: 0;
}

.tl-rail {
  position: absolute;
  height: 3px;
  border-radius: 2px;
  z-index: 1;
}

.tl-phase-lbl {
  position: absolute;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  top: 22px;
  z-index: 3;
  white-space: nowrap;
}

.tl-ov-svg {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.tl-dot {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  cursor: default;
  transform: translateX(-50%) scale(var(--ds, 1));
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.tl-dot.active {
  --ds: 1.35;
  background: var(--tl-col, #888);
  box-shadow: 0 0 0 3px var(--tl-glow, rgba(0, 0, 0, 0.2));
}

.tl-year-axis {
  position: relative;
  border-top: 1px solid #f0f0f0;
  height: 32px;
  margin-top: 4px;
}
@media (max-width: 639px) {
  .tl-year-axis {
    min-width: 600px;
  }
}

.tl-yr {
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  font-size: 9px;
  color: #ccc;
}
.tl-yr.tl-maj {
  color: #999;
  font-weight: 700;
}

.tl-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 639px) {
  .tl-events-grid {
    grid-template-columns: 1fr;
  }
}

.tl-ev-section {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.tl-ev-header {
  padding: 10px 14px 8px;
  color: #fff;
}
.tl-ev-header h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.tl-ev-rng {
  font-size: 10px;
  opacity: 0.8;
  font-weight: 400;
  margin-top: 1px;
}

.tl-ev-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.tl-ev-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
  padding: 8px 14px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 1rem;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.tl-ev-item:last-child {
  border-bottom: none;
}
.tl-ev-item.highlight {
  background: var(--tl-tint, #f8f8f8);
  box-shadow: inset 3px 0 0 var(--tl-col, #888);
}

.tl-ev-date {
  font-weight: 700;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.tl-ev-desc {
  color: #444;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
}
.tl-ev-desc a {
  text-decoration: none;
  color: inherit;
}
.tl-ev-desc a:hover {
  text-decoration: underline;
}

.tl-ev-body {
  display: block;
  font-size: 0.95em;
  color: #888;
  margin-top: 2px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 639px) {
  .tl-phase-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* HPInfio - Content */
.hpinfo-cont {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.hpinfo-cont:before {
  content: "";
  width: 100%;
  height: 45%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hpinfo-cont .item-hpinfo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.hpinfo-cont .hp-features {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 110px 0 440px 0;
}

.hpinfo-cont .hp-features:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1474c1;
  border-radius: 50px 0 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hpinfo-cont .hp-features .hp-features-max {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

.hpinfo-cont .hp-features .col-wraper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.hpinfo-cont .hp-features .col-wraper > div {
  width: 33.3333333333%;
  color: #ffffff;
  position: relative;
  padding-left: 85px;
  padding-right: 20px;
}

.hpinfo-cont .hp-features .col-wraper > div .icon {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
}

.hpinfo-cont .hp-features .col-wraper > div .icon img {
  max-height: 68px;
}

.hpinfo-cont .hp-features .col-wraper > div .icon .dashicons,
.hpinfo-cont .hp-features .col-wraper > div .icon .dashicons-before:before {
  width: 100%;
  height: 100%;
  font-size: 60px;
}

.hpinfo-cont .hp-features .col-wraper > div .number {
  display: inline-table;
  vertical-align: bottom;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.7em;
  position: relative;
  margin-bottom: 27px;
}

.hpinfo-cont .hp-features .col-wraper > div .number sub {
  display: inline-table;
  vertical-align: bottom;
  font-size: 35%;
  line-height: 1em;
  right: 20px;
  top: 0.2em;
}

.hpinfo-cont .hp-features .col-wraper > div .number sup {
  display: inline-table;
  vertical-align: top;
  font-weight: 300;
  font-size: 40%;
  line-height: 1em;
  right: 20px;
}

.hpinfo-cont .hp-features .col-wraper > div p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
}

.hpinfo-cont .hp-cont {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  margin-top: -360px;
}

.hpinfo-cont .hp-cont:before,
.hpinfo-cont .hp-cont:after {
  content: "";
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  z-index: -1;
}

.hpinfo-cont .hp-cont:before {
  background: url(/wp-content/uploads/2026/02/blue-lines-top.png) no-repeat top right;
  top: 0;
}

.hpinfo-cont .hp-cont:after {
  background-image: url(/wp-content/uploads/2026/02/blue-lines-bottom.png);
  background-position: bottom right;
  bottom: 60px;
}

.hpinfo-cont .hp-cont .hp-cont-wraper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 140px;
}

.hpinfo-cont .hp-cont .hp-cont-max {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

.hpinfo-cont .hp-cont .hp-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hpinfo-cont .hp-cont .hp-image .inn {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 45px 0 0 45px;
  overflow: hidden;
  position: relative;
  margin-left: -55%;
}

.hpinfo-cont .hp-cont .hp-image img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hpinfo-cont .hp-cont .hp-txt {
  width: 100%;
  max-width: 480px;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  overflow: hidden;
  padding: 40px;
}

.hpinfo-cont .hp-cont .hp-txt .hp-txt-inn {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.hpinfo-cont .hp-cont .hp-txt h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: inherit;
  line-height: 44px;
  padding-bottom: 20px;
}

.hpinfo-cont .hp-cont .hp-txt h3:last-child {
  padding-bottom: 0;
}

.hpinfo-cont .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 50px 0 0 0;
}

.hpinfo-cont .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: none;
  border: 1px solid #0a508e;
  border-radius: 900px;
  transform: none;
  opacity: 1;
  margin: 0 7px !important;
}

.hpinfo-cont .swiper-pagination-bullet-active {
  background: #0a508e;
}

@media (min-width: 981px) {
  .hpinfo-cont .item-hpinfo {
    padding-left: 54px;
  }
  .hpinfo-cont .hp-features,
  .hpinfo-cont .hp-cont-wraper {
    padding-right: 54px;
  }
}
@media (min-width: 981px) and (max-width: 1299px) {
  .hpinfo-cont .item-hpinfo {
    padding-left: 27px;
  }
  .hpinfo-cont .hp-features,
  .hpinfo-cont .hp-cont-wraper {
    padding-right: 27px;
  }
}
@media (min-width: 981px) and (max-width: 1249px) {
  .hpinfo-cont .item-hpinfo {
    padding-left: 17px;
  }
  .hpinfo-cont .hp-features,
  .hpinfo-cont .hp-cont-wraper {
    padding-right: 17px;
  }
}
@media (min-width: 1400px) {
  .hpinfo-cont .hp-cont .hp-image .inn {
    margin-left: -370px;
  }
}
@media (max-width: 1199px) {
  .hpinfo-cont .hp-features .col-wraper > div .number {
    font-size: 85px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number sub {
    right: 12px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number sup {
    right: 12px;
  }
  .hpinfo-cont .hp-features .col-wraper > div p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 980px) {
  .hpinfo-cont .hp-features {
    padding: 80px 0 400px 0;
  }
  .hpinfo-cont .hp-features:before {
    border-radius: 40px 0 0 40px;
  }
  .hpinfo-cont .hp-features .col-wraper > div {
    padding-left: 60px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .icon {
    width: 50px;
    height: 50px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .icon img {
    max-height: 50px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .icon .dashicons,
  .hpinfo-cont .hp-features .col-wraper > div .icon .dashicons-before:before {
    font-size: 40px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number {
    font-size: 70px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number sub {
    right: 8px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number sup {
    right: 8px;
  }
  .hpinfo-cont .hp-features .col-wraper > div p {
    font-size: 24px;
    line-height: 32px;
  }
  .hpinfo-cont .hp-cont .hp-image .inn {
    border-radius: 35px 0 0 35px;
  }
}
@media (max-width: 767px) {
  .hpinfo-cont .hp-features {
    padding: 70px 0 420px 0;
  }
  .hpinfo-cont .hp-features:before {
    border-radius: 20px 0 0 30px;
  }
  .hpinfo-cont .hp-features .col-wraper {
    margin-right: -20px;
    margin-bottom: -50px;
  }
  .hpinfo-cont .hp-features .col-wraper > div {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .hpinfo-cont .hp-features .col-wraper > div .number {
    margin-bottom: 20px;
  }
  .hpinfo-cont .hp-cont .hp-cont-wraper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .hpinfo-cont .hp-cont .hp-image .inn {
    border-radius: 25px 0 0 25px;
  }
  .hpinfo-cont .hp-cont .hp-txt {
    min-height: 300px;
    border-radius: 20px;
    padding: 40px 25px;
  }
  .hpinfo-cont .hp-cont .hp-txt h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .hpinfo-cont .swiper-pagination {
    margin: 40px 0 0 0;
  }
  .hpinfo-cont .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 479px) {
  .hpinfo-cont .hp-features .col-wraper > div {
    width: 100%;
  }
}
/* CTA - Banner */
@media (min-width: 981px) {
  .cta-banner > div {
    overflow: visible !important;
  }
  .cta-banner > div:first-child:before {
    border-radius: 40px 40px 40px 40px;
  }
  .cta-banner > div:first-child:after {
    content: "";
    width: 110%;
    height: 135%;
    background: url(/wp-content/uploads/2026/02/cta-banner-edge.png) no-repeat center;
    background-size: cover;
    border-radius: 0 0 40px 0;
    position: absolute;
    bottom: 0;
    right: -4.5%;
    z-index: -1;
  }
}
