.sidebar .sidebar-item {
  max-width: 351px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.sidebar .sidebar-item.bg-gray {
  background-color: #F6F6F6;
}
.sidebar .sidebar-item.bordered {
  border: 2px solid #E7E7E7;
}
.sidebar .sidebar-item__inner {
  position: relative;
}
.sidebar-item.case-results {
  background-color: #011942;
  color: #FFFFFF;
}
.sidebar-item__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 35px;
}
.sidebar .case-results__item-amount {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 73px;
}
.sidebar .case-results__item-category {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.sidebar .sidebar-item__slider-wrapper {
  position: relative;
}
.sidebar .sidebar-item__slider .slick-dots {
  position: relative;
  bottom: unset;
}
.sidebar .sidebar-item__slider .slick-dots li {
  margin-bottom: 0;
}
.sidebar-item__slider .slick-dots li button::before {
  font-size: 20px;
}
.sidebar-item__slider .slick-dots li.slick-active button::before {
  opacity: 1;
}
.case-results .sidebar-item__slider {
  margin-bottom: 0;
}
.case-results .sidebar-item__slider .slick-dots li button::before {
  color: #FFFFFF;
}
.case-results .sidebar-item__slider .slick-dots li.slick-active button::before,
.case-results .sidebar-item__slider .slick-dots li button:hover::before {
  color: #E5AA00;
}
/* .sidebar-item.awards {
  background-color: #F6F6F6;
  border: 2px solid #E7E7E7;
} */
.awards .sidebar-item__title {
  font-size: 19.2px;
  font-weight: 500;
  line-height: 27.84px;
}
.awards .sidebar-item__slider .image-wrap {
  padding: 40px;
  max-width: 218px;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.awards .sidebar-item__slider .image-wrap img {
  max-width: 110px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sidebar-item__slider-arrows.arrows-flex {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  column-gap: 10px;
}
.sidebar-item__slider-arrows .slick-arrow {
  width: 22px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sidebar-item__slider-arrows .slick-arrow::before {
  content: none;
}
.sidebar-item__slider-arrows .slick-arrow.slick-prev {
  left: 0;
  background-image: url('../images/arrow-slider-prev.svg');
}
.sidebar-item__slider-arrows .slick-arrow.slick-next {
  right: 0;
  background-image: url('../images/arrow-slider-next.svg');
}
.sidebar-item__slider-arrows .slick-arrow.slick-arrow-yellow {
  position: relative;
  top: unset;
  transform: unset;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #E5AA00;
}
.sidebar-item__slider-arrows .slick-arrow.slick-arrow-yellow.slick-prev {
  background-image: url('../images/arrow-nav-prev.svg');
}
.sidebar-item__slider-arrows .slick-arrow.slick-arrow-yellow.slick-next {
  background-image: url('../images/arrow-nav-next.svg');
}
.sidebar-item.testimonials {
  /* border: 2px solid #E7E7E7;
  background-color: #F6F6F6; */
  padding: 40px;
  font-size: 18px;
  line-height: 36px;
}
.sidebar-item .testimonials-icon {
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-item .testimonials-stars {
  margin-bottom: 20px;
}
.sidebar-item .testimonials__item p {
  margin-bottom: 20px;
}
.sidebar-item .testimonials__item .author {
  margin-bottom: 0;
  font-weight: 800;
}
/* .sidebar-item.our-team {
  border: 2px solid #E7E7E7;
  background: #F6F6F6;
} */
.our-team .sidebar-item__title {
  font-size: 19.2px;
  font-weight: 500;
  line-height: 27.84px;
}
.our-team .sidebar-item__slider {
  max-width: 258px;
  margin: 0 auto;
}
.our-team .sidebar-item__slider .image-wrap img {
  width: 100%;
  height: auto;
}
.our-team .sidebar-item__slider .position {
  color: #094091;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
.our-team .sidebar-item__slider .name {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}
.sidebar .sidebar-item .bio-link {
  display: block;
  width: 100%;
  color: #094091;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
}
.sidebar .sidebar-item .bio-link span:last-child {
  vertical-align: middle;
}
.sidebar-item.cta {
  padding: 40px 30px;
  background-color: #094091;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/bg-abstract-waves-blue.jpg');
}
.cta .sidebar-item__subtitle {
  color: #E5AA00;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta .sidebar-item__title {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
  margin-bottom: 30px;
}
.sidebar-item.cta .btn {
  position: relative;
  color: #011942;
  padding: 20px;
  display: block;
  width: 100%;
}
.sidebar-item.cta .btn:hover {
  color: #094091;
}
.sidebar-item.cta .btn::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 13px;
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
}
.sidebar-item.cta .btn:hover::after {
  margin-left: 20px;
}
.sidebar-item.lrb {
  padding: 40px;
}
.lrb .sidebar-item__title {
  font-size: 19.2px;
  font-weight: 500;
  line-height: 27.84px;
  margin-bottom: 30px;
}
.lrb__info .image-wrap {
  width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 1.301px solid #E7E7E7;
    overflow: hidden;
}
.lrb__info .image-wrap a {
  display: block;
}
.lrb__info .image-wrap img {
  width: 100%;
  height: auto;
}
.lrb__info .name {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.lrb__info .excerpt {
  line-height: 24px;
  margin-bottom: 30px;
}