.idx_plugin .page-header {
  width: 100%;
  padding: 100px 0 30px 0;
  background: url(https://lofty.com/hubfs/IDX-banner-bg.png) center center/cover no-repeat;
}

.idx_plugin .page-header .header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

.idx_plugin .page-header .header-content .header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc((100% - 35px) / 2);
  max-width: 575px;
}

.idx_plugin .page-header .header-content .header-left .header-title {
  color: #202437;
  font-weight: 500;
  font-size: 38px;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.idx_plugin .page-header .header-content .header-left .header-des {
  color: #202437;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
}

.idx_plugin .page-header .header-content .header-left .header-btn .banner-btn {
  display: block;
  background-color: #3b5cde;
  width: 214px;
  height: 50px;
  line-height: 46px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}

.idx_plugin .page-header .header-content .header-right {
  width: calc((100% - 35px) / 2);
  max-width: 590px;
}

.idx_plugin .page-header .header-content .header-right img {
  width: 100%;
  height: 100%;
}

.idx_plugin .context {
  height: 5000px;
  position: relative;
}

.idx_plugin .container.pc {
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.idx_plugin .container.mb {
  display: none;
}

.idx_plugin .progress-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 120px 60px 120px;
  height: 30%;
  display: flex;
  justify-content: space-around;
}

.idx_plugin .progress-container .progress-bar-container {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idx_plugin .progress-container .progress-bar-container .progress-fill {
  width: 3px;
  height: 150px;
  margin-right: 20px;
  background-color: #E1E2E6;
}

.idx_plugin .progress-container .progress-bar-container .fill {
  transition: all 0.1sease;
  background-color: black;
  height: 0;
  position: relative;
}

.idx_plugin .progress-container .progress-bar-container .description .title {
  color: #202437;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.idx_plugin .progress-container .progress-bar-container .description .des {
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
}

.idx_plugin .image-wrap {
  height: 70%;
  background: url(https://go.lofty.com/hubfs/slider-bg.png) center center/cover no-repeat;
  width: 100%;
}

.idx_plugin .image-wrap .image-container {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.idx_plugin .image-wrap .image-container .left {
  width: 35%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.idx_plugin .image-wrap .image-container .left .title {
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
}

.idx_plugin .image-wrap .image-container .left .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.idx_plugin .image-wrap .image-container .left .icons .bigSize {
  width: 88px;
  height: 88px;
}

.idx_plugin .image-wrap .image-container .left .icons .smallSize {
  width: 20px;
  height: 20px;
}

.idx_plugin .image-wrap .image-container .left .icons img {
  height: 100%;
  width: 100%;
}

.idx_plugin .image-wrap .image-container .left .des {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 124px;
}

.idx_plugin .image-wrap .image-container .left .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
}

.idx_plugin .image-wrap .image-container .left .btn a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-right: 6px;
}

.idx_plugin .image-wrap .image-container .left .btn a:hover {
  text-decoration: underline;
}

.idx_plugin .image-wrap .image-container .left .btn img {
  width: 24px;
  height: 24px;
}

.idx_plugin .image-wrap .image-container .right {
  width: 55%;
  height: auto;
  position: relative;
}

.idx_plugin .image-wrap .image-container .right img {
  width: 750px;
  height: auto;
  position: absolute;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease;
}

.idx_plugin .website-cta-swiper {
  padding: 100px 0;
  background-color: #fafafa;
}

.idx_plugin .website-cta-swiper .website-cta-title {
  color: #202437;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  margin-bottom: 60px;
}

.idx_plugin .website-cta-swiper .swiper {
  width: 620px;
  flex: none;
}

.idx_plugin .website-cta-swiper .swiper-slide {
  width: 620px;
  height: auto;
}

.idx_plugin .website-cta-swiper .md-swiper-cta .cta-list {
  margin-left: 76px;
  height: 100% !important;
}

.idx_plugin .website-cta-swiper .md-swiper-cta .cta-list p:nth-child(2) {
  padding-left: 14.5px;
  line-height: 30px;
}

.idx_plugin .website-cta-swiper .md-swiper-cta .cta-list img {
  margin-left: -14.5px;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  margin-right: 8.5px;
}

.idx_plugin .word_press {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 90px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idx_plugin .word_press .word_press_title {
  color: #202437;
  font-weight: 500;
  font-size: 34px;
  line-height: 38.86px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}

.idx_plugin .word_press .word_press_desc {
  color: #515666;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}

.idx_plugin .word_press .word_press_img {
  width: 100%;
}

.idx_plugin .word_press .word_press_img img {
  width: 100%;
  height: 100%;
}

.idx_plugin .cta-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 90px auto 0 auto;
  text-align: center;
}

.idx_plugin .cta-wrap .cta-main-title {
  color: #202437;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 50px;
}

.idx_plugin .cta-wrap .cta-content {
  display: flex;
  gap: 130px;
  margin-bottom: 100px;
}

.idx_plugin .cta-wrap .cta-content .mb-title {
  display: none;
}

.idx_plugin .cta-wrap .cta-content .cta-button {
  margin-top: 20px;
  text-align: left;
  height: 100%;
}

.idx_plugin .cta-wrap .cta-content .cta-button a {
  display: block;
  width: 200px;
  height: 45px;
  border-radius: 44px;
  background: #3b5cde;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
}

.idx_plugin .cta-wrap .cta-content .left-col {
  width: 570px;
  height: 400px;
}

.idx_plugin .cta-wrap .cta-content .left-col img {
  width: 100%;
  height: 100%;
}

.idx_plugin .cta-wrap .cta-content .right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li {
  padding-left: 32px;
  display: block;
  margin-bottom: 20px;
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li img {
  margin-top: 4px;
  margin-left: -32px;
  margin-right: 15px;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li span {
  color: #202437;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-idx .unordered_list li {
  padding-left: 32px;
  display: block;
  margin-bottom: 20px;
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-idx .unordered_list li img {
  margin-top: 4px;
  margin-left: -32px;
  margin-right: 15px;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-idx .unordered_list li span {
  color: #202437;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
}

.idx_plugin .cta-wrap .cta-content .right-col .hs_cos_wrapper_type_header {
  color: #202437;
  font-weight: 500;
  font-size: 34px;
  line-height: 38.86px;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: left;
}

.idx_plugin .cta-wrap .cta-content .right-col .hs_cos_wrapper_type_textarea {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
}

.idx_plugin .cta-wrap .cta-content .right-col .unordered_list li {
  padding-left: 32px;
  display: block;
  margin-bottom: 20px;
  color: #202437;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.idx_plugin .cta-wrap .cta-content .right-col .unordered_list li img {
  margin-top: 4px;
  margin-left: -32px;
  margin-right: 15px;
}

.idx_plugin .cta-wrap .cta-content .right-col .unordered_list li span {
  color: #202437;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
}

.idx_plugin .cta-wrap .cta-content .right-col .md-button {
  margin-top: 20px;
  width: 200px;
  height: 45px;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li {
  padding-left: 24px;
}

.idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li img {
  margin-top: 8.5px;
  margin-left: -24px;
  width: 6px;
  height: 6px;
}

.idx_plugin .cta-wrap .cta-content.row-reverse {
  flex-direction: row-reverse;
}

.idx_plugin .cta-wrap .cta-content:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .idx_plugin .page-header {
    width: 100%;
    padding: 110px 0 40px 0;
    background: url(https://lofty.com/hubfs/mb-banner-bg.png) center center/cover no-repeat;
  }
  .idx_plugin .page-header .header-content {
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    flex-direction: column;
  }
  .idx_plugin .page-header .header-content .header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .idx_plugin .page-header .header-content .header-left .header-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 55px;
  }
  .idx_plugin .page-header .header-content .header-right {
    width: 100%;
  }
  .idx_plugin .page-header .header-content .header-right img {
    width: 100%;
    height: 100%;
  }
  .idx_plugin .context {
    height: 100%;
  }
  .idx_plugin .context .container.pc {
    display: none;
  }
  .idx_plugin .context .container.mb {
    display: block;
  }
  .idx_plugin .context .container.mb .top {
    padding: 58px 20px;
    background: url(https://lofty.com/hubfs/mb-bg.png) center center/cover no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .idx_plugin .context .container.mb .top .title {
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .idx_plugin .context .container.mb .top .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .idx_plugin .context .container.mb .top .icons .bigSize {
    width: 60px;
    height: 60px;
  }
  .idx_plugin .context .container.mb .top .icons .smallSize {
    width: 14px;
    height: 14px;
  }
  .idx_plugin .context .container.mb .top .icons img {
    height: 100%;
    width: 100%;
  }
  .idx_plugin .context .container.mb .top .des {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .idx_plugin .context .container.mb .top .btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
  }
  .idx_plugin .context .container.mb .top .btn a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-right: 6px;
  }
  .idx_plugin .context .container.mb .top .btn img {
    width: 24px;
    height: 24px;
  }
  .idx_plugin .context .container.mb .bottom {
    padding: 30px 20px 20px 20px;
  }
  .idx_plugin .context .container.mb .bottom .mb-cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .idx_plugin .context .container.mb .bottom .mb-cta .title {
    color: #202437;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .idx_plugin .context .container.mb .bottom .mb-cta .des {
    color: #202437;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .idx_plugin .context .container.mb .bottom .mb-cta .picture {
    width: 100%;
    height: auto;
  }
  .idx_plugin .context .container.mb .bottom .mb-cta .picture img {
    width: 100%;
    height: 100%;
  }
  .idx_plugin .website-cta-swiper {
    margin: 0;
    padding: 50px 20px;
  }
  .idx_plugin .website-cta-swiper .website-cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .idx_plugin .website-cta-swiper .md-swiper-cta .cta-list {
    margin-left: 0;
  }
  .idx_plugin .website-cta-swiper .swiper {
    width: 100%;
  }
  .idx_plugin .website-cta-swiper .swiper .swiper-slide {
    width: 100%;
  }
  .idx_plugin .word_press {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto;
  }
  .idx_plugin .word_press .word_press_title {
    color: #202437;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 00;
    text-align: center;
  }
  .idx_plugin .cta-wrap {
    margin: 50px auto 0 auto;
    padding: 0 20px;
  }
  .idx_plugin .cta-wrap .cta-main-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .idx_plugin .cta-wrap .cta-content {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
  }
  .idx_plugin .cta-wrap .cta-content .mb-title {
    display: block;
    color: #202437;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .idx_plugin .cta-wrap .cta-content .left-col,
  .idx_plugin .cta-wrap .cta-content .right-col {
    width: 100%;
    height: auto;
  }
  .idx_plugin .cta-wrap .cta-content .right-col .hs_cos_wrapper_type_header {
    display: none;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #202437;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
  }
  .idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_cta_description {
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    margin: 0 auto 20px auto;
  }
  .idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-2 .unordered_list li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-idx .unordered_list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .idx_plugin .cta-wrap .cta-content .right-col #hs_cos_wrapper_include-list-idx .unordered_list li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .idx_plugin .cta-wrap .cta-content .right-col .unordered_list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .idx_plugin .cta-wrap .cta-content .right-col .unordered_list li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .idx_plugin .cta-wrap .cta-content .right-col .cta-button {
    width: 200px;
    height: 45px;
    margin: 5px auto 0 auto;
  }
  .idx_plugin .cta-wrap .cta-content .right-col .cta-button .md-button {
    margin-top: 5px;
  }
  .idx_plugin .cta-wrap .cta-content.row-reverse {
    flex-direction: column;
  }
}
