@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  background-color: #efebe4;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}

*:focus {
  outline: none;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none !important;
}

main {
  overflow: unset;
}

@media only screen and (min-width: 0px) {
  .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1348px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px !important;
  }
}

.btn {
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  line-height: 125%;
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  gap: 8px;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn {
    gap: 6px;
    height: 30px;
  }
}
.btn i {
  width: 16;
  height: 16px;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn i {
    width: 14px;
    height: 14px;
  }
}
.btn i svg {
  width: 100%;
  height: 100%;
}
.btn.w-full {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn.w-mobile-full {
    width: 100%;
  }
}
.btn.btn-text {
  font-size: 12px;
  color: rgba(38, 26, 40, 0.8);
  line-height: 133.333%;
  height: fit-content;
}
.btn.btn-text-light {
  font-size: 12px;
  color: #efebe4;
  line-height: 133.333%;
  height: fit-content;
}
.btn.h-40 {
  height: 40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.h-40 {
    height: 36px;
  }
}
.btn.h-48 {
  height: 48px;
}
.btn.btn-light {
  padding: 0 16px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
  background: #fafafa;
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-light {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-light:hover {
  border-radius: 12px;
}
.btn.btn-primary {
  padding: 0 16px;
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  color: #efebe4;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-primary {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-primary:hover {
  border-radius: 12px;
}
.btn.btn-primary i svg path {
  stroke: #efebe4;
}

.homepage-case-study {
  padding: 120px 0;
  background: #18181B !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 3.90625vw;
  }
}
.homepage-case-study-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  gap: 16px;
  margin-bottom: 48px;
}
.homepage-case-study-head .action-play {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head {
    text-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    margin-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    margin-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.171875vw;
  }
}
.homepage-case-study-head .title {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}
.homepage-case-study-head .title svg {
  width: 16px;
  height: 16px;
}
.homepage-case-study-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #F4482B;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 1.4px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage-case-study-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #EFEBE4;
  font-size: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 7.6923076923vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 5.1993067591vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 2.9296875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 7.6923076923vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 5.1993067591vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 2.9296875vw;
  }
}
.homepage-case-study-head .homepage-case-study-control {
  display: none;
  gap: 8px;
}
.homepage-case-study .migration-lab-case-studies-pagination {
  display: none;
}
@media only screen and (min-width: 768px) {
  .homepage-case-study .homepage-case-study-control {
    display: flex;
  }
  .homepage-case-study .homepage-case-study-control svg {
    border-radius: 999px;
    transition: 0.25s ease-in-out;
  }
  .homepage-case-study .homepage-case-study-control svg:hover {
    background: #F4482B;
  }
  .homepage-case-study .migration-lab-case-studies-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }
  .homepage-case-study .migration-lab-case-studies-pagination .ecg-animation {
    overflow: visible;
    display: block;
    min-width: 0;
  }
  .homepage-case-study .migration-lab-case-studies-pagination-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .homepage-case-study .migration-lab-case-studies-pagination-dots span {
    transition: 0.25s ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.2);
  }
  .homepage-case-study .migration-lab-case-studies-pagination-dots span.is-active {
    width: 10px;
    height: 10px;
    background: #F4482B;
    box-shadow: 0 0 8px 0 rgba(244, 72, 43, 0.6);
  }
}
.homepage-case-study-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item {
    width: 21%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item.active {
    width: 53%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item:hover:not(.active) {
    width: 23%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item .info-text .text {
    width: 250px;
  }
}
.homepage-case-study-body-item {
  display: flex;
  flex-direction: column;
  height: 520px;
  width: 17%;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.homepage-case-study-body-item:not(.active) .action {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 24px;
  }
}
.homepage-case-study-body-item.active {
  width: 52%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content {
  padding: 24px 24px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-start {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end {
    align-items: unset;
  }
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .customer-logo {
    justify-content: flex-start;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .description,
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .subtext {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item:hover:not(.active) {
    width: 19%;
  }
}
.homepage-case-study-body-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.7) 61%);
  border-radius: 0 0 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 28px 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 24px 24px;
  }
}
.homepage-case-study-body-item-media {
  display: flex;
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media picture {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-media img {
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-media img {
    border-radius: 24px;
  }
}
.homepage-case-study-body-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item-content-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  height: 112px;
}
.homepage-case-study-body-item-content-start .info-industry {
  white-space: nowrap;
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.25) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}
.homepage-case-study-body-item-content-start .info-industry i {
  display: flex;
  width: 16px;
  height: 16px;
}
.homepage-case-study-body-item-content-start .info-industry i svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .homepage-case-study-body-item-content-start .info-industry {
    padding: 12px 16px 12px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start {
    height: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start {
    height: 62px;
  }
}
.homepage-case-study-body-item-content-start .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.homepage-case-study-body-item-content-start .info-text .number {
  font-family: Red Hat Display !important;
  font-weight: bold;
  font-style: normal;
  color: #efebe4;
  text-align: right;
  font-size: 48px !important;
  line-height: 116%;
  letter-spacing: 0.5px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 4.6875vw;
  }
}
.homepage-case-study-body-item-content-start .info-text .text {
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 140%;
  /* stylelint-enabled */
  display: block;
  white-space: word-break;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 180px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 133%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 137%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.5625vw;
  }
}
.homepage-case-study-body-item-content-end {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.homepage-case-study-body-item-content-end .action {
  display: flex;
  flex-shrink: 0;
  width: max-content;
}
.homepage-case-study-body-item-content-end .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.25) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}
.homepage-case-study-body-item-content-end .action a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.homepage-case-study-body-item-content-end .action a i {
  display: flex;
  width: 16px;
  height: 16px;
}
.homepage-case-study-body-item-content-end .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-content-end .customer-logo {
  display: flex;
  height: 72px;
  max-width: 118px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
.homepage-case-study-body-item-content-end .customer-logo img {
  height: 100%;
  object-fit: contain;
}
.homepage-case-study-body-item-content-end .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 14px;
  opacity: 0;
  height: 120px;
  visibility: hidden;
  transition: opacity 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  width: 490px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .homepage-case-study-body-item-content-end .description {
    width: 375px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    line-height: 142%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.3671875vw;
  }
}
.homepage-case-study-body-item-content-end .subtext {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 150%;
  opacity: 0;
  height: 24px;
  visibility: hidden;
  transition: all 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100% !important;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    line-height: 142%;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.3671875vw;
  }
}