@charset "UTF-8";
@font-face {
  font-family: 'Almoni Neue';
  src: url("../fonts/almoni-neue-regular-aaa.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/almoni-neue-regular-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/almoni-neue-regular-aaa.woff2") format("woff2"), url("../fonts/almoni-neue-regular-aaa.woff") format("woff");
  /* Older Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Almoni Neue';
  src: url("../fonts/almoni-neue-thin-aaa.eot");
  src: url("../fonts/almoni-neue-thin-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/almoni-neue-thin-aaa.woff2") format("woff2"), url("../fonts/almoni-neue-thin-aaa.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Almoni Neue';
  src: url("../fonts/almoni-neue-light-aaa.eot");
  src: url("../fonts/almoni-neue-light-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/almoni-neue-light-aaa.woff2") format("woff2"), url("../fonts/almoni-neue-light-aaa.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html {
  scroll-behavior: smooth; }

body {
  background: #1F1F1F;
  color: #fff;
  font-family: 'Almoni Neue', sans-serif;
  /*overflow: hidden;*/
  overflow-x: hidden; }

input, button {
  font-family: 'Almoni Neue', sans-serif; }

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light background */
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #888;
  /* Dark thumb */
  border-radius: 10px; }

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* On hover */ }

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1; }

.search {
  position: relative; }
  .search .form-control {
    border: 0;
    background-color: #F2F2F2;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    height: 40px; }
    @media (max-width: 768px) {
      .search .form-control {
        max-width: 230px; } }
  .search .form-control.search-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18555 0.842987C14.1535 0.842987 18.1855 4.87499 18.1855 9.84299C18.1855 14.811 14.1535 18.843 9.18555 18.843C4.21755 18.843 0.185547 14.811 0.185547 9.84299C0.185547 4.87499 4.21755 0.842987 9.18555 0.842987ZM9.18555 16.843C13.0525 16.843 16.1855 13.71 16.1855 9.84299C16.1855 5.97499 13.0525 2.84299 9.18555 2.84299C5.31755 2.84299 2.18555 5.97499 2.18555 9.84299C2.18555 13.71 5.31755 16.843 9.18555 16.843ZM16.1855 15.4982L20.4995 19.742L19.0845 21.157L14.7715 16.9122L16.1855 15.4982Z' fill='%2300C1DE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 35px;
    /* make room for the icon */ }

.sticky-menu {
  position: fixed;
  max-width: 1880px;
  width: 98%;
  height: 90px;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px); }
  @media (max-width: 768px) {
    .sticky-menu {
      top: 10px; } }
  .sticky-menu .logo {
    position: relative; }
    @media (max-width: 768px) {
      .sticky-menu .logo {
        max-width: 135px;
        height: 40px; }
        .sticky-menu .logo .custom-logo-link {
          width: 100%;
          height: 100%;
          display: block; }
          .sticky-menu .logo .custom-logo-link img {
            width: 100%;
            height: 100%;
            display: block; } }
  .sticky-menu .menu {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    /* Make mega menu full width */
    /* Optional hover effect for large screens */ }
    @media (max-width: 1280px) {
      .sticky-menu .menu {
        font-size: 16px; } }
    .sticky-menu .menu ul {
      gap: 50px; }
      @media (max-width: 1280px) {
        .sticky-menu .menu ul {
          gap: 30px;
          padding: 0; } }
      .sticky-menu .menu ul .dropdown-toggle::after {
        display: none; }
    .sticky-menu .menu a {
      color: #424242;
      text-decoration: none; }
    .sticky-menu .menu .dropdown.position-static .dropdown-menu.mega-menu {
      left: 0;
      right: 0;
      top: 100%;
      width: 100%;
      border-radius: 0;
      padding: 0;
      z-index: 9999;
      box-shadow: 0px 0px 0px;
      border: 0;
      align-items: center;
      overflow: hidden; }
      .sticky-menu .menu .dropdown.position-static .dropdown-menu.mega-menu ul {
        gap: 10px; }
    .sticky-menu .menu .dropdown-item {
      font-size: 20px; }
      .sticky-menu .menu .dropdown-item:hover {
        font-weight: bold; }
    .sticky-menu .menu .mega-menu-shadow {
      position: absolute;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.18%, #FFFFFF 48.92%);
      transform: rotate(-90deg);
      top: 0;
      left: 0;
      z-index: 99999999;
      height: 100%;
      left: auto;
      right: 0;
      max-width: 440px;
      width: 100%; }
    @media (min-width: 992px) {
      .sticky-menu .menu .dropdown-menu.mega-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        /* מתחיל קצת מעל */
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: block;
        position: absolute;
        z-index: 1000;
        /*height: 450px;*/ }
      .sticky-menu .menu .dropdown-menu.mega-menu.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        /* מגיע למקום המקורי */ } 
        .sticky-menu .menu .mega-menu-shadow ~ img{
          max-width: 75%;
        }
        .sticky-menu .menu .mega-menu-shadow {
          max-width: 50%;
        }
    }
  .sticky-menu .button {
    position: relative; }
    .sticky-menu .button .btn {
      height: 40px;
      font-size: 18px;
      font-weight: 600; }
  .sticky-menu .lang {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px; }
    .sticky-menu .lang a {
      color: #424242;
      text-decoration: none; }
  .sticky-menu .mobile-btn {
    width: 24px; }
  .sticky-menu .left-side-menu {
    gap: 60px; }
    @media (max-width: 1280px) {
      .sticky-menu .left-side-menu {
        gap: 20px; } }

.section-hero {
  position: relative; }
  .section-hero .swiper {
    height: 920px;
    position: relative; }
    @media (max-width: 768px) {
      .section-hero .swiper {
        height: auto; } }
    .section-hero .swiper .swiper-slide:after {
      /*background: linear-gradient(178.25deg, rgba(25, 24, 24, 0) 6.92%, #1F1F1F 46.28%);*/
      /*content: 'xxx';*/
      background: linear-gradient(178.25deg, rgba(25, 24, 24, 0) 6.92%, #1F1F1F 46.28%);
      content: '';
      height: 100%;
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%;
      height: 200%;
      bottom: -100%;
      pointer-events: none; }
    .section-hero .swiper .swiper-slide .hero-title {
      font-weight: 400;
      font-size: 130px;
      line-height: 100px; }
      @media (max-width: 768px) {
        .section-hero .swiper .swiper-slide .hero-title {
          font-size: 55px;
          line-height: 48px; } }
    .section-hero .swiper .swiper-slide .hero-text {
      font-weight: 100;
      font-size: 28px;
      line-height: 30px; }
      @media (max-width: 768px) {
        .section-hero .swiper .swiper-slide .hero-text {
          font-size: 20px;
          line-height: 30px; }
          .section-hero .swiper .swiper-slide .hero-text br {
            display: none; } }
    .section-hero .swiper .swiper-slide .hero-content {
      max-width: 850px;
      padding-top: calc(215 / 1920 * 100vw); }
      @media (max-width: 768px) {
        .section-hero .swiper .swiper-slide .hero-content {
          padding-top: calc(600 / 1920 * 100vw); } }
    .section-hero .swiper .swiper-slide .hero-buttons {
      gap: 35px; }
      @media (max-width: 768px) {
        .section-hero .swiper .swiper-slide .hero-buttons {
          gap: 20px; } }
      @media (max-width: 768px) {
        .section-hero .swiper .swiper-slide .hero-buttons .btn {
          min-width: 140px;
          min-width: 1px; } }
    .section-hero .swiper .swiper-wrapper {
      height: inherit; }
  .section-hero .hero-swiper .swiper-buttons {
    position: absolute;
    bottom: 10rem;
    left: 6.5rem;
    z-index: 1; }
  @media (max-width: 768px) {
    .section-hero .hero-swiper .swiper-buttons {
      position: absolute;
      bottom: 12.25rem;
      left: 1rem;
      z-index: 1; } }
  .section-hero .progress-circle {
    width: 46px;
    height: 46px;
    position: relative; }
    .section-hero .progress-circle .progress {
      stroke-dasharray: 132;
      stroke-dashoffset: 132; }
    @media (max-width: 768px) {
      .section-hero .progress-circle {
        width: 28px;
        height: 28px; }
        .section-hero .progress-circle .progress {
          stroke-dasharray: 75.4;
          stroke-dashoffset: 75.4; } }
  .section-hero circle {
    fill: none;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.1s linear; }
  .section-hero .bg {
    stroke: rgba(255, 255, 255, 0.5);
    /* לבן שקוף */
    stroke-width: 2;
    /* מסגרת דקה יותר */ }
  .section-hero .progress {
    stroke: #FFFFFF;
    stroke-width: 4;
    transition: stroke-dashoffset 0.1s linear; }
    @media (max-width: 768px) {
      .section-hero .progress {
        stroke-width: 2; } }
  .section-hero .hero-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 46px;
    height: 46px; }
    @media (max-width: 768px) {
      .section-hero .hero-play-btn {
        width: 28px;
        height: 28px; } }
  .section-hero #pause-play-btn {
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .section-hero #pause-play-btn {
        width: 28px;
        height: 28px; } }

.section-news {
  position: relative;
  height: 750px;
  margin-top: -115px;
  overflow-x: hidden; }
  @media (max-width: 1200px) {
    .section-news {
      height: auto;
      margin-top: 0; } }
  .section-news .inner {
    width: 960px;
    margin: 0;
    left: -20px; }
    @media (max-width: 1200px) {
      .section-news .inner {
        left: 0;
        right: 0; } }
  .section-news .news-big-title {
    /*background: #1f1f1f;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 50%;
    height: 185px;
    display: flex;
    align-items: end; }
    @media (max-width: 1200px) {
      .section-news .news-big-title {
        width: 100%;
        position: relative;
        height: auto;
        background: transparent; } }
    .section-news .news-big-title .lead {
      font-weight: 400;
      font-size: 60px;
      line-height: 1; }
      @media (max-width: 1200px) {
        .section-news .news-big-title .lead {
          font-size: 34px; } }
  .section-news .news-swiper {
    height: calc(211px * 3 + 20px);
    overflow: hidden;
    position: relative; }
    .section-news .news-swiper:after {
      content: 'x';
      background: red;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      width: 100%;
      background: #1f1f1f;
      font-size: 0;
      display: block;
      opacity: 0;
      height: 25px; }
    .section-news .news-swiper .swiper-slide {
      height: 211px !important; }
    .section-news .news-swiper .swiper-slide.swiper-slide-active .row .col-12.col-xxl-6:first-child{
      opacity: 0;
      visibility: hidden;
    }
    .section-news .news-swiper .card {
      height: 185px;
      max-width: 445px;
      width: 445px; }
      .section-news .news-swiper .card .card-title {
        font-weight: 700;
        font-size: 16px;
        border-right: 2px #00C1DE solid;
        padding-right: 10px; }
      .section-news .news-swiper .card .card-text {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        color: #424242; }
  .section-news .news-mobile-swiper .card .card-title {
    font-weight: 700;
    font-size: 16px;
    border-right: 2px #00C1DE solid;
    padding-right: 10px; }
  .section-news .news-mobile-swiper .card .card-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #424242; }
    @media (max-width: 768px) {
      .section-news .news-mobile-swiper .card .card-text {
        font-size: 22px; } }
  .section-news .swiper-buttons {
    position: absolute;
    right: -100px;
    z-index: 9;
    top: 53%;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (max-width: 1200px) {
      .section-news .swiper-buttons {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        flex-flow: row; } }
    @media (max-width: 1200px) {
      .section-news .swiper-buttons .swiper-news-mobile-button-prev {
        transform: rotate(90deg); } }
    @media (max-width: 1200px) {
      .section-news .swiper-buttons .swiper-news-mobile-button-next {
        transform: rotate(90deg); } }
    .section-hero .shape1 {
      position: absolute;
      width: 40rem;
      height: 100%;
      background: #00C1DE;
      opacity: 0.25;
      filter: blur(150px);
      transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
      left: -30rem;
      z-index: 3;
      bottom: -40rem; }
      @media (max-width: 768px) {
        .section-hero .shape1 {
          display: none; } }


.section-jobs .card{
  min-height: 235px;
  padding: 1rem;
}
.section-jobs .card .card-title {
  font-weight: 700;
  font-size: 16px;
  border-right: 2px #00C1DE solid;
  padding-right: 10px; }
.section-jobs .card .card-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #424242; }
  @media (max-width: 768px) {
    .section-jobs .card .card-text {
      font-size: 22px; } }

.section-single-jobs .card {
  max-width: 980px;
  border: 0;
  border-bottom: 1px #70707099 solid;
  padding: 2.5rem 0;
  border-radius: 0; }
  .section-single-jobs .card:last-child {
    border: 0; }
  .section-single-jobs .card .card-header {
    width: calc(100% - 555px); }
    @media (max-width: 768px) {
      .section-single-jobs .card .card-header {
        width: 100%; } }
    .section-single-jobs .card .card-header .card-title {
      font-weight: 300;
      font-size: 50px;
      line-height: 46px; }
  .section-single-jobs .card .card-body {
    /*max-width: 555px;*/
    font-weight: 300;
    font-size: 24px;
    line-height: 40px; }
    @media (max-width: 768px) {
      .section-single-jobs .card .card-body {
        width: 100%; } }
    .section-single-jobs .card .card-body strong {
      font-weight: bold; }
    .section-single-jobs .card .card-body ul, .section-single-jobs .card .card-body ol {
      padding-inline-start: 1.5rem;
      padding-inline-end: 0; }
.section-tenders .card{
  min-height: 320px;
}
.section-tenders .card .card-title {
  font-weight: 300;
  font-size: 16px;
  border-right: 3px #00C1DE solid;
  padding-right: 5px; }
.section-tenders .card .card-title strong{
  font-weight: bold;
  color: #424242;
}
.section-tenders .card.card-tender-old .card-title {
  color: #42424299;
  border-right: 3px #CCCCCC;
}
.section-tenders .card.card-tender-old .card-title strong{
  color: #42424299;
}
.section-tenders .card .card-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #424242; }
  .section-tenders .card.card-tender-old .card-text {
    color: #42424299; }
  @media (max-width: 768px) {
    .section-tenders .card .card-text {
      font-size: 22px; } }
.section-tenders .nav-tabs {
  gap: 50px; }
  .section-tenders .nav-tabs .nav-link {
    font-weight: 300;
    font-size: 15px;
    line-height: 38px;
    border-bottom: .5px #FFFFFF solid !important; }
    .section-tenders .nav-tabs .nav-link.active {
      font-weight: 700;
      border-bottom: 2px #FFFFFF solid !important; }

.single-tenders .card .card-title {
  font-weight: 400;
  font-size: 16px;
  border-right: 2px #00C1DE solid;
  padding-right: 10px; }
.single-tenders .card .card-title strong{
  font-weight: bold;
  color: #424242;
}
.single-tenders .card .card-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #424242; }
  @media (max-width: 768px) {
    .single-tenders .card .card-text {
      font-size: 22px; } }
.single-tenders .tender-card {
  max-width: 1400px; }
  .single-tenders .tender-card .card-main-title .h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px; }
  .single-tenders .tender-card .card-main-title .h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px; }
  .single-tenders .tender-card .card-main-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px; }
    .single-tenders .tender-card .card-main-text ul, .single-tenders .tender-card .card-main-text ol {
      padding-inline-start: 1.5rem;
      padding-inline-end: 0; }
  .single-tenders .tender-card .card-main-text ul li ul,
  .single-tenders .tender-card .card-main-text ol li ol,
  .single-tenders .tender-card .card-main-text ul li ol,
  .single-tenders .tender-card .card-main-text ol li ul{
    list-style-type: none;
    padding: 0;
  }
  .single-tenders .tender-card .card-link .btn {
    min-width: 200px; }
  .single-tenders .tender-card .card-details {
    max-width: 370px;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px; }
  .single-tenders .tender-card .card-pdf-links {
    font-weight: 700;
    font-size: 16px; }

.section-simple-text {
  position: relative;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.25;
  margin-top: -10px;
  overflow-x: hidden;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section-simple-text {
      font-size: 34px;
      line-height: 45px; } }
  .section-simple-text .scroll-char {
    transition: color 0.3s ease, opacity 0.3s ease;
    color: #777;
    opacity: 0.3; }
  .section-simple-text .scroll-char.active {
    color: white;
    opacity: 1; }
  .section-simple-text .hero-buttons {
    font-size: 22px;
    font-weight: 500; }

.section-gallery {
  position: relative;
  margin-top: calc(190 / 1920 * 100vw);
  /*  .swiper-vertical-gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 12px;
      user-select: none;
      pointer-events: none;
    }*/ }
  @media (max-width: 768px) {
    .section-gallery {
      margin-top: calc(500 / 1920 * 100vw); } }
  .section-gallery .section-gallery-title {
    font-weight: 400;
    font-size: 60px;
    /*padding-bottom: 35px;*/
    background: #1f1f1f;
    z-index: 9;
    position: relative; }
    @media (max-width: 768px) {
      .section-gallery .section-gallery-title {
        font-size: 34px;
        padding-bottom: 0px; } }
  .section-gallery .section-gallery-categories .swiper-slide {
    width: auto; }
    .section-gallery .section-gallery-categories .swiper-slide .fixed-cards-boxes-link {
      font-weight: 300;
      font-size: 15px;
      line-height: 60px;
      border-bottom: 0.5px solid #ffffff;
      padding-bottom: 10px; }
    .section-gallery .section-gallery-categories .swiper-slide.swiper-slide-active .fixed-cards-boxes-link {
      font-weight: 700;
      border-bottom: 2px solid #ffffff; }
    .section-gallery .section-gallery-categories .swiper-slide.swiper-slide-active .fixed-cards-boxes-link br{
      display: none;
    }
  .section-gallery .swiper-vertical-gallery {
    max-width: 1420px;
    height: 890px;
    overflow: visible;
    overflow-y: hidden;
    scroll-behavior: smooth;
    /* גלילה חלקה במידה ויש גלילה */
    -webkit-overflow-scrolling: touch;
    /* גלילה חלקה במובייל */ }
    @media (max-width: 768px) {
      .section-gallery .swiper-vertical-gallery {
        /*height: 100vh;*/
        height: auto; } }
    @media (max-width: 768px) {
      .section-gallery .swiper-vertical-gallery .swiper-wrapper {
        flex-flow: column;
        gap: 2rem;
        margin-bottom: 4rem; } }
  .section-gallery .swiper-vertical-gallery .swiper-slide {
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition-property: transform, opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    box-shadow: none; }
  .section-gallery .swiper-vertical-gallery .swiper-slide.swiper-slide-prev {
    box-shadow: none !important;
    /* להוריד עומס על סייד הקודם */ }
  .section-gallery .fixed-cards-boxes-placeholder:nth-child(1) .card-link,
  .section-gallery .fixed-cards-boxes-placeholder:nth-child(1) .card-title {
    max-width: 150px; }
/*  .section-gallery .fixed-cards-boxes-placeholder:nth-child(2) .card-link,
  .section-gallery .fixed-cards-boxes-placeholder:nth-child(2) .card-title {
    max-width: 185px; }*/
/*  .section-gallery .fixed-cards-boxes-placeholder:nth-child(3) .card-link,
  .section-gallery .fixed-cards-boxes-placeholder:nth-child(3) .card-title {
    max-width: 165px; }*/
  .section-gallery .fixed-cards-boxes-placeholder .card-link .btn {
    min-width: 1px;
    width: 150px; }
  .section-gallery .swiper-vertical-gallery .swiper-slide .card {
    height: 710px;
    background: #424242;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .section-gallery .swiper-vertical-gallery .swiper-slide .card {
        height: auto; } }
    .section-gallery .swiper-vertical-gallery .swiper-slide .card.card-light {
      background: #00C1DE; }
      .section-gallery .swiper-vertical-gallery .swiper-slide .card.card-light .card-inner .card-body .card-title {
        color: #424242; }
      .section-gallery .swiper-vertical-gallery .swiper-slide .card.card-light .card-inner .card-body .card-text {
        color: #424242; }
    .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner {
      width: 100%;
      height: 550px;
      display: flex;
      flex-flow: row-reverse;
      justify-content: center; }
      @media (max-width: 768px) {
        .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner {
          flex-flow: column-reverse;
          height: auto;
          padding: 1.5rem 0; } }
      .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-header {
        max-width: 740px;
        height: 100%; }
        .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-header .card-img {
          width: 100%;
          height: 100%; }
      .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body {
        max-width: 580px;
        align-content: center; }
        .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body .card-title {
          font-weight: 400;
          font-size: 46px;
          color: #00C1DE; }
          @media (max-width: 768px) {
            .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body .card-title {
              font-size: 32px; } }
        .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body .card-text {
          font-weight: 300;
          font-size: 22px;
          color: #fff; }
          @media (max-width: 768px) {
            .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body .card-text {
              font-size: 20px; } }
        .section-gallery .swiper-vertical-gallery .swiper-slide .card .card-inner .card-body .card-link .btn {
          min-width: 200px; }

.section-banner {
  position: relative;
  margin-top: 0px; }
  .section-banner .container {
    height: 525px; }
    @media (max-width: 768px) {
      .section-banner .container {
        height: auto; } }
    .section-banner .container .banner-img {
      width: 100%;
      height: 100%; }
      .section-banner .container .banner-img img {
        object-fit: cover; }
    .section-banner .container .banner-content {
      margin: auto;
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin-inline-start: 5%;
      top: 0;
      bottom: 0; }
      @media (max-width: 768px) {
        .section-banner .container .banner-content {
          gap: 10px;
          margin: 0;
          padding-top: 6rem; } }
      .section-banner .container .banner-content .h2 {
        font-weight: 400;
        font-size: 60px;
        line-height: 1;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          .section-banner .container .banner-content .h2 {
            display: flex;
            justify-content: center;
            text-align: center;
            font-size: 34px; } }
      .section-banner .container .banner-content .lead {
        font-weight: 300;
        font-size: 32px; }
        @media (max-width: 768px) {
          .section-banner .container .banner-content .lead {
            font-size: 22px;
            line-height: 25px;
            padding-inline-end: 2rem;
            padding-inline-start: 2rem; } }
        .section-banner .container .banner-content .lead * {
          margin-bottom: 0; }
      @media (max-width: 768px) {
        .section-banner .container .banner-content .btn {
          min-width: 190px; } }

.section-fullwidth-banner {
  position: relative;
  height: 526px;
  margin-top: calc(300 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-fullwidth-banner {
      margin-top: calc(500 / 1920 * 100vw); } }
  .section-fullwidth-banner .banner-img {
    width: 100%;
    height: 100%; }
    .section-fullwidth-banner .banner-img img {
      object-fit: cover; }
  .section-fullwidth-banner .banner-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .section-fullwidth-banner .banner-content {
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-inline-start: 6.5rem;
    top: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .section-fullwidth-banner .banner-content {
        justify-content: flex-start;
        margin-inline-start: 2.5rem; } }
    .section-fullwidth-banner .banner-content .h2 {
      font-weight: 400;
      font-size: 60px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .section-fullwidth-banner .banner-content .h2 {
          font-size: 34px; } }
    .section-fullwidth-banner .banner-content .lead {
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 768px) {
        .section-fullwidth-banner .banner-content .lead {
          font-size: 24px;
          line-height: 35px; } }
      .section-fullwidth-banner .banner-content .lead * {
        margin-bottom: 0; }
    .section-fullwidth-banner .banner-content .lead-2 {
      font-weight: 500;
      font-size: 28px;
      line-height: 40px; }
      @media (max-width: 768px) {
        .section-fullwidth-banner .banner-content .lead-2 {
          font-size: 24px;
          line-height: 35px; } }
      .section-fullwidth-banner .banner-content .lead-2 * {
        margin-bottom: 0; }

.section-donate {
  position: relative; }
  .section-donate .banner-donation {
    background: #4A4A4A; }
    .section-donate .banner-donation .inner {
      width: 90%;
      height: 100%;
      margin: 0 auto;
      min-height: 150px; }
      @media (max-width: 768px) {
        .section-donate .banner-donation .inner {
          height: auto;
          min-height: 255px; } }
      .section-donate .banner-donation .inner .h2 {
        font-weight: 400;
        font-size: 60px;
        line-height: 1; }
        @media (max-width: 768px) {
          .section-donate .banner-donation .inner .h2 {
            font-size: 34px; } }
      .section-donate .banner-donation .inner .lead {
        font-weight: 300;
        font-size: 32px;
        line-height: 1; }
        @media (max-width: 768px) {
          .section-donate .banner-donation .inner .lead {
            font-size: 20px;
            line-height: 25px; } }
      @media (max-width: 768px) {
        .section-donate .banner-donation .inner .btn {
          min-width: 190px; } }

.section-impact {
  position: relative;
  height: 100vh; }
  .section-impact .inner {
    justify-content: flex-start;
    margin-top: calc(190 / 1920 * 100vw);
    gap: 60px; }
    @media (max-width: 768px) {
      .section-impact .inner {
        margin-top: calc(360 / 1920 * 100vw); } }
    .section-impact .inner .right-side {
      max-width: 660px; }
      .section-impact .inner .right-side .card {
        color: #fff; }
        .section-impact .inner .right-side .card .card-title {
          font-weight: 400;
          font-size: 60px; }
          @media (max-width: 768px) {
            .section-impact .inner .right-side .card .card-title {
              font-size: 34px;
              line-height: 80px; } }
        .section-impact .inner .right-side .card .card-text {
          font-weight: 300;
          font-size: 28px;
          line-height: 1.2;
          padding-inline-end: 60px; }
          @media (max-width: 768px) {
            .section-impact .inner .right-side .card .card-text {
              font-size: 24px;
              line-height: 30px;
              padding-inline-end: 0px; }
              .section-impact .inner .right-side .card .card-text * {
                margin: 0; } }
    .section-impact .inner .left-side {
      max-width: 685px; }
      @media (max-width: 1280px) {
        .section-impact .inner .left-side {
          max-width: 100%; } }
      .section-impact .inner .left-side > .row {
        gap: 5px;
        justify-content: space-between;
        margin: 0; }
        @media (max-width: 768px) {
          .section-impact .inner .left-side > .row {
            gap: 50px;
          }
        }
      .section-impact .inner .left-side .card {
        color: #fff; }
        .section-impact .inner .left-side .card .card-title {
          font-weight: 300;
          font-size: 130px;
          line-height: 0.8;
          position: relative;
          display: inline-block; }
          @media (max-width: 768px) {
            .section-impact .inner .left-side .card .card-title {
              font-size: 120px; } }
          .section-impact .inner .left-side .card .card-title:after {
            content: 'x';
            width: 17px;
            height: 17px;
            position: absolute;
            bottom: 15px;
            font-size: 0;
            background: #00C1DE;
            left: -35px; }
        .section-impact .inner .left-side .card .card-text {
          font-weight: 300;
          font-size: 20px;
          margin-top: -12px;
          line-height: 1.3; }
          .section-impact .inner .left-side .card .card-text .h3 {
            font-weight: 600;
            font-size: 32px; }
  .section-impact .shape1 {
    position: absolute;
    width: 40rem;
    height: 100%;
    background: #00C1DE;
    opacity: 0.25;
    filter: blur(150px);
    transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
    left: -30rem;
    z-index: -1; }
    @media (max-width: 768px) {
      .section-impact .shape1 {
        display: none; } }
  .section-impact .shape2 {
    position: absolute;
    width: 40rem;
    height: 100%;
    background: #00C1DE;
    opacity: 0.25;
    filter: blur(150px);
    transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
    right: -30rem;
    top: -25rem;
    z-index: -1; }
    @media (max-width: 768px) {
      .section-impact .shape2 {
        display: none; } }

.section-impact-partnership {
  position: relative; }
  .section-impact-partnership .inner {
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: calc(125 / 1920 * 100vw);
    gap: 40px;
    max-width: 1470px; }
    @media (max-width: 768px) {
      .section-impact-partnership .inner {
        /*margin-top: calc(360 / 1920 * 100vw); */
        margin-top: 0; 
      }
    }
    .section-impact-partnership .inner .right-side .card {
      color: #fff; }
      .section-impact-partnership .inner .right-side .card .card-title {
        font-weight: 300;
        font-size: 60px;
        line-height: 80px; }
        @media (max-width: 768px) {
          .section-impact-partnership .inner .right-side .card .card-title {
            font-size: 34px;
            line-height: 80px; } }
      .section-impact-partnership .inner .right-side .card .card-text {
        font-weight: 300;
        font-size: 28px;
        line-height: 30px;
        padding-inline-end: 60px; }
        @media (max-width: 768px) {
          .section-impact-partnership .inner .right-side .card .card-text {
            font-size: 24px;
            line-height: 30px;
            padding-inline-end: 0px; }
            .section-impact-partnership .inner .right-side .card .card-text * {
              margin: 0; } }
    .section-impact-partnership .inner .left-side > .row {
        gap: 5rem 10rem;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          column-gap: 10rem;
          row-gap: 5rem;
          margin: 0;
          justify-content: flex-start;
      }
      .section-impact-partnership .inner .left-side > .row > .col-12{
          width: 100%;
      }
      @media (max-width: 768px) {
        .section-impact-partnership .inner .left-side > .row {
            grid-template-columns: repeat(1, 1fr);
        }
      }
    .section-impact-partnership .inner .left-side .card {
      color: #fff; }
      .section-impact-partnership .inner .left-side .card .card-title {
        font-weight: 300;
        font-size: 100px;
        line-height: 0.8;
        position: relative;
        display: inline-block;
        margin-bottom: 12px; }
        @media (max-width: 768px) {
          .section-impact-partnership .inner .left-side .card .card-title {
            font-size: 90px;margin-bottom: 24px; } }
        .section-impact-partnership .inner .left-side .card .card-title:after {
          content: 'x';
          width: 17px;
          height: 17px;
          position: absolute;
          bottom: 15px;
          font-size: 0;
          background: #00C1DE;
          left: -35px; }
      .section-impact-partnership .inner .left-side .card .card-text {
        font-weight: 300;
        font-size: 20px;
        margin-top: -12px;
        line-height: 25px;
        max-width: 300px; }
        .section-impact-partnership .inner .left-side .card .card-text .h3 {
          font-weight: 500;
          font-size: 32px;
          line-height: 30px; }

.section-why-partnership {
  position: relative; }
  .section-why-partnership .inner {
    justify-content: flex-start;
    margin-top: calc(75 / 1920 * 100vw); }
    @media (max-width: 768px) {
      .section-why-partnership .inner {
        /*margin-top: calc(360 / 1920 * 100vw); */
        margin-top: 0; 
      } 
    }
    .section-why-partnership .inner .why-partnership-top-title .card {
      color: #fff; }
      .section-why-partnership .inner .why-partnership-top-title .card .card-title {
        font-weight: 300;
        font-size: 60px;
        line-height: 80px; }
        @media (max-width: 768px) {
          .section-why-partnership .inner .why-partnership-top-title .card .card-title {
            font-size: 34px;
            line-height: 46px; } }
      .section-why-partnership .inner .why-partnership-top-title .card .card-text {
        font-weight: 300;
        font-size: 28px;
        line-height: 30px;
        padding-inline-end: 60px; }
        @media (max-width: 768px) {
          .section-why-partnership .inner .why-partnership-top-title .card .card-text {
            font-size: 24px;
            line-height: 30px;
            padding-inline-end: 0px; }
            .section-why-partnership .inner .why-partnership-top-title .card .card-text * {
              margin: 0; } }
    .section-why-partnership .inner .why-partnership-swiper {
      background: #FFFFFF;
      height: 480px;
      height: 575px;
      margin-top: 30px; }
      @media (max-width: 768px) {
        .section-why-partnership .inner .why-partnership-swiper {
          margin-top: 20px;
          /*min-height: 470px;*/
          min-height: 320px;
          height: auto; } }
      .section-why-partnership .inner .why-partnership-swiper .swiper-slide {
        width: 377px;
        display: flex;
        align-items: center; }
      .section-why-partnership .inner .why-partnership-swiper .card-item {
        width: 100%;
        max-width: 100%;
        height: 96%;
        border: 0;
        border-left: 0.5px #dfdfdf solid;
        border-radius: 0; }
        @media (max-width: 768px) {
          .section-why-partnership .inner .why-partnership-swiper .card-item {
            border: 0; } }
        .section-why-partnership .inner .why-partnership-swiper .card-item .card-header {
          padding-top: calc(85 / 1920 * 100vw); }
          .section-why-partnership .inner .why-partnership-swiper .card-item .card-header .card-title {
            font-weight: 300;
            font-size: 42px;
            line-height: 50px; }
           @media (max-width: 768px) {
            .section-why-partnership .inner .why-partnership-swiper .card-item .card-header .card-title {
              font-size: 36px;
              line-height: 1.3; 
            }
           }
            .section-why-partnership .inner .why-partnership-swiper .card-item .card-header .card-title * {
              margin: 0;
              padding: 0; }
          .section-why-partnership .inner .why-partnership-swiper .card-item .card-header .card-text {
            font-weight: 300;
            font-size: 100px;
            line-height: 50px; }
            .section-why-partnership .inner .why-partnership-swiper .card-item .card-header .card-text * {
              margin: 0;
              padding: 0; }

.section-stories-partnership {
  position: relative; }
  .section-stories-partnership .inner {
    justify-content: flex-start;
    margin-top: calc(100 / 1920 * 100vw);
    gap: 25px; }
    @media (max-width: 768px) {
      .section-stories-partnership .inner {
        /*margin-top: calc(360 / 1920 * 100vw); */
        margin-top: 0; 
      } 
    }
    .section-stories-partnership .inner .stories-partnership-top-title .card {
      color: #fff; }
      .section-stories-partnership .inner .stories-partnership-top-title .card .card-title {
        font-weight: 300;
        font-size: 60px;
        line-height: 50px; }
        @media (max-width: 768px) {
          .section-stories-partnership .inner .stories-partnership-top-title .card .card-title {
            font-size: 34px;
            line-height: 1.3; } }
      .section-stories-partnership .inner .stories-partnership-top-title .card .card-text {
        font-weight: 500;
        font-size: 28px;
        line-height: 35px; }
        @media (max-width: 768px) {
          .section-stories-partnership .inner .stories-partnership-top-title .card .card-text {
            font-size: 24px;
            line-height: 30px;
            padding-inline-end: 0px; }
            .section-stories-partnership .inner .stories-partnership-top-title .card .card-text * {
              margin: 0; } }
    .section-stories-partnership .inner .card-story {
      position: relative;
      width: 835px;
      max-width: 100%;
      height: 473px; }
      .section-stories-partnership .inner .card-story .card-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .section-stories-partnership .inner .card-story .card-bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-stories-partnership .inner .card-story .card {
        width: auto;
        max-width: 503px;
        height: 177px;
        position: absolute;
        bottom: 0;
        margin: 3rem 2.4rem; }
        @media (max-width: 1440px) {
          .section-stories-partnership .inner .card-story .card {
            height: auto; } }
        .section-stories-partnership .inner .card-story .card .card-title {
          font-weight: 500;
          font-size: 28px;
          line-height: 30px; }
        .section-stories-partnership .inner .card-story .card .card-text {
          font-weight: 400;
          font-size: 16px;
          line-height: 40px;
          padding-top: 15px;
          padding-inline-end: 90px;
          padding-inline-start: 10px; }
          .section-stories-partnership .inner .card-story .card .card-text .lead {
            font-weight: 400;
            font-size: 16px;
            line-height: 40px; }
            .section-stories-partnership .inner .card-story .card .card-text .lead strong {
              font-weight: 500;
              font-size: 18px;
              line-height: 0;
              display: block;
              margin-top: 30px; }
    .section-stories-partnership .inner .card-story-type2 {
      position: relative;
      width: 398px;
      max-width: 100%;
      height: 473px;}
      @media(max-width: 768px){
        .section-stories-partnership .inner .card-story-type2 {
          height: 350px;}
      }
      .section-stories-partnership .inner .card-story-type2 .card-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .section-stories-partnership .inner .card-story-type2 .card-bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-stories-partnership .inner .card-story-type2 .card {
        width: auto;
        max-width: max-content;
        height: 47px;
        position: absolute;
        bottom: 0;
        margin: 1.1em .6rem;
        min-width: 241px;
        padding: 0 12px;}
        .section-stories-partnership .inner .card-story-type2 .card .card-title {
          font-weight: 500;
          font-size: 28px;
          line-height: 30px; }
        .section-stories-partnership .inner .card-story-type2 .card .card-text {
          font-weight: 400;
          font-size: 16px;
          line-height: 40px;}
          .section-stories-partnership .inner .card-story-type2 .card .card-text .lead {
            font-weight: 400;
            font-size: 16px;}
            .section-stories-partnership .inner .card-story-type2 .card .card-text .lead strong {
              font-weight: 500;
              font-size: 18px;
              line-height: 0;
              display: block;}

    .partners-swiper .swiper-slide {
        height: auto;
        width: auto;
    }

    @media(min-width: 1680px){    
      .swiper-partners-button-prev{
        position: absolute;
        right: 0;
        z-index: 99;
        background: #1f1f1f;
        top: 0;
        height: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 10px;
      }
      .swiper-partners-button-next{
        position: absolute;
        left: 0;
        z-index: 99;
        background: #1f1f1f;
        top: 0;
        height: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 10px;
      }
      .swiper-partners-buttons{
          position: absolute;
          top: 50%;
          width: 110%;
          right: -5%;
      }
    }
    @media(max-width: 1680px){
      .swiper-partners-button-prev{
        position: relative;
      }
      .swiper-partners-button-next{
        position: relative;
      }
      .swiper-partners-buttons{
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
      }
    }
    .section-stories-partnership .inner .progress-circle {
      width: 46px;
      height: 46px;
      position: relative; }
      .section-stories-partnership .inner .progress-circle .progress {
        stroke-dasharray: 132;
        stroke-dashoffset: 132; }
      @media (max-width: 768px) {
        .section-stories-partnership .inner .progress-circle {
          width: 28px;
          height: 28px; }
          .section-stories-partnership .inner .progress-circle .progress {
            stroke-dasharray: 75.4;
            stroke-dashoffset: 75.4; } }
    .section-stories-partnership .inner circle {
      fill: none;
      stroke-linecap: round;
      transition: stroke-dashoffset 0.1s linear; }
    .section-stories-partnership .inner .bg {
      stroke: rgba(255, 255, 255, 0.5);
      /* לבן שקוף */
      stroke-width: 2;
      /* מסגרת דקה יותר */ }
    .section-stories-partnership .inner .progress {
      stroke: #FFFFFF;
      stroke-width: 4;
      transition: stroke-dashoffset 0.1s linear; }
      @media (max-width: 768px) {
        .section-stories-partnership .inner .progress {
          stroke-width: 2; } }
    .section-stories-partnership .inner .hero-play-btn {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      align-items: center;
      display: flex;
      justify-content: center;
      width: 46px;
      height: 46px; }
      @media (max-width: 768px) {
        .section-stories-partnership .inner .hero-play-btn {
          width: 28px;
          height: 28px; } }
    .section-stories-partnership .inner #pause-play-btn {
      width: 46px;
      height: 46px;
      padding: 0;
      margin: 0; }
      @media (max-width: 768px) {
        .section-stories-partnership .inner #pause-play-btn {
          width: 28px;
          height: 28px; } }
    .section-stories-partnership .inner .progress-circle {
      position: absolute;
      bottom: 1rem;
      z-index: 1;
      left: 1rem; }

.section-type-partnership {
  position: relative; }
  .section-type-partnership .inner {
    justify-content: flex-start;
    margin-top: calc(140 / 1920 * 100vw);
    gap: 20px; }
    @media (max-width: 768px) {
      .section-type-partnership .inner {
        /*margin-top: calc(360 / 1920 * 100vw); */
        margin-top: 0; 
      } 
    }
    .section-type-partnership .inner .type-partnership-top-title .card {
      color: #fff; }
      .section-type-partnership .inner .type-partnership-top-title .card .card-title {
        font-weight: 300;
        font-size: 60px;
        line-height: 50px; }
        @media (max-width: 768px) {
          .section-type-partnership .inner .type-partnership-top-title .card .card-title {
            font-size: 34px;
            line-height: 1.3; } }
      .section-type-partnership .inner .type-partnership-top-title .card .card-text {
        font-weight: 500;
        font-size: 28px;
        line-height: 35px; }
        @media (max-width: 768px) {
          .section-type-partnership .inner .type-partnership-top-title .card .card-text {
            font-size: 24px;
            line-height: 30px;
            padding-inline-end: 0px; }
            .section-type-partnership .inner .type-partnership-top-title .card .card-text * {
              margin: 0; } }
    .section-type-partnership .inner .type-partnership-card .card {
      position: relative;
      width: 1416px;
      max-width: 100%;
      height: 642px; }
      @media (max-width: 768px) {
        .section-type-partnership .inner .type-partnership-card .card {
          display: flex;
          flex-flow: wrap-reverse;
          height: auto; } }
      .section-type-partnership .inner .type-partnership-card .card .card-header {
        width: 50%; }
        @media (max-width: 768px) {
          .section-type-partnership .inner .type-partnership-card .card .card-header {
            width: 100%; } }
        .section-type-partnership .inner .type-partnership-card .card .card-header .card-img {
          border-radius: 0; }
          .section-type-partnership .inner .type-partnership-card .card .card-header .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0; }
      .section-type-partnership .inner .type-partnership-card .card .card-body {
        width: 50%; }
        @media (max-width: 768px) {
          .section-type-partnership .inner .type-partnership-card .card .card-body {
            width: 100%; } }
        .section-type-partnership .inner .type-partnership-card .card .card-body .card-title {
          font-weight: 300;
          font-size: 46px;
          line-height: 50px; }
        .section-type-partnership .inner .type-partnership-card .card .card-body .card-text {
          font-weight: 400;
          font-size: 20px;
          line-height: 30px; }

        .swiper-type-partnership-buttons {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          bottom: 0;
          display: flex;
          flex-flow: column;
          justify-content: center;
          gap: 25px;
          z-index: 1;
          right: 60px;
          background: #1f1f1f;
          padding-top: 175px;
        }
        .type-partnership-swiper{
          height: 650px;
        }
        @media(max-width: 1680px){
          .swiper-type-partnership-buttons {
              position: relative;
              display: flex;
              justify-content: center;
              flex-flow: row;
              /*padding-top: 40px;*/
              padding-top: 0;
              right: 0;
              left: 0;
          }
          .swiper-type-partnership-button-prev{
              transform: rotate(90deg);
          }
          .swiper-type-partnership-button-next{
              transform: rotate(90deg);
          }
          .type-partnership-swiper{
            height: auto;
          }
        }

.section-banner-partnership {
  position: relative;
  margin-top: calc(105 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-banner-partnership {
/*      margin-top: calc(500 / 1920 * 100vw);
      margin-bottom: calc(500 / 1920 * 100vw); */
      margin-top: 50px;
      margin-bottom: 75px; 
    } 
  }
  .section-banner-partnership .container {
    height: 436px; }
    @media (max-width: 768px) {
      .section-banner-partnership .container {
        height: auto;
        min-height: 436px; } }
    .section-banner-partnership .container .banner-img {
      width: 100%;
      height: 100%; }
      .section-banner-partnership .container .banner-img img {
        object-fit: cover; }
    @media(max-width: 768px){
      .section-banner-partnership .container .banner-img img {
          aspect-ratio: 1;
      }
    }
    .section-banner-partnership .container .banner-content {
      margin: auto;
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin-inline-start: 5%;
      top: 0;
      bottom: 0; }
      @media (max-width: 768px) {
        .section-banner-partnership .container .banner-content {
          gap: 10px;
          margin: 0;
          padding-top: 6rem; } }
      .section-banner-partnership .container .banner-content .h2 {
        font-weight: 400;
        font-size: 60px;
        margin-bottom: 5px; }
        @media (max-width: 768px) {
          .section-banner-partnership .container .banner-content .h2 {
            font-size: 34px; } }
      .section-banner-partnership .container .banner-content .lead {
        font-weight: 300;
        font-size: 32px; }
        @media (max-width: 768px) {
          .section-banner-partnership .container .banner-content .lead {
            font-size: 22px;
            line-height: 25px;
            padding-inline-end: 2rem;
            padding-inline-start: 2rem; } }
        .section-banner-partnership .container .banner-content .lead * {
          margin-bottom: 0; }
      .section-banner-partnership .container .banner-content .btn {
        min-width: 200px;
        width: 200px; }
      .banner-img-overlay{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
      }

.section-connections {
  position: relative; }
  .section-connections .section-connections-top {
    position: relative;
    margin-top: calc(90 / 1920 * 100vw); }
    @media (max-width: 768px) {
      .section-connections .section-connections-top {
        margin-top: calc(360 / 1920 * 100vw); } }
    .section-connections .section-connections-top .card .card-title {
      font-weight: 400;
      font-size: 60px; }
      @media (max-width: 768px) {
        .section-connections .section-connections-top .card .card-title {
          font-size: 34px; } }
    .section-connections .section-connections-top .card .card-text {
      font-weight: 300;
      font-size: 28px; }
      @media (max-width: 768px) {
        .section-connections .section-connections-top .card .card-text {
          font-size: 24px; } }
  .section-connections .section-connections-list {
    position: relative;
    color: #fff;
    margin-top: 8px; }
    .section-connections .section-connections-list .awesome-col {
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease-out;
      will-change: transform, opacity; }
    .section-connections .section-connections-list .awesome-col.visible {
      opacity: 1;
      transform: translateY(0); }
    .section-connections .section-connections-list .awesome-col:nth-child(1) {
      transition-delay: 0.1s; }
    .section-connections .section-connections-list .awesome-col:nth-child(2) {
      transition-delay: 0.2s; }
    .section-connections .section-connections-list .awesome-col:nth-child(3) {
      transition-delay: 0.3s; }
    .section-connections .section-connections-list .awesome-col:nth-child(4) {
      transition-delay: 0.4s; }
    @media (min-width: 768px) {
      .section-connections .section-connections-list .col:nth-child(2) {
        position: relative;
        top: 133px; } }
    @media (min-width: 768px) {
      .section-connections .section-connections-list .col:nth-child(3) {
        position: relative;
        top: 40px; } }
    @media (min-width: 768px) {
      .section-connections .section-connections-list .col:nth-child(4) {
        position: relative;
        top: 170px; } }
    .section-connections .section-connections-list .col .card {
      width: 100%;
      max-width: 835px; }
      .section-connections .section-connections-list .col .card .card-title {
        font-weight: 500;
        font-size: 22px; }
      .section-connections .section-connections-list .col .card .card-text {
        font-weight: 300;
        font-size: 18px; }
      .section-connections .section-connections-list .col .card .card-img {
        width: 100%;
        height: 450px;
        border-radius: 6px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section-connections .section-connections-list .col .card .card-img {
            height: 180px; } }
        .section-connections .section-connections-list .col .card .card-img img {
          border-radius: 6px;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-connections .section-connections-list .col .card .card-icon {
        height: 25px;
        width: auto;
        display: inline-flex;
        border-right: 2px #fff solid;
        padding-right: 10px; }
        .section-connections .section-connections-list .col .card .card-icon img {
          width: 100%;
          height: 100%;
          object-fit: scale-down; }

.section-top-text {
  min-height: 792px;
  background: linear-gradient(180deg, #424242 0%, #1F1F1F 100%);
  padding-top: calc(235 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-top-text {
      padding-top: calc(500 / 1920 * 100vw);
      min-height: 1px; } }
  .section-top-text .h1 {
    font-weight: 300;
    font-size: 82px;
    line-height: 80px; }
    @media (max-width: 768px) {
      .section-top-text .h1 {
        font-size: 55px;line-height: 55px; } }
  .section-top-text .lead {
    font-weight: 300;
    font-size: 42px;
    padding-top: 35px;
    line-height: 1.6; }
    @media (max-width: 1280px) {
      .section-top-text .lead {
        font-size: 28px; } }
    @media (max-width: 768px) {
      .section-top-text .lead {
        font-size: 24px;
        padding-top: 0px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      .section-top-text .lead br {
        display: none; } }

.section-top-text-type2 {
  padding-top: calc(235 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-top-text-type2 {
      padding-top: calc(500 / 1920 * 100vw);
      min-height: 1px; } }
  .section-top-text-type2 .h1 {
    font-weight: 300;
    font-size: 82px;
    line-height: 80px; }
    @media (max-width: 768px) {
      .section-top-text-type2 .h1 {
        /*font-size: 55px;*/
        font-size: 55px;
        line-height: 55px; 
      }
    }

.section-top-text-news {
  padding-top: calc(205 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-top-text-news {
      padding-top: calc(500 / 1920 * 100vw);
      min-height: 1px; } }
  .section-top-text-news .container {
    max-width: 1730px; }
  .section-top-text-news .col-start {
    max-width: 860px; }
    .section-top-text-news .col-start .h1 {
      font-weight: 300;
      font-size: 82px;
      line-height: 80px; }
      @media (max-width: 768px) {
        .section-top-text-news .col-start .h1 {
          font-size: 55px; line-height: 65px; } }
    .section-top-text-news .col-start .lead {
      font-weight: 300;
      font-size: 22px;
      line-height: 35px; }
  .section-top-text-news .col-end {
    max-width: 680px; }

.section-top-challenge {
  min-height: 792px;
  background: linear-gradient(180deg, #424242 0%, #1F1F1F 100%);
  padding-top: calc(200 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-top-challenge {
      padding-top: calc(500 / 1920 * 100vw);
      min-height: 1px; } }
  .section-top-challenge .h1 {
    font-weight: 300;
    font-size: 82px;
    line-height: 80px; }
    @media (max-width: 768px) {
      .section-top-challenge .h1 {
        font-size: 55px; line-height: 55px; } }
  .section-top-challenge .h2 {
    font-weight: 300;
    font-size: 46px; }
    @media (max-width: 768px) {
      .section-top-challenge .h2 {
        font-size: 34px; } }
  .section-top-challenge .lead {
    font-weight: 300;
    font-size: 22px;
    padding-top: 35px;
    width: 680px;
    line-height: 1.8;
    max-width: 100%; }
    @media (max-width: 1280px) {
      .section-top-challenge .lead {
        font-size: 28px;
        width: 100%; } }
    @media (max-width: 768px) {
      .section-top-challenge .lead {
        font-size: 20px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      .section-top-challenge .lead br {
        display: none; } }
  .section-top-challenge .numbers {
    max-width: 870px; }
    @media (max-width: 1280px) {
      .section-top-challenge .numbers {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 15%; } }
    @media (max-width: 768px) {
      .section-top-challenge .numbers {
        margin-top: 15rem; } }
    .section-top-challenge .numbers .elements {
      height: 268px;
      position: relative;
      pointer-events: none; }
      @media (max-width: 768px) {
        .section-top-challenge .numbers .elements {
          height: auto; } }
      .section-top-challenge .numbers .elements .circle {
        left: 40%;
        top: -15%;
        z-index: 1; }
      .section-top-challenge .numbers .elements .element-1 {
        left: 66%;
        top: auto;
        bottom: 6%; }
      .section-top-challenge .numbers .elements .element-2 {
        left: 53.8%;
        top: auto;
        bottom: 6%; }
      .section-top-challenge .numbers .elements .element-3 {
        left: 15.5%;
        top: auto;
        bottom: 6%; }
      .section-top-challenge .numbers .elements .element-4 {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: -10rem;
        right: -3rem; }
    .section-top-challenge .numbers .number {
      font-weight: 100;
      font-size: 130px;
      color: #FAFAFA; }
      @media (max-width: 768px) {
        .section-top-challenge .numbers .number {
          font-size: 80px;
          line-height: 1.2; } }
    .section-top-challenge .numbers .text {
      font-weight: 300;
      font-size: 24px;
      margin-top: -24px;
      line-height: 35px; }
      @media (max-width: 768px) {
        .section-top-challenge .numbers .text {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .section-top-challenge .numbers #top-challenge-2 {
        margin-top: 1.5rem; } }
    @media (max-width: 768px) {
      .section-top-challenge .numbers #top-challenge-3 {
        margin-top: .5rem; } }

.section-top-partnership {
  min-height: 792px;
  padding-top: calc(205 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-top-partnership {
      padding-top: calc(500 / 1920 * 100vw);
      min-height: 1px; } }
  .section-top-partnership .h1 {
    font-weight: 300;
    font-size: 82px;
    line-height: 80px;
    margin: 0; }
    @media (max-width: 768px) {
      .section-top-partnership .h1 {
        font-size: 55px; line-height: 44px; } }
  .section-top-partnership .lead {
    font-weight: 300;
    font-size: 36px;
    line-height: 50px; }
    @media (max-width: 1280px) {
      .section-top-partnership .lead {
        font-size: 28px; } }
    @media (max-width: 768px) {
      .section-top-partnership .lead {
        font-size: 20px;
        padding-top: 0px;
        line-height: 35px; } }
    @media (max-width: 768px) {
      .section-top-partnership .lead br {
        display: none; } }
  .section-top-partnership .top-partnership-img {
    width: 1412px;
    max-width: 100%;
    object-fit: cover;
    /*height: 532px;*/
    height: calc(532 / 1920 * 100vw); }
    @media (max-width: 768px) {
      .section-top-partnership .top-partnership-img {
        height: calc(1064 / 1920 * 100vw); } }

.section-team {
  margin-top: calc(150 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-team {
      margin-bottom: calc(300 / 1920 * 100vw); } }
  .section-team .h2 {
    font-weight: 300;
    font-size: 60px; }
    @media (max-width: 768px) {
      .section-team .h2 {
        font-size: 34px; } }
  .section-team .lead {
    font-weight: 400;
    font-size: 22px; }
    @media (max-width: 768px) {
      .section-team .lead br {
        display: none; } }
  .card-team {
    width: 400px;
    max-width: 100%;
    background: #fff;
    height: fit-content; }
    @media (max-width: 768px) {
      .card-team {
        width: calc(50% - 0.75rem);
        height: auto; 
      } 
      .card-team-wrap{
          min-height: 331px;
      }

    }
       .swiper-slide .card-team {
         width: 100%;
         height: 100%; } }
    @media (min-width: 1440px) {
      .card-team:nth-child(odd) {
        /*margin-top: 12%;*/
        /*margin-top: 2.5%;*/
      }
    }
/*    @media (min-width: 768px) {
      .card-team:nth-child(even) {
        margin-top: 2.5%; } }*/
    @media (max-width: 768px) {
      .card-team .card-header {
        padding: 0.5rem; } }
    @media (max-width: 768px) {
      .card-team .card-title {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .card-team .card-text {
        font-size: 18px; } }
    .card-team .card-img {
      width: 369px;
      max-width: 100%;
      height: 472px; }
      @media (max-width: 768px) {
        .card-team .card-img {
          height: 197px; } }
    .card-team .card-footer .btn {
      min-width: 146px; }

.section-initiatives {
  margin-top: calc(218 / 1920 * 100vw);
  padding-bottom: 35.2%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section-initiatives {
      margin-top: calc(500 / 1920 * 100vw);
      padding-bottom: 15%; } }
  .section-initiatives .container {
    max-width: 1520px; }
  .section-initiatives .h2 {
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 55px; }
    @media (max-width: 768px) {
      .section-initiatives .h2 {
        font-size: 34px; } }
  .section-initiatives .lead {
    font-weight: 400;
    font-size: 22px; }
  .section-initiatives .card {
    width: 100%;
    max-width: 100%;
    height: 535px;
    background: #424242;
    align-items: center;
    justify-content: center;
    /*    &:nth-child(2){
          @media(min-width: 1280px){
            width: 1250px;
            max-width: 90%;
            position: absolute;
            left: 12px;
            top: 50%;
            .card-header{
              max-width: 755px;
            }
          }
        }
        &:nth-child(3){
          @media(min-width: 1280px){
            width: 955px;
            max-width: 80%;
            position: absolute;
            left: 12px;
            top: 100%;
          }
        }*/ }
    @media (max-width: 768px) {
      .section-initiatives .card {
        height: auto; } }
    @media (min-width: 1280px) {
      .section-initiatives .card:nth-child(2), .section-initiatives .card:nth-child(3) {
        width: auto;
        max-width: 100%;
        position: relative;
        /* להסיר absolute */
        left: auto;
        top: auto; } }
    @media (min-width: 1280px) {
      .section-initiatives .card.active:nth-child(2) {
        width: 1250px;
        max-width: 90%;
        /*position: absolute;*/
        position: fixed;
        top: 175px;
        /*left: 12px;*/
        /*top: 50%;*/ }
        .section-initiatives .card.active:nth-child(2) .card-header {
          max-width: 755px; }
      .section-initiatives .card.active:nth-child(3) {
        width: 955px;
        max-width: 80%;
        /*position: absolute;*/
        position: fixed;
        top: 175px;
        /*left: 12px;*/
        /*top: 100%;*/ } }
    .section-initiatives .card .card-inner {
      width: 100%;
      height: 550px;
      display: flex;
      flex-flow: row-reverse;
      justify-content: center;
      padding: 0 25px; }
      @media (max-width: 768px) {
        .section-initiatives .card .card-inner {
          flex-flow: column;
          height: auto;
          padding: 1.5rem; } }
      .section-initiatives .card .card-inner .card-header {
        max-width: 850px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        margin-top: 18px; }
        @media (max-width: 768px) {
          .section-initiatives .card .card-inner .card-header {
            padding: 0;
            margin-top: 0; } }
        .section-initiatives .card .card-inner .card-header .card-text {
          width: 100%;
          font-weight: 300;
          font-size: 20px;
          line-height: 35px; }
          @media (max-width: 768px) {
            .section-initiatives .card .card-inner .card-header .card-text {
              font-size: 20px; } }
        .section-initiatives .card .card-inner .card-header .card-img {
          height: 285px; }
          @media (max-width: 768px) {
            .section-initiatives .card .card-inner .card-header .card-img {
              height: 234px; } }
          .section-initiatives .card .card-inner .card-header .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .section-initiatives .card .card-inner .card-body {
        max-width: 580px;
        align-content: center;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        padding: 40px; }
        @media (max-width: 768px) {
          .section-initiatives .card .card-inner .card-body {
            padding: 0; } }
        .section-initiatives .card .card-inner .card-body .card-title {
          font-weight: 300;
          font-size: 46px; }
          @media (max-width: 768px) {
            .section-initiatives .card .card-inner .card-body .card-title {
              padding: 0;
              font-size: 32px; } }

.section-insights {
  margin-top: calc(190 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-insights {
      margin-top: calc(500 / 1920 * 100vw); } }
  .section-insights .container {
    padding-left: 0;
    margin-left: 0;
    max-width: calc(1705px + 7.1rem); }
    .section-insights .container .insights-content {
      max-width: calc(1920px - 1280px - 5rem);
      width: 100%; }
      @media (max-width: 768px) {
        .section-insights .container .insights-content {
          max-width: calc(1920px - 1280px - 8rem); } }
      .section-insights .container .insights-content .h2 {
        font-weight: 300;
        font-size: 60px;
        line-height: 60px; }
        @media (max-width: 768px) {
          .section-insights .container .insights-content .h2 {
            font-size: 34px;
            line-height: 40px; } }
      .section-insights .container .insights-content .lead {
        font-weight: 400;
        font-size: 22px; }
    .section-insights .container .insights-swiper-wrapper {
      width: 1280px;
      max-width: 100%;
      /*height: 815px;*/
      padding: 90px;
      padding-inline-start: 100px;
      padding-inline-end: 0px;
      background: #ffffff; }
      @media (max-width: 768px) {
        .section-insights .container .insights-swiper-wrapper {
          padding: 1.5rem; } }
      .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide {
        width: 400px;
        max-width: 100%; }
        @media (max-width: 768px) {
          .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide {
            width: 250px; } }
        .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card {
          width: 100%; }
          .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card .card-header .card-img {
            width: 100%;
            height: 400px; }
            @media (max-width: 768px) {
              .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card .card-header .card-img {
                height: 250px; } }
            .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card .card-header .card-img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card .card-body .card-title {
            font-weight: 500;
            font-size: 22px; }
          .section-insights .container .insights-swiper-wrapper .insights-swiper-wrapper-inner .insights-swiper .swiper-slide .card .card-body .card-text {
            font-weight: 300;
            font-size: 18px; }

.section-testimonials-partnership {
  margin-top: calc(110 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-testimonials-partnership {
      margin-top: calc(0 / 1920 * 100vw); } }
  .section-testimonials-partnership .container {
    padding-left: 0;
    margin-left: 0;
    max-width: calc(1705px + 7.1rem); }
    .section-testimonials-partnership .container .testimonials-partnership-content {
      max-width: calc(1920px - 1280px - 5rem);
      width: 100%; }
      @media (max-width: 768px) {
        .section-testimonials-partnership .container .testimonials-partnership-content {
          max-width: calc(1920px - 1280px - 8rem); } }
      .section-testimonials-partnership .container .testimonials-partnership-content .h2 {
        font-weight: 300;
        font-size: 60px;
        line-height: 80px; }
        @media (max-width: 768px) {
          .section-testimonials-partnership .container .testimonials-partnership-content .h2 {
            font-size: 34px;
            line-height: 40px; } }
      .section-testimonials-partnership .container .testimonials-partnership-content .lead {
        font-weight: 400;
        font-size: 22px; }
    .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper {
      width: 1280px;
      max-width: 100%;
      /*height: 815px;*/
      padding-inline-end: 0px;
      background: #ffffff; }
      @media (max-width: 768px) {
        .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper {
          padding: 1.5rem; } }
      .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide {
        width: 455px;
        max-width: 100%;
        border-left: 0.5px #C0C0C0 solid;
        padding: 35px 30px 60px 25px; }
        @media (max-width: 768px) {
          .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide {
            width: 250px; } }
        .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-content .card-body .card-text {
          font-weight: 300;
          font-size: 32px;
          line-height: 55px; }
          @media (max-width: 768px) {
            .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-content .card-body .card-text {
              font-weight: 300;
              font-size: 20px;
              line-height: 30px; } }
          .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-content .card-body .card-text * {
            margin: 0; }
        .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-author .card-header .card-img {
          width: 72px;
          height: 72px;
          border-radius: 50%;
          overflow: hidden;
          border: 1px #00C1DE solid; }
          .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-author .card-header .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-author .card-body .card-title {
          font-weight: 700;
          font-size: 16px;
          line-height: 1.26; }
        .section-testimonials-partnership .container .testimonials-partnership-swiper-wrapper .testimonials-partnership-swiper-wrapper-inner .testimonials-partnership-swiper .swiper-slide .card-author .card-body .card-text {
          font-weight: 400;
          font-size: 16px;
          line-height: 1.26; }

.section-programs-tabs {
  margin-top: calc(135 / 1920 * 100vw);
  /*padding-bottom: 125px;*/
  padding-bottom: 75px;
}
  .section-programs-tabs .h2 {
    font-weight: 300;
    font-size: 60px; }
    @media (max-width: 768px) {
      .section-programs-tabs .h2 {
        font-size: 34px; } }
  .section-programs-tabs .lead {
    font-weight: 400;
    font-size: 26px;
    line-height: 50px; }
    @media (max-width: 768px) {
      .section-programs-tabs .lead br {
        display: none; 
      } 
      .section-programs-tabs .lead {
        line-height: 1.3; 
      }
    }
  .section-programs-tabs .swiper-programs-tabs-thumbs {
    position: relative;
    margin-top: calc(25 / 1920 * 100vw);
    margin-bottom: 4rem; }
    @media (max-width: 768px) {
      .section-programs-tabs .swiper-programs-tabs-thumbs {
        margin-top: 0px; } }
    .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-wrapper {
      justify-content: space-between;
      position: relative; }
      .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-wrapper .swiper-slide {
        width: auto;
        transition: all 0.3s ease;
        position: relative;
        font-weight: 300;
        font-size: 20px;
        line-height: 35px; }
        @media (max-width: 768px) {
          .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-wrapper .swiper-slide {
            line-height: 26px; } }
      .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-wrapper .swiper-slide-thumb-active {
        font-weight: 700; }
    .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-scrollbar {
      height: 4px;
      border-bottom: 0.5px solid #FFFFFF; }
    .section-programs-tabs .swiper-programs-tabs-thumbs .swiper-scrollbar-drag {
      background: #00c1de; }
  .section-programs-tabs .swiper-programs-tabs-main .card {
    width: 545px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1280px) {
      .section-programs-tabs .swiper-programs-tabs-main .card {
        width: 100%; } }
  .section-programs-tabs .swiper-programs-tabs-main .card-item {
    display: flex;
    flex-direction: column;
    height: auto;
    break-inside: avoid;
    padding-bottom: 1.1rem;
    margin-bottom: 2.3rem; }
    .section-programs-tabs .swiper-programs-tabs-main .card-item.card-with-picture {
      padding-bottom: 2.1rem; }
      .section-programs-tabs .swiper-programs-tabs-main .card-item.card-with-picture .card-header {
        padding-top: .8rem; }
      .section-programs-tabs .swiper-programs-tabs-main .card-item.card-with-picture .card-body .card-text {
        padding-top: 0; }
      .section-programs-tabs .swiper-programs-tabs-main .card-item.card-with-picture .card-footer {
        padding-top: 0; }
    .section-programs-tabs .swiper-programs-tabs-main .card-item .card-header {
      padding-top: 1.8rem; }
      .section-programs-tabs .swiper-programs-tabs-main .card-item .card-header .card-category {
        font-weight: 700;
        font-size: 16px;
        border-right: 3px solid #00c1de;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px; }
      .section-programs-tabs .swiper-programs-tabs-main .card-item .card-header .card-img {
        height: 160px;
        object-fit: cover;
        width: 100%;
        margin-top: 2.1rem; }
    .section-programs-tabs .swiper-programs-tabs-main .card-item .card-body .card-title {
      font-weight: 400;
      font-size: 28px; }
    .section-programs-tabs .swiper-programs-tabs-main .card-item .card-body .card-text {
      font-weight: 300;
      font-size: 16px;
      padding-top: .5rem; }
    .section-programs-tabs .swiper-programs-tabs-main .card-item .card-footer {
      min-width: 155px;
      margin-top: auto;
      padding-top: 1rem; }
  .section-programs-tabs .swiper-programs-tabs-main .programs-grid {
    column-count: 3;
    column-gap: 2.3rem; }
    @media (max-width: 1280px) {
      .section-programs-tabs .swiper-programs-tabs-main .programs-grid {
        column-count: 2; } }
  @media (max-width: 991.98px) {
    .section-programs-tabs .swiper-programs-tabs-main .programs-grid {
      column-count: 1;
      gap: 16px; } }
  @media (max-width: 575.98px) {
    .section-programs-tabs .swiper-programs-tabs-main .programs-grid {
      grid-template-columns: 1fr;
      gap: 12px; } }
  .section-programs-tabs .swiper-scrollbar-drag {
    top: 1px; }

.section-programs {
  margin-top: calc(190 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-programs {
      margin-top: calc(360 / 1920 * 100vw); } }
  .section-programs .card-top-title .card-body .card-title {
    font-weight: 300;
    font-size: 60px; }
    @media (max-width: 768px) {
      .section-programs .card-top-title .card-body .card-title {
        font-size: 34px; } }
  .section-programs .card-top-title .card-body .card-text {
    font-weight: 300;
    font-size: 16px; }
    @media (max-width: 768px) {
      .section-programs .card-top-title .card-body .card-text br {
        display: none; } }
  .section-programs .card {
    width: 545px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1280px) {
      .section-programs .card {
        width: 100%; } }
  .section-programs .card-item {
    display: flex;
    flex-direction: column;
    height: auto;
    break-inside: avoid;
    padding-bottom: 1.1rem;
    margin-bottom: 2.3rem; }
    .section-programs .card-item.card-with-picture {
      padding-bottom: 2.1rem; }
      .section-programs .card-item.card-with-picture .card-header {
        padding-top: .8rem; }
      .section-programs .card-item.card-with-picture .card-body .card-text {
        padding-top: 0; }
      .section-programs .card-item.card-with-picture .card-footer {
        padding-top: 0; }
    .section-programs .card-item .card-header {
      padding-top: 1.8rem; }
      .section-programs .card-item .card-header .card-category {
        font-weight: 700;
        font-size: 16px;
        border-right: 3px solid #00c1de;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px; }
      .section-programs .card-item .card-header .card-img {
        height: 160px;
        object-fit: cover;
        width: 100%;
        margin-top: 2.1rem; }
    .section-programs .card-item .card-body .card-title {
      font-weight: 400;
      font-size: 28px; }
    .section-programs .card-item .card-body .card-text {
      font-weight: 300;
      font-size: 16px;
      padding-top: .5rem; }
    .section-programs .card-item .card-footer {
      min-width: 155px;
      margin-top: auto;
      padding-top: 1rem; }
  .section-programs .programs-grid {
    column-count: 3;
    column-gap: 2.3rem; }
    @media (max-width: 1280px) {
      .section-programs .programs-grid {
        column-count: 2; } }
  @media (max-width: 991.98px) {
    .section-programs .programs-grid {
      column-count: 1;
      gap: 16px; } }
  @media (max-width: 575.98px) {
    .section-programs .programs-grid {
      grid-template-columns: 1fr;
      gap: 12px; } }

.section-timeline {
  margin-top: 125px;
  padding-bottom: 125px; }
  .section-timeline .h2 {
    font-weight: 300;
    font-size: 60px; }
    @media (max-width: 768px) {
      .section-timeline .h2 {
        font-size: 34px; } }
  .section-timeline .lead {
    font-weight: 300;
    font-size: 22px; }
    @media (max-width: 768px) {
      .section-timeline .lead br {
        display: none; } }
  .section-timeline .swiper-timeline-thumbs {
    position: relative;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .section-timeline .swiper-timeline-thumbs {
        margin-top: 0px; } }
    .section-timeline .swiper-timeline-thumbs .swiper-wrapper {
      justify-content: space-between;
      position: relative; }
      .section-timeline .swiper-timeline-thumbs .swiper-wrapper .swiper-slide {
        width: auto;
        font-weight: 400;
        font-size: 22px;
        transition: all 0.3s ease;
        position: relative;
        font-weight: 400;
        font-size: 22px; }
    .section-timeline .swiper-timeline-thumbs .swiper-scrollbar {
      height: 4px;
      border-bottom: 0.5px solid #FFFFFF; }
    .section-timeline .swiper-timeline-thumbs .swiper-scrollbar-drag {
      background: #00c1de; }
  .section-timeline .swiper-timeline-main {
    margin-top: 20px; }
    .section-timeline .swiper-timeline-main .card {
      min-height: 300px;
      height: 100%; }
      @media (max-width: 768px) {
        .section-timeline .swiper-timeline-main .card {
          min-height: 275px; } }
      .section-timeline .swiper-timeline-main .card .card-header .card-img {
        width: 265px;
        height: 100%;
        max-width: 100%; }
        @media (max-width: 1280px) {
          .section-timeline .swiper-timeline-main .card .card-header .card-img {
            width: 200px; } }
        @media (max-width: 768px) {
          .section-timeline .swiper-timeline-main .card .card-header .card-img {
            width: 185px; width: 170px } }
      .section-timeline .swiper-timeline-main .card .card-body {
        color: #424242; }
        @media (max-width: 768px) {
          .section-timeline .swiper-timeline-main .card .card-body {
            padding: 0; } }
        .section-timeline .swiper-timeline-main .card .card-body .card-year {
          font-weight: 400;
          font-size: 42px; }
        .section-timeline .swiper-timeline-main .card .card-body .card-year svg{
          vertical-align: text-top;
          margin-top: 10px;
        }
        @media (max-width: 768px) {
          .section-timeline .swiper-timeline-thumbs .swiper-scrollbar-drag {
              width: 65% !important;
          }
        }
        .section-timeline .swiper-timeline-main .card .card-body .card-title {
          font-weight: 500;
          font-size: 28px; }
          @media (max-width: 768px) {
            .section-timeline .swiper-timeline-main .card .card-body .card-title {
              font-size: 28px; } }
        .section-timeline .swiper-timeline-main .card .card-body .card-text {
          font-weight: 300;
          font-size: 16px; }
  .section-timeline .swiper-scrollbar-drag {
    top: 1px; }

.section-how-to-do {
  position: relative;
  height: 100vh;
  padding-top: calc(175 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-how-to-do .card-top-title .card-body {
      padding: 0; } }
  .section-how-to-do .card-top-title .card-body .card-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px; }
    @media (max-width: 768px) {
      .section-how-to-do .card-top-title .card-body .card-title {
        font-size: 34px;
        line-height: 40px; } }
  .section-how-to-do .card-top-title .card-body .card-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 25px; }
    @media (max-width: 768px) {
      .section-how-to-do .card-top-title .card-body .card-text {
        font-size: 22px;
        line-height: 35px; } }
  @media (min-width: 768px) {
    .section-how-to-do .list-unstyled {
      margin-top: 15%; } }
  @media (min-width: 768px) {
    .section-how-to-do .how-to-do-item {
      margin-bottom: 8.5rem; } }
  @media (max-width: 768px) {
    .section-how-to-do .card-item .card-header {
      padding: 0; } }
  .section-how-to-do .card-item .card-header .card-title {
    font-weight: 300;
    font-size: 150px; }
    @media (max-width: 768px) {
      .section-how-to-do .card-item .card-header .card-title {
        font-size: 100px; } }
  .section-how-to-do .card-item .card-body .card-title {
    font-weight: 300;
    font-size: 42px; }
    @media (max-width: 768px) {
      .section-how-to-do .card-item .card-body .card-title {
        font-size: 32px; } }
  .section-how-to-do .card-item .card-body .card-text {
    font-weight: 300;
    font-size: 20px; }
    @media (max-width: 768px) {
      .section-how-to-do .card-item .card-body .card-text {
        font-size: 20px; } }
  .section-how-to-do .how-to-do-img {
    width: 100%;
    height: 185px; }
  .section-how-to-do #how-to-do-item-1 {
    margin-top: 0; }
  .section-how-to-do #how-to-do-item-2 {
    margin-top: -30px; }
  .section-how-to-do #how-to-do-item-3 {
    margin-top: -30px; }
  .section-how-to-do #how-to-do-item-4 {
    margin-top: -30px; }
  .section-how-to-do #how-to-do-item-5 {
    margin-top: -15px; }
  .section-how-to-do #how-to-do-item-6 {
    margin-top: -25px; }
  .section-how-to-do .img1 {
    width: 162px;
    height: 185px;
    right: 5.5%;
    top: 5.5%; }
  .section-how-to-do .img2 {
    width: 217px;
    height: 168px;
    top: 41.5%;
    right: 0; }
  .section-how-to-do .img3 {
    width: 203px;
    height: 232px;
    top: 83%;
    right: 0; }
  .section-how-to-do .img4 {
    width: 209px;
    height: 239px;
    right: auto;
    left: 5.5%;
    top: 14.5%; }
  .section-how-to-do .img5 {
    width: 298px;
    height: 232px;
    right: auto;
    left: 3%;
    top: 60.5%; }

.section-challenges {
  position: relative;
  height: 100vh;
  padding-top: calc(155 / 1920 * 100vw);
  transition: padding-top 0.5s ease, background-color 0.5s ease; }
  .section-challenges .container {
    max-width: 1825px;
    margin-left: 0;
    padding-left: 0;
    transition: max-width 0.3s ease, margin 0.3s ease, padding 0.3s ease; }
    @media (max-width: 768px) {
      .section-challenges .container {
        padding-inline-start: 1.5rem; } }
  @media (max-width: 768px) {
    .section-challenges .card-top-title .card-body {
      padding: 0; } }
  .section-challenges .card-top-title .card-body .card-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px; }
    @media (max-width: 768px) {
      .section-challenges .card-top-title .card-body .card-title {
        font-size: 34px;
        line-height: 40px; } }
  .section-challenges .challenges-swiper {
    background: #383838;
    height: 622px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .section-challenges .challenges-swiper {
        margin-top: 20px;
        min-height: 470px;
        height: auto; } }
    .section-challenges .challenges-swiper .swiper-slide {
      border-left: 1px #fff solid;
      width: 450px; }
      @media (max-width: 768px) {
        .section-challenges .challenges-swiper .swiper-slide {
          border: 0; } }
    .section-challenges .challenges-swiper .card-item {
      width: 100%;
      max-width: 100%;
      height: 100%; }
      .section-challenges .challenges-swiper .card-item .card-header .card-title {
        font-weight: 300;
        font-size: 42px;
        line-height: 50px; }
        .section-challenges .challenges-swiper .card-item .card-header .card-title * {
          margin: 0;
          padding: 0; }
        @media (max-width: 768px) {
          .section-challenges .challenges-swiper .card-item .card-header .card-title {
            font-size: 32px;
            line-height: 40px; }
            .section-challenges .challenges-swiper .card-item .card-header .card-title * {
              margin-bottom: 5px; } }
      .section-challenges .challenges-swiper .card-item .card-header .card-text {
        font-weight: 300;
        font-size: 100px; }
      .section-challenges .challenges-swiper .card-item .card-footer .btn {
        width: 167px;
        min-width: 1px;
        border-radius: 2px; }
      .section-challenges .challenges-swiper .card-item .card-body .card-text {
        font-weight: 300;
        font-size: 20px; }

        .section-swiper-news .img-fluid{
          width: 835px;
          height: 473px;
          object-fit: cover;
        }
        @media(max-width: 768px){
          .section-swiper-news .img-fluid {
              height: 275px;
          }
        }
.section-article-news .container .h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 50px; }
.section-article-news .container .lead {
  font-weight: 300;
  font-size: 22px;
  line-height: 40px; }

.section-floors-news {
  padding-top: calc(150 / 1920 * 100vw); }
  @media (max-width: 768px) {
    .section-floors-news {
      padding-top: calc(300 / 1920 * 100vw);
      min-height: 1px; } }
  .section-floors-news .row-item {
    display: flex;
    margin-bottom: calc(130 / 1920 * 100vw); }
    @media (max-width: 768px) {
      .section-floors-news .row-item {
        margin-bottom: calc(260 / 1920 * 100vw);
        min-height: 1px;
        flex-flow: column; } }
    .section-floors-news .row-item.row {
      justify-content: space-between; }
      @media (max-width: 768px) {
        .section-floors-news .row-item.row {
          flex-flow: column; } }
    .section-floors-news .row-item.row-reverse {
      justify-content: space-between; }
      @media (max-width: 768px) {
        .section-floors-news .row-item.row-reverse {
          flex-flow: column; } }
    .section-floors-news .row-item .col-start {
      max-width: 545px; }
      .section-floors-news .row-item .col-start .card-header .card-img {
        width: 144px;
        height: 168px;
        border-radius: 0; }
      .section-floors-news .row-item .col-start .card-header .card-title {
        font-weight: 300;
        font-size: 46px;
        line-height: 44px; }
        @media (max-width: 768px) {
          .section-floors-news .row-item .col-start .card-header .card-title {
            font-size: 40px;
            line-height: 44px; } }
      .section-floors-news .row-item .col-start .card-body .card-text {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .section-floors-news .row-item .col-start .card-body .card-text br {
            display: none; } }
    .section-floors-news .row-item .col-end .card {
      min-height: 230px;
      border-radius: 0; }
      .section-floors-news .row-item .col-end .card .card-body .card-text {
        font-weight: 300;
        font-size: 36px;
        line-height: 48px;
        border-inline-start: 3px #00C1DE solid;
        padding-inline-start: 1rem;
        min-height: 165px;
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          .section-floors-news .row-item .col-end .card .card-body .card-text {
            font-size: 28px;
            line-height: 38px; } }
    .section-floors-news .row-item .col-end .lead {
      font-weight: 300;
      font-size: 20px;
      line-height: 30px;
      display: flex;
      flex-flow: column;
      gap: 1.5rem; }
      @media (max-width: 768px) {
        .section-floors-news .row-item .col-end .lead br {
          display: none; } }

.footer {
  position: relative;
  background: #383838;
  margin-top: calc(195 / 1920 * 100vw);
  padding-bottom: 20px; }
  .footer .top-footer {
    position: relative; }
    .footer .top-footer .top-footer-title {
      font-weight: 700;
      font-size: 22px; }
      @media (max-width: 768px) {
        .footer .top-footer .top-footer-title {
          font-size: 20px; } }
    .footer .top-footer .footer-newsletter {
      margin-top: calc(70 / 1920 * 100vw);
      max-width: 690px;
      /* Placeholder text styling */
      /* For cross-browser compatibility */ }
      .footer .top-footer .footer-newsletter .form-control {
        background-color: #2b2b2b;
        border: 4px #2b2b2b solid;
        color: #fff; }
      .footer .top-footer .footer-newsletter .form-control::placeholder {
        color: #fff;
        opacity: 1;
        /* Optional: ensures the placeholder is fully visible */ }
      .footer .top-footer .footer-newsletter .form-control::-webkit-input-placeholder {
        color: #fff; }
      .footer .top-footer .footer-newsletter .form-control:-ms-input-placeholder {
        color: #fff; }
      .footer .top-footer .footer-newsletter .form-control::-ms-input-placeholder {
        color: #fff; }
      .footer .top-footer .footer-newsletter .btn-primary {
        height: 45px;
        padding: 0;
        width: 110px;
        font-weight: 600; }
    .footer .top-footer .footer-social {
      width: 100%;
      max-width: 440px;
      margin-top: calc(75 / 1920 * 100vw);
      display: flex;
      flex-flow: column;
      gap: 13px; }
      .footer .top-footer .footer-social .footer-menu-list {
        font-weight: 300;
        font-size: 16px;
        color: #ffffff;
        gap: 50px; }
        @media (max-width: 768px) {
          .footer .top-footer .footer-social .footer-menu-list {
            gap: 20px; } }
        .footer .top-footer .footer-social .footer-menu-list li {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: inherit; }
          .footer .top-footer .footer-social .footer-menu-list li::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 80%;
            height: 80%;
            opacity: 1;
            visibility: visible;
            z-index: -1;
            border-radius: 60%;
            margin: 0 auto; }
          .footer .top-footer .footer-social .footer-menu-list li:hover::after {
            background: #fff; }
  .footer .middle-footer {
    position: relative;
    border: 1px #fff solid;
    border-left: 0;
    border-right: 0;
    margin: 40px 0;
    padding: 15px 0 40px; }
    @media (max-width: 768px) {
      .footer .middle-footer {
        border-top: .5px #fff solid;
        margin-bottom: 20px; } }
    .footer .middle-footer .footer-logo-and-donation {
      max-width: 300px; }
      @media (max-width: 768px) {
        .footer .middle-footer .footer-logo-and-donation {
          width: 100%;
          max-width: 100%;
          border-bottom: .5px #fff solid;
          justify-content: center;
          display: flex;
          flex-flow: column;
          align-items: center;
          padding-bottom: 2.5rem;
          margin-bottom: 2.5rem; } }
      @media (max-width: 768px) {
        .footer .middle-footer .footer-logo-and-donation .logo {
          max-width: 165px; } }
      @media (max-width: 1440px) {
        .footer .middle-footer .footer-logo-and-donation .btn-lg, .footer .middle-footer .footer-logo-and-donation .btn-group-lg > .btn {
          min-width: 1px;
          width: 100%; } }
    .footer .middle-footer .footer-menu {
      max-width: 1330px;
      width: 100%;
      margin-top: calc(60 / 1920 * 100vw); }
      .footer .middle-footer .footer-menu .footer-menu-title {
        font-weight: 700;
        font-size: 18px;
        color: #00C1DE;
        border-right: 2px #ffffff solid;
        padding-right: 10px; }
        @media (max-width: 768px) {
          .footer .middle-footer .footer-menu .footer-menu-title {
            border-right: 3px #ffffff solid; } }
        @media (min-width: 768px) {
          .footer .middle-footer .footer-menu .footer-menu-title {
            pointer-events: none; }
            .footer .middle-footer .footer-menu .footer-menu-title:after {
              display: none; } }
      .footer .middle-footer .footer-menu .footer-menu-list {
        font-weight: 300;
        font-size: 16px;
        color: #ffffff;
        margin-top: 28px;
        min-width: 240px; }
        .footer .middle-footer .footer-menu .footer-menu-list li {
          margin-bottom: 3px; }
          .footer .middle-footer .footer-menu .footer-menu-list li a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            color: inherit; }
            .footer .middle-footer .footer-menu .footer-menu-list li a::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              height: 2px;
              width: 100%;
              background-color: currentColor;
              transform: scaleX(0);
              transform-origin: right;
              transition: transform 0.3s ease; }
            .footer .middle-footer .footer-menu .footer-menu-list li a:hover::after {
              transform: scaleX(1);
              transform-origin: left; }
  .footer .bottom-footer {
    position: relative; }
    .footer .bottom-footer .terms {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 768px) {
        .footer .bottom-footer .terms ul {
          flex-wrap: wrap;
          justify-content: center;
          text-align: center;
          gap: 5px 0;
          margin: 10px; } }
      .footer .bottom-footer .terms ul li {
        position: relative; }
        @media (max-width: 768px) {
          .footer .bottom-footer .terms ul li:nth-child(1) {
            width: 100%; }
            .footer .bottom-footer .terms ul li:nth-child(1):after {
              display: none; } }
        @media (max-width: 768px) {
          .footer .bottom-footer .terms ul li:nth-child(2) {
            width: auto; } }
        @media (max-width: 768px) {
          .footer .bottom-footer .terms ul li:nth-child(3) {
            width: auto; } }
        .footer .bottom-footer .terms ul li:after {
          content: ' | ';
          padding: 0 20px; }
        .footer .bottom-footer .terms ul li:last-child:after {
          display: none; }
        .footer .bottom-footer .terms ul li a {
          color: inherit;
          text-decoration: none; }
    .footer .bottom-footer .credit {
      font-weight: 300;
      font-size: 16px; }

.count-up {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-in-out; }

.count-up.animated {
  opacity: 1;
  transform: scale(1); }

[data-aos] {
  will-change: transform, opacity;
  transition-timing-function: ease-in-out !important; }

.aos-animate {
  transition-property: transform, opacity !important; }

.breadcrumbs {
  font-weight: 500;
  font-size: 18px; }

@media (min-width: 768px) {
  .card-img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease; }
    .card-img img {
      display: block;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: transform 0.6s ease, filter 0.6s ease;
      will-change: transform, filter; }
    .card-img:hover img {
      transform: scale(1.12);
      filter: brightness(1.1) saturate(1.2); } }

.page-template-tpl-partnership footer.footer,
.page-template-tpl-about footer.footer {
  padding: 0;
  margin: 0; }

.page-template-tpl-partnership .section-fullwidth-banner {
  margin-top: calc(95 / 1920 * 100vw); }


  .skeleton-wrapper {
      position: relative;
      min-height: 150px; /* adjust depending on widget height */
  }

  .skeleton {
      animation: pulse 1.5s infinite;
  }

  .skeleton-line {
      height: 16px;
      background: #e0e0e0;
      margin-bottom: 10px;
      border-radius: 4px;
  }

  .skeleton-line.short {
      width: 50%;
  }

  .skeleton-line.medium {
      width: 70%;
  }

  @keyframes pulse {
      0% { background-color: #e0e0e0; }
      50% { background-color: #f0f0f0; }
      100% { background-color: #e0e0e0; }
  }



  .section-news-archive{
      margin-top: 6rem;
  }
  .section-news-archive .card{
    width: 400px;
    max-width: 100%;
    min-height: 590px;
    margin-top: -.7rem;
    margin-bottom: 4rem;
    padding: 1rem;
    filter: drop-shadow(0px 0px 16px rgba(0, 33, 71, 0.15));
    border: 0;
    transition: transform 0.6s ease, filter 0.6s ease;
    will-change: transform, filter;
  }

  @media (min-width: 768px) {  
    .section-news-archive .card:hover .card-body{
      filter: brightness(2) saturate(2); 
    }
    .section-news-archive .card:hover .card-img img {
      transform: scale(1.12);
      filter: brightness(1.1) saturate(1.2);
    }
  }


  .section-news-archive .card .card-title {
    font-weight: 700;
    font-size: 16px;
    border-right: 2px #00C1DE solid;
    padding-right: 10px; 
    color: #3F3F3F;
  }
  .section-news-archive .card .card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #424242; 
  }
  .section-news-archive .card .card-sub-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #424242; 
  }
  .section-news-archive .card .card-footer{
    width: 400px;
    max-width: 100%;
    height: 284px;
  }
  @media (max-width: 768px) {
    .section-news-archive .card .card-text {
      font-size: 22px; 
    } 
  }

  .section-team-archive{
      margin-top: 3rem;
  }
  .section-team-archive .row-list{
    gap: 5rem;
  }
  @media(max-width: 1680px){
    .section-team-archive .row-list{
      gap: 5rem;
    }
  }
  @media(max-width: 1440px){
    .section-team-archive .row-list{
      gap: 1rem;
    }
  }
  @media(max-width: 1280px){
    .section-team-archive .row-list{
      gap: 1rem;
    }
  }
  @media(max-width: 768px){
    .section-team-archive .row-list {
        gap: 0;
    }
    .section-team-archive{
      margin-top: 0;
    }
    .section-team-archive .card-team {
        width: calc(50% - 0rem);
        margin-bottom: 2rem;
    }
  }
  .section-blog-archive .card {
    width: 100%;
    max-width: 835px;
  }
  .blog-archive-col .card{
    margin-bottom: 8rem;
  }
  .blog-archive-col:nth-child(even) .card{
    margin-top: -7rem;
  }
  .blog-archive-col:last-child,
  .blog-archive-col:nth-last-child(2){
    margin-bottom: 0;
  }

  .section-blog-archive .card .card-title {
    font-weight: 500;
    font-size: 22px;
  }
  .section-blog-archive .card .card-text {
    font-weight: 300;
    font-size: 18px;
  }
  .section-blog-archive .card .card-img {
    width: 100%;
    height: 450px;
    border-radius: 0;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .section-blog-archive .card .card-img {
      height: 180px;
      }
  }
  .section-blog-archive .card .card-img img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  .blog-card-info .text{
    height: 25px;
    width: auto;
    display: inline-flex;
    border-right: 3px #00C1DE solid;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
  }
  .blog-card-info .text strong{
    font-weight: bold;
    font-weight: normal;
  }
  @media (max-width: 768px) {
    .blog-archive-col .card{
      margin-bottom: 3rem;
    }
    .blog-archive-col:nth-child(even) .card{
      margin-top: 0;
    }
  }
  .single-blog .section-top-text .container{
    max-width: 1310px;
  }
  .single-blog .section-top-text {
      min-height: 1px;
      padding-top: calc(165 / 1920 * 100vw);
  }
  .blog-content{
    max-width: 1130px;
    max-width: 900px;
    margin: 0 auto;
  }
  /*@media(max-width: 768px){*/
    .blog-card-info{
      margin-top: 30px;
    }
  /*}*/
  .blog-content-title{
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
  }
  .blog-content-excerpt{
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
  }
  .blog-content-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  .blog-content-text h3,
  .blog-content-text .h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
  }
  .blog-content-text a{
    color: inherit;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .blog-content-text ol{
    list-style-type: none;
    padding: 0;
  }
  .blog-content-img{
    width: 1130px;
    max-width: 100%;
    height: 481px;
  }
  .card-quote {
    min-height: 230px;
    border-radius: 0; 
  }
  .card-quote .card-body .card-text {
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    border-inline-start: 3px #00C1DE solid;
    padding-inline-start: 1rem;
    min-height: 165px;
    display: flex;
    align-items: center; 
  }
  @media (max-width: 768px) {
    .card-quote .card-body .card-text {
      font-size: 28px;
      line-height: 38px; 
    } 
  }
  .list-social{

  }
  .list-social li{

  }
  .list-social li a {
      width: 40px;
      height: 40px;
      border-radius: 100px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  @media (max-width: 768px) {
    .single-blog .section-top-text .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .blog-content-img {
        height: auto;
    }
    .blog-content-excerpt {
        font-size: 18px;
        line-height: normal;
    }
    .single-blog .section-swiper-news .container-xl{
      padding: 0;
      margin-top: 0 !important;
    }
  }
  .card-single-program{
    width: 1123px;
    /*min-height: 372px;*/
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }
  .card-single-program .card-header{
    width: 210px;
    max-width: 100%;
    font-weight: 300;
    font-size: 50px;
    line-height: 46px;
  }
  .card-single-program .card-body{
    width: 750px;
    max-width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    padding: 0 4rem 0 2rem;
  }
  .card-single-program .card-body ul{
    padding: 0;
    list-style-position: inside;
  }
  .card-program-partners{
    width: 545px;
    max-width: 100%;
    min-height: 372px;
    background-color: #F4F4F4;
  }
  .card-program-partners .card-header{
    width: 493px;
    max-width: 90%;
    height: 112px;
    gap: 1.7rem;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2.8rem;
  }
  .card-program-partners .card-header .card-title{
    font-weight: 700;
    font-size: 26px;
  }
  .card-program-partners .card-header .card-img{
    height: 64px;
    width: auto;
    border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
    padding-inline-end: 1.7rem;
  }
  .card-program-partners .card-body{
    width: 493px;
    max-width: 90%;
    margin-top: 3rem;
  }
  .card-program-partners .card-body .card-text{
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0.5rem;
  }
  .card-program-partners .card-body .card-list{
    font-weight: 400;
    font-size: 20px;
  }
  .program-details-title{
    font-weight: 300;
    font-size: 35px;
    line-height: 46px;
  }
  .card-program-list{
    width: 545px;
    max-width: 100%;
    margin-top: 2.8rem;
  }
  .program-details-list-item{
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.6);
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .program-details-list-email{
    font-weight: 500;
    line-height: 40px;
  }
  @media(max-width: 1680px){
    .card-single-program{
      max-width: 95%;
    }
  }
  @media(max-width: 1024px){
    .card-single-program .card-body {
        width: 100%;
        padding: 1rem 0;
    }
    .card-program-partners{
      width: 100%;
    }
    .card-program-list {
        width: 100%;
    }
  }
  @media(max-width: 768px){
    .card-single-program .card-body{
      padding: 1rem 0;
    }
    .card-single-program .card-body {
      font-size: 20px;
      line-height: normal;
    }
    .card-single-program .card-header {
      font-size: 45px;
      line-height: 30px;
    }
    .card-program-partners{
      padding: 0 1.5rem;
    }
    .card-program-partners .card-header {
      padding: 1rem;
    }
    .card-program-partners .card-body .card-text {
        font-size: 22px;
    }
    .card-program-partners .card-body .card-list {
        font-size: 16px;
    }
    .card-program-partners .card-header .card-img {
        height: 50px;
        padding-inline-end: 1rem;
    }
    .card-program-partners .card-header .card-title {
        font-size: 20px;
    }
    .program-details-list-item {
        font-size: 18px;
        line-height: normal;
    }
    .program-details-title {
        font-size: 28px;
        line-height: normal;
    }
    .program-details-list {
        margin-top: 0;
    }
    .card-single-program {
      min-height: auto;
      padding: 3rem 1.5rem;
      max-width: 100%;
    }
    .card-program-list {
        margin-top: 0;
    }
  }
  .card-podcast{
    width: 401px;
    max-width: 100%;
    margin-bottom: 6.7rem;
  }
  .card-podcast .card-header{
    width: 400px;
    max-width: 100%;
    /*height: 400px;*/
    justify-content: center;
    display: flex;
  }
  .card-podcast .card-header > .row{
    width: 351px;
    max-width: 100%;
    margin: 0 auto;
  }
  .card-podcast .card-header .card-add-to-favorite{
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
  .card-podcast .card-header .card-img{
    width: 351px;
    max-width: 100%;
    height: 248px;
  }
  .card-podcast .card-header .card-header-call-to-action .btn{
    margin-top: 5px;
  }
  .card-podcast .card-header .card-header-call-to-action .btn-primary{
    padding: 5px 12px;
    height: 28px;
    line-height: 18px;
    display: flex;
    flex-flow: row;
    gap: 7px;
  }
  .card-podcast .card-body{
    color: #FFFFFF;
  }
  .card-podcast .card-body .card-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
  .card-podcast .card-body .card-subtitle{
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
  }
  .card-podcast .card-body .card-text{
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
  }
  .card-podcast .card-body .card-list .btn{
    font-weight: 300;
    font-size: 13px;
    /*line-height: 28px;*/
  }
  .card-podcast .card-body .card-list .card-sound-icon{
    width: 20px;
    height: 20px;
  }
  .card-podcast .card-body .card-category{
    width: 37px;
    border-inline-start:3px #00C1DE solid;
    padding-inline-start:6px;
  }
  @media(max-width: 768px){
    .card-podcast {
        margin-bottom: 2rem;
    }
  }
  .card-start-contact{
    border-radius: 0;
    width: 833px;
    max-width: 100%;
    padding: 4rem 2rem 2rem;
  }
  .start-contact-list{
    width: 400px;
    max-width: 100%;
  }
  .start-contact-list-item-title {
      position: relative;
      font-weight: 300;
      font-size: 26px;
      line-height: 35px;
      display: inline-block;
  }
  .start-contact-list-item-title:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #00C1DE;
      position: absolute;
      left: 0;
      bottom: 10px;
      left: -15px;
  }
  .start-contact-list-item-text{
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
  }
  .card-end-contact{
    border: 0;
  }
  .end-contact-list-item {
      border-bottom: 1px solid rgba(112, 112, 112, 0.6);
      width: 840px;
      max-width: 100%;
      margin-bottom: 32px;
      min-height: 135px;
      margin-top: 6px;
      padding-bottom: 25px;
  }
  .end-contact-list-item-title{
    font-weight: 300;
    font-size: 35px;
    line-height: 46px;
    width: 267px;
    max-width: 100%;
  }
  .end-contact-list-item-text{
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    width: 410px;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    /*margin-top: -5px;*/
    /*padding: 0 1.2rem;*/
  }
  .end-contact-list-item-text *{
    margin-bottom: 0;
  }
  .team-off-canvas.offcanvas.offcanvas-end{
    width: 770px;
    background: #414141;
    z-index: 10000;
  }
  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-title{
    font-weight: 900;
    font-size: 46px;
    line-height: 1;
    direction: rtl;
  }
  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-subtitle{
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    direction: rtl;
  }
  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    direction: rtl;
  }
  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-body{
    width: 600px;
    max-width: 100%;
    direction: ltr;
    overflow-y: auto;
    scrollbar-width: thin;          /* Firefox */
    scrollbar-color: #00C1DE #555;  /* Firefox */
  }
  /* Chrome, Edge, Safari */
  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-body::-webkit-scrollbar {
      width: 5px;
      height: 5px;
  }

  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-body::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
  }

  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-body::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 10px;
  }

  .team-off-canvas.offcanvas.offcanvas-end .offcanvas-body::-webkit-scrollbar-thumb:hover {
      background: #555;
  }
  .team-off-canvas.offcanvas.offcanvas-end .card-team{
    width: 600px;
    direction: rtl;
  }
  .team-off-canvas.offcanvas.offcanvas-end .card-team .card-img{
    width: 560px;
    height: auto;
  }
  .team-off-canvas.offcanvas.offcanvas-end .card-team .card-img .img-fluid{
      object-position: 0 ;
  }
  @media(min-width: 1024px){
    .team-off-canvas.offcanvas.offcanvas-end .card-team .card-img{
      width: 100%;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      object-position: top;
      overflow: hidden;
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 450px;
    }
    .team-off-canvas.offcanvas.offcanvas-end .card-team .card-img .img-fluid{
        object-position: 0 0;
    }
    .section-team-archive .card-team {
        width: 425px;
        max-width: calc(32% - 0.56rem);
    }
    .section-team-archive .card-team .card-img {
      width: 369px;
      max-width: 100%;
      height: 472px;
      margin: 0 auto;
      margin-top: 4px;
      margin-bottom: 5px;
    }
    .section-team-archive .card-team .card-header{
      display: flex;
    }
  }

  .swiper-button-lock,
  .swiper-button-hidden, 
  .swiper-button-disabled {
      /*display: none !important;*/
  }

  .image-description.lead{
    font-size: 1rem;
    color: #ffffff;
  }

  @media(max-width: 768px){
    .single #breadcrumbs{
      display: none;
    }
  }






  /* Custom Prefix: bw- */

  .bw-attribution {
    border-top: 1px solid var(--bs-border-color-light);
  }

  .bw-label-he {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1d1d1b;
    margin-bottom: 0.5rem;
  }

  .bw-brand-en {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bw-title-en {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #1d1d1b;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap; /* Constraint: Zero line breaks */
  }

  .bw-subtitle-en {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #1d1d1b;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap; /* Constraint: Zero line breaks */
  }

  /* Mobile Responsiveness */
  @media (max-width: 576px) {
    .bw-title-en {
      font-size: 0.75rem;
    }
    .bw-subtitle-en {
      font-size: 0.7rem;
    }
    .bw-logo-container svg {
      width: 120px;
      height: auto;
    }
  }

  /* Branding Colors */
  :root {
    --ez-cyan: #00C1DE;
    --ez-dark: #414141;
  }

  /* Typography with Clamp */
  .ez-section-title {
      font-weight: 300;
      font-size: clamp(32px, 5vw + 1rem, 60px);
      line-height: clamp(40px, 6vw + 1rem, 80px);
      color: #00C1DE;
      margin-bottom: 1.5rem;
  }
  .ez-card{
    border-radius: 0;
  }
  .ez-outline-primary {
      min-width: clamp(200px, 20vw, 260px);
      border-radius: 0;
      padding: clamp(10px, 1.5vw, 15px);
      font-size: clamp(18px, 2vw, 22px);
      max-height: 65px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
  }
  /* Card Media Styling */
  .ez-card-media {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    height: 400px;
  }

  .ez-card-media img {
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 100%;
    border-radius: 0;
  }

  .ez-card-media:hover img {
    transform: scale(1.05);
  }

  /* Overlays */
  .ez-wishlist-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    border: none;
    color: white;
    font-size: 1.4rem;
    z-index: 10;
  }

  /* When active, fill the SVG heart */
  .ez-wishlist-btn.active svg {
      fill: #00C1DE !important;
      stroke: #00C1DE !important;
  }

  /* Optional: smooth transition */
  .ez-wishlist-btn svg {
      transition: fill 0.3s ease, stroke 0.3s ease;
  }

  .ez-media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  /* Wide aspect ratio for publication/program cards */
  .ez-media-wide {
      position: relative;
      aspect-ratio: 16 / 9; /* Adjusted for landscape images */
      overflow: hidden;
  }

  .ez-media-wide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* Ensure consistent card heights in Swiper */
  .swiper-slide .card.ez-card {
      display: flex;
      flex-direction: column;
  }

  .ez-badge-duration {
    background: var(--ez-cyan);
    color: white;
    padding: 6px 19px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    gap: 8px;
    display: flex;
  }

  .ez-action-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    top: 5px;
  }

  .ez-play-circle {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ez-dark);
    border: 1px #00C1DE solid;
  }

  /* Meta Section (Socials + Cyan Line) */
  .ez-meta-divider {
    width: 3px;
    height: 20px;
    background-color: var(--ez-cyan);
    margin-left: 5px; /* Logical spacing for RTL */
    height: auto;
  }

  .ez-card-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
  }

  .ez-card-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
  }
  .ez-card-author{
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
  }

  /* Navigation Overrides */
  .ez-nav {
    color: var(--ez-cyan) !important;
  }
  .ez-nav::after { font-size: 1.5rem !important; }

  .ez-video-play-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      pointer-events: none; /* Allows clicks to pass through to the card link if needed */
      transition: transform 0.3s ease;
  }

  .ez-card-media:hover .ez-video-play-center {
      transform: translate(-50%, -50%) scale(1.1);
  }

  /* Ensure images in the cards stay square */


  .ez-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* Prefix: ez- */

  .ez-card-social-footer {
      padding-bottom: 5px;
  }

  .ez-social-group {
      /* logical spacing: ms-auto pushes icons to the left in RTL, 
         but for the visual alignment with the divider: */
      display: flex;
      align-items: center;
  }

  .ez-social-icon img {
      transition: opacity 0.2s ease;
      display: block;
  }

  .ez-social-icon:hover img {
      opacity: 0.8;
  }

  .ez-brand-divider {
      width: 4px;
      height: 24px;
      background-color: #00BAE2; /* Cyan blue from design */
      margin-right: 15px; /* Spacing between icons and divider in RTL */
      flex-shrink: 0;
  }

  .btn-social{
    font-size: 13px;
  }

  /* Mobile adjustments */
  @media (max-width: 576px) {
      .ez-brand-divider {
          height: 20px;
          margin-right: 10px;
      }
      .ez-social-icon img {
          width: 20px;
          height: 20px;
      }
  }


  :root {
      --custom-cyan: #00C1DE;
      --custom-border: rgba(255, 255, 255, 0.1);
  }

  /* Chip Buttons */
  .custom-btn-chip {
      border: 1px solid var(--custom-cyan);
      color: white;
      border-radius: 0;
      padding: 4px 24px;
      transition: all 0.2s ease-in-out;
      font-size: 20px;
      font-weight: 400;
  }

  .custom-btn-chip:hover, 
  .custom-btn-chip.active {
      background-color: var(--custom-cyan);
      color: #000;
  }

  /* Search Bar */
  .custom-search-group .form-control {
      border-radius: 0 !important;
      height: 45px;
      font-size: 0.9rem;
      font-size: 18px;
  }

  .custom-search-group .btn {
      border-radius: 0 !important;
      background-color: var(--custom-cyan);
      border: none;
      font-weight: 600;
      font-size: 18px;
  }

  /* Select Box */
  .custom-custom-select {
      background-color: #e0e0e0;
      background-image: 
          url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.75 6.58333L10.75 0.750001' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), 
          linear-gradient(#00C1DE, #00C1DE);
      background-repeat: no-repeat;
      background-position: left 20.5px center, left 15px center;
      background-size: 12px 8px, 25px 25px;
      border: none;
      border-radius: 0;
      height: 45px;
      cursor: pointer;
      font-size: 18px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-left: 35px;
      padding-right: 15px;
  }

  .custom-custom-select::-ms-expand {
      display: none;
  }

  .custom-custom-select::-ms-expand {
      display: none;
  }

  /* Challenge Tags */
  .custom-tag {
      border: 1px solid var(--custom-border);
      color: #adb5bd;
      font-size: 0.85rem;
      padding: 5px 25px;
      border-radius: 0;
      font-size: 16px;
  }

  .custom-tag:hover,
  .custom-tag.active {
      background-color: var(--custom-cyan);
      color: #000;
      border-color: var(--custom-cyan);
  }


  :root {
      --knowledge-portal-cyan: #00C1DE;
      --knowledge-portal-bg: #1a1a1a;
  }

  /* Side Actions */

  .knowledge-portal{
    margin-top: 100px;
  }
  .knowledge-portal .lead{
    font-size: 28px;
  }
  .knowledge-portal .form-label.small{
    font-size: 20px;
  }
  .knowledge-portal-btn-circle-outline {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.3);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
  }

  .search-container{
    position: relative;
  }

  .ez-btn-watchlist {
      border: 1px solid #00C1DE;
      background: transparent;
      color: #fff;
      border-radius: 50rem;
      padding: 8px clamp(12px, 2vw, 20px);
      font-size: clamp(14px, 1.5vw, 16px);
      white-space: nowrap;
  }

  /* Chips & Tags */
  .knowledge-portal-btn-chip {
      border: 1px solid var(--knowledge-portal-cyan);
      color: white;
      border-radius: 50px;
      padding: 6px 24px;
  }

  .knowledge-portal-btn-chip.active {
      background-color: var(--knowledge-portal-cyan);
      color: #000;
  }

  .knowledge-portal-tag {
      background: #2b2b2b;
      border: 1px solid #444;
      color: #ccc;
      font-size: 0.85rem;
      border-radius: 2px;
  }

  /* כפתור זיקנה פעיל */
  .knowledge-portal-tag.active-cyan {
      background-color: transparent;
      border-color: var(--knowledge-portal-cyan);
      color: white;
  }

  .knowledge-portal-tag.active {
      background-color: var(--knowledge-portal-cyan);
      color: black;
      border-color: var(--knowledge-portal-cyan);
  }

  /* Inputs */
  .knowledge-portal-select {
      background-color: #f0f0f0;
      border-radius: 0;
      height: 45px;
  }

  .knowledge-portal-search input {
      border-radius: 0;
      height: 45px;
  }

  .knowledge-portal-search .btn {
      border-radius: 0;
      background-color: var(--knowledge-portal-cyan);
      border: none;
  }
  .knowledge-portal-btn-watchlist {
      background-color: transparent;
      border: 1px solid rgba(0, 188, 212, 0.5);
      color: #ffffff;
      border-radius: 50rem;
      padding: 8px 20px;
      font-size: 18px;
      transition: all 0.3s ease;
      opacity: 1;
      cursor: pointer;
      font-weight: 400;
  }

  .knowledge-portal-btn-watchlist.is-empty {
      opacity: 0.4;
      cursor: default;
      pointer-events: none;
      filter: grayscale(1);
  }

  .knowledge-portal-btn-watchlist:hover {
      border-color: var(--knowledge-portal-cyan);
      background-color: rgba(0, 188, 212, 0.1);
      color: #ffffff;
  }

  .knowledge-portal-btn-circle-outline {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: all 0.3s ease;
  }

  .knowledge-portal-btn-circle-outline:hover {
      border-color: var(--knowledge-portal-cyan);
      background-color: rgba(255, 255, 255, 0.05);
  }

  /* Group 2145 - Clear Button */
  .knowledge-portal-btn-clear {
      צןמ-
      width: 109px;
      height: 35px;
      padding: 0 16px;
      background-color: #ffffff;
      color: #424242;
      border: none;
      border-radius: 0;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.2s ease;
      flex: none;
      flex-grow: 0;
  }

  .knowledge-portal-btn-clear:hover {
      background-color: #e0e0e0;
      color: #000;
  }

  .knowledge-portal-btn-clear svg {
  }


  .knowledge-portal-side-actions{
    min-width: max-content;
  }

  /* התאמה למובייל */
  @media (max-width: 576px) {
      .knowledge-portal-results-footer {
          /* flex-direction: column-reverse; */
          gap: 1rem;
          /* text-align: center; */
      }
  }

  @media (max-width: 991.98px) {
      .knowledge-portal-header-wrapper {
          /* text-align: center; */
          justify-content: flex-end !important;
          align-items: flex-start !important;
      }
      .knowledge-portal-side-actions {
          order: -1;
          margin-bottom: 1rem;
          justify-content: flex-start !important;
      }
  }

  .single-digital-library .footer,
  .page-template-tpl-knowledge .footer{
    margin-top: 0;
  }

  @media (max-width: 991.98px) {
    .single-team .card-team{
      width: 100%;
    }
    .single-team .card-team .card-img {
        height: auto;
    }
  }

  #ez-loader-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(18, 18, 18, 0.7); /* Match your dark theme */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 100;
      backdrop-filter: blur(4px); /* Optional: adds a modern blur effect */
      transition: opacity 0.3s ease;
  }

  .ez-spinner {
      width: 50px;
      height: 50px;
      border: 3px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      border-top-color: #00bcd4; /* Your primary info color */
      animation: spin 1s ease-in-out infinite;
  }

  @keyframes spin {
      to { transform: rotate(360deg); }
  }


  .digital-library-outer-container {
      padding-bottom: 80px;
  }

  .digital-library-inner-content {
      max-width: 1170px;
      margin: 0 auto;
      padding: clamp(20px, 2vw, 20px);
      margin-top: clamp(60px, 10vw, 160px);
      margin-bottom: clamp(20px, 4vw, 40px);
  }

  .digital-library-breadcrumbs {
      font-size: 13px;
      color: #888;
      margin-bottom: 30px;
  }

  .digital-library-main-title {
      font-weight: 300;
      font-size: clamp(2rem, 6vw, 82px);
      line-height: clamp(2.5rem, 6vw, 80px);
      letter-spacing: 0;
      display: flex;
      align-items: center;
      max-width: 1000px;
  }

  .digital-library-main-wrap-title {
      /* border-bottom: 1px #ffffff4d solid; */
  }

  .digital-library-notebook-btn {
      display: inline-flex;
      align-items: center;
      background: #ffffff;
      border-radius: 50px;
      padding: 0;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      border: none;
      gap: 12px;
      cursor: pointer;
      transition: transform 0.2s ease;
      align-self: flex-end;
      width: 240px;
      height: 62px;
      justify-content: flex-end;
      gap: 10px;
      display: none;
  }

  .digital-library-notebook-btn:hover {
  }

  .digital-library-notebook-icon-wrap {
      width: 62px;
      height: 62px;
      background-color: #29c7d3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
  }

  .digital-library-notebook-icon-wrap svg {
      width: 30px;
      height: 30px;
      fill: white;
  }

  .digital-library-notebook-content {
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .digital-library-notebook-logo-svg {
      height: 18px;
      width: auto;
  }

  .digital-library-notebook-text {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      letter-spacing: -0.02em;
  }

  .digital-library-summary-card {
      background: #ffffff;
      padding: var(--card-padding-y) var(--card-padding-x);
      position: relative;
      box-shadow: 0 15px 50px rgba(0,0,0,0.04);
      border-radius: 0;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      height: 970px;
      overflow: hidden;
  }
  .digital-library-summary-card.is-open{
    max-height: max-content;
    height: auto;
  }

  .digital-library-summary-label {
      font-weight: 300;
      font-size: clamp(2.5rem, 5vw, 50px);
      line-height: .8;
      color: #29c7d3;
      align-self: flex-start;
  }

  .digital-library-summary-text {
      direction: rtl;
      text-align: right;
      font-size: 18px;
      line-height: 1.75;
      font-weight: 400;
      max-width: 750px;
      max-height: calc(970px - 60px);
      overflow: hidden;
  }

  .digital-library-summary-card.is-open .digital-library-summary-text{
    max-height: max-content;
  }

  .digital-library-summary-text p {
      margin-bottom: 1.5rem;
  }

  .digital-library-read-more-btn {
      display: inline-block;
      border: 1px solid #29c7d3;
      background: transparent;
      color: #333;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 60px;
      text-align: center;
      margin: 0 auto;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      text-decoration: none;
      border-radius: 2px;
  }

  .digital-library-read-more-btn:hover {
      background-color: #29c7d3;
      color: white;
  }

  .digital-library-text-container {
      position: relative;
      max-height: 500px;
      overflow: hidden;
      mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
      -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
      margin-bottom: 2rem;
  }


  .digital-library-fade-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 300px;
      background: linear-gradient(to bottom, transparent, white);
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 25px;
      pointer-events: none;
  }
  .digital-library-wrap-button {
      width: 100%;
      display: flex;
      justify-content: center;
      background: #fff;
      padding-top: 25px;
  }
  .digital-library-summary-card.is-open .digital-library-fade-overlay{
    height: auto;
  }

  .digital-library-summary-card.is-open .digital-library-fade-overlay{
    position: relative;
  }

  .digital-library-btn-readmore {
      border: 1px solid #ccc;
      background: white;
      padding: 6px 40px;
      color: #777;
      font-size: 14px;
  }

  .digital-library-wheel-container {
      margin-top: 50px;
      display: flex;
      justify-content: center;
  }

  .digital-library-card {
      background-color: var(--digital-library-bg-dark);
      width: 100%;
      padding: 0;
      font-family: var(--digital-library-font-main);
      color: white;
      box-sizing: border-box;
      border-radius: 4px;
  }

  .digital-library-header {
      display: flex;
      flex-direction: row;
      gap: 24px;
      margin-bottom: 16px;
      border-bottom: 1px #ffffff4d solid;
      padding-bottom: 30px;
      justify-content: space-between;
  }

  .digital-library-header__top {
      display: flex;
      justify-content: flex-start;
      border-inline-start: 3px #00C1DE solid;
      padding-inline-start: 12px;
      margin-bottom: 20px;
  }
  .digital-library-header-end .list-social{
      margin: 0;
      gap: 20px !important;
  }
  .digital-library-header__meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 12px;
      font-size: 14px;
      color: var(--digital-library-text-gray);
      font-weight: 300;
  }

  .digital-library-header__meta span:not(:last-child)::after {
      content: "|";
      margin-inline-start: 12px;
      color: #FFFFFF;
  }

  .digital-library-header__tags {
      display: flex;
      gap: 10px;
      justify-content: flex-start;
  }

  .digital-library-tag {
      border: 1px #ffffff80 solid;
      padding: 6px 24px;
      border-radius: 2px;
      font-size: 14px;
      color: #FFFFFF;
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
  }
  .digital-library-tag:hover {
      background-color: #ffffff;
      color: #424242; 
      border-color: #ffffff;
  }
  .digital-library-content{
    /* padding: 0 15px 0 0; */
    border-bottom: 1px #ffffff4d solid;
    position: relative;
  }
  .digital-library-content__title {
      color: #00C1DE;
      font-size: 32px;
      margin-bottom: 25px;
      font-weight: 300;
  }
  .digital-library-list-items{
    display: flex;
    justify-content: space-between;
    padding-inline-start: 15px;
  }
  .digital-library-item {
      position: relative;
      margin-bottom: 30px;
      background: #424242;
      width: 357px;
      max-width: 100%;
      padding: 15px 20px;
  }

  .digital-library-item::after {
      content: "";
      position: absolute;
      top: 10%;
      width: 3px;
      height: 111px;
      background-color: #00C1DE;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -12px;
  }

  .digital-library-item__heading {
      display: block;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 0;
  }

  .digital-library-item__description {
      font-size: 18px;
      line-height: 1.4;
      color: var(--digital-library-text-gray);
      margin: 0;
      font-weight: 300;
  }

  .digital-library-button {
      display: block;
      width: 100%;
      background-color: #00C1DE;
      color: #ffffff;
      text-align: center;
      padding: 5px;
      font-weight: 500;
      font-size: 22px;
      border: none;
      border-radius: 0;
      cursor: pointer;
      margin-bottom: 30px;
      transition: opacity 0.2s;
      font-family: "Almoni Neue", sans-serif;
      max-width: 255px;
      position: absolute;
      left: 0;
      position: relative;
      align-self: ;
      height: auto;
      max-height: 45px;
  }

  .digital-library-button:hover {
      opacity: 0.9;
  }

  .digital-library-graphic {
      background-color: #f8f8f8;
      border-radius: 0;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .digital-library-graphic img {
      max-width: 100%;
      height: auto;
  }

  .digital-library-icon {
      width: 24px;
      height: 24px;
      fill: var(--digital-library-accent-cyan);
  }
  @media(max-width: 768px){
    .digital-library-header{
      flex-flow: column;
    }
    .digital-library-button{
      position: relative;
      width: 100%;
      max-width: 100%;
    }
    .digital-library-list-items {
        flex-flow: column;
    }
    .digital-library-item {
        width: 100%;
    }
    .digital-library-fade-overlay{
      padding-bottom: 40px;
    }
  }
  @media (max-width: 400px) {
      .digital-library-header__meta {
          font-size: 10px;
      }

  }


  .digital-library-container {
      margin: 0 auto;
      padding: 60px;
      position: relative;
      background: #414141;
      max-width: 1920px;
  }

  .digital-library-container-inner{
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
  }

  .digital-library-section-title {
      color: #00C1DE;
      font-size: clamp(32px, 5vw, 60px);
      font-weight: 300;
      margin-bottom: clamp(20px, 3vw, 40px);
      text-align: right;
  }

  .digital-library-swiper {
      width: 100%;
      overflow: hidden;
      position: static;
  }

  .digital-library-article-card {
      display: flex;
      flex-direction: column;
      height: auto;
      text-align: right;
      max-width: 257px;
  }

  .digital-library-article-card__image-box {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      margin-bottom: 15px;
      overflow: hidden;
  }

  .digital-library-article-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .digital-library-article-card__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 40%);
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 12px;
  }

  .digital-library-article-card__heart {
      position: absolute;
      top: 12px;
      left: 12px;
      background: none;
      border: none;
      cursor: pointer;
      color: white;
      opacity: 0.8;
  }

  .digital-library-article-card__read-more {
      background: white;
      color: #000;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
  }

  .digital-library-article-card__label {
      color: white;
      font-size: 13px;
      text-decoration: underline;
  }

  .digital-library-article-card__meta {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--digital-library-accent-cyan);
      margin-bottom: 10px;
  }

  .digital-library-article-card__title {
      font-size: clamp(18px, 1.2vw, 22px);
      font-weight: 600;
      line-height: 1.3;
      margin: 0 0 10px 0;
      overflow: hidden;
  }

  .digital-library-article-card__excerpt {
      font-size: clamp(15px, 1vw, 18px);
      font-weight: 400;
      line-height: 1.4;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .digital-library-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.05);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      transition: var(--digital-library-transition);
  }

  .digital-library-nav-btn:hover {
      border-color: var(--digital-library-accent-cyan);
      background: rgba(0, 195, 227, 0.1);
  }

  .digital-library-nav-btn--prev { right: -7.5rem; }
  .digital-library-nav-btn--next { left: -7.5rem; }

  .digital-library-nav-btn.swiper-button-disabled {
      opacity: 0.2;
      cursor: default;
      /* display: none; */
  }

  @media (max-width: 768px) {
      .digital-library-container { padding: 40px 20px; }
      .digital-library-nav-btn { display: none; }
  }


  .aligncenter{
    display: flex;
    justify-content: center;
    margin: 20px auto;
    height: auto;
  }