html,
body {
  scroll-behavior: smooth;
}

section {
  overflow: unset;
}

.usecasesSec {
  margin: 39px 0 89px;
}

.usecase-Wraper {
  display: flex;
  gap: 56px;
}





.usecase-Wraper .usecase-left ul,
.usecase-Wraper .topicList {
  text-decoration: none;
  list-style: none;
}

.usecase-left {
  max-width: 254px;
  width: 100%;
  flex: 0 0 254px;
  position: sticky;
  top: 130px;
  align-self: start;
}

.usecase-right {
  max-width: 775px;
  width: 100%;
  flex: 0 0 775px;
}

.sidebarHead {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.usecase-left ul li+li {
  margin-top: 22px;
}

.usecase-left ul li a {
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #858585;
}

.usecase-left ul li.active a {
  pointer-events: none;
}

.usecase-left ul li a:hover {
  color: #222222;
}

.usecase-left ul li.active a {
  color: #2563eb;
}

.breadCrumb {
  display: flex;
}

.breadCrumb p {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
  position: relative;
}

.breadCrumb p a {
  color: #2563eb;
}

.breadCrumb p::before {
  content: "";
  background-image: url(../images/bredcumbArrow.svg);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background-size: contain;
}

.breadCrumb p:first-child::before {
  content: unset;
}

.usecase-body {
  border: 1px solid #eeeeee;
  padding: 45px 45px 37px;
  margin-top: 27px;
  min-height: 562px;
}

.usecase-body h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 25px;
}

.usecase-body .titelSec h1 {
  font-size: 35px;
  margin-bottom: 7px;
}

.usecase-body .titelSec {
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 40px;
}

.usecase-body p {
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  padding-bottom: 21px;
}

.usecase-body li {
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.usecase-body h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 150%;
  color: #222222;
  padding-bottom: 25px;
  display: inline-block;
}

.usecase-body h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 16px;
}

.usecase-body img {
  max-width: 685px;
  margin-bottom: 50px;
}

.usecase-body img:last-child {
  margin-bottom: 0px;
}

.topicList li a {
  font-size: 15px;
  line-height: 150%;
  color: #8b23ff;
  position: relative;
}

.topicList li a:hover {
  text-decoration: underline;
}

.topicList li a::before {
  content: "";
  background-image: url(../images/document.svg);
  position: relative;
  margin-right: 11px;
  width: 13px;
  height: 13px;
  background-size: 100%;
  z-index: 1;
  display: inline-block;
  top: 1px;
  background-repeat: no-repeat;
  background-size: contain;
}

.topicList li+li {
  padding-top: 20px;
}

.topicList ul {
  padding-left: 0;
}

.usecase-body ol li::marker,
.usecase-body ul li::marker {
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
}

.usecase-body ul li+li,
.usecase-body ol li+li {
  padding-top: 25px;
}

.usecase-body p strong,
.usecase-body ul li p strong,
.usecase-body ol li p strong {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  padding-bottom: 0;
  display: unset;
}

.usecase-body ol li p {
  padding-bottom: 10px;
}

.usecase-body ol {
  padding-left: 18px;
}

.usecase-body ol+img {
  margin-top: 11px;
}

.ctaReview {
  display: flex;
  column-gap: 11px;
  position: relative;
  padding: 44px 0 20px;
}

.usecase-body a {
  color: #1862ff;
  text-decoration: underline;
}

.leftBox {
  border: 2px solid transparent;
  background: linear-gradient(to right, white, white),
    linear-gradient(91.37deg,
      #ff51d7 -35.84%,
      #ff4848 35.52%,
      #6248ff 76.72%,
      #1862ff 109.96%);
  border-radius: 5px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  max-width: 122px;
  width: 100%;
  padding: 10px 6px;
  align-self: self-start;
  flex: 0 0 100%;
  margin-top: 12px;
}

.usecase-body .leftBox p strong,
.usecase-body .leftBox p {
  font-style: normal;
  font-size: 14px;
  line-height: 165%;
  color: #1a1a1a;
  word-break: break-word;
  padding-bottom: 0;
}

.usecase-body .leftBox p strong {
  font-weight: 700;
}

.rightBox {
  max-width: 552px;
  width: 100%;
  display: flex;
  background: #f8fafc;
  border: 1px solid #ebf0f6;
  border-radius: 5px;
  padding: 14px 15px 4px;
  column-gap: 14px;
  flex: 0 0 100%;
}

.usecase-body .leftBox::before {
  content: "";
  background-image: url(../images/arrowTop.svg);
  position: absolute;
  width: 51px;
  height: 60px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 97px;
}

.usecase-body .leftBox::after {
  content: "";
  background-image: url(../images/arrowBottom.svg);
  position: absolute;
  position: absolute;
  width: 32px;
  height: 120px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 37px;
  top: 249px;
}

.usecase-body .contentLeft p {
  font-style: normal;
  font-size: 12px;
  line-height: 165%;
  color: #1a1a1a;
  padding-bottom: 10px;
}

.content {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
}

.content .cta {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.usecase-body .cstmList ul,
.usecase-body .cstmList {
  list-style: none;
}

.usecase-body .cstmList {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-around;
}

.usecase-body .cstmList li {
  position: relative;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.usecase-body .cstmList li+li {
  padding-top: 6px;
}

.usecase-body .cstmList li::before {
  content: "";
  background-image: url(../images/tick.svg);
  position: relative;
  width: 19px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 20px;
}

.personality {
  display: flex;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #ebf0f6;
  border-radius: 5px;
  padding: 14px 18px;
  margin-bottom: 20px;
}

.personality p {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  padding: 8px 0;
}

.personality img {
  margin-bottom: 0;
}

.ctaBtn {
  max-width: 202px;
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  background: #2563eb;
  border-radius: 3px;
  margin: 35px 0 0;
  gap: 4px;
  justify-content: center;
  text-decoration: none;
}

.ctaBtn:hover {
  background: #1b449e;
}

.des-ds {
  display: block;
}

.mob-ds {
  display: none;
}

.mob {
  display: none;
}

.desk {
  display: block;
}

.desk-flex {
  display: flex;
}

.ulNorm {
  padding-left: 20px;
  margin-bottom: 30px;
}

.content img {
  width: 100%;
  object-fit: none;
}

@media (max-width: 1199px) {
  .usecase-right {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .usecase-Wraper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: unset;
    gap: 24px;
  }

  .breadCrumb {
    display: flex;
    white-space: nowrap;
    max-width: 100%;
    overflow: auto;
    position: relative;

    padding-bottom: 10px;
    margin-top: 20px;
  }

  .usecase-right,
  .usecase-left {
    max-width: 100%;
    flex: unset;
  }

  .usecase-body {
    border: 1px solid #eeeeee;
    padding: 26px 15px;
    margin-top: 10px;
  }

  .usecase-left ul {
    display: flex;
    gap: 13px 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .usecase-left ul li+li {
    margin-top: 0px;
  }

  .usecase-body img {
    max-width: 100%;
  }

  .sidebarHead {
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  .sidebarHead svg {
    transform: rotateX(180deg);
  }


  .sidebarHead.show svg {
    transform: rotateX(0deg);
  }

  .listItem {
    background-color: #fff;
    padding: 10px 0;
  }

  .usecasesSec {
    margin-top: 90px;
  }

  .usecase-left {
    top: unset;
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 0 15px;
    left: 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    z-index: 9;
  }

  .mob {
    display: flex;
  }

  .desk {
    display: none;
  }

  .desk-flex {
    display: none;
  }

  .ctaBtn {
    margin-top: 0;
    display: none;
  }
}

@media (max-width: 575px) {
  .mob-ds {
    display: block;
  }

  .usecase-body .titelSec h1 {
    font-size: 22px;
    margin-bottom: 7px;
  }

  .usecase-body p strong {
    font-size: 19px;
  }

  .usecase-body p {
    padding-bottom: 16px;
  }

  .usecase-body img {
    margin-bottom: 30px;
    object-fit: cover;
  }

  .personality img {
    margin-bottom: 0px;
  }

  .personality {
    flex-wrap: wrap;
    justify-content: center;
  }

  .usecase-body h3 {
    font-size: 17px;
  }

  .usecase-body h1 {
    font-size: 22px;
  }

  .usecase-body h2 {
    font-size: 19px;
  }

  .ctaReview {
    flex-direction: column;
    gap: 22px;
    padding: 44px 0 38px;
  }

  .leftBox {
    max-width: calc(100% - 52px);
    margin-top: 0;
    margin-left: auto;
    padding: 10px;
  }

  .usecase-body .leftBox p {
    font-size: 12px;
  }

  .usecase-body .cstmList {
    flex-direction: column;
    gap: 6px;
  }

  .usecase-body .cstmList li::before {
    top: 3px;
    margin-right: 12px;
  }

  .usecase-body .leftBox::before {
    content: "";
    background-image: url(../images/mobtopArrow.svg);
    position: absolute;
    width: 69px;
    height: 66px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 78px;
    left: -3px;
  }

  .usecase-body .leftBox::after {
    content: "";
    background-image: url(../images/mob-arrowbottom.svg);
    position: absolute;
    width: 81px;
    height: 100px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 81%;
    right: 8px;
    left: unset;
  }

  .rightBox {
    column-gap: 4px;
  }

  .usecase-body .contentLeft p {
    font-style: normal;
    font-size: 10px;
    line-height: 165%;
    color: #1a1a1a;
    padding-bottom: 10px 8px;
  }

  .contentLeft {
    max-width: calc(100% - 72px);
    width: 100%;
    flex: 0 0 100%;
  }

  .des-ds {
    display: none;
  }

  .content {
    padding-top: 35px;
  }
}

a:hover {
  text-decoration: none;
}