.header-content {
  height: auto;
  min-height: 660px;
  color: white;
  padding: 146px 0 60px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://go.lofty.com/hubfs/bloom/bg.png);
  font-family: Manrope;
}
.header-content .page-header {
  max-width: 1200px;
  justify-content: center;
  gap: 60px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
}
.header-content .page-header .header-left {
  width: 50%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.header-content .page-header .header-left .banner-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.header-content .page-header .header-left .banner-descript {
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-right: 32px;
}
.header-content .page-header .header-right {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.header-content .page-header .header-right .banner-video {
  position: relative;
  width: 510px;
}
.header-content .page-header .header-right .banner-video video {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.header-content .page-header .header-right .banner-video .header-play-btn {
  display: none;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  background: url("https://lofty.com/hubfs/play-button.png") center/contain no-repeat;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.header-content .page-header .header-right .banner-video .header-play-btn:hover {
  background-image: url("https://lofty.com/hubfs/play-button-hover.png");
}
.header-content .page-header .zip-code-wrap {
  position: relative;
  margin-top: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.1);
  width: 392px;
  height: 204px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.header-content .page-header .zip-code-wrap.pc {
  display: flex;
}
.header-content .page-header .zip-code-wrap.mb {
  display: none;
}
.header-content .page-header .zip-code-wrap .zip-code-title {
  font-weight: 510;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group {
  display: flex;
  gap: 10px;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group .otp-input {
  font-size: 25px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e1e2e6;
  width: 60px;
  height: 50px;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group .otp-input:focus {
  border-color: #2492fc;
  outline: none;
  box-shadow: 0 0 0 2px rgba(36, 146, 252, 0.2);
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-btns .zip-btn {
  width: 160px;
  background: #ffffff;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #3b5cde;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-btns .zip-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.header-content .page-header .zip-code-wrap .zip-code-input .zip-btns .zip-btn._plain {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: transparent;
}

.h_works {
  margin-bottom: 80px;
}
.h_works .h_w_title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
  color: #202437;
  margin: 80px 0 10px;
  text-align: center;
}
.h_works .h_w_box {
  width: 1120px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.h_works .h_w_box._pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_works .h_w_box._mb {
  display: none;
}
.h_works .h_w_box .h_w_left {
  width: 470px;
  height: 322px;
  transform: translateY(100px);
}
.h_works .h_w_box .h_w_left ._tab_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: 330ms;
  cursor: pointer;
  border-left: 3px solid #ebecf1;
  padding-left: 30px;
  box-sizing: border-box;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list ._title {
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  font-size: 24px;
  color: #a0a3af;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list ._desc {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202437;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list.active {
  height: auto;
  border-color: #3b5cde;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list.active ._title {
  height: 36px;
  line-height: 36px;
  color: #202437;
  margin-bottom: 10px;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list.active ._desc {
  display: block;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list._cl2[data-empile-slide-index="2"] {
  transform: translateY(171px) !important;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list._cl3[data-empile-slide-index="2"] {
  transform: translateY(145px) !important;
}
.h_works .h_w_box .h_w_left ._tab_container .cards-list._cl1[data-empile-slide-index="2"] {
  transform: translateY(119px) !important;
}
.h_works .h_w_box .h_w_left .btn-direct {
  display: none;
}
.h_works .h_w_box .h_w_right {
  width: 600px;
  height: 500px;
  transition: 330ms;
}
.h_works .h_w_box .h_w_right ._item {
  width: 600px;
  height: 500px;
  display: flex;
  align-items: center;
}
.h_works .h_w_box .h_w_right ._item span {
  display: block;
}
.h_works .h_w_box .h_w_right ._item span img {
  width: 100%;
}
.h_works .h_w_box .h_w_right._t0 {
  transform: translateY(-1000px);
}
.h_works .h_w_box .h_w_right._t1 {
  transform: translateY(-500px);
}
.h_works .h_w_box .h_w_right._t2 {
  transform: translateY(0);
}

.carousel_box {
  width: 100%;
  height: 695px;
  margin-bottom: 27px;
  overflow: hidden;
}
.carousel_box .c_b_title {
  margin: 60px 0 50px;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #202437;
}
.carousel_box .c_box_inner_mb {
  display: none;
}
.carousel_box .c_box_inner {
  width: 1440px;
  margin: 0 auto 50px;
  height: 421px;
}
.carousel_box .c_box_inner._pc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_box .c_box_inner ul {
  position: relative;
  transform: translate(-254px, -214px);
}
.carousel_box .c_box_inner ul li {
  position: absolute;
  transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 483px;
  height: 355px;
  border-radius: 20px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.0705882353);
  margin: 68px 0 0 -8px;
}
.carousel_box .c_box_inner ul li img {
  width: 100%;
  border-radius: 20px;
}
.carousel_box .c_box_inner ul li p {
  position: absolute;
  background-color: #fff;
  color: #202437;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  left: 20px;
  bottom: 20px;
  padding: 10px;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.carousel_box .c_box_inner ul li.active {
  width: 584px;
  height: 421px;
  margin: 0 0 0 -38px;
}
.carousel_box .c_box_inner ul li.active p {
  font-size: 28px;
}
.carousel_box .c_box_inner ul li[data-empile-slide-index="1"] {
  margin-left: 35px;
}
.carousel_box .c_box_inner .btn-direct {
  display: none;
}
.carousel_box .indicator {
  display: flex;
  justify-content: center;
}
.carousel_box .indicator .navigation._pc {
  display: flex;
  gap: 12px;
}
.carousel_box .indicator .navigation._mb {
  display: none;
}
.carousel_box .indicator .navigation .dot {
  width: 12px;
  height: 12px;
  background: rgba(59, 92, 222, 0.1019607843);
  border-radius: 100%;
  cursor: pointer;
}
.carousel_box .indicator .navigation .dot.active {
  background: #3b5cde;
}

.choose_box {
  padding: 80px 0;
}
.choose_box > ._title {
  text-align: center;
  height: 42px;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #202437;
  margin: 0 0 50px 0;
}
.choose_box .inner_box {
  width: 1198px;
  height: 775px;
  margin: 0 auto;
}
.choose_box .inner_box._pc {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.choose_box .inner_box._mb {
  display: none;
}
.choose_box .inner_box ._item {
  width: calc(50% - 20px);
  padding: 60px 40px;
  box-sizing: border-box;
  height: 775px;
  border-radius: 20px;
  border: 1px solid #ebecf1;
  background: #fafbfd;
  position: relative;
}
.choose_box .inner_box ._item .msplr {
  position: absolute;
  display: block;
  width: 169px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 0;
  border-radius: 0 20px 0 20px;
  background: linear-gradient(90deg, #7751ff 1.61%, #5432ff 100%);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.choose_box .inner_box ._item ._title {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #323758;
  margin-bottom: 20px;
  width: calc(100% + 40px);
  text-align: left;
}
.choose_box .inner_box ._item ._price {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  height: 34px;
  align-items: flex-end;
}
.choose_box .inner_box ._item ._price ._high {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  color: #3b5cde;
}
.choose_box .inner_box ._item ._price ._high ._sub {
  font-weight: 500;
  font-size: 18px;
  color: #323758;
  margin-left: -8px;
}
.choose_box .inner_box ._item ._price ._old {
  font-weight: 400;
  font-size: 20px;
  color: #a0a3af;
  position: relative;
}
.choose_box .inner_box ._item ._price ._old ._sub {
  font-size: 18px;
  margin-left: -6px;
}
.choose_box .inner_box ._item ._price ._old::after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: #a0a3af;
  top: 58%;
}
.choose_box .inner_box ._item ._desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #515666;
  margin-bottom: 20px;
}
.choose_box .inner_box ._item ._line {
  width: 100%;
  height: 1px;
  background: #e1e2e6;
  margin-bottom: 30px;
}
.choose_box .inner_box ._item ul {
  width: calc(100% + 40px);
  height: 345px;
  list-style: none;
  margin-bottom: 40px;
}
.choose_box .inner_box ._item ul._sb9 {
  margin-bottom: 9px;
}
.choose_box .inner_box ._item ul li {
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-indent: 24px;
  font-weight: 600;
  font-size: 16px;
  color: #202437;
  margin-bottom: 15px;
}
.choose_box .inner_box ._item ul li::after {
  display: block;
  position: absolute;
  content: " ";
  background-image: url(https://lofty.com/hubfs/star-icon.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 0;
}
.choose_box .inner_box ._item .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #3b5cde;
  background: #ebeffc;
  text-align: center;
  cursor: pointer;
}
.choose_box .inner_box ._item:hover, .choose_box .inner_box ._item.active {
  background: rgba(59, 92, 222, 0.0509803922);
  border-color: #3b5cde;
}
.choose_box .inner_box ._item:hover li, .choose_box .inner_box ._item.active li {
  color: #515666;
}
.choose_box .inner_box ._item:hover .btn, .choose_box .inner_box ._item.active .btn {
  background: #3b5cde;
  color: #fff;
}
.choose_box .inner_box ._item:hover .btn:hover, .choose_box .inner_box ._item.active .btn:hover {
  opacity: 0.8;
}

.table_box {
  padding: 60px 0 80px;
  margin: 0 auto;
  width: 1200px;
}
.table_box ._title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 50px;
  color: #202437;
}
.table_box table {
  border: 1px solid #ebecf1;
  border-radius: 10px;
  width: 1200px;
}
.table_box table tr th:nth-of-type(1),
.table_box table tr td:nth-of-type(1) {
  border-right: 1px solid #ebecf1;
  border-bottom: 1px solid #ebecf1;
  padding-left: 10px;
  box-sizing: border-box;
}
.table_box table tr th:nth-of-type(2),
.table_box table tr td:nth-of-type(2) {
  border-right: 1px solid #ebecf1;
  border-bottom: 1px solid #ebecf1;
}
.table_box table tr th:nth-of-type(3),
.table_box table tr td:nth-of-type(3) {
  border-bottom: 1px solid #ebecf1;
}
.table_box table tr.tr1 {
  height: 108px;
}
.table_box table tr th {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #202437;
}
.table_box table tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #202437;
  height: 50px;
}
.table_box table tr td._s {
  height: 74px;
}
.table_box table tr td._center > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.table_box table tr td img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
.table_box table tr:last-of-type td {
  border-bottom: none;
}

.page-content .info-content-wrap .info-content {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 1120px;
}
.page-content .info-content-wrap .info-content .info-right {
  position: relative;
  height: 100%;
  width: 50%;
}
.page-content .info-content-wrap .info-content .info-right .info-img {
  width: 100%;
  height: 100%;
}
.page-content .info-content-wrap .info-content .info-right .info-img img {
  width: 100%;
  height: 100%;
}
.page-content .info-content-wrap .info-content .info-left {
  height: 100%;
  width: 50%;
}
.page-content .info-content-wrap .info-content .info-left .info-title {
  color: #000000;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 510;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0px;
}
.page-content .info-content-wrap .info-content .info-left .info-descript {
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  display: flex;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}
.page-content .info-content-wrap .info-content .info-left .info-descript .info-img img {
  width: 12px;
  height: 12px;
  margin: 6px 12px 6px 0;
  display: inline-block;
}
.page-content .check-cta {
  width: 100%;
  margin: 0 auto 65px auto;
  max-width: 1160px;
  border-radius: 20px;
  overflow: hidden;
  background: #3b5cde;
}
.page-content .check-cta .check-cta-wrap {
  gap: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 80px;
  background: url(https://go.lofty.com/hubfs/bloom/image5.png) center center/cover no-repeat;
}
.page-content .check-cta .check-cta-wrap .check-cta-left {
  width: 60%;
}
.page-content .check-cta .check-cta-wrap .check-cta-left .check-cta-title {
  color: #ffffff;
  font-weight: 590;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.page-content .check-cta .check-cta-wrap .check-cta-left .check-cta-description {
  font-weight: 510;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 16px;
  color: #ffffff;
}
.page-content .check-cta .check-cta-wrap .check-cta-right {
  border-radius: 20px;
  padding: 20px;
  width: 376px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
.page-content .check-cta .check-cta-wrap .check-cta-right input,
.page-content .check-cta .check-cta-wrap .check-cta-right textarea {
  font-weight: 400;
  width: 100%;
  border-radius: 4px;
  border: 0.66px solid #e1e2e6;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  color: #000000;
  display: block;
}
.page-content .check-cta .check-cta-wrap .check-cta-right input::placeholder,
.page-content .check-cta .check-cta-wrap .check-cta-right textarea::placeholder {
  color: #a0a3af;
  font-family: Manrope;
}
.page-content .check-cta .check-cta-wrap .check-cta-right input._err,
.page-content .check-cta .check-cta-wrap .check-cta-right textarea._err {
  background-color: #fdece9;
  border: 1px solid #fb6f67;
  margin-bottom: 0;
}
.page-content .check-cta .check-cta-wrap .check-cta-right input {
  height: 40px;
}
.page-content .check-cta .check-cta-wrap .check-cta-right textarea {
  height: 79.1578979492px;
}
.page-content .check-cta .check-cta-wrap .check-cta-right button {
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  width: 100%;
}
.page-content .check-cta .check-cta-wrap .check-cta-right .err_txt {
  font-size: 12px;
  color: #f0454c;
  margin: 0;
  padding: 0;
}
.page-content .check-cta .check-cta-wrap .check-cta-right .err_txt._hide {
  display: none;
}
.page-content .check-cta .check-cta-wrap .check-cta-right ._name {
  display: flex;
  gap: 10px;
}

.bottom_pop {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: -189px;
  left: 0;
  z-index: 9;
  background: #3b5cde;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  transition: all linear 300ms;
}
.bottom_pop._show {
  bottom: 0;
}
.bottom_pop ._inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bottom_pop ._inner ._left {
  display: flex;
  gap: 20px;
}
.bottom_pop ._inner ._left .assistant {
  width: 150px;
}
.bottom_pop ._inner ._left .assistant span {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
}
.bottom_pop ._inner ._left .assistant span img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom_pop ._inner ._left .text {
  font-weight: 590;
  font-size: 24px;
  line-height: 80px;
  color: #ffffff;
}
.bottom_pop ._inner .assistant_btn {
  width: 160px;
  height: 40px;
  margin-top: 20px;
  color: #3b5cde;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  width: 160;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}
.bottom_pop ._inner .assistant_btn:hover {
  opacity: 0.6;
}

body .askFree-pop.has-swiper .content .left-panel {
  background: url(https://lofty.com/hubfs/bloom-demo-bg.png) center center/cover no-repeat;
  height: auto;
  padding: 40px 35px 0 35px;
}
body .askFree-pop.has-swiper .content .left-panel .inner-img {
  width: 400px;
  height: 100%;
  margin: -40px auto auto auto;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}
body .askFree-pop.has-swiper .content .left-panel .inner-img img {
  width: 100%;
  height: auto;
  margin: auto;
}

@media (max-width: 800px) {
  body .pop {
    max-height: 90vh;
    overflow-y: scroll;
    border-radius: 20px;
  }
  body .pop .askFree-pop.has-swiper .content {
    flex-direction: column;
  }
  body .pop .askFree-pop.has-swiper .content .left-panel {
    background: url(https://lofty.com/hubfs/bloom-demo-mb-bg.png) center center/cover no-repeat;
    height: 200px;
    width: 100%;
    padding: 0;
    display: flex;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  body .pop .askFree-pop.has-swiper .content .left-panel .inner-img {
    display: none;
  }
  body .pop .askFree-pop.has-swiper .content .left-panel .logo {
    display: none;
  }
  body .pop .askFree-pop.has-swiper .content .right-panel .hgroup {
    padding-top: 20px;
  }
  body .pop .askFree-pop.has-swiper .content .right-panel form {
    margin-top: 15px;
  }
  body .pop .askFree-pop.has-swiper .content .right-panel form li + li {
    margin-top: 15px;
  }
  body .pop .askFree-pop.has-swiper .content .right-panel form .md-button.normal {
    margin-top: 15px;
  }
  .header-content {
    padding: 80px 0 0 0;
    height: auto;
    min-height: auto;
    background-image: url(https://lofty.com/hubfs/bloom-mb-bg.png);
  }
  .header-content .page-header {
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    gap: 0;
  }
  .header-content .page-header .header-left {
    width: 100%;
  }
  .header-content .page-header .header-left .banner-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    text-align: left;
  }
  .header-content .page-header .header-left .banner-descript {
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .header-content .page-header .header-right {
    width: 100%;
  }
  .header-content .page-header .header-right .banner-video {
    width: 100%;
  }
  .header-content .page-header .header-right .banner-video video {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .header-content .page-header .zip-code-wrap {
    position: relative;
    width: 100%;
    margin: 20px auto 40px auto;
    padding: 20px;
    border-radius: 10px;
    height: auto;
  }
  .header-content .page-header .zip-code-wrap.pc {
    display: none;
  }
  .header-content .page-header .zip-code-wrap.mb {
    display: flex;
  }
  .header-content .page-header .zip-code-wrap .zip-code-title {
    width: 100%;
    font-weight: 510;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input {
    flex-direction: column;
    gap: 20px;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group {
    justify-content: center;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group .otp-input-mb {
    font-size: 25px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    width: calc((100% - 40px) / 5);
    height: 40px;
    border: 1px solid #e1e2e6;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-input-group .otp-input-mb:focus {
    border-color: #2492fc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(36, 146, 252, 0.2);
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-btn-mb {
    border-radius: 6px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #ffffff;
    color: #3b5cde;
    margin: 15px 0 10px;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-btn-mb.disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .header-content .page-header .zip-code-wrap .zip-code-input .zip-btn-mb._plain {
    border: 1px solid #ffffff;
    color: #fff;
    background-color: transparent;
    margin: 0;
  }
  .h_works {
    margin: 0 !important;
    padding: 30px 0 60px;
    width: 100%;
    height: auto;
  }
  .h_works .h_w_title {
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
  }
  .h_works .h_w_box {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  .h_works .h_w_box._pc {
    display: none;
  }
  .h_works .h_w_box._mb {
    display: block;
    height: auto;
  }
  .h_works .h_w_box ._inner {
    position: relative;
    width: 300vw;
    display: flex;
    margin-bottom: 30px;
    transform: translateX(0);
    transition: all ease 300ms;
  }
  .h_works .h_w_box ._inner.t0 {
    transform: translateX(0);
  }
  .h_works .h_w_box ._inner.t1 {
    transform: translateX(-100vw);
  }
  .h_works .h_w_box ._inner.t2 {
    transform: translateX(-200vw);
  }
  .h_works .h_w_box ._inner ._box_item {
    width: 100vw;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .h_works .h_w_box ._inner ._box_item ._title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #202437;
  }
  .h_works .h_w_box ._inner ._box_item ._desc {
    font-weight: 400;
    font-size: 14px;
    color: #515666;
    margin-bottom: 20px;
  }
  .h_works .h_w_box ._inner ._box_item ._img {
    width: 100%;
  }
  .h_works .h_w_box ._inner ._box_item ._img img {
    width: 100%;
  }
  .h_works .h_w_box .navigation_m {
    display: flex;
    justify-content: center;
    gap: 4px;
    list-style: none;
  }
  .h_works .h_w_box .navigation_m .dot {
    width: 20px;
    height: 2px;
    opacity: 0.2;
    background-color: #3b5cde;
  }
  .h_works .h_w_box .navigation_m .dot.active {
    opacity: 1;
  }
  .carousel_box {
    height: auto;
    padding: 0 20px;
  }
  .carousel_box .c_b_title {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 20px;
    text-align: left;
  }
  .carousel_box .c_box_inner._pc {
    display: none;
  }
  .carousel_box .c_box_inner_mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto 30px;
    height: 204px;
  }
  .carousel_box .c_box_inner_mb ul {
    position: relative;
    transform: translate(-19.88vw, -13.66vw);
  }
  .carousel_box .c_box_inner_mb ul li {
    position: absolute;
    transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 231.8399963379px;
    height: 170.3999938965px;
    border-top-left-radius: 9.6px;
    border-top-right-radius: 9.6px;
    margin: 4vw 0 0 0.1vw;
    border-radius: 20px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.0705882353);
    overflow: hidden;
  }
  .carousel_box .c_box_inner_mb ul li p {
    position: absolute;
    background-color: #ffffff;
    color: #202437;
    font-family: Manrope;
    font-size: 9.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 4.4px;
    bottom: 4.9px;
    padding: 10px;
    width: calc(100% - 29px);
    box-sizing: border-box;
  }
  .carousel_box .c_box_inner_mb ul li.active {
    width: 280.3200073242px;
    height: 202.0800018311px;
    margin: 0 0 0 3vw;
  }
  .carousel_box .c_box_inner_mb ul li.active p {
    font-size: 13.44px;
    bottom: 2.9px;
  }
  .carousel_box .c_box_inner_mb ul li[data-empile-slide-index="1"] {
    margin-left: 10.5vw;
  }
  .carousel_box .c_box_inner_mb ul li img {
    width: 100%;
    border-radius: 20px;
  }
  .carousel_box .c_box_inner_mb .btn-direct {
    display: none;
  }
  .carousel_box .indicator {
    display: flex;
    justify-content: center;
  }
  .carousel_box .indicator .navigation._pc {
    display: none;
  }
  .carousel_box .indicator .navigation._mb {
    display: flex;
    gap: 6px;
  }
  .carousel_box .indicator .navigation .dot {
    width: 7px;
    height: 7px;
  }
  .choose_box {
    padding: 40px 0 60px;
  }
  .choose_box > ._title {
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    margin: 0 0 20px;
    height: auto;
    padding: 0 20px;
  }
  .choose_box .inner_box._pc {
    display: none;
  }
  .choose_box .inner_box._mb {
    display: block;
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    padding-bottom: 20px;
  }
  .choose_box .inner_box .mm_inner {
    width: calc(140vw + 80px);
    display: flex;
    gap: 19.2px;
    padding: 0 19.2px;
  }
  .choose_box .inner_box .mm_inner ._item {
    width: 70vw;
    padding: 38.4px 25.6px;
    border-radius: 12.8px;
    height: auto;
  }
  .choose_box .inner_box .mm_inner ._item ._title {
    font-size: 19.2px;
    margin-bottom: 12.8px;
    width: calc(100% + 26px);
  }
  .choose_box .inner_box .mm_inner ._item .msplr {
    width: 108.1599960327px;
    height: 25.6000003815px;
    line-height: 25.6000003815px;
    border-radius: 0 12.8px 0 12.8px;
    font-size: 10.24px;
  }
  .choose_box .inner_box .mm_inner ._item ._price {
    margin-bottom: 12.8px;
    display: flex;
    gap: 12.8px;
    height: 22px;
  }
  .choose_box .inner_box .mm_inner ._item ._price ._high {
    font-size: 17.92px;
  }
  .choose_box .inner_box .mm_inner ._item ._price ._high ._sub {
    font-size: 11.52px;
    margin-left: -4px;
  }
  .choose_box .inner_box .mm_inner ._item ._price ._old {
    font-size: 12.8px;
  }
  .choose_box .inner_box .mm_inner ._item ._price ._old ._sub {
    font-size: 11.52px;
    margin-left: -4px;
  }
  .choose_box .inner_box .mm_inner ._item ._desc {
    margin-bottom: 12.8px;
    font-size: 10.24px;
    line-height: 19.2px;
    height: 78px;
  }
  .choose_box .inner_box .mm_inner ._item ._line {
    margin-bottom: 18.4px;
  }
  .choose_box .inner_box .mm_inner ._item ul {
    width: calc(100% + 25.8px);
    height: 198px;
    margin-bottom: 26px;
  }
  .choose_box .inner_box .mm_inner ._item ul li {
    margin-bottom: 9.6px;
    height: 20px;
    font-size: 10.24px;
    line-height: 20px;
    text-indent: 14.72px;
    white-space: nowrap;
  }
  .choose_box .inner_box .mm_inner ._item ul li::after {
    top: 6px;
    width: 7.6800003052px;
    height: 7.6800003052px;
  }
  .choose_box .inner_box .mm_inner ._item ul li._block {
    opacity: 0;
  }
  .choose_box .inner_box .mm_inner ._item .btn {
    font-size: 8.96px;
    height: 32px;
    line-height: 32px;
    border-radius: 3.84px;
  }
  .table_box {
    width: 100%;
    padding: 0 0 10px;
  }
  .table_box ._title {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
    padding-left: 20px;
  }
  .table_box ._mb {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
  }
  .bottom_pop {
    width: 100vw;
    height: 60px;
  }
  .bottom_pop ._inner {
    width: 360px;
    gap: 6px;
  }
  .bottom_pop ._inner ._left {
    gap: 0;
  }
  .bottom_pop ._inner ._left .assistant {
    width: 85.1893081665px;
  }
  .bottom_pop ._inner ._left .assistant span {
    height: 115px;
    width: 96px;
  }
  .bottom_pop ._inner ._left .assistant span img {
    bottom: 55px;
  }
  .bottom_pop ._inner ._left .text {
    font-size: 10px;
    width: 152px;
    line-height: 14px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
  }
  .bottom_pop ._inner .assistant_btn {
    width: 107px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 15px;
  }
  .page-content {
    padding: 50px 0 0 0;
  }
  .page-content .info-content-wrap {
    margin: 40px auto;
  }
  .page-content .info-content-wrap .info-content {
    gap: 20px;
    padding: 0 20px;
    flex-direction: column;
  }
  .page-content .info-content-wrap .info-content .info-left,
  .page-content .info-content-wrap .info-content .info-right {
    width: 100%;
    height: auto;
  }
  .page-content .info-content-wrap .info-content .info-left .info-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .page-content .info-content-wrap .info-content .info-left .info-descript {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  .page-content .info-content-wrap .info-content .info-left .info-descript.mb-0 {
    margin-bottom: 0;
  }
  .page-content .info-content-wrap .info-content .info-left .info-descript .info-img img {
    margin: 4px 12px 4px 0;
  }
  .page-content .info-content-wrap .info-btn-wrap {
    display: none;
  }
  .page-content .info-content-wrap #hs_cos_wrapper_info-left-img > img,
  .page-content .info-content-wrap #hs_cos_wrapper_info-right-img > img {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .page-content .info-content-wrap .info-title {
    margin-bottom: 30px;
  }
  .page-content .info-content-wrap .info-descript {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
  .page-content .info-content-wrap .info-no-bg {
    background: white !important;
  }
  .page-content .check-cta {
    width: calc(100% - 40px);
    margin: 0 20px 40px 20px;
  }
  .page-content .check-cta .check-cta-wrap {
    gap: 20px;
    flex-direction: column;
    background: url(https://go.lofty.com/hubfs/bloom/image5.png) center center/cover no-repeat;
    padding: 40px 20px;
  }
  .page-content .check-cta .check-cta-wrap .check-cta-left {
    width: 100%;
  }
  .page-content .check-cta .check-cta-wrap .check-cta-left .check-cta-title {
    font-weight: 590;
    font-size: 30px;
    line-height: 100%;
  }
  .page-content .check-cta .check-cta-wrap .check-cta-left .check-cta-description {
    font-weight: 510;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .page-content .check-cta .check-cta-wrap .check-cta-right {
    padding: 20px 10px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .c_box_inner_mb ul {
    transform: translate(-22.66vw, -13.66vw) !important;
  }
}
@media (max-width: 640px) {
  .c_box_inner_mb ul {
    transform: translate(-25.66vw, -15.66vw) !important;
  }
  .c_box_inner_mb ul li.active {
    margin: 0 0 0 1.6vw !important;
  }
}
@media (max-width: 560px) {
  .c_box_inner_mb ul {
    transform: translate(-28.66vw, -19.66vw) !important;
  }
  .c_box_inner_mb ul li.active {
    margin: 0 0 0 0.4vw !important;
  }
}
@media (max-width: 480px) {
  .c_box_inner_mb ul {
    transform: translate(-31.66vw, -21.66vw) !important;
  }
  .c_box_inner_mb ul li.active {
    margin: 0 0 0 0.6vw !important;
  }
}
@media (max-width: 420px) {
  .c_box_inner_mb ul {
    transform: translate(-34.66vw, -27.66vw) !important;
  }
  .c_box_inner_mb ul li.active {
    margin: 0 0 0 -1vw !important;
  }
}

/*# sourceMappingURL=index.css.map */
