.our-experts-data-viz {
  background: #fff;
  padding: 40px 0;
}

.our-experts-data-viz .oedv {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.our-experts-data-viz .oedv__column {
  min-width: 0;
}

.our-experts-data-viz .oedv__title {
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.our-experts-data-viz .oedv__title h1,
.our-experts-data-viz .oedv__title h2,
.our-experts-data-viz .oedv__title h3,
.our-experts-data-viz .oedv__title p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.our-experts-data-viz .oedv__subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0.55rem 0 1.4rem;
}

.our-experts-data-viz .oedv__subtitle p {
  margin: 0;
}

.our-experts-data-viz .oedv__cards .field__items {
  display: grid;
  gap: 30px;
  grid-auto-rows: 1fr;
}

.our-experts-data-viz .oedv__cards .field__item {
  display: flex;
  margin: 0;
}

.our-experts-data-viz .oedv-card {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 10px;
  display: grid;
  gap: 37px;
  grid-template-columns: 131px minmax(0, 1fr);
  padding: 44px 36px;
  width: 100%;
  height: 100%;
}

.our-experts-data-viz .oedv-card__media {
  min-width: 0;
}

.our-experts-data-viz .oedv-card__media .oedv-lqip {
  background-color: #dfe3e8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.our-experts-data-viz .oedv-card__media .oedv-lqip__image {
  display: block;
  height: auto;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
}

.our-experts-data-viz .oedv-card__media .oedv-lqip__image.is-loaded {
  opacity: 1;
}

.our-experts-data-viz .oedv-card__media img {
  display: block;
  height: auto;
  width: 100%;
}

.our-experts-data-viz .oedv-card--expert .oedv-card__media img {
  aspect-ratio: 1 / 1;
  background: #d2d3d5;
  border-radius: 50%;
  object-fit: cover;
}

.our-experts-data-viz .oedv-card--expert .oedv-card__media .oedv-lqip {
  aspect-ratio: 1 / 1;
  background: #d2d3d5;
  border-radius: 50%;
}

.our-experts-data-viz .oedv-card--data {
  grid-template-columns: minmax(0, 269px) minmax(0, 1fr);
  padding: 0;
  gap: 22px;
  min-height: 235px;
  overflow: hidden;
}

.our-experts-data-viz  .oedv-card__content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  align-content: center;
}
.our-experts-data-viz  article.oedv-card.oedv-card--data.paragraph.paragraph--type--data-visualizations-card.paragraph--view-mode--default .oedv-card__content{
    padding-right: 22px;
  
}
.oedv__cards.oedv__cards--visualizations a {
  color: #003B5C;
  text-decoration: none;
  &:hover {
    text-decoration: none;
  }
}
.our-experts-data-viz .oedv-card--data .oedv-card__media img {
  height: 100%;
  object-fit: cover;
}

.our-experts-data-viz .oedv-card--data .oedv-card__media .oedv-lqip {
  height: 100%;
  min-height: 100%;
}

.our-experts-data-viz .oedv-card--data .oedv-card__media .oedv-lqip__image {
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .our-experts-data-viz .oedv-card__media .oedv-lqip__image {
    transition: none;
  }
}


.our-experts-data-viz .oedv-card__heading {
  color: #003B5C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.our-experts-data-viz .oedv-card__heading p {
  margin: 0;
}

.our-experts-data-viz .oedv-card__heading a {
  color: #000000;
  text-decoration: none;
}

.our-experts-data-viz .oedv-card__heading a:hover,
.our-experts-data-viz .oedv-card__heading a:focus {
  text-decoration: underline;
}

.our-experts-data-viz .oedv-card__body {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
}

.our-experts-data-viz .oedv-card__body p {
  margin: 0;
}

.our-experts-data-viz .oedv-card__links {
  margin-top: 16px;
}


.our-experts-data-viz .oedv-card__links .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.our-experts-data-viz .oedv-card__links .field__item {
  margin: 0;
}

.our-experts-data-viz .oedv-card__links a {
  border: 1px solid #003B5C;
  border-radius: 999px;
  color: #003B5C;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 16px;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

.our-experts-data-viz .oedv-card__links a:hover,
.our-experts-data-viz .oedv-card__links a:focus {
  background: #003B5C;
  color: #ffffff;
  text-decoration: none;
}

.our-experts-data-viz .oedv__cta {
  margin-top: 30px;
}

.our-experts-data-viz .oedv__cta a {
  background: #f9d100;
  border-radius: 0.45rem;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 38px;
  text-decoration: none;
  transition: all ease-in-out .3s;
}
.our-experts-data-viz .oedv__cta a span {
  position: relative;
  display: inline-block;
}
.our-experts-data-viz .oedv__cta a span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.our-experts-data-viz .oedv__cta a:hover span:after {
  width: 100%;
}
.our-experts-data-viz .oedv__cta a i {
  margin-left: 5px;
}

.our-experts-data-viz .oedv__cta a:hover,
.our-experts-data-viz .oedv__cta a:focus {
  background: #FFE500;
  color: #000000;
}
.oedv .carousel-controls.carousel-controls-centered {
  display: none;
}

@media (max-width: 991.98px) {
  .our-experts-data-viz .oedv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .our-experts-data-viz {
    padding: 2rem 0;
  }

  .our-experts-data-viz .oedv-card {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 0;
  }

  .our-experts-data-viz .oedv-card--data {
    grid-template-columns: 110px minmax(0, 1fr);
  }
}
@media (max-width: 1150px) {
  .our-experts-data-viz .oedv {
    display: block;
  }
  .our-experts-data-viz .oedv__cards .field__items {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .our-experts-data-viz .oedv-card {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    display: block;
    padding: 15px 15px 22px;
    width: 100%;
    height: auto;
  }
  .our-experts-data-viz .oedv-card__media {
    min-width: 0;
    width: 131px;
    height: 131px;
    text-align: center;
    margin: 0 auto 35px;
  }
  .our-experts-data-viz .oedv-card__content {
    display: block;
    height: auto;
    align-items: center;
    align-content: center;
  }
  .our-experts-data-viz .oedv__cards .oedv-card__links .field__items {
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    display: flex;
  }
  .our-experts-data-viz .oedv__cards .oedv-card__links .field__items .field__item {
    display: block !important;
  }
  .oedv__cards.oedv__cards--visualizations .oedv-card {
    padding: 0;
  }
  .oedv__cards.oedv__cards--visualizations .oedv-card .oedv-card__media {
    width: 100%;
    height: auto;
    margin:0;
  }
  .oedv__cards.oedv__cards--visualizations .oedv-card .oedv-card__content {
    padding: 25px;
  }
  .our-experts-data-viz {
    padding: 40px 0 45px;
  }
  .our-experts-data-viz .oedv__column {
    padding: 0 0 55px;
  }
  .our-experts-data-viz .oedv__title {
    font-size: 32px;
  } 
  .our-experts-data-viz .oedv__subtitle {
    font-size: 16px;
  }
  .oedv__column.oedv__column--visualizations {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .oedv .carousel-controls.carousel-controls-centered {
    display: none;
  }
  .our-experts-data-viz .oedv__cards .slidernav {
    display: none;
    margin-top: 16px;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .slidernav {
    display: block;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .field__items {
    display: flex;
    gap: 0;
    grid-auto-rows: auto;
    grid-template-columns: none;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .field__item {
    display: block;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .tns-outer {
    padding: 0 !important;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls {
    display: flex;
    gap: 10px;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--prev,
  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--next {
    background-color: #fff;
    border: solid 1px #2774ae;
    border-radius: 50%;
    color: #2774ae;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    height: 45px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    width: 45px;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--prev:hover,
  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--prev:focus,
  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--next:hover,
  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--next:focus {
    background: #eef6ff;
    color: #2774ae;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--prev[disabled],
  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .btn--next[disabled] {
    cursor: default;
    opacity: 0.45;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls .sr-only {
    display: none;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .carousel-controls span.ripple {
    animation: oedv-ripple 600ms linear;
    background-color: #2774ae;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .tns-slider {
    margin-right: -10px;
  }

  .our-experts-data-viz .oedv__cards.is-slider-active .tns-item {
    padding-right: 10px;
  }
}

@keyframes oedv-ripple {
  to {
    opacity: 0;
    transform: scale(4);
  }
}
