/* Media Start*/
/* Media End*/
.story-detail {
  background: #fff;
  font-family: Manrope;
}

.story-banner {
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 500px;
  color: #fff;
  position: relative;
}

.story-banner .story-banner-content {
  width: calc(66% + 128px);
  height: 100%;
  background: linear-gradient(163.47deg, #1355fe 4.83%, #6b26db 94.97%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.story-banner .story-banner-avatar {
  z-index: 2;
  margin-left: -128px;
  width: 34%;
  height: 500px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 128px 100%);
}

.story-banner .story-banner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-banner .story-banner-content-wrapper {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding-right: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-banner .story-banner-content-wrapper .story-quote {
  font-family: Manrope;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 30px;
}

.story-banner .story-banner-content-wrapper .story-quote-author-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
}

.story-banner .story-banner-content-wrapper .story-quote-author-position {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
}

.story-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  gap: 50px;
}

.story-main .story-main-left {
  flex-basis: 800px;
  max-width: 800px;
  margin-bottom: 36px;
}

.story-main .story-main-left .story-breadcrumb {
  font-family: Manrope;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 55px;
}

.story-main .story-main-left .story-breadcrumb a {
  color: #3b5cde;
  text-decoration: none;
}

.story-main .story-main-left .story-breadcrumb .story-breadcrumb-divider {
  opacity: 0.3;
  color: #202437;
  margin: 0 10px;
}

.story-main .story-main-left .story-breadcrumb .story-breadcrumb-title {
  color: #202437;
}

.story-main .story-main-left .story-title {
  font-family: Manrope;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 30px;
  color: #202437;
}

.story-main .story-main-right {
  position: absolute;
  right: 0;
  top: 133px;
  flex-basis: 350px;
  min-width: 350px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-main .story-main-right .story-company-card {
  background: #f6f7fb;
  border: 1px solid #ebecf1;
  padding: 40px;
  text-align: center;
}

.story-main .story-main-right .story-company-card img {
  margin-bottom: 40px;
  width: auto;
  height: 50px;
}

.story-main .story-main-right .story-company-card .company-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.story-main .story-main-right .story-company-card .company-info .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.story-main .story-main-right .story-company-card .company-info .value {
  text-align: left;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
}

.story-main .story-main-right .story-company-card .company-info .label {
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
}

.story-bottom {
  max-width: 1200px;
  margin: 0 auto;
}

.story-bottom .story-bottom-wrapper {
  padding-right: 400px;
}

.story-bottom .story-bottom-wrapper .story-detail-content p {
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 30px;
}

.story-bottom .story-bottom-wrapper .story-detail-content p:last-child {
  margin-bottom: 0;
}

.story-bottom .story-bottom-wrapper .story-detail-content a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.contact-cta {
  font-family: Manrope;
  width: 100%;
  background: linear-gradient(180deg, #3b5cde 0%, #5520d6 100%);
  margin-top: 80px;
  padding: 80px 0 0 0;
}

.contact-cta .cta-content {
  overflow: visible;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 120px;
}

.contact-cta .cta-content .top-bg {
  width: 193px;
  height: 155px;
  position: absolute;
  top: -80px;
  left: -60px;
}

.contact-cta .cta-content .top-bg img {
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .bottom-bg {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 184px;
  height: 179px;
}

.contact-cta .cta-content .bottom-bg img {
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .cta-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(50% - 60px);
}

.contact-cta .cta-content .cta-left .cta-title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.contact-cta .cta-content .cta-left .cta-description {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 30px;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  align-items: center;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.contact-cta .cta-content .cta-left .cta-btn-wrap {
  margin-top: 40px;
}

.contact-cta .cta-content .cta-left .cta-btn-wrap .md-button {
  width: 240px;
  height: 40px;
}

.contact-cta .cta-content .cta-right {
  z-index: 1;
  width: calc(50% - 60px);
}

.contact-cta .cta-content .cta-right .cta-img {
  max-width: 480px;
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .cta-right .cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .story-banner {
    flex-direction: column-reverse;
    height: auto;
  }
  .story-banner .story-banner-content {
    display: none;
  }
  .story-banner .story-banner-avatar {
    margin: 0 auto;
    position: static;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .story-banner .story-banner-content-wrapper {
    background: linear-gradient(163.47deg, #1355fe 4.83%, #6b26db 94.97%);
    position: static;
    width: 100%;
    padding: 40px 20px;
    transform: none;
  }
  .story-banner .story-banner-content-wrapper .story-quote {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .story-banner .story-banner-content-wrapper .story-quote-author-name {
    font-size: 16px;
  }
  .story-banner .story-banner-content-wrapper .story-quote-author-position {
    font-size: 16px;
  }
  .story-main {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 0px;
  }
  .story-main .story-main-left {
    flex: none;
  }
  .story-main .story-main-left .story-breadcrumb {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .story-main .story-main-left .story-breadcrumb .story-breadcrumb-divider {
    margin: 0 8px;
  }
  .story-main .story-main-left .story-title {
    font-size: 20px;
    line-height: 28px;
  }
  .story-main .story-main-right {
    position: static;
    flex: none;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .story-main .story-main-right .story-company-card {
    padding: 32px;
  }
  .story-main .story-main-right .story-company-card img {
    margin-bottom: 32px;
  }
  .story-main .story-main-right .story-company-card .company-info {
    gap: 24px;
  }
  .story-main .story-main-right .story-company-card .company-info .item {
    gap: 8px;
  }
  .story-main .story-main-right .story-company-card .company-info .item .value {
    font-size: 16px;
    line-height: 24px;
  }
  .story-main .story-main-right .story-company-card .company-info .item .label {
    font-size: 14px;
    line-height: 23px;
  }
  .story-bottom {
    padding: 0 20px 40px 20px;
  }
  .story-bottom .story-bottom-wrapper {
    padding: 0;
  }
  .story-bottom .story-bottom-wrapper .story-detail-content p {
    font-size: 14px;
    line-height: 160%;
  }
  .contact-cta {
    margin-top: 0;
    padding: 50px 20px 0 20px;
  }
  .contact-cta .cta-content {
    flex-direction: column;
    gap: 60px;
  }
  .contact-cta .cta-content .top-bg {
    height: 128px;
    width: 151px;
    top: -50px;
    left: 0;
  }
  .contact-cta .cta-content .bottom-bg {
    display: none;
  }
  .contact-cta .cta-content .cta-left {
    width: 100%;
  }
  .contact-cta .cta-content .cta-left .cta-title {
    font-size: 30px;
    letter-spacing: 0;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list {
    gap: 20px;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li {
    font-weight: 500;
    align-items: unset;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li img {
    margin-top: 4px;
    width: 14px !important;
  }
  .contact-cta .cta-content .cta-left .cta-btn-wrap {
    width: 100%;
  }
  .contact-cta .cta-content .cta-left .cta-btn-wrap .md-button {
    width: 100%;
  }
  .contact-cta .cta-content .cta-right {
    width: 100%;
  }
}
