
.news__img {
    width: 500px;
    border-radius: 20px 20px 20px 20px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news__title h3 {
    font-family: "Overused Grotesk", sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.news-slider__item p{
    font-family: "Overused Grotesk", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;

}

.news-slider__item a.custom-learn-more.anchor-arrow {
    color: #28ADAA;
    font-size: 18px;
}

.slick-wrapper .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-wrapper .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

.slick-wrapper .slick-slide {
    padding: 30px;
}

.slick-wrapper .slick-prev:before {
    content: '❮';
    font-size: 40px;
    margin-left: -20px;

}

.slick-wrapper .slick-next:before {
    content: '❯';
    font-size: 40px;
    margin-right: -20px;
}
.news__title {
    margin-bottom: 10px;
}
.et_pb_module.custom_carousel_item {
    margin-bottom: 30px !important;
}


/** video banner **/
.video-banner {
    max-height: 840px;
    overflow: hidden;
    height: calc(100vh - 117px);
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
div[data-type=vimeo] .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: opacity .4s ease;
}
div[data-type=vimeo] .video-placeholder.hidden {
    opacity: 0;
    visibility: hidden;
}
div[data-type=vimeo] .vimeo-player {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    pointer-events: none;
}
.video-banner .container {
    height: calc(100vh - 117px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}

.video-banner .container {
    position: absolute;
    padding: 5.125rem 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 400;
}

.video-banner h1 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    max-width: 44.375rem;
    font-family: "Overused Grotesk", sans-serif;
    font-size: 46px;
    line-height: 110%;;
}
.video-banner .btn_holder {
    display: flex;
    align-items: center;
    gap: 1.4375rem;
}
.video-banner .custom_video_banner_item_0 ,
.video-banner .custom_video_banner_item_1 
  {
    min-width: unset;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding-right: 30px;
    text-decoration: none;
    text-transform: none;
    min-width: 201px;
    height: 50px;
    line-height: 25px;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    border-color: #fff;
    font-weight: bold;
} 
div[data-type=vimeo] .hero_item::before {
    opacity: 1;
}
.hero_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 48, 73, .6);
    z-index: 1;
    opacity: 0;
}
.caption-wrapper p {
    max-width: 600px;
    font-family: "Overused Grotesk", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #fff;
}

.caption-wrapper small {
    font-family: "Overused Grotesk", sans-serif;
    font-size: 16px;
    color: #fff;
}

/** accordian **/
.accordion {
  width: 100%;
  max-width: 600px;
  font-family: "Rubik", sans-serif;
  border-top: 1px solid #d1d5db;
}

.accordion-item {
  border-bottom: 1px solid #d1d5db;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 ;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  transition: color 0.3s ease;
}

.accordion-header:hover {
  color: #2563eb;
}

.accordion-content {
  display: none;
  padding: 0 0 25px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}

.accordion-content a.learn-more {
  display: inline-block;
  margin-top: 10px;
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 500;
}

.accordion-content a.learn-more i {
  margin-left: 5px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-header i {
  content: "\f068"; /* Font Awesome minus */
}

.accordion-header i {
  font-size: 1rem;
  color: #0f172a;
  transition: transform 0.3s ease;
}
.accordion-header h3 {
    color: #293E69;
    font-size: 24px;
    font-family: Overused Grotesk;
    font-weight: 700;
    line-height: 26.40px;
    padding: 0px;
}
.accordion-content p {
    color: #293E69;
    font-size: 18px;
    font-family: Overused Grotesk;
    font-weight: 400;
    line-height: 24.30px;
}

.accordion-content a {
    color: #28ADAA;
    font-size: 18px;
    font-family: Overused Grotesk;
    font-weight: 500;
    line-height: 24.30px;
    padding-top: 20px;
    display: inline-block;
}
.accordion-wrapper  .et_pb_module.custom_accordion_item {
    margin-bottom: 0 !important;
}

/** Tabs **/
.tabs-container {
  max-width: 1400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.tab {
  background: none;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #1a1a1a;
  position: relative;
  transition: color 0.3s ease;
}

.tab.active {
  color: #49A1D8;
  font-weight: 600;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #49A1D8;
}

.tab:hover {
  color: #49A1D8;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 8px;
}

.card p {
  margin-top: 10px;
  color: #49A1D8;
  font-weight: 500;
}
a.tab {
    color: #293E69;
    font-size: 24px;
    font-family: Overused Grotesk;
    font-weight: 700;
    line-height: 26.40px;
}
a.tab.tab.active{
color: #49A1D8;
font-size: 24px;
font-family: Overused Grotesk;
font-weight: 700;
line-height: 26.40px;
}
.cards.custom-cards a {
    color: #49A1D8;
    font-size: 24px;
    font-family: Overused Grotesk;
    font-weight: 600;
    line-height: 26.40px;
        text-align: left;
    display: block;
}

.cards.custom-cards .fa {
 
}
.tab-image-wrapper {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cards.custom-cards a:hover {
opacity: 0.8;
}
.anchor-arrow .fa {
    font-size: 15px;
    font-weight: 800;
    transform: rotate(45deg);
    padding: 5px;
}

/** carousel bar **/
.custom-carousel-bar .slick-prev, .custom-carousel-bar .slick-next { display: none !important; } /* hide arrows */
.custom-carousel-bar .slider-progress {
  width: 100%;
  height: 6px;
  background: #eee;
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.custom-carousel-bar .slider-progress .progress {
  width: 0;
  height: 100%;
  background: #007bff;
  transition: width 0.3s ease;
}



.custom-carousel-bar .news__img {
    width: 100%;
    border-radius: 5px;
    height: 265px;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 265px;
}


.news__img img.perfmatters-lazy.entered.pmloaded { /*temp */
    /* width: 100%;
    height: 100%; */
}

.custom-carousel-bar .news-slider__item p {
    font-family: "Overused Grotesk", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #293E69;
}



.custom-carousel-bar  .news__title h3 {
    font-family: "Overused Grotesk", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #293E69;
}


.custom-carousel-bar .post_date {
    color: #293E69;
    font-size: 14px;
    font-family: Overused Grotesk;
    font-weight: 500;
    line-height: 24.50px;
    background: #49A1D84D;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.custom-carousel-bar  .news-slider__item.slick-slide {
    margin-bottom: 50px;
    max-width: 370px;
    padding-right: 30px;
}

.news__title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}


