<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yt-video-section {
  padding: 40px 0;
}

.yt-video-section iframe {
  max-width: 1000px;
  margin: auto;
  border-radius: 15px;
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .yt-video-section {
    padding: 80px 0;
  }
  .yt-video-section iframe {
    height: 500px;
    border-radius: 25px;
  }
}

.navbar-toggler span {
  background: #000000;
}

.customer-details-section {
  padding-bottom: 80px;
}

.customer-details-container {
  padding-top: 60px;
}

.customer__name {
  font-size: 28px;
  line-height: 32.87px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .customer__name {
    font-size: calc(0.81018519vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .customer__name {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .customer__name {
    line-height: calc(0.95138889vw + 27.39px);
  }
}

@media (min-width: 1440px) {
  .customer__name {
    line-height: 41.09px;
  }
}

.customer__loc {
  font-size: 20px;
  line-height: 23.48px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .customer__loc {
    font-size: calc(0.23148148vw + 18.66666667px);
  }
}

@media (min-width: 1440px) {
  .customer__loc {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .customer__loc {
    line-height: calc(0.27199074vw + 21.91333333px);
  }
}

@media (min-width: 1440px) {
  .customer__loc {
    line-height: 25.83px;
  }
}

.customer__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.customer .share {
  cursor: pointer;
}

.customer .st-custom-button-mob {
  top: -35px;
}

.sticky-icons {
  position: sticky;
  position: -webkit-sticky;
  top: 92vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 5;
}

.challenges-face-section {
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
  position: relative;
}

.challenges-face-section::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-image: url("../images/customer-list/before-line-mob.png");
  height: 100%;
  width: 100%;
}

.challenges-face-section::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  top: 75%;
  -webkit-transform: translateX(68%);
          transform: translateX(68%);
  right: 0;
  background-image: url("../images/customer-list/after-line-mob.png");
  height: 100%;
  width: 100%;
}

.challenges h2, .challenges h3, .challenges h4, .challenges h5, .challenges h6 {
  font-size: 28px;
  line-height: 32.87px;
  font-weight: 600;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .challenges h2, .challenges h3, .challenges h4, .challenges h5, .challenges h6 {
    font-size: calc(0.81018519vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .challenges h2, .challenges h3, .challenges h4, .challenges h5, .challenges h6 {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .challenges h2, .challenges h3, .challenges h4, .challenges h5, .challenges h6 {
    line-height: calc(0.95138889vw + 27.39px);
  }
}

@media (min-width: 1440px) {
  .challenges h2, .challenges h3, .challenges h4, .challenges h5, .challenges h6 {
    line-height: 41.09px;
  }
}

.challenges p, .challenges span {
  color: #FFFFFF;
  line-height: 25.6px;
  font-weight: 400;
}

.slider-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.slider-section .challenges__heading {
  color: #000000;
}

.slider-section .slick-dots {
  text-align: left;
  bottom: -25px;
}

.slider-section .slick-dots li button:before {
  content: "";
  height: 9px;
  width: 12px;
  background-color: #000000;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-section .slick-dots li.slick-active {
  margin-right: 20px;
}

.slider-section .slick-dots li.slick-active button:before {
  width: 30px;
}

.slider-section .solution img {
  border-radius: 5px;
}

.slider-section .solution__content {
  margin: 0 13px;
  border-radius: 5px;
  border-top-right-radius: 38px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 5px 30px 0px #c8c8c8;
          box-shadow: 5px 5px 30px 0px #c8c8c8;
  padding: 20px 18px;
  border-top-right-radius: 38px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.slider-section .solution__title {
  font-size: 18px;
  line-height: 22.37px;
  color: #02001F;
  line-height: 26px;
  margin-bottom: 0;
}

.slider-section .solution__description {
  font-size: 16px;
  line-height: 19.84px;
  font-weight: 500;
  color: #7A7A7A;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 374px) {
  .challenges-face-section::after {
    top: 73%;
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
  }
}

@media (min-width: 767px) {
  .challenges-face-section::after {
    top: 55%;
    -webkit-transform: translateX(87%);
            transform: translateX(87%);
  }
  .solution__content {
    width: auto;
    -webkit-box-shadow: 11px 11px 12px #bdbaba;
            box-shadow: 11px 11px 12px #bdbaba;
  }
  .solution img {
    width: 340px;
    height: 240px;
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  .solution img {
    width: 340px;
    height: 370px;
  }
  .solution__content {
    margin: 0 20px;
  }
}

@media (min-width: 1023px) {
  .challenges-face-section::before {
    background-image: url("../images/customer-list/before-line-desk.png");
    height: 100%;
    width: 100%;
  }
  .challenges-face-section::after {
    background-image: url("../images/customer-list/after-line-desk.png");
    top: 0;
    -webkit-transform: translateX(81%);
            transform: translateX(81%);
  }
  .solution__content {
    width: 300px;
    margin: 0 43px 0 20px;
  }
}

@media (min-width: 1199px) {
  .challenges-face-section::before {
    background-image: url("../images/customer-list/before-line-desk.png");
    height: 100%;
    width: 100%;
  }
  .challenges-face-section::after {
    background-image: url("../images/customer-list/after-line-desk.png");
    top: 0;
    -webkit-transform: translateX(85%);
            transform: translateX(85%);
  }
}

@media (min-width: 1439px) {
  .challenges-face-section::before {
    background-image: url("../images/customer-list/before-line-desk.png");
    height: 100%;
    width: 100%;
  }
  .challenges-face-section::after {
    background-image: url("../images/customer-list/after-line-desk.png");
    top: 0;
    -webkit-transform: translateX(87%);
            transform: translateX(87%);
  }
}
</pre></body></html>