/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/common/toast/toast.vue?vue&type=style&index=0&id=768448f3&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-toast-wrap {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
  box-sizing: border-box;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 0.2rem;
}
@media screen and (min-width: 1000px) {
.common-toast-wrap {
    padding: 15px;
    font-size: 20px;
}
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/common/dialog/index.vue?vue&type=style&index=0&id=5cbd6f72&lang=less&scoped=true ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mx-common-dialog[data-v-5cbd6f72] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8887;
  background: rgba(0, 0, 0, 0);
}
.mx-common-dialog.fade[data-v-5cbd6f72] {
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.5);
}
.mx-common-dialog .mx-common-dialog_wrapper[data-v-5cbd6f72] {
  width: 5.12rem;
  background: #ffffff;
  border-radius: 0.27rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  padding: 0.51rem 0.41rem;
  box-sizing: border-box;
}
.mx-common-dialog .mx-common-dialog_wrapper .mx-common-dialog_close[data-v-5cbd6f72] {
  position: absolute;
  top: 0.17rem;
  right: 0.17rem;
  width: 0.27rem;
  height: 0.27rem;
  padding: 0.1rem;
}
.mx-common-dialog .mx-common-dialog_wrapper .mx-common-dialog_close img[data-v-5cbd6f72] {
  width: 100%;
}
.mx-common-dialog .mx-common-dialog_wrapper .mx-common-dialog_title[data-v-5cbd6f72] {
  font-size: 0.27rem;
  text-align: left;
  margin-bottom: 0.2rem;
  font-weight: 500;
  color: #212a38;
  line-height: 0.37rem;
}
.mx-common-dialog .mx-common-dialog_wrapper.fade[data-v-5cbd6f72] {
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.mx-common-dialog .mx-common-dialog_wrapper .mx-common-dialog_footer[data-v-5cbd6f72] {
  text-align: center;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc[data-v-5cbd6f72] {
  width: 2.65rem;
  background: #ffffff;
  border-radius: 0.12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  padding: 0.24rem;
  box-sizing: border-box;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc .mx-common-dialog_close-pc[data-v-5cbd6f72] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.14rem;
  height: 0.14rem;
  padding: 0.1rem;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc .mx-common-dialog_close-pc img[data-v-5cbd6f72] {
  width: 100%;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc .mx-common-dialog_title-pc[data-v-5cbd6f72] {
  font-size: 0.12rem;
  text-align: left;
  margin-bottom: 0.09rem;
  font-weight: 500;
  color: #212a38;
  line-height: 0.13rem;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc.fade[data-v-5cbd6f72] {
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.mx-common-dialog .mx-common-dialog_wrapper-pc .mx-common-dialog_footer[data-v-5cbd6f72] {
  text-align: center;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/common/loading/loading.vue?vue&type=style&index=0&id=6561011d&lang=less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-loading {
  position: relative;
  margin: 0 auto;
}
.common-loading .surfinc {
  transform: translate(-25%, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
.common-loading .surfinc img {
  width: 100%;
  height: 100%;
}
.common-loading .outer {
  animation: 1s loadingrotate linear infinite;
  -webkit-animation: 1s loadingrotate linear infinite;
}
.common-loading .inner {
  position: absolute;
  top: 0;
  left: 0;
}
.common-loading #svg-font {
  font-size: 26px;
  fill: #fff;
  text-anchor: middle;
}
@keyframes loadingrotate {
0% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(360deg);
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/common/radio/index.vue?vue&type=style&index=0&id=81fa5a1c&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common-radio_wrap[data-v-81fa5a1c] {
  display: flex;
}
.flex-column[data-v-81fa5a1c] {
  flex-direction: column;
}
.flex-row[data-v-81fa5a1c] {
  flex-direction: row;
}
.common-radio-item[data-v-81fa5a1c] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}
.common-radio-item-pc[data-v-81fa5a1c] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.12rem;
}
.common-radio_icon[data-v-81fa5a1c] {
  width: 0.27rem;
  margin-right: 0.14rem;
}
.common-radio_icon img[data-v-81fa5a1c] {
  display: inline-block;
  width: 100%;
}
.common-radio_icon-pc[data-v-81fa5a1c] {
  width: 0.12rem;
  margin-right: 0.07rem;
  cursor: pointer;
}
.common-radio_icon-pc img[data-v-81fa5a1c] {
  display: inline-block;
  width: 100%;
}
.common-radio_label[data-v-81fa5a1c] {
  text-align: left;
  font-size: 0.24rem;
  color: #323232;
  line-height: 0.31rem;
}
.common-radio_label-pc[data-v-81fa5a1c] {
  text-align: left;
  font-size: 0.11rem;
  color: #323232;
  line-height: 0.13rem;
}
.flex1[data-v-81fa5a1c] {
  flex: 1;
}
.ommon-radio_item[data-v-81fa5a1c] {
  display: flex;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/common/textarea/index.vue?vue&type=style&index=0&id=e08e5a8e&lang=less&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mx-common-textarea[data-v-e08e5a8e] {
  width: 100%;
  height: 2.52rem;
  display: flex;
  flex-direction: column;
}
.mx-common-textarea .mx-common-textarea_content[data-v-e08e5a8e] {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.27rem;
  background: #fafafa;
  border-radius: 0.07rem;
  border: 0.01rem solid #edeef5;
  resize: none;
  outline: none;
}
.mx-common-textarea .active[data-v-e08e5a8e] {
  border-color: #ff564e;
}
.mx-common-textarea .error-tips[data-v-e08e5a8e] {
  color: #ff564e;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.mx-common-textarea-pc[data-v-e08e5a8e] {
  width: 100%;
  height: 0.88rem;
  display: flex;
  flex-direction: column;
}
.mx-common-textarea-pc .mx-common-textarea_content-pc[data-v-e08e5a8e] {
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  background: #fafafa;
  border-radius: 0.07rem;
  border: 0.01rem solid #edeef5;
  resize: none;
  outline: none;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/RegisterDialog.vue?vue&type=style&index=0&id=603f64c4&lang=less&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-reg-dialog[data-v-603f64c4] {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.si-reg-dialog__mask[data-v-603f64c4] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.si-reg-dialog__panel[data-v-603f64c4] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 548px;
  background: #fff;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.si-reg-dialog__panel-scroll[data-v-603f64c4] {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 80px 40px;
}
.si-reg-dialog__panel-top[data-v-603f64c4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.si-reg-dialog__back[data-v-603f64c4] {
  font-size: 16px;
  font-weight: 400;
  color: #808891;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.si-reg-dialog__back[data-v-603f64c4]:hover {
  color: #282004;
}
.si-reg-dialog__close-btn[data-v-603f64c4] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-reg-dialog__close-btn img[data-v-603f64c4] {
  display: block;
}
.si-reg-dialog__intro[data-v-603f64c4] {
  margin-bottom: 40px;
}
.si-reg-dialog__form-title[data-v-603f64c4] {
  font-size: 32px;
  font-weight: 700;
  color: #282004;
  margin: 0 0 16px;
  line-height: 1.2;
}
.si-reg-dialog__form-sub[data-v-603f64c4] {
  font-size: 16px;
  font-weight: 400;
  color: #808891;
  margin: 0;
}
.si-reg-dialog__form[data-v-603f64c4] {
  display: flex;
  flex-direction: column;
}
.si-reg-dialog__field[data-v-603f64c4] {
  margin-bottom: 24px;
}
.si-reg-dialog__field[data-v-603f64c4]:last-child {
  margin-bottom: 0;
}
.si-reg-dialog__label[data-v-603f64c4] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #50555c;
  margin-bottom: 8px;
}
.si-reg-dialog__input-row[data-v-603f64c4] {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  background: #f7f8fb;
  padding: 0 16px;
  gap: 10px;
}
.si-reg-dialog__input-row--focusable[data-v-603f64c4]:focus-within:not(.si-reg-dialog__input-row--error) {
  border: 1.5px solid #fed440;
  padding: 0 14px;
}
.si-reg-dialog__input-row--error[data-v-603f64c4] {
  background: #fff;
  border: 1.5px solid #ff5353;
  padding: 0 14px;
}
.si-reg-dialog__input-row--with-send[data-v-603f64c4] {
  padding-right: 6px;
}
.si-reg-dialog__prefix[data-v-603f64c4] {
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  flex-shrink: 0;
}
.si-reg-dialog__divider[data-v-603f64c4] {
  width: 1px;
  height: 18px;
  background: #d0d3da;
  flex-shrink: 0;
}
.si-reg-dialog__input[data-v-603f64c4] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #282004;
  outline: none;
  min-width: 0;
}
.si-reg-dialog__input[data-v-603f64c4]::-moz-placeholder {
  color: #b4b9c3;
}
.si-reg-dialog__input[data-v-603f64c4]::placeholder {
  color: #b4b9c3;
}
.si-reg-dialog__eye[data-v-603f64c4] {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.si-reg-dialog__eye img[data-v-603f64c4] {
  display: block;
}
.si-reg-dialog__error[data-v-603f64c4] {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #ff5353;
}
.si-reg-dialog__methods[data-v-603f64c4] {
  display: flex;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 3px;
  height: 48px;
  gap: 3px;
}
.si-reg-dialog__method[data-v-603f64c4] {
  flex: 1;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  color: #282004;
  transition: background 0.15s, color 0.15s;
}
.si-reg-dialog__method img[data-v-603f64c4] {
  display: block;
  flex-shrink: 0;
}
.si-reg-dialog__method--off[data-v-603f64c4] {
  background: transparent;
  color: #fff;
}
.si-reg-dialog__method[data-v-603f64c4]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.si-reg-dialog__send[data-v-603f64c4] {
  height: 34px;
  padding: 0 18px;
  border-radius: 45px;
  background: #fed440;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #31363e;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.si-reg-dialog__send[data-v-603f64c4]:hover:not(.si-reg-dialog__send--disabled) {
  opacity: 0.9;
}
.si-reg-dialog__send--disabled[data-v-603f64c4] {
  background: #ececec;
  color: #b4b9c3;
  cursor: default;
}
.si-reg-dialog__spacer[data-v-603f64c4] {
  flex: 1;
  min-height: 40px;
}
.si-reg-dialog__bottom[data-v-603f64c4] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
.si-reg-dialog__disclaimer[data-v-603f64c4] {
  font-size: 12px;
  font-weight: 400;
  color: #808891;
  line-height: 1.6;
  margin: 0;
  width: 100%;
}
.si-reg-dialog__link[data-v-603f64c4] {
  color: #5094f9;
  text-decoration: underline;
}
.si-reg-dialog__submit[data-v-603f64c4] {
  height: 60px;
  padding: 0 8px 0 24px;
  border-radius: 64px;
  background: #0a0a0a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.si-reg-dialog__submit-text[data-v-603f64c4] {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.si-reg-dialog__submit--enter .si-reg-dialog__submit-text[data-v-603f64c4] {
  animation: si-reg-submit-label-enter-603f64c4 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-reg-dialog__submit--leave .si-reg-dialog__submit-text[data-v-603f64c4] {
  animation: si-reg-submit-label-leave-603f64c4 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-reg-dialog__submit-icon[data-v-603f64c4] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-reg-dialog__submit--enter .si-reg-dialog__submit-icon svg[data-v-603f64c4] {
  animation: si-reg-submit-icon-enter-603f64c4 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-reg-dialog__submit--leave .si-reg-dialog__submit-icon svg[data-v-603f64c4] {
  animation: si-reg-submit-icon-leave-603f64c4 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (max-width: 900px) {
.si-reg-dialog__panel[data-v-603f64c4] {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 80vh;
}
.si-reg-dialog__panel-scroll[data-v-603f64c4] {
    padding: 16px 20px 40px;
}
.si-reg-dialog__panel-top[data-v-603f64c4] {
    margin-bottom: 16px;
}
.si-reg-dialog__back[data-v-603f64c4] {
    font-size: 12px;
}
.si-reg-dialog__intro[data-v-603f64c4] {
    margin-bottom: 16px;
}
.si-reg-dialog__form-title[data-v-603f64c4] {
    font-size: 18px;
}
.si-reg-dialog__form-sub[data-v-603f64c4] {
    font-size: 12px;
}
.si-reg-dialog__field[data-v-603f64c4] {
    margin-bottom: 16px;
}
.si-reg-dialog__label[data-v-603f64c4] {
    font-size: 12px;
}
.si-reg-dialog__spacer[data-v-603f64c4] {
    display: none;
}
.si-reg-dialog__bottom[data-v-603f64c4] {
    margin-top: 24px;
}
.si-reg-dialog__disclaimer[data-v-603f64c4] {
    font-size: 11px;
}
.si-reg-dialog__submit[data-v-603f64c4] {
    height: 44px;
    padding: 0 4px 0 16px;
}
.si-reg-dialog__submit-text[data-v-603f64c4] {
    font-size: 14px;
}
.si-reg-dialog__submit-icon[data-v-603f64c4] {
    width: 36px;
    height: 36px;
}
}
@keyframes si-reg-submit-label-enter-603f64c4 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes si-reg-submit-label-leave-603f64c4 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes si-reg-submit-icon-enter-603f64c4 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes si-reg-submit-icon-leave-603f64c4 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/RegisterSuccessDialog.vue?vue&type=style&index=0&id=7362acc5&lang=less&scoped=true ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-reg-success[data-v-7362acc5] {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.si-reg-success__mask[data-v-7362acc5] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.si-reg-success__panel[data-v-7362acc5] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 548px;
  background: #fff;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.si-reg-success__panel-scroll[data-v-7362acc5] {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 80px 40px;
}
.si-reg-success__panel-top[data-v-7362acc5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.si-reg-success__back[data-v-7362acc5] {
  font-size: 16px;
  font-weight: 400;
  color: #808891;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.si-reg-success__back[data-v-7362acc5]:hover {
  color: #282004;
}
.si-reg-success__close-btn[data-v-7362acc5] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #f7f8fb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-reg-success__close-btn img[data-v-7362acc5] {
  display: block;
}
.si-reg-success__intro[data-v-7362acc5] {
  margin-bottom: 40px;
}
.si-reg-success__title[data-v-7362acc5] {
  font-size: 32px;
  font-weight: 700;
  color: #282004;
  margin: 0 0 16px;
  line-height: 1.2;
}
.si-reg-success__subtitle[data-v-7362acc5] {
  font-size: 16px;
  font-weight: 400;
  color: #808891;
  margin: 0;
}
.si-reg-success__download-card[data-v-7362acc5] {
  background: #0a0a0a;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 40px;
}
.si-reg-success__card-title[data-v-7362acc5] {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.4;
}
.si-reg-success__card-desc[data-v-7362acc5] {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 24px;
  line-height: 1.6;
}
.si-reg-success__stores[data-v-7362acc5] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-reg-success__stores-row[data-v-7362acc5] {
  display: flex;
  gap: 8px;
}
.si-reg-success__store-btn[data-v-7362acc5] {
  display: block;
  width: 166px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}
.si-reg-success__store-btn img[data-v-7362acc5] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.si-reg-success__steps[data-v-7362acc5] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-reg-success__steps-heading[data-v-7362acc5] {
  font-size: 18px;
  font-weight: 700;
  color: #282004;
  margin: 0;
}
.si-reg-success__step[data-v-7362acc5] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.si-reg-success__step-num[data-v-7362acc5] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0a0a0a;
  color: #fed440;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.si-reg-success__step-content[data-v-7362acc5] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.si-reg-success__step-title[data-v-7362acc5] {
  font-size: 14px;
  font-weight: 600;
  color: #282004;
  margin: 0;
  line-height: 1.4;
}
.si-reg-success__step-desc[data-v-7362acc5] {
  font-size: 12px;
  font-weight: 400;
  color: #808891;
  margin: 0;
  line-height: 1.4;
}
.si-reg-success__spacer[data-v-7362acc5] {
  flex: 1;
  min-height: 40px;
}
.si-reg-success__bottom[data-v-7362acc5] {
  display: flex;
  justify-content: flex-end;
}
.si-reg-success__submit[data-v-7362acc5] {
  height: 60px;
  padding: 0 8px 0 24px;
  border-radius: 64px;
  background: #0a0a0a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.si-reg-success__submit[data-v-7362acc5]:hover {
  opacity: 0.88;
}
.si-reg-success__submit-text[data-v-7362acc5] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.si-reg-success__submit-icon[data-v-7362acc5] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 900px) {
.si-reg-success__panel[data-v-7362acc5] {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 80vh;
}
.si-reg-success__panel-scroll[data-v-7362acc5] {
    padding: 16px 20px 40px;
}
.si-reg-success__panel-top[data-v-7362acc5] {
    margin-bottom: 16px;
}
.si-reg-success__back[data-v-7362acc5] {
    font-size: 12px;
}
.si-reg-success__intro[data-v-7362acc5] {
    margin-bottom: 16px;
}
.si-reg-success__title[data-v-7362acc5] {
    font-size: 18px;
}
.si-reg-success__subtitle[data-v-7362acc5] {
    font-size: 12px;
}
.si-reg-success__download-card[data-v-7362acc5] {
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
}
.si-reg-success__card-title[data-v-7362acc5] {
    font-size: 14px;
    margin-bottom: 0;
}
.si-reg-success__card-desc[data-v-7362acc5] {
    font-size: 10px;
    margin-bottom: 16px;
}
.si-reg-success__stores[data-v-7362acc5] {
    gap: 7px;
}
.si-reg-success__stores-row[data-v-7362acc5] {
    gap: 7px;
    flex-wrap: nowrap;
}
.si-reg-success__store-btn[data-v-7362acc5] {
    width: 148px;
    height: 43px;
    border-radius: 11px;
}
.si-reg-success__steps-heading[data-v-7362acc5] {
    font-size: 14px;
}
.si-reg-success__step-title[data-v-7362acc5] {
    font-size: 12px;
}
.si-reg-success__step-desc[data-v-7362acc5] {
    font-size: 10px;
}
.si-reg-success__spacer[data-v-7362acc5] {
    display: none;
}
.si-reg-success__bottom[data-v-7362acc5] {
    margin-top: 40px;
}
.si-reg-success__submit[data-v-7362acc5] {
    height: 44px;
    padding: 0 4px 0 16px;
}
.si-reg-success__submit-text[data-v-7362acc5] {
    font-size: 14px;
}
.si-reg-success__submit-icon[data-v-7362acc5] {
    width: 36px;
    height: 36px;
}
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/PdfPreviewDialog.vue?vue&type=style&index=0&id=100e26f1&lang=less&scoped=true ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-pdf-preview[data-v-100e26f1] {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  flex-direction: column;
  background: #f4f5f7;
  color: #282004;
}
.si-pdf-preview__header[data-v-100e26f1] {
  position: relative;
  z-index: 1;
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 40px;
  border-bottom: 1px solid #e4e5e8;
  background: #ffffff;
}
.si-pdf-preview__close[data-v-100e26f1],
.si-pdf-preview__download[data-v-100e26f1] {
  flex: 0 0 120px;
}
.si-pdf-preview__close[data-v-100e26f1] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #282004;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.si-pdf-preview__close svg[data-v-100e26f1] {
  width: 22px;
  height: 22px;
}
.si-pdf-preview__title[data-v-100e26f1] {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.si-pdf-preview__download[data-v-100e26f1] {
  color: #337eff;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}
.si-pdf-preview__body[data-v-100e26f1] {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 32px;
  -webkit-overflow-scrolling: touch;
}
.si-pdf-preview__pages[data-v-100e26f1] {
  width: 100%;
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.si-pdf-preview__pages--hidden[data-v-100e26f1] {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.si-pdf-preview__status[data-v-100e26f1] {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #5b6069;
  font-size: 16px;
  text-align: center;
}
.si-pdf-preview__status p[data-v-100e26f1] {
  margin: 0;
}
.si-pdf-preview__status a[data-v-100e26f1] {
  color: #337eff;
}
.si-pdf-preview__spinner[data-v-100e26f1] {
  width: 36px;
  height: 36px;
  border: 3px solid #e3e5e8;
  border-top-color: #fed440;
  border-radius: 50%;
  animation: si-pdf-spinner-100e26f1 0.8s linear infinite;
}
[data-v-100e26f1] .si-pdf-preview__page {
  display: block;
  max-width: 100%;
  height: auto !important;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(40, 32, 4, 0.12);
}
.si-pdf-preview-enter-active[data-v-100e26f1],
.si-pdf-preview-leave-active[data-v-100e26f1] {
  transition: opacity 0.2s ease;
}
.si-pdf-preview-enter[data-v-100e26f1],
.si-pdf-preview-leave-to[data-v-100e26f1] {
  opacity: 0;
}
@keyframes si-pdf-spinner-100e26f1 {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.si-pdf-preview__header[data-v-100e26f1] {
    flex-basis: 56px;
    gap: 8px;
    padding: 0 16px;
}
.si-pdf-preview__close[data-v-100e26f1],
  .si-pdf-preview__download[data-v-100e26f1] {
    flex-basis: 72px;
}
.si-pdf-preview__close span[data-v-100e26f1] {
    display: none;
}
.si-pdf-preview__title[data-v-100e26f1] {
    font-size: 16px;
}
.si-pdf-preview__download[data-v-100e26f1] {
    font-size: 13px;
}
.si-pdf-preview__body[data-v-100e26f1] {
    padding: 16px 12px 24px;
}
.si-pdf-preview__pages[data-v-100e26f1] {
    gap: 16px;
}
}
@media (prefers-reduced-motion: reduce) {
.si-pdf-preview__spinner[data-v-100e26f1] {
    animation: none;
}
.si-pdf-preview-enter-active[data-v-100e26f1],
  .si-pdf-preview-leave-active[data-v-100e26f1] {
    transition: none;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/index.vue?vue&type=style&index=0&id=54abe67a&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Inter';
  src: url(https://cdn-c1.sufinc.mx/static/mx_sufinc_h5_pdl/fonts/InterVariable.c504db5c06caaf7cdfba.woff2) format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(https://cdn-c1.sufinc.mx/static/mx_sufinc_h5_pdl/fonts/InterVariable-Italic.01dcbad1bac635f9c9cd.woff2) format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
.si-motion-enter,
.si-motion-reveal {
  opacity: 0;
  filter: blur(4px);
  will-change: opacity, transform, filter;
}
.si-motion-enter {
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s ease;
}
.si-motion-enter--left {
  transform: translate3d(-56px, 0, 0);
}
.si-motion-enter--right {
  transform: translate3d(56px, 0, 0);
}
.si-motion-enter--delay-1 {
  transition-delay: 0.12s;
}
.si-motion-enter--delay-2 {
  transition-delay: 0.24s;
}
.si-motion-page--ready .si-motion-enter,
.si-motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.si-motion-reveal {
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
}
.si-motion-reveal--left {
  transform: translate3d(-56px, 0, 0);
}
.si-motion-reveal--right {
  transform: translate3d(56px, 0, 0);
}
.si-motion-reveal--delay-1 {
  transition-delay: 0.1s;
}
.si-motion-reveal--delay-2 {
  transition-delay: 0.2s;
}
@media (max-width: 900px) {
.si-motion-enter,
  .si-motion-enter--left,
  .si-motion-enter--right,
  .si-motion-reveal,
  .si-motion-reveal--left,
  .si-motion-reveal--right {
    transform: translate3d(0, 32px, 0);
}
.si-motion-page--ready .si-motion-enter,
  .si-motion-reveal.is-visible {
    transform: translate3d(0, 0, 0);
}
}
@media (prefers-reduced-motion: reduce) {
.si-motion-enter,
  .si-motion-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
}
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.si-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-family: 'Inter', sans-serif;
}
.si-layout button,
.si-layout input,
.si-layout select,
.si-layout textarea {
  font-family: inherit;
}
/* ───── Nav ───── */
.si-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: transparent;
  z-index: 1000;
  transition: background 0.25s, box-shadow 0.25s;
}
.si-nav--scrolled {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.si-nav--scrolled .si-nav__logo--dark {
  opacity: 0;
}
.si-nav--scrolled .si-nav__logo--light {
  opacity: 1;
}
.si-nav--scrolled .si-nav__link {
  color: #282004;
}
.si-nav--scrolled .si-nav__link:hover {
  color: #fed440;
}
.si-nav--scrolled .si-nav__link--active {
  color: #fed440;
  background: #0a0a0a;
}
.si-nav--scrolled .si-nav__hamburger span {
  background: #282004;
}
.si-nav--menu-open {
  background: #0a0a0a;
}
.si-nav--menu-open .si-nav__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.si-nav--menu-open .si-nav__hamburger span {
  background: #fff;
}
.si-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.si-nav__logo-wrap {
  position: relative;
  width: 78px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 28px;
}
.si-nav__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  transition: opacity 0.25s;
}
.si-nav__logo--dark {
  opacity: 1;
}
.si-nav__logo--light {
  opacity: 0;
}
.si-nav__links {
  display: flex;
  align-items: center;
  flex: 1;
}
.si-nav__link {
  position: relative;
  margin-right: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s;
}
.si-nav__link::after {
  content: attr(data-text);
  display: block;
  font-weight: 600;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
.si-nav__link:hover {
  color: #fed440;
}
.si-nav__link:last-child {
  margin-right: 0;
}
.si-nav__link--active {
  color: #fed440;
  font-weight: 600;
  background: rgba(254, 212, 64, 0.1);
  border-radius: 20px;
}
.si-nav__link--active::before {
  content: '• ';
}
.si-nav__cta {
  flex-shrink: 0;
  padding: 12px 18px;
  background: #fed440;
  border: none;
  border-radius: 45px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #282004;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.si-nav__cta-label {
  display: inline-block;
}
.si-nav__cta--enter .si-nav__cta-label {
  animation: si-label-enter 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-nav__cta--leave .si-nav__cta-label {
  animation: si-label-leave 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-nav__cta--mobile {
  width: 100%;
  margin-top: 12px;
  padding: 14px 20px;
  border-radius: 12px;
}
.si-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.si-nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.si-nav__hamburger--active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.si-nav__hamburger--active span:nth-child(2) {
  opacity: 0;
}
.si-nav__hamburger--active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.si-nav__mobile-menu {
  display: none;
  background: #0a0a0a;
}
.si-nav__mobile-links {
  display: none;
}
.si-nav__mobile-link {
  display: block;
  font-size: 15px;
  color: #b4b9c3;
  cursor: pointer;
}
.si-nav__mobile-link:hover {
  color: #fff;
}
/* ───── Main ───── */
.si-main {
  margin-top: 0;
  flex: 1;
}
/* ───── Hero bg section (covers nav area) ───── */
.sh-bg-section {
  padding-top: 96px;
  padding-bottom: 120px;
}
/* ───── Footer ───── */
.si-footer {
  background: #f7f8fb;
  padding: 60px 0 0;
}
.si-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-footer__logo {
  width: 92px;
  height: 24px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-footer__tagline {
  font-size: 14px;
  font-weight: 400;
  color: #50555c;
  line-height: 18px;
}
.si-footer__cols {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.25fr 0.95fr 1fr;
  gap: 16px;
}
.si-footer__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-footer__col-title {
  font-size: 16px;
  font-weight: 600;
  color: #50555c;
  line-height: 24px;
}
.si-footer__col-item {
  font-size: 14px;
  font-weight: 400;
  color: #50555c;
  line-height: 18px;
}
.si-footer__col-link {
  font-size: 14px;
  font-weight: 400;
  color: #50555c;
  line-height: 18px;
  cursor: pointer;
}
.si-footer__col-link:hover {
  color: #282004;
}
.si-footer__social {
  display: flex;
  gap: 24px;
}
.si-footer__social img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: 0.7;
}
.si-footer__social img:hover {
  opacity: 1;
}
.si-footer__legal-row {
  display: flex;
  gap: 48px;
}
.si-footer__legal-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.si-footer__legal-block:first-child {
  flex: 690;
}
.si-footer__legal-block:last-child {
  flex: 467;
}
.si-footer__legal-title {
  font-size: 16px;
  font-weight: 600;
  color: #50555c;
  line-height: 24px;
  margin-bottom: 8px;
}
.si-footer__legal-text {
  font-size: 12px;
  font-weight: 400;
  color: #808691;
  line-height: 18px;
  margin-bottom: 20px;
}
.si-footer__legal-text:last-child {
  margin-bottom: 0;
}
.si-footer__legal-link {
  color: #5094f9;
  text-decoration: underline;
}
.si-footer__legal-document-link {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 400;
  color: #50555c;
  line-height: 18px;
  text-decoration: none;
}
.si-footer__legal-document-link:hover {
  color: #282004;
}
.si-footer__reg-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 690px;
}
.si-footer__reg-title {
  font-size: 16px;
  font-weight: 600;
  color: #50555c;
  line-height: 24px;
}
.si-footer__reg-logos {
  display: flex;
  gap: 24px;
  align-items: center;
}
.si-footer__reg-logos img {
  height: 54px;
  width: auto;
  border-radius: 4px;
  cursor: pointer;
}
.si-footer__reg-text {
  font-size: 12px;
  font-weight: 400;
  color: #808691;
  line-height: 18px;
}
.si-footer__reg-text a {
  color: #5094f9;
  text-decoration: underline;
}
.si-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px 0;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #ececec;
}
.si-footer__copyright {
  font-size: 12px;
  color: #808691;
}
.si-footer__bottom-links {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #50555c;
}
.si-footer__bottom-links span {
  cursor: pointer;
}
.si-footer__bottom-links span:hover {
  color: #282004;
}
.si-footer__bottom-sep {
  width: 1px;
  height: 10px;
  background: #ececec;
  cursor: default !important;
}
/* ───── Floating contact widget ───── */
.si-contact-float {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  cursor: pointer;
}
.si-contact-float__panel {
  background: #fffbed;
  border-radius: 16px;
  padding: 16px 16px 0 16px;
  display: flex;
  flex-direction: column;
  width: 320px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0e8d0;
  margin-bottom: 8px;
  order: -1;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform-origin: bottom right;
}
.si-contact-float--open .si-contact-float__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.si-contact-float__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.si-contact-float__row-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-contact-float__row-icon-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.55;
}
.si-contact-float__row-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.si-contact-float__row-main {
  font-size: 14px;
  font-weight: 700;
  color: #282004;
  line-height: 20px;
}
.si-contact-float__row-sub {
  font-size: 12px;
  font-weight: 400;
  color: #808691;
  line-height: 16px;
}
.si-contact-float__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
}
.si-contact-float__mascot-wrap {
  width: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-contact-float__mascot {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
.si-contact-float {
    bottom: 24px;
    right: 16px;
    pointer-events: none;
}
.si-contact-float__btn {
    pointer-events: auto;
}
.si-contact-float--open .si-contact-float__panel {
    pointer-events: auto;
}
.si-contact-float__panel {
    width: calc(100vw - 32px);
    max-width: 320px;
}
}
@media (max-width: 1100px) {
.si-nav__link {
    padding: 8px 10px;
    font-size: 13px;
}
.si-nav__cta:not(.si-nav__cta--mobile) {
    padding: 8px 14px;
    font-size: 13px;
}
.si-nav__logo {
    margin-right: 16px;
}
.si-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
}
}
@media (max-width: 900px) {
.si-nav {
    height: 56px;
}
.si-nav__inner {
    padding: 0 20px;
}
.si-nav__logo-wrap {
    width: 64px;
    height: 20px;
}
.si-nav__logo {
    width: 64px;
}
.si-nav__links {
    display: none;
}
.si-nav__cta:not(.si-nav__cta--mobile) {
    display: none;
}
.si-nav__hamburger {
    display: flex;
}
.si-nav__mobile-mask {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.si-nav__mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 56px);
    padding: 20px 20px 32px;
    z-index: 1001;
    overflow-y: auto;
}
.si-nav__mobile-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.si-nav__mobile-link {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 14px;
}
.si-nav__mobile-link--active {
    background: rgba(254, 212, 64, 0.1);
    color: #fed440;
    font-weight: 600;
}
.sh-bg-section {
    padding-top: 56px;
    padding-bottom: 40px;
}
.si-footer {
    padding: 24px 0 0;
}
.si-footer__inner {
    padding: 0 20px;
}
.si-footer__brand {
    width: 100%;
}
.si-footer__tagline {
    font-size: 12px;
}
.si-footer__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    justify-content: unset;
}
.si-footer__col {
    width: unset;
    min-width: unset;
}
.si-footer__col-title {
    font-size: 14px;
}
.si-footer__col-item {
    font-size: 12px;
}
.si-footer__col-link {
    font-size: 12px;
}
.si-footer__social {
    gap: 10px;
}
.si-footer__legal-row {
    flex-direction: column;
    gap: 24px;
}
.si-footer__legal-title {
    font-size: 14px;
}
.si-footer__legal-text {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 12px;
}
.si-footer__legal-document-link {
    font-size: 10px;
    line-height: 15px;
}
.si-footer__reg-title {
    font-size: 14px;
}
.si-footer__reg-logos img {
    height: 54px;
}
.si-footer__reg-text {
    font-size: 10px;
    line-height: 15px;
}
.si-footer__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 16px 0 24px;
}
.si-footer__copyright {
    order: 2;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
.si-footer__bottom-links {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.si-footer__bottom-sep {
    display: none;
}
}
@keyframes si-label-enter {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes si-label-leave {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/home.vue?vue&type=style&index=0&id=6dd20052&lang=less&scoped=true ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Motion ── */
.sh-reveal[data-v-6dd20052] {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
  will-change: opacity, transform, filter;
}
.sh-reveal--up[data-v-6dd20052] {
  transform: translate3d(0, 50px, 0);
}
.sh-reveal--left[data-v-6dd20052] {
  transform: translate3d(-60px, 0, 0);
}
.sh-reveal--right[data-v-6dd20052] {
  transform: translate3d(60px, 0, 0);
}
.sh-reveal--delay-1[data-v-6dd20052] {
  transition-delay: 0.1s;
}
.sh-reveal.is-visible[data-v-6dd20052] {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.sh-enter-up[data-v-6dd20052] {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 1s cubic-bezier(0.44, 0, 0.56, 1) 0.1s, transform 1s cubic-bezier(0.44, 0, 0.56, 1) 0.1s;
  will-change: opacity, transform;
}
.sh-enter-up.is-visible[data-v-6dd20052] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.sh-scroll-color__word[data-v-6dd20052] {
  display: inline-block;
  margin-right: 0.24em;
}
.sh-scroll-color__word[data-v-6dd20052]:last-child {
  margin-right: 0;
}
.sh-scroll-color__char[data-v-6dd20052] {
  display: inline-block;
  color: #dadcdf;
  will-change: color;
}
/* ── Hero + Trust entrance ── */
.sh-hero-group[data-v-6dd20052] {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}
/* ── Hero ── */
.sh-hero[data-v-6dd20052] {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
}
.sh-hero__bg[data-v-6dd20052] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sh-hero__inner[data-v-6dd20052] {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}
.sh-hero__text[data-v-6dd20052] {
  flex: 1;
  max-width: 730px;
}
.sh-hero__title[data-v-6dd20052] {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -2px;
}
.sh-hero__title-word[data-v-6dd20052] {
  display: inline-block;
  margin-right: 0.24em;
  color: inherit;
}
.sh-hero__title-word[data-v-6dd20052]:last-child {
  margin-right: 0;
}
.sh-hero__title-word--accent[data-v-6dd20052] {
  color: #fed440;
}
.sh-hero__title-character[data-v-6dd20052] {
  display: inline-block;
  color: inherit;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 10px, 0);
}
.sh-hero__bullets[data-v-6dd20052] {
  margin: 40px 0 80px 0;
}
.sh-hero__bullet[data-v-6dd20052] {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.sh-hero__bullet-icon[data-v-6dd20052] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.sh-hero__apps[data-v-6dd20052] {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sh-hero__app-btn[data-v-6dd20052] {
  display: block;
}
.sh-hero__app-btn img[data-v-6dd20052] {
  width: 180px;
  display: block;
}
.sh-hero__card-wrap[data-v-6dd20052] {
  flex: 0 1 440px;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.sh-hero__card[data-v-6dd20052] {
  width: 100%;
  max-width: 440px;
  height: auto;
}
.sh--ready .sh-hero-group[data-v-6dd20052] {
  animation: sh-hero-enter-6dd20052 1s cubic-bezier(0.44, 0, 0.56, 1) both;
}
.sh--ready .sh-hero__title-character[data-v-6dd20052] {
  animation: sh-character-reveal-6dd20052 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.sh--entry-complete .sh-hero-group[data-v-6dd20052],
.sh--entry-complete .sh-hero__title-character[data-v-6dd20052] {
  opacity: 1;
  filter: none;
  transform: none;
  animation: none;
}
/* ── Trust bar ── */
.sh-trust[data-v-6dd20052] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 77px;
  border-radius: 24px;
  background: #fed440;
  box-shadow: 0 30px 50px 0 rgba(254, 212, 64, 0.1);
}
.sh-trust__inner[data-v-6dd20052] {
  max-width: unset;
  margin: 0;
}
.sh-trust__headline[data-v-6dd20052] {
  font-size: 30px;
  font-weight: 700;
  color: #282004;
  text-align: center;
  margin-bottom: 32px;
}
.sh-trust__items[data-v-6dd20052] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh-trust__item[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  min-width: 246px;
}
.sh-trust__icon[data-v-6dd20052] {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sh-trust__label[data-v-6dd20052] {
  color: #282004;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.15px;
}
.sh-trust__divider[data-v-6dd20052] {
  width: 2px;
  height: 140px;
  background: linear-gradient(to bottom, rgba(40, 32, 4, 0) 0%, rgba(40, 32, 4, 0.2) 50%, rgba(40, 32, 4, 0) 100%);
  flex-shrink: 0;
}
/* ── Features ── */
.sh-features[data-v-6dd20052] {
  padding: 120px 0;
}
.sh-features__inner[data-v-6dd20052] {
  max-width: 1200px;
  margin: 0 auto;
}
.sh-features .sh-section-label[data-v-6dd20052] {
  margin: 0 auto;
  width: 880px;
  color: #282004;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 81.2px;
  letter-spacing: -2px;
}
.sh-features .sh-section-sub[data-v-6dd20052] {
  width: 880px;
  margin: 24px auto 106px auto;
  color: #808691;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.sh-feature-block[data-v-6dd20052] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  border-radius: 24px;
}
.sh-feature-block--light[data-v-6dd20052] {
  background: #f7f8fb;
}
.sh-feature-block .sh-pills[data-v-6dd20052] {
  flex: 0 0 100%;
  margin: 0;
}
.sh-feature-block__text[data-v-6dd20052] {
  flex: 0 1 490px;
  min-width: 0;
  position: relative;
  padding: 389px 40px 40px;
  border-radius: 20px;
  background: #fff;
  overflow: visible;
}
.sh-feature-block__card-img[data-v-6dd20052] {
  position: absolute;
  top: -76px;
  left: -76px;
  display: block;
  width: 546px;
  height: 410px;
  transform-origin: center;
  animation: sh-card-rock-6dd20052 8s ease-in-out infinite;
}
.sh-feature-block__title[data-v-6dd20052] {
  margin-bottom: 24px;
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}
.sh-feature-block__sub[data-v-6dd20052] {
  color: #50555c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-feature-block__divider[data-v-6dd20052] {
  height: 1px;
  background: #ececec;
  margin: 40px 0;
}
.sh-feature-block__notice[data-v-6dd20052] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sh-feature-block__notice-text[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.sh-feature-block__avatar[data-v-6dd20052] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.sh-feature-block__note[data-v-6dd20052] {
  color: #282004;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-feature-block__note-sub[data-v-6dd20052] {
  margin-top: 6px;
  color: #50555c;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.25px;
}
.sh-feature-block__visual[data-v-6dd20052] {
  flex: 1;
  min-width: 0;
  padding: 0 80px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-feature-block__visual > img[data-v-6dd20052] {
  width: 100%;
  height: auto;
  display: block;
}
/* Fast pills */
.sh-pills[data-v-6dd20052] {
  border-radius: 20px;
  padding: 40px 30px;
  background: #0a0a0a;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sh-pills .sh-pill[data-v-6dd20052] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-pills .sh-pill .sh-pill__icon[data-v-6dd20052] {
  width: 80px;
  height: 80px;
}
.sh-pills .sh-pill__text[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sh-pills .sh-pill__title[data-v-6dd20052] {
  margin: 12px 0;
  text-align: center;
  max-width: 228px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
}
.sh-pills .sh-pill__sub[data-v-6dd20052] {
  text-align: center;
  max-width: 228px;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
/* Services block */
.sh-svc-block[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  margin: 80px 0;
  border-radius: 24px;
  background: #f7f8fb;
}
.sh-svc-block__row[data-v-6dd20052] {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.sh-svc-block__phone-card[data-v-6dd20052] {
  flex: 0 1 680px;
  min-width: 0;
  min-height: 740px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sh-svc-block__phone-img[data-v-6dd20052] {
  width: 76.5%;
  max-width: 520px;
  height: auto;
  display: block;
}
.sh-svc-block__text-card[data-v-6dd20052] {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sh-svc-block__text-content[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
}
.sh-svc-block__title[data-v-6dd20052] {
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}
.sh-svc-block__sub[data-v-6dd20052] {
  margin: 24px 0 78px 0;
  color: #50555c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-svc-block__collage[data-v-6dd20052] {
  width: 100%;
  display: block;
}
.sh-svc-block__howto[data-v-6dd20052] {
  border-radius: 20px;
  background: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.sh-svc-block__howto-items[data-v-6dd20052] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 0;
  width: 100%;
  justify-items: center;
}
.sh-svc-block__howto-item[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sh-svc-block__howto-icon[data-v-6dd20052] {
  width: 80px;
  height: 80px;
}
.sh-svc-block__howto-icon-img[data-v-6dd20052] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sh-svc-block__howto-label[data-v-6dd20052] {
  color: #282004;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
}
/* ── Rewards / Points ── */
.sh-rewards[data-v-6dd20052] {
  border-radius: 24px;
  background: #fed440;
  padding: 40px 10px 10px;
  display: flex;
  flex-direction: column;
}
.sh-rewards__header[data-v-6dd20052] {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-rewards__badge[data-v-6dd20052] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 36px;
  padding: 6px 10px;
}
.sh-rewards__badge-dot[data-v-6dd20052] {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(254, 212, 64, 0.5);
  flex-shrink: 0;
  animation: sh-rewards-pulse-6dd20052 1.8s ease-out infinite;
}
.sh-rewards__badge-dot[data-v-6dd20052]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fed440;
}
.sh-rewards__badge-text[data-v-6dd20052] {
  color: #282004;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.sh-rewards__title[data-v-6dd20052] {
  margin: 16px 0 24px 0;
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
  text-align: center;
  border: none;
  outline: none;
}
.sh-rewards__sub[data-v-6dd20052] {
  color: #282004;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
  text-align: center;
}
.sh-rewards__cards[data-v-6dd20052] {
  margin-top: 40px;
  display: flex;
  gap: 11px;
}
.sh-rewards__card[data-v-6dd20052] {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 56px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.sh-rewards__card-row[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.sh-rewards__card-text[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.sh-rewards__card-icon[data-v-6dd20052] {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #f7f8fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-rewards__card-icon-img[data-v-6dd20052] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sh-rewards__card-title[data-v-6dd20052] {
  color: #282004;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
}
.sh-rewards__card-desc[data-v-6dd20052] {
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
  text-align: center;
  flex: 1;
}
.sh-rewards__card-footer[data-v-6dd20052] {
  margin-top: auto;
  width: 100%;
}
.sh-rewards__card-divider[data-v-6dd20052] {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 40px 0 24px;
}
.sh-rewards__card-bottom[data-v-6dd20052] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sh-rewards__card-label[data-v-6dd20052] {
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-rewards__card-badge[data-v-6dd20052] {
  background: #f7f8fb;
  border-radius: 45px;
  padding: 12px 18px;
  color: #282004;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
.sh-rewards__terms[data-v-6dd20052] {
  margin: 28px auto 0;
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
  text-align: center;
}
.sh-rewards__terms a[data-v-6dd20052] {
  color: #5094f9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@keyframes sh-character-reveal-6dd20052 {
from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 10px, 0);
}
to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes sh-hero-enter-6dd20052 {
from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes sh-float-down-6dd20052 {
from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(0, 10px, 0);
}
}
@keyframes sh-float-up-6dd20052 {
from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(0, -5px, 0);
}
}
@keyframes sh-rewards-pulse-6dd20052 {
0% {
    box-shadow: 0 0 0 0 rgba(254, 212, 64, 0.7);
}
70% {
    box-shadow: 0 0 0 8px rgba(254, 212, 64, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(254, 212, 64, 0);
}
}
@keyframes sh-card-rock-6dd20052 {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(10deg);
}
100% {
    transform: rotate(0deg);
}
}
/* ── Deferred Payments ── */
.sh-deferred[data-v-6dd20052] {
  background: #f7f8fb;
  padding: 120px 0;
}
.sh-deferred__inner[data-v-6dd20052] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 126px;
  align-items: center;
}
.sh-deferred__card[data-v-6dd20052] {
  flex: 0 1 520px;
  min-width: 0;
  background: #0a0a0a;
  border-radius: 24px;
  padding: 24px 10px 10px;
  display: flex;
  flex-direction: column;
}
.sh-deferred__card-header[data-v-6dd20052] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.sh-deferred__card-label[data-v-6dd20052] {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-deferred__card-badge[data-v-6dd20052] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  padding: 12px 18px;
  line-height: 18px;
  white-space: nowrap;
}
.sh-deferred__card-amount[data-v-6dd20052] {
  margin: 16px 0 24px 0;
  display: flex;
  align-items: baseline;
  gap: 2px;
  padding: 0 30px;
}
.sh-deferred__currency[data-v-6dd20052] {
  font-size: 24px;
  font-weight: 700;
  color: #fed440;
  line-height: 20px;
}
.sh-deferred__amount[data-v-6dd20052] {
  font-size: 40px;
  font-weight: 700;
  color: #fed440;
  line-height: 1.2;
}
.sh-deferred__amount-cents[data-v-6dd20052] {
  font-size: 24px;
  font-weight: 700;
  color: #fed440;
  line-height: 1.2;
}
.sh-deferred__inner-card[data-v-6dd20052] {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
.sh-deferred__note[data-v-6dd20052] {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #f4785e;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-deferred__rows[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-deferred__row[data-v-6dd20052] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sh-deferred__row-cat[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 400;
  color: #808691;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-deferred__row-amount[data-v-6dd20052] {
  font-size: 24px;
  font-weight: 500;
  color: #282004;
  line-height: 36px;
  letter-spacing: -1px;
}
.sh-deferred__btn[data-v-6dd20052] {
  margin-top: 40px;
  width: 100%;
  padding: 16px 32px;
  background: #fed440;
  border: none;
  border-radius: 64px;
  font-size: 18px;
  font-weight: 600;
  color: #282004;
  line-height: 28px;
  letter-spacing: -0.25px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.sh-deferred__btn[data-v-6dd20052]:hover {
  opacity: 0.88;
}
.sh-deferred__right[data-v-6dd20052] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 67px;
  align-items: flex-end;
}
.sh-deferred__text[data-v-6dd20052] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-deferred__title[data-v-6dd20052] {
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 48px;
  letter-spacing: -2px;
}
.sh-deferred__sub[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-deferred__img[data-v-6dd20052] {
  width: 100%;
  max-width: 554px;
  height: auto;
  display: block;
  animation: sh-float-down-6dd20052 8s ease-in-out infinite alternate;
}
/* ── Secure ── */
.sh-secure[data-v-6dd20052] {
  padding: 120px 0;
}
.sh-secure__inner[data-v-6dd20052] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 126px;
  align-items: center;
}
.sh-secure__left[data-v-6dd20052] {
  flex: 0 1 554px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.sh-secure__text[data-v-6dd20052] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-secure__title[data-v-6dd20052] {
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 48px;
  letter-spacing: -2px;
}
.sh-secure__sub[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-secure__img[data-v-6dd20052] {
  width: 100%;
  height: auto;
  display: block;
  animation: sh-float-up-6dd20052 8s ease-in-out infinite alternate;
}
.sh-secure__card[data-v-6dd20052] {
  flex: 0 1 520px;
  min-width: 0;
  background: #0a0a0a;
  border-radius: 24px;
  padding: 24px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-secure__card-head[data-v-6dd20052] {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sh-secure__card-title[data-v-6dd20052] {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 38.4px;
  letter-spacing: -2px;
}
.sh-secure__card-sub[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.sh-secure__inner-card[data-v-6dd20052] {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sh-secure__list[data-v-6dd20052] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-secure__list-item[data-v-6dd20052] {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.sh-secure__check[data-v-6dd20052] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: block;
}
.sh-secure__list-text[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 400;
  color: #282004;
  line-height: 27px;
  letter-spacing: -1px;
}
.sh-secure__stats[data-v-6dd20052] {
  display: flex;
  gap: 10px;
}
.sh-secure__stat[data-v-6dd20052] {
  flex: 1;
  background: #f7f8fb;
  border-radius: 25px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.sh-secure__stat-num[data-v-6dd20052] {
  font-size: 32px;
  font-weight: 700;
  color: #282004;
  line-height: 48px;
  letter-spacing: -1px;
}
.sh-secure__stat-label[data-v-6dd20052] {
  font-size: 16px;
  font-weight: 400;
  color: #282004;
  line-height: 28px;
  letter-spacing: -0.25px;
}
/* ── Clarity ── */
.sh-clarity[data-v-6dd20052] {
  padding: 120px 0;
  background: #fff;
}
.sh-clarity__inner[data-v-6dd20052] {
  max-width: 925px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.sh-clarity__title[data-v-6dd20052] {
  font-size: 58px;
  font-weight: 700;
  color: #282004;
  line-height: 81px;
  letter-spacing: -2px;
  text-align: center;
  margin: 0;
}
.sh-clarity__body[data-v-6dd20052] {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.sh-clarity__logo[data-v-6dd20052] {
  flex-shrink: 0;
  width: 65px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sh-clarity__text[data-v-6dd20052] {
  font-size: 16px;
  font-weight: 400;
  color: #808691;
  line-height: 28px;
  letter-spacing: -0.25px;
  margin: 0;
}
.sh-clarity__link[data-v-6dd20052] {
  color: #5094f9;
  text-decoration: underline;
}
/* ── CTA ── */
.sh-cta[data-v-6dd20052] {
  position: relative;
  background: #fed440;
  padding: 174px 24px;
  overflow: hidden;
  text-align: center;
}
.sh-cta__deco[data-v-6dd20052] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sh-cta__deco--left[data-v-6dd20052] {
  left: 0;
  height: 542px;
}
.sh-cta__deco--right[data-v-6dd20052] {
  right: 0;
  height: 527px;
}
.sh-cta__content[data-v-6dd20052] {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-cta__title[data-v-6dd20052] {
  font-size: 58px;
  font-weight: 700;
  color: #281e04;
  line-height: 81px;
  letter-spacing: -2px;
}
.sh-cta__sub[data-v-6dd20052] {
  font-size: 20px;
  font-weight: 400;
  color: rgba(40, 32, 4, 0.8);
  line-height: 28px;
  letter-spacing: -0.5px;
  margin: 24px 0 8px;
}
.sh-cta__validation[data-v-6dd20052] {
  margin: 0 0 40px;
  color: rgba(40, 32, 4, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.sh-cta__btn[data-v-6dd20052] {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  overflow: hidden;
}
.sh-cta__btn-label[data-v-6dd20052] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 28px;
  display: inline-block;
}
.sh-cta__btn--enter .sh-cta__btn-label[data-v-6dd20052] {
  animation: sh-label-enter-6dd20052 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sh-cta__btn--leave .sh-cta__btn-label[data-v-6dd20052] {
  animation: sh-label-leave-6dd20052 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sh-cta__btn-icon[data-v-6dd20052] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.sh-cta__btn--enter .sh-cta__btn-icon svg[data-v-6dd20052] {
  animation: sh-icon-enter-6dd20052 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sh-cta__btn--leave .sh-cta__btn-icon svg[data-v-6dd20052] {
  animation: sh-icon-leave-6dd20052 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sh-cta__hint[data-v-6dd20052] {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(40, 32, 4, 0.8);
  letter-spacing: -0.5px;
  line-height: 28px;
}
@keyframes sh-label-enter-6dd20052 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sh-label-leave-6dd20052 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sh-icon-enter-6dd20052 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sh-icon-leave-6dd20052 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
/* ─── Responsive ─── */
@media (max-width: 900px) {
.sh-reveal--up[data-v-6dd20052],
  .sh-reveal--left[data-v-6dd20052],
  .sh-reveal--right[data-v-6dd20052] {
    transform: translate3d(0, 32px, 0);
}
.sh-reveal.is-visible[data-v-6dd20052] {
    transform: translate3d(0, 0, 0);
}
  /* ── Hero ── */
.sh-hero[data-v-6dd20052] {
    position: relative;
    min-height: unset;
}
.sh-hero__inner[data-v-6dd20052] {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 20px 0;
    gap: 24px;
}
.sh-hero__text[data-v-6dd20052] {
    max-width: 100%;
}
.sh-hero__title[data-v-6dd20052] {
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.5px;
}
.sh-hero__bullets[data-v-6dd20052] {
    margin: 20px 0 28px;
}
.sh-hero__bullet[data-v-6dd20052] {
    font-size: 14px;
    gap: 8.8px;
    margin-bottom: 4px;
    color: #fff;
}
.sh-hero__bullet-icon[data-v-6dd20052] {
    width: 14.4px;
    height: 14.4px;
}
.sh-hero__apps[data-v-6dd20052] {
    gap: 11.5px;
    margin-bottom: 24px;
}
.sh-hero__apps img[data-v-6dd20052] {
    width: 104px;
}
.sh-hero__card-wrap[data-v-6dd20052] {
    flex: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sh-hero__card[data-v-6dd20052] {
    max-width: 200px;
}
  /* ── Trust bar ── */
.sh-trust[data-v-6dd20052] {
    position: relative;
    z-index: 10;
    margin: -55px 20px 0 20px;
    padding: 16px;
}
.sh-trust__headline[data-v-6dd20052] {
    font-size: 18px;
    margin-bottom: 16px;
}
.sh-trust__items[data-v-6dd20052] {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
}
.sh-trust__item[data-v-6dd20052] {
    flex: 1;
    min-width: 0;
    gap: 8px;
}
.sh-trust__icon[data-v-6dd20052] {
    width: 40px;
    height: 40px;
}
.sh-trust__label[data-v-6dd20052] {
    font-size: 10px;
    line-height: 15px;
}
.sh-trust__divider[data-v-6dd20052] {
    height: 80px;
    margin: auto 0;
}
  /* ── Features ── */
.sh-features[data-v-6dd20052] {
    padding: 40px 20px;
}
.sh-features .sh-section-label[data-v-6dd20052] {
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.sh-features .sh-section-sub[data-v-6dd20052] {
    width: 100%;
    font-size: 14px;
    line-height: 19.6px;
    text-align: center;
    margin-bottom: 24px;
}
.sh-feature-block[data-v-6dd20052] {
    flex-direction: column;
    gap: 4px;
    padding: 4px;
    border-radius: 16px;
}
.sh-feature-block__text[data-v-6dd20052] {
    flex: none;
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
}
.sh-feature-block__top-row[data-v-6dd20052] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 10px;
}
.sh-feature-block__text-group[data-v-6dd20052] {
    flex: 1;
    min-width: 0;
}
.sh-feature-block__card-img[data-v-6dd20052] {
    position: static;
    top: auto;
    left: auto;
    width: 114px;
    height: 86px;
    flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
.sh-feature-block__title[data-v-6dd20052] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.sh-feature-block__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 0;
}
.sh-feature-block__divider[data-v-6dd20052] {
    margin: 10px 0;
}
.sh-feature-block__notice[data-v-6dd20052] {
    gap: 16px;
    align-items: center;
}
.sh-feature-block__avatar[data-v-6dd20052] {
    width: 30px;
    height: 30px;
}
.sh-feature-block__note[data-v-6dd20052] {
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px;
}
.sh-feature-block__note-sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.52px;
    margin-top: 4px;
}
.sh-feature-block__visual[data-v-6dd20052] {
    flex: none;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.sh-feature-block__visual > img[data-v-6dd20052] {
    height: 240px;
    width: auto;
}
  /* Pills → horizontal rows on dark card */
.sh-pills[data-v-6dd20052] {
    flex-direction: column;
    gap: 16px;
    background: #0a0a0a;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 4px;
}
.sh-pills .sh-pill[data-v-6dd20052] {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
}
.sh-pills .sh-pill[data-v-6dd20052]:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.sh-pills .sh-pill .sh-pill__icon[data-v-6dd20052] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.sh-pills .sh-pill .sh-pill__text[data-v-6dd20052] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
    min-width: 0;
}
.sh-pills .sh-pill .sh-pill__title[data-v-6dd20052] {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    max-width: unset;
}
.sh-pills .sh-pill .sh-pill__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: left;
    max-width: unset;
}
.sh-svc-block[data-v-6dd20052] {
    padding: 4px;
    border-radius: 16px;
    margin: 24px 0;
    gap: 4px;
}
.sh-svc-block__row[data-v-6dd20052] {
    flex-direction: column;
    gap: 4px;
}
.sh-svc-block__phone-card[data-v-6dd20052] {
    flex: none;
    width: 100%;
    height: 240px;
    min-height: unset;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    order: 2;
}
.sh-svc-block__phone-img[data-v-6dd20052] {
    height: 240px;
    width: auto;
    max-width: unset;
}
.sh-svc-block__text-card[data-v-6dd20052] {
    order: 1;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
}
.sh-svc-block__text-content[data-v-6dd20052] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 11px;
    display: flex;
}
.sh-svc-block__text-group[data-v-6dd20052] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sh-svc-block__title[data-v-6dd20052] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
}
.sh-svc-block__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 0;
    margin: 0;
}
.sh-svc-block__collage[data-v-6dd20052] {
    width: 80px;
    height: 86px;
    flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
.sh-svc-block__howto[data-v-6dd20052] {
    padding: 16px;
    gap: 0;
    border-radius: 12px;
    align-items: stretch;
}
.sh-svc-block__howto-items[data-v-6dd20052] {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.sh-svc-block__howto-item[data-v-6dd20052] {
    width: auto;
    gap: 8px;
}
.sh-svc-block__howto-icon[data-v-6dd20052] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f7f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sh-svc-block__howto-icon-img[data-v-6dd20052] {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}
.sh-svc-block__howto-label[data-v-6dd20052] {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
}
.sh-steps__title[data-v-6dd20052] {
    font-size: 12px;
}
.sh-steps__item[data-v-6dd20052] {
    padding: 6px 0;
}
.sh-steps__name[data-v-6dd20052] {
    font-size: 11px;
}
.sh-steps__time[data-v-6dd20052] {
    font-size: 10px;
}
.sh-rewards[data-v-6dd20052] {
    padding: 16px 4px 4px;
    border-radius: 16px;
}
.sh-rewards__header[data-v-6dd20052] {
    max-width: 100%;
    padding: 0 4px 0;
}
.sh-rewards__badge-text[data-v-6dd20052] {
    font-size: 10px;
    line-height: 12.1px;
}
.sh-rewards__title[data-v-6dd20052] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
    margin: 8px 0 8px;
}
.sh-rewards__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0;
}
.sh-rewards__cards[data-v-6dd20052] {
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}
.sh-rewards__card[data-v-6dd20052] {
    padding: 16px;
    border-radius: 12px;
    align-items: stretch;
    gap: 10px;
}
.sh-rewards__card-row[data-v-6dd20052] {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.sh-rewards__card-text[data-v-6dd20052] {
    flex: 1;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.sh-rewards__card-icon[data-v-6dd20052] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
}
.sh-rewards__card-icon-img[data-v-6dd20052] {
    width: 40px;
    height: 40px;
}
.sh-rewards__card-title[data-v-6dd20052] {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.9px;
    letter-spacing: 0;
    text-align: left;
}
.sh-rewards__card-desc[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0;
    text-align: left;
    flex: none;
}
.sh-rewards__card-footer[data-v-6dd20052] {
    margin-top: 0;
}
.sh-rewards__card-divider[data-v-6dd20052] {
    margin: 10px 0;
}
.sh-rewards__card-label[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0;
}
.sh-rewards__card-badge[data-v-6dd20052] {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 18px;
}
.sh-rewards__terms[data-v-6dd20052] {
    margin-top: 16px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 18px;
}
  /* ── Deferred ── */
.sh-deferred[data-v-6dd20052] {
    padding: 40px 20px;
}
.sh-deferred__inner[data-v-6dd20052] {
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.sh-deferred__card[data-v-6dd20052] {
    order: 2;
    flex: none;
    width: 100%;
    padding: 16px 4px 4px;
}
.sh-deferred__card-header[data-v-6dd20052],
  .sh-deferred__card-amount[data-v-6dd20052] {
    padding: 0 16px;
}
.sh-deferred__card-label[data-v-6dd20052] {
    font-size: 14px;
}
.sh-deferred__card-badge[data-v-6dd20052] {
    font-size: 12px;
}
.sh-deferred__card-amount[data-v-6dd20052] {
    margin: 8px 0 16px;
}
.sh-deferred__amount[data-v-6dd20052],
  .sh-deferred__amount-cents[data-v-6dd20052] {
    font-size: 32px;
}
.sh-deferred__currency[data-v-6dd20052] {
    font-size: 14px;
}
.sh-deferred__inner-card[data-v-6dd20052] {
    padding: 16px;
}
.sh-deferred__note[data-v-6dd20052] {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16.8px;
}
.sh-deferred__rows[data-v-6dd20052] {
    gap: 8px;
}
.sh-deferred__row-cat[data-v-6dd20052] {
    font-size: 12px;
}
.sh-deferred__row-amount[data-v-6dd20052] {
    font-size: 14px;
    line-height: 21px;
}
.sh-deferred__btn[data-v-6dd20052] {
    margin-top: 16px;
    font-size: 14px;
    padding: 8px 24px;
}
.sh-deferred__right[data-v-6dd20052] {
    order: 1;
    gap: 16px;
    align-items: flex-start;
}
.sh-deferred__text[data-v-6dd20052] {
    gap: 8px;
}
.sh-deferred__title[data-v-6dd20052] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
}
.sh-deferred__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.5px;
}
.sh-deferred__img[data-v-6dd20052] {
    max-width: 100%;
}
  /* ── Secure ── */
.sh-secure[data-v-6dd20052] {
    padding: 40px 20px;
}
.sh-secure__inner[data-v-6dd20052] {
    flex-direction: column;
    gap: 16px;
}
.sh-secure__left[data-v-6dd20052] {
    flex: none;
    width: 100%;
    gap: 16px;
}
.sh-secure__text[data-v-6dd20052] {
    gap: 8px;
}
.sh-secure__title[data-v-6dd20052] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
}
.sh-secure__sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 14.5px;
}
.sh-secure__card[data-v-6dd20052] {
    flex: none;
    width: 100%;
    padding: 16px 4px 4px;
    gap: 16px;
}
.sh-secure__card-head[data-v-6dd20052] {
    padding: 0 16px;
    gap: 8px;
}
.sh-secure__card-title[data-v-6dd20052] {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.5px;
}
.sh-secure__card-sub[data-v-6dd20052] {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
}
.sh-secure__inner-card[data-v-6dd20052] {
    padding: 16px;
    gap: 16px;
}
.sh-secure__list[data-v-6dd20052] {
    gap: 16px;
}
.sh-secure__list-item[data-v-6dd20052] {
    gap: 8px;
}
.sh-secure__check[data-v-6dd20052] {
    width: 16px;
    height: 16px;
}
.sh-secure__list-text[data-v-6dd20052] {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}
.sh-secure__stats[data-v-6dd20052] {
    gap: 9px;
}
.sh-secure__stat[data-v-6dd20052] {
    border-radius: 8px;
    padding: 16px 8px;
}
.sh-secure__stat-num[data-v-6dd20052] {
    font-size: 18px;
    line-height: 27px;
}
.sh-secure__stat-label[data-v-6dd20052] {
    font-size: 12px;
    line-height: 16.8px;
}
  /* ── CTA ── */
.sh-cta[data-v-6dd20052] {
    padding: 80px 20px;
    background-image: url(https://cdn-c1.sufinc.mx/static/mx_sufinc_h5_pdl/image/6e1f2973f6f83c765fdb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sh-cta__deco[data-v-6dd20052] {
    display: none;
}
.sh-cta__title[data-v-6dd20052] {
    max-width: 270px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.5px;
}
.sh-cta__sub[data-v-6dd20052] {
    max-width: 187px;
    margin: 8px 0 4px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0;
}
.sh-cta__validation[data-v-6dd20052] {
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 14px;
}
.sh-cta__btn[data-v-6dd20052] {
    gap: 24px;
    padding: 6px 6px 6px 24px;
}
.sh-cta__btn-label[data-v-6dd20052] {
    font-size: 14px;
}
.sh-cta__btn-icon[data-v-6dd20052] {
    width: 32px;
    height: 32px;
}
.sh-cta__btn-icon svg[data-v-6dd20052] {
    width: 15px;
    height: 15px;
}
.sh-cta__hint[data-v-6dd20052] {
    max-width: 195px;
    margin-top: 16px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}
  /* ── Clarity ── */
.sh-clarity[data-v-6dd20052] {
    padding: 40px 20px;
}
.sh-clarity__inner[data-v-6dd20052] {
    gap: 24px;
}
.sh-clarity__title[data-v-6dd20052] {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.sh-clarity__body[data-v-6dd20052] {
    flex-direction: column;
    gap: 16px;
}
.sh-clarity__logo[data-v-6dd20052] {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.sh-clarity__text[data-v-6dd20052] {
    font-size: 12px;
    line-height: 18px;
}
}
@media (prefers-reduced-motion: reduce) {
.sh-reveal[data-v-6dd20052],
  .sh-enter-up[data-v-6dd20052],
  .sh-hero-group[data-v-6dd20052],
  .sh-hero__title-character[data-v-6dd20052],
  .sh-hero__card-wrap[data-v-6dd20052] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    animation: none;
}
.sh-feature-block__card-img[data-v-6dd20052],
  .sh-deferred__img[data-v-6dd20052],
  .sh-secure__img[data-v-6dd20052],
  .sh-rewards__badge-dot[data-v-6dd20052] {
    animation: none;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/credit-card.vue?vue&type=style&index=0&id=29125941&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Shared ── */
.si-permit-section-label[data-v-29125941] {
  margin: 0 auto;
  max-width: 880px;
  color: #282004;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 81.2px;
  letter-spacing: -2px;
}
.si-permit-section-label--dark[data-v-29125941] {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -1.5px;
}
.si-permit-section-label__line[data-v-29125941] {
  white-space: nowrap;
}
.si-permit-section-sub[data-v-29125941] {
  max-width: 880px;
  margin: 24px auto 0 auto;
  color: #808691;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-permit-section-sub--dark[data-v-29125941] {
  color: #282004;
  opacity: 0.8;
}
.si-permit-card[data-v-29125941] {
  background: #f7f8fb;
  border-radius: 24px;
}
/* ── Hero ── */
.si-permit-hero[data-v-29125941] {
  position: relative;
  overflow: hidden;
}
.si-permit-hero__inner[data-v-29125941] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.si-permit-hero__intro[data-v-29125941] {
  flex: 1;
}
.si-permit-hero__title[data-v-29125941] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-permit-hero__title-line[data-v-29125941] {
  white-space: nowrap;
}
.si-permit-hero__title-accent[data-v-29125941] {
  color: #fed440;
}
.si-permit-hero__sub[data-v-29125941] {
  margin: 24px 0 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-permit-hero__validation[data-v-29125941] {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.si-permit-hero__cta[data-v-29125941] {
  margin-top: 52px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #fed440;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  overflow: hidden;
}
.si-permit-hero__cta-label[data-v-29125941] {
  font-size: 18px;
  font-weight: 600;
  color: #282004;
  letter-spacing: -0.25px;
  line-height: 28px;
  display: inline-block;
}
.si-permit-hero__cta--enter .si-permit-hero__cta-label[data-v-29125941] {
  animation: sph-label-enter-29125941 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-permit-hero__cta--leave .si-permit-hero__cta-label[data-v-29125941] {
  animation: sph-label-leave-29125941 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-permit-hero__cta-icon[data-v-29125941] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-permit-hero__cta--enter .si-permit-hero__cta-icon svg[data-v-29125941] {
  animation: sph-icon-enter-29125941 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-permit-hero__cta--leave .si-permit-hero__cta-icon svg[data-v-29125941] {
  animation: sph-icon-leave-29125941 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-permit-hero__stats[data-v-29125941] {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.si-permit-hero__stat[data-v-29125941] {
  text-align: center;
}
.si-permit-hero__stat-num[data-v-29125941] {
  margin: 0;
  color: #fed440;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.si-permit-hero__stat-rating[data-v-29125941] {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fed440;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.si-permit-hero__star[data-v-29125941] {
  width: 32px;
  height: 32px;
}
.si-permit-hero__stat-label[data-v-29125941] {
  margin: 4px 0 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.si-permit-hero__stat-divider[data-v-29125941] {
  width: 1px;
  height: 116px;
  flex-shrink: 0;
}
.si-permit-hero__visual[data-v-29125941] {
  width: 500px;
  flex-shrink: 0;
}
.si-permit-hero__visual img[data-v-29125941] {
  width: 100%;
  display: block;
}
/* ── Features ── */
.si-permit-features[data-v-29125941] {
  padding: 120px 0;
}
.si-permit-features__inner[data-v-29125941] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-permit-features__inner > .si-permit-section-label[data-v-29125941] {
  margin-bottom: 64px;
}
.si-permit-features-list[data-v-29125941] {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}
.si-permit-features-list__card[data-v-29125941] {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-permit-features-list__card--qr[data-v-29125941] {
  flex: 0 1 520px;
  min-width: 0;
  gap: 32px;
}
.si-permit-features-list__card--icons[data-v-29125941] {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
}
.si-permit-features-list__heading[data-v-29125941] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-permit-features-list__title[data-v-29125941] {
  margin: 0;
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}
.si-permit-features-list__sub[data-v-29125941] {
  margin: 0;
  color: #50555c;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-permit-features-list__qr-frame[data-v-29125941] {
  width: 184px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24.5px;
  border: 1px solid #fed440;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.si-permit-features-list__qr[data-v-29125941] {
  width: 79.3%;
  max-width: 146px;
  height: auto;
  display: block;
}
.si-permit-feature-row[data-v-29125941] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.si-permit-feature-row__icon[data-v-29125941] {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 16px;
}
.si-permit-feature-row__label[data-v-29125941] {
  color: #282004;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
}
.si-permit-stats[data-v-29125941] {
  margin-top: 80px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.si-permit-stats__row[data-v-29125941] {
  display: flex;
  gap: 10px;
}
.si-permit-stats__phone-card[data-v-29125941] {
  flex: 0 1 650px;
  min-width: 0;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.si-permit-stats__phone-img[data-v-29125941] {
  width: 80%;
  max-width: 520px;
  display: block;
}
.si-permit-stats__detail[data-v-29125941] {
  flex: 0 1 520px;
  min-width: 0;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 68px;
}
.si-permit-stats__heading[data-v-29125941] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.si-permit-stats__title[data-v-29125941] {
  margin: 0;
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}
.si-permit-stats__sub[data-v-29125941] {
  margin: 0;
  max-width: 440px;
  color: #50555c;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-permit-stats__badge[data-v-29125941] {
  width: 360px;
  max-width: 100%;
  height: auto;
}
.si-permit-stats__features[data-v-29125941] {
  background: #0a0a0a;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.si-permit-stats__feature[data-v-29125941] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.si-permit-stats__feature-icon[data-v-29125941] {
  width: 80px;
  height: 80px;
}
.si-permit-stats__feature-label[data-v-29125941] {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
}
/* ── Credit Levels ── */
.si-permit-credit[data-v-29125941] {
  padding: 0 0 120px 0;
}
.si-permit-credit__inner[data-v-29125941] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-permit-credit__body[data-v-29125941] {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.si-permit-credit__validation[data-v-29125941] {
  margin: 32px 0 0;
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
}
.si-permit-credit__card[data-v-29125941] {
  flex: 0 1 650px;
  min-width: 0;
  background: #f7f8fb;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-permit-credit__callout[data-v-29125941] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-permit-credit__callout-label[data-v-29125941] {
  color: #282004;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.si-permit-credit__callout-value[data-v-29125941] {
  display: flex;
  align-items: baseline;
  color: #282004;
  font-weight: 700;
}
.si-permit-credit__callout-sign[data-v-29125941] {
  font-size: 24px;
  margin-right: 2px;
}
.si-permit-credit__callout-int[data-v-29125941] {
  font-size: 40px;
  line-height: 48px;
}
.si-permit-credit__callout-decimal[data-v-29125941] {
  font-size: 24px;
  line-height: 28px;
}
.si-permit-credit__bar-track[data-v-29125941] {
  position: relative;
  height: 10px;
  border-radius: 5px;
  background: #ececec;
}
.si-permit-credit__bar-fill[data-v-29125941] {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background: #fed440;
  transition: width 0.25s ease;
}
.si-permit-credit__bar-dot[data-v-29125941] {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fed440;
  transform: translateY(-50%);
  transition: left 0.25s ease;
}
.si-permit-credit__bar-dot[data-v-29125941]::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.si-permit-credit__bar-axis[data-v-29125941] {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  color: #808691;
  font-size: 16px;
  line-height: 16px;
}
.si-permit-credit__tiers[data-v-29125941] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-permit-credit__tier[data-v-29125941] {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.si-permit-credit__tier--active[data-v-29125941] {
  border-color: #fed440;
  background: #fdf6dc;
}
.si-permit-credit__tier--active .si-permit-credit__tier-icon[data-v-29125941] {
  background: #fed440;
}
.si-permit-credit__tier-icon[data-v-29125941] {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #f7f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.si-permit-credit__tier-icon img[data-v-29125941] {
  width: 40px;
  height: 40px;
}
.si-permit-credit__tier-title[data-v-29125941] {
  margin: 0;
  color: #282004;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 36px;
}
.si-permit-credit__tier-sub[data-v-29125941] {
  margin: 4px 0 0 0;
  color: #808691;
  font-size: 16px;
  line-height: 28px;
}
.si-permit-credit__device[data-v-29125941] {
  flex: 0 1 480px;
  min-width: 0;
}
.si-permit-credit__device img[data-v-29125941] {
  width: 100%;
  display: block;
}
/* ── Real-time Data ── */
.si-permit-realtime[data-v-29125941] {
  position: relative;
  background: #fed440;
  overflow: hidden;
}
.si-permit-realtime__decor[data-v-29125941] {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1440px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
.si-permit-realtime__circle[data-v-29125941] {
  position: absolute;
  width: 132px;
  height: 132px;
}
.si-permit-realtime__decor-ring[data-v-29125941] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 720px 680px;
  animation: realtime-ring-spin-29125941 60s linear infinite;
}
.si-permit-realtime__inner[data-v-29125941] {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 376px 0 0 0;
}
.si-permit-realtime__panel[data-v-29125941] {
  position: relative;
  z-index: 1;
  margin-top: 118px;
  background: #0a0a0a;
  border-radius: 80px 80px 0 0;
  padding: 80px 0;
}
.si-permit-realtime__panel-inner[data-v-29125941] {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.si-permit-realtime__panel-title[data-v-29125941] {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.5px;
}
.si-permit-realtime__stats[data-v-29125941] {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 78px;
}
.si-permit-realtime__stat[data-v-29125941] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 247px;
}
.si-permit-realtime__stat-num[data-v-29125941] {
  margin: 0;
  color: #fed440;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1px;
}
.si-permit-realtime__stat-label[data-v-29125941] {
  margin: 8px 0 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.si-permit-realtime__stat-divider[data-v-29125941] {
  width: 1px;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 900px) {
  /* ── Hero ── */
.si-permit-hero__inner[data-v-29125941] {
    padding: 8px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.si-permit-hero__intro[data-v-29125941] {
    display: contents;
}
.si-permit-hero__title[data-v-29125941] {
    order: 1;
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.si-permit-hero__sub[data-v-29125941] {
    order: 2;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
}
.si-permit-hero__validation[data-v-29125941] {
    order: 3;
    margin-top: 6px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}
.si-permit-hero__cta[data-v-29125941] {
    order: 4;
    margin-top: 12px;
    padding: 4px 4px 4px 16px;
    gap: 16px;
}
.si-permit-hero__cta-label[data-v-29125941] {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
}
.si-permit-hero__cta-icon[data-v-29125941] {
    width: 36px;
    height: 36px;
}
.si-permit-hero__cta-icon svg[data-v-29125941] {
    width: 16.5px;
    height: 16.5px;
}
.si-permit-hero__visual[data-v-29125941] {
    order: 5;
    width: 260px;
    max-width: 100%;
    margin: 16px auto 0;
}
.si-permit-hero__stats[data-v-29125941] {
    order: 6;
    margin-top: -26px;
    position: relative;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
    gap: 0;
}
.si-permit-hero__stat[data-v-29125941] {
    width: 151px;
}
.si-permit-hero__stat-num[data-v-29125941],
  .si-permit-hero__stat-rating[data-v-29125941] {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.si-permit-hero__star[data-v-29125941] {
    width: 20px;
    height: 20px;
}
.si-permit-hero__stat-label[data-v-29125941] {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0;
}
.si-permit-hero__stat-divider[data-v-29125941] {
    height: 66px;
}
  /* ── Features ── */
.si-permit-features[data-v-29125941] {
    padding: 40px 20px;
}
.si-permit-features__inner > .si-permit-section-label[data-v-29125941] {
    margin-bottom: 32px;
}
.si-permit-section-label[data-v-29125941] {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.5px;
}
.si-permit-section-sub[data-v-29125941] {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0;
    margin-top: 16px;
}
.si-permit-features-list[data-v-29125941] {
    flex-direction: column;
    padding: 4px;
    gap: 4px;
    border-radius: 16px;
}
.si-permit-features-list__card[data-v-29125941] {
    flex: none;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
}
.si-permit-features-list__card--qr[data-v-29125941] {
    gap: 16px;
}
.si-permit-features-list__heading[data-v-29125941] {
    gap: 8px;
}
.si-permit-features-list__title[data-v-29125941] {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.si-permit-features-list__sub[data-v-29125941] {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
}
.si-permit-features-list__qr-frame[data-v-29125941] {
    width: 100px;
    height: 100px;
    border-radius: 13.3px;
}
.si-permit-features-list__qr[data-v-29125941] {
    width: 80%;
    max-width: 87px;
}
.si-permit-feature-row[data-v-29125941] {
    gap: 8px;
}
.si-permit-feature-row__icon[data-v-29125941] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.si-permit-feature-row__label[data-v-29125941] {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.9px;
    letter-spacing: 0;
}
.si-permit-stats[data-v-29125941] {
    margin-top: 24px;
    padding: 4px;
    gap: 4px;
    border-radius: 16px;
}
.si-permit-stats__row[data-v-29125941] {
    flex-direction: column;
    gap: 4px;
}
.si-permit-stats__phone-card[data-v-29125941] {
    flex: none;
    width: 100%;
    height: 221px;
    border-radius: 12px;
    order: 2;
}
.si-permit-stats__phone-img[data-v-29125941] {
    width: auto;
    height: 90%;
    max-width: 60%;
}
.si-permit-stats__detail[data-v-29125941] {
    flex: none;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    align-items: flex-start;
    gap: 16px;
    order: 1;
}
.si-permit-stats__heading[data-v-29125941] {
    gap: 8px;
}
.si-permit-stats__title[data-v-29125941] {
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.5px;
}
.si-permit-stats__sub[data-v-29125941] {
    max-width: 100%;
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0;
}
.si-permit-stats__badge[data-v-29125941] {
    width: 180px;
    margin: 0 auto;
}
.si-permit-stats__features[data-v-29125941] {
    flex-direction: column;
    padding: 16px;
    border-radius: 12px;
    gap: 16px;
}
.si-permit-stats__feature[data-v-29125941] {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    text-align: left;
}
.si-permit-stats__feature-icon[data-v-29125941] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.si-permit-stats__feature-label[data-v-29125941] {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0;
    text-align: left;
}
  /* ── Credit Levels ── */
.si-permit-credit[data-v-29125941] {
    padding: 0 0 40px 0;
}
.si-permit-credit__inner[data-v-29125941] {
    padding: 0 20px;
}
.si-permit-credit__body[data-v-29125941] {
    margin-top: 24px;
    flex-direction: column;
    gap: 0;
}
.si-permit-credit__validation[data-v-29125941] {
    margin-top: 16px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
}
.si-permit-credit__card[data-v-29125941] {
    flex: none;
    width: 100%;
    order: 2;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
}
.si-permit-credit__callout[data-v-29125941] {
    gap: 12px;
}
.si-permit-credit__callout-label[data-v-29125941] {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.si-permit-credit__callout-value[data-v-29125941] {
    font-size: 32px;
    line-height: 38.7px;
}
.si-permit-credit__callout-sign[data-v-29125941] {
    font-size: 14px;
}
.si-permit-credit__callout-int[data-v-29125941] {
    font-size: 32px;
    line-height: 38.7px;
}
.si-permit-credit__callout-decimal[data-v-29125941] {
    font-size: 20px;
    line-height: 24px;
}
.si-permit-credit__bar-axis[data-v-29125941] {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
}
.si-permit-credit__tiers[data-v-29125941] {
    gap: 16px;
}
.si-permit-credit__tier[data-v-29125941] {
    padding: 8px;
    gap: 8px;
    border-radius: 12px;
}
.si-permit-credit__tier-icon[data-v-29125941] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.si-permit-credit__tier-icon img[data-v-29125941] {
    width: 20px;
    height: 20px;
}
.si-permit-credit__tier-title[data-v-29125941] {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.si-permit-credit__tier-sub[data-v-29125941] {
    margin-top: 4px;
    font-size: 10px;
    line-height: 12.1px;
    letter-spacing: 0;
}
.si-permit-credit__device[data-v-29125941] {
    flex: none;
    width: 168px;
    order: 1;
    margin: 0 auto;
}
  /* ── Real-time Data ── */
.si-permit-realtime__decor[data-v-29125941] {
    width: 375px;
    height: 333px;
    top: 0;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
}
.si-permit-realtime__decor-ring[data-v-29125941] {
    transform-origin: 188px 340px;
}
.si-permit-realtime__circle[data-v-29125941] {
    width: 66px;
    height: 66px;
}
.si-permit-realtime__inner[data-v-29125941] {
    padding: 180px 20px 0;
}
.si-permit-realtime .si-permit-section-label--dark[data-v-29125941] {
    max-width: 300px;
    margin: 0 auto;
    font-size: clamp(19px, 5.8vw, 22px);
    line-height: 1.21;
    letter-spacing: -0.5px;
}
.si-permit-realtime .si-permit-section-sub--dark[data-v-29125941] {
    max-width: 300px;
    margin: 16px auto 0;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0;
}
.si-permit-realtime__panel[data-v-29125941] {
    margin-top: 40px;
    border-radius: 16px 16px 0 0;
    padding: 24px 0;
}
.si-permit-realtime__panel-inner[data-v-29125941] {
    padding: 0 20px;
}
.si-permit-realtime__panel-title[data-v-29125941] {
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.5px;
}
.si-permit-realtime__stats[data-v-29125941] {
    margin-top: 24px;
    justify-content: space-between;
    gap: 0;
}
.si-permit-realtime__stat[data-v-29125941] {
    width: 90px;
}
.si-permit-realtime__stat-num[data-v-29125941] {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.si-permit-realtime__stat-label[data-v-29125941] {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 0;
}
.si-permit-realtime__stat-divider[data-v-29125941] {
    height: 68px;
}
}
@keyframes sph-label-enter-29125941 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sph-label-leave-29125941 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sph-icon-enter-29125941 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sph-icon-leave-29125941 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes realtime-ring-spin-29125941 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/DownloadAppDialog.vue?vue&type=style&index=0&id=49214c9e&lang=less&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-dapp[data-v-49214c9e] {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-dapp__mask[data-v-49214c9e] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.si-dapp__panel[data-v-49214c9e] {
  position: relative;
  z-index: 1;
  width: 520px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.si-dapp__title[data-v-49214c9e] {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
}
.si-dapp__sub[data-v-49214c9e] {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #50555c;
  line-height: 1.6;
  text-align: center;
}
.si-dapp__qr-frame[data-v-49214c9e] {
  margin-top: 32px;
  width: 184px;
  height: 184px;
  border-radius: 24.5px;
  border: 1px solid #fed440;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
}
.si-dapp__qr[data-v-49214c9e] {
  width: 79.3%;
  max-width: 146px;
  height: auto;
  display: block;
}
.si-dapp__btn[data-v-49214c9e] {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  border-radius: 64px;
  background: #fed440;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #282004;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-dapp__btn[data-v-49214c9e]:hover {
  opacity: 0.9;
}
@media (max-width: 900px) {
.si-dapp__panel[data-v-49214c9e] {
    width: calc(100% - 80px);
    border-radius: 16px;
    padding: 16px;
}
.si-dapp__title[data-v-49214c9e] {
    font-size: 22px;
    letter-spacing: -0.5px;
}
.si-dapp__sub[data-v-49214c9e] {
    font-size: 14px;
    margin-top: 12px;
}
.si-dapp__qr-frame[data-v-49214c9e] {
    margin-top: 24px;
    width: 120px;
    height: 120px;
    border-radius: 16px;
}
.si-dapp__btn[data-v-49214c9e] {
    margin-top: 24px;
    height: 44px;
    font-size: 16px;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/benefit.vue?vue&type=style&index=0&id=1db47d18&lang=less&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-bnf[data-v-1db47d18] {
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  color: #282004;
}
.si-bnf *[data-v-1db47d18] {
  box-sizing: border-box;
}
.sh-bg-section[data-v-1db47d18] {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
/* ── Hero ── */
.si-bnf-hero[data-v-1db47d18] {
  width: 100%;
  position: relative;
  overflow: visible;
}
.si-bnf-hero__inner[data-v-1db47d18] {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.si-bnf-hero__text[data-v-1db47d18] {
  width: 640px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.si-bnf-hero__title[data-v-1db47d18] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-bnf-hero__title span[data-v-1db47d18] {
  color: #fed440;
}
.si-bnf-hero__subtitle[data-v-1db47d18] {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-bnf-hero__card[data-v-1db47d18] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.si-bnf-hero__card-img[data-v-1db47d18] {
  width: 100%;
  max-width: 548px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ── Section common ── */
.si-bnf-section[data-v-1db47d18] {
  padding-top: 120px;
}
.si-bnf-section__inner[data-v-1db47d18] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-bnf-section-header[data-v-1db47d18] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}
.si-bnf-section-header--center[data-v-1db47d18] {
  align-items: center;
  text-align: center;
}
.si-bnf-section-header--center .si-bnf-section-title[data-v-1db47d18],
.si-bnf-section-header--center .si-bnf-section-sub[data-v-1db47d18] {
  max-width: 880px;
}
.si-bnf-section-title[data-v-1db47d18] {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 81.2px;
  letter-spacing: -2px;
  color: #282004;
}
.si-bnf-section-sub[data-v-1db47d18] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #808691;
}
.si-bnf-section-sub--dark[data-v-1db47d18] {
  color: #282004;
}
/* ── Buttons ── */
.si-bnf-btn[data-v-1db47d18] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border: none;
  border-radius: 64px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-bnf-btn[data-v-1db47d18]:hover {
  opacity: 0.88;
}
.si-bnf-btn--gold[data-v-1db47d18] {
  background: #fed440;
  color: #282004;
  width: 100%;
}
.si-bnf-btn--dark[data-v-1db47d18] {
  background: #0a0a0a;
  color: #fff;
  padding: 16px 24px;
  align-self: flex-start;
}
.si-bnf-btn--activate[data-v-1db47d18] {
  background: #0a0a0a;
  color: #fff;
  padding: 6px 6px 6px 24px;
  align-self: flex-start;
  height: 60px;
  overflow: hidden;
}
.si-bnf-btn-label[data-v-1db47d18] {
  display: inline-block;
}
.si-bnf-btn--enter .si-bnf-btn-label[data-v-1db47d18] {
  animation: sbnf-label-enter-1db47d18 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-bnf-btn--leave .si-bnf-btn-label[data-v-1db47d18] {
  animation: sbnf-label-leave-1db47d18 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-bnf-btn-arrow[data-v-1db47d18] {
  width: 48px;
  height: 48px;
  background: #fed440;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 24px;
  overflow: hidden;
}
.si-bnf-btn-arrow svg[data-v-1db47d18] {
  width: 22px;
  height: 22px;
}
.si-bnf-btn--enter .si-bnf-btn-arrow svg[data-v-1db47d18] {
  animation: sbnf-icon-enter-1db47d18 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-bnf-btn--leave .si-bnf-btn-arrow svg[data-v-1db47d18] {
  animation: sbnf-icon-leave-1db47d18 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-bnf-link[data-v-1db47d18] {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #5094f9;
  text-decoration: none;
  cursor: pointer;
}
.si-bnf-link[data-v-1db47d18]:hover {
  opacity: 0.8;
}
/* ── 1. Refer cards ── */
.si-bnf-refer__cards[data-v-1db47d18] {
  display: flex;
  gap: 20px;
}
.si-bnf-refer__card[data-v-1db47d18] {
  flex: 1;
  background: #0a0a0a;
  border-radius: 24px;
  padding: 24px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-bnf-refer__card-top[data-v-1db47d18] {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-bnf-refer__card-label[data-v-1db47d18] {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.si-bnf-refer__card-val[data-v-1db47d18] {
  color: #fed440;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.si-bnf-refer__card-cur[data-v-1db47d18] {
  font-size: 24px;
  font-weight: 700;
  margin-left: 8px;
  vertical-align: middle;
}
.si-bnf-refer__card-prefix[data-v-1db47d18] {
  margin-right: 8px;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
.si-bnf-refer__card-body[data-v-1db47d18] {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-bnf-refer__benefits[data-v-1db47d18] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.si-bnf-refer__benefits li[data-v-1db47d18] {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #282004;
}
.si-bnf-refer__benefits li[data-v-1db47d18]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fed440;
}
/* ── 2. Steps ── */
.si-bnf-steps__grid[data-v-1db47d18] {
  display: flex;
  gap: 0;
  justify-content: space-between;
  position: relative;
}
.si-bnf-steps__line[data-v-1db47d18] {
  position: absolute;
  top: 40px;
  left: 150px;
  right: 150px;
  height: 1px;
  background: #ececec;
  z-index: 0;
}
.si-bnf-steps__item[data-v-1db47d18] {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.si-bnf-steps__icon[data-v-1db47d18] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* Combine solid white base with the semi-transparent yellow halo so the line underneath is fully blocked */
  background: linear-gradient(rgba(254, 212, 64, 0.4), rgba(254, 212, 64, 0.4)), #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 0 24px #fff;
}
.si-bnf-steps__icon-inner[data-v-1db47d18] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #282004;
}
.si-bnf-steps__text[data-v-1db47d18] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.si-bnf-steps__name[data-v-1db47d18] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #282004;
}
.si-bnf-steps__desc[data-v-1db47d18] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #282004;
}
/* ── 3. Brands ── */
.si-bnf-brands[data-v-1db47d18] {
  background: #f7f8fb;
  margin-top: 120px;
  padding-bottom: 120px;
}
.si-bnf-brands__inner[data-v-1db47d18] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-bnf-brands__cards[data-v-1db47d18] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.si-bnf-brands__row[data-v-1db47d18] {
  display: flex;
  gap: 20px;
}
.si-bnf-brands__card[data-v-1db47d18] {
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.si-bnf-brands__card--full[data-v-1db47d18] {
  flex-direction: row;
  align-items: stretch;
}
.si-bnf-brands__card-content[data-v-1db47d18] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.si-bnf-brands__card-side[data-v-1db47d18] {
  flex-shrink: 0;
  width: 365px;
  margin-left: 79px;
  border-radius: 16px;
  overflow: hidden;
}
.si-bnf-brands__card-side img[data-v-1db47d18] {
  width: 100%;
  height: auto;
  display: block;
}
.si-bnf-brands__logo-row[data-v-1db47d18] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.si-bnf-brands__logo-brand[data-v-1db47d18] {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-bnf-brands__logo-sep[data-v-1db47d18] {
  width: 1px;
  height: 20px;
  background: #281f04;
  opacity: 0.4;
  flex-shrink: 0;
}
.si-bnf-brands__logo-sufinc[data-v-1db47d18] {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-bnf-brands__title[data-v-1db47d18] {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #282004;
}
.si-bnf-brands__desc[data-v-1db47d18] {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #50555c;
}
.si-bnf-brands__row .si-bnf-brands__header-text[data-v-1db47d18] {
  min-height: 220px;
}
.si-bnf-brands__badges[data-v-1db47d18] {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}
.si-bnf-brands__badge[data-v-1db47d18] {
  flex: 1;
  background: #fed440;
  border-radius: 16px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.si-bnf-brands__badge-val[data-v-1db47d18] {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: #282004;
  margin-bottom: 10px;
}
.si-bnf-brands__badge-val-unit[data-v-1db47d18] {
  font-size: 16px;
}
.si-bnf-brands__badge-label[data-v-1db47d18] {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #282004;
}
.si-bnf-brands__link[data-v-1db47d18] {
  margin: 40px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #5094f9;
  text-decoration-line: underline;
  outline: none;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.si-bnf-brands__link[data-v-1db47d18]::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fed440;
  flex-shrink: 0;
}
.si-bnf-brands__link[data-v-1db47d18]:hover {
  opacity: 0.8;
}
.si-bnf-brands__side-img[data-v-1db47d18] {
  display: none;
}
/* ── 4. Exclusive promos ── */
.si-bnf-exclusive[data-v-1db47d18] {
  background: #fed440;
  padding-bottom: 120px;
}
.si-bnf-exclusive__inner[data-v-1db47d18] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-bnf-exclusive__header[data-v-1db47d18] {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  gap: 24px;
}
.si-bnf-exclusive__header-row[data-v-1db47d18] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.si-bnf-exclusive__header-row .si-bnf-section-title[data-v-1db47d18] {
  margin: 0;
}
.si-bnf-exclusive__carousel[data-v-1db47d18] {
  overflow: hidden;
}
.si-bnf-exclusive__track[data-v-1db47d18] {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}
.si-bnf-exclusive__track--no-transition[data-v-1db47d18] {
  transition: none;
}
.si-bnf-exclusive__card[data-v-1db47d18] {
  flex-shrink: 0;
  width: 849px;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px 40px 20px 20px;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.si-bnf-exclusive__card-img[data-v-1db47d18] {
  flex-shrink: 0;
  width: 369px;
  height: 369px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: center;
  background: #f5e9b8;
  will-change: transform;
  backface-visibility: hidden;
}
.si-bnf-exclusive__card-body[data-v-1db47d18] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.si-bnf-exclusive__card-title[data-v-1db47d18] {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #282004;
}
.si-bnf-exclusive__benefits[data-v-1db47d18] {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-bnf-exclusive__benefits li[data-v-1db47d18] {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #282004;
}
.si-bnf-exclusive__dot[data-v-1db47d18] {
  margin-top: 8px;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fed440;
}
.si-bnf-exclusive .si-bnf-btn--activate[data-v-1db47d18] {
  margin-top: auto;
}
.si-bnf-exclusive__nav[data-v-1db47d18] {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.si-bnf-exclusive__arrow[data-v-1db47d18] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.15s;
}
.si-bnf-exclusive__arrow[data-v-1db47d18]:disabled {
  opacity: 0.4;
  cursor: default;
}
.si-bnf-exclusive__arrow[data-v-1db47d18]:not(:disabled):hover {
  opacity: 0.8;
}
.si-bnf-exclusive__arrow-img[data-v-1db47d18] {
  width: 24px;
  height: 24px;
  display: block;
}
.si-bnf-exclusive__arrow-img--next[data-v-1db47d18] {
  transform: scaleX(-1);
}
/* ── 5. Reviews ── */
.si-bnf-reviews[data-v-1db47d18] {
  padding-bottom: 120px;
}
.si-bnf-reviews__inner[data-v-1db47d18] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-bnf-reviews__box[data-v-1db47d18] {
  background: #f7f8fb;
  border-radius: 24px;
  padding: 40px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-bnf-reviews__rating[data-v-1db47d18] {
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.si-bnf-reviews__rating-label[data-v-1db47d18] {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #282004;
}
.si-bnf-reviews__rating-right[data-v-1db47d18] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.si-bnf-reviews__rating-val[data-v-1db47d18] {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #282004;
}
.si-bnf-reviews__rating-star[data-v-1db47d18] {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-bnf-reviews__list[data-v-1db47d18] {
  display: flex;
  gap: 11px;
}
.si-bnf-review[data-v-1db47d18] {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
}
.si-bnf-review__user[data-v-1db47d18] {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #282004;
}
.si-bnf-review__date[data-v-1db47d18] {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #808691;
}
.si-bnf-review__text[data-v-1db47d18] {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #282004;
  flex: 1;
}
.si-bnf-review__stars[data-v-1db47d18] {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.si-bnf-review__star-img[data-v-1db47d18] {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ── Responsive ── */
@media (max-width: 900px) {
.si-bnf-hero__inner[data-v-1db47d18] {
    flex-direction: column;
    padding: 8px 20px 0;
    gap: 0;
    align-items: flex-start;
}
.si-bnf-hero__text[data-v-1db47d18] {
    display: contents;
    /* match deposit layout */
}
.si-bnf-hero__title[data-v-1db47d18] {
    order: 1;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.5px;
    text-align: left;
}
.si-bnf-hero__subtitle[data-v-1db47d18] {
    order: 2;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}
.si-bnf-hero__card[data-v-1db47d18] {
    order: 4;
    width: 260px;
    max-width: 100%;
    margin: 16px auto 0;
    align-self: center;
    justify-content: center;
}
.si-bnf-hero__card-img[data-v-1db47d18] {
    width: 100%;
    display: block;
}
.si-bnf-section[data-v-1db47d18] {
    padding-top: 40px;
}
.si-bnf-section__inner[data-v-1db47d18] {
    padding: 0 20px;
}
.si-bnf-section-header[data-v-1db47d18] {
    margin-bottom: 24px;
    gap: 8px;
}
.si-bnf-section-title[data-v-1db47d18] {
    font-size: 24px;
    line-height: 29.05px;
}
.si-bnf-section-sub[data-v-1db47d18] {
    font-size: 14px;
    line-height: 19.6px;
}
.si-bnf-refer__cards[data-v-1db47d18] {
    flex-direction: column;
    gap: 24px;
}
.si-bnf-refer__card[data-v-1db47d18] {
    padding: 16px 8px 8px;
    border-radius: 16px;
    gap: 16px;
}
.si-bnf-refer__card-top[data-v-1db47d18] {
    padding: 0 8px;
    gap: 4px;
    align-items: flex-start;
}
.si-bnf-refer__card-label[data-v-1db47d18] {
    font-size: 14px;
    line-height: 28px;
}
.si-bnf-refer__card-val[data-v-1db47d18] {
    font-size: 24px;
    line-height: 29px;
}
.si-bnf-refer__card-cur[data-v-1db47d18] {
    font-size: 14px;
    margin-left: 4px;
}
.si-bnf-refer__card-prefix[data-v-1db47d18] {
    margin-right: 4px;
    font-size: 14px;
}
.si-bnf-refer__card-body[data-v-1db47d18] {
    padding: 24px 16px;
    border-radius: 12px;
    gap: 24px;
}
.si-bnf-refer .si-bnf-btn--gold[data-v-1db47d18] {
    padding: 8px 0;
    width: auto;
    font-size: 14px;
    line-height: 28px;
}
.si-bnf-refer__benefits[data-v-1db47d18] {
    gap: 16px;
}
.si-bnf-refer__benefits li[data-v-1db47d18] {
    font-size: 12px;
    line-height: 16.8px;
    padding-left: 18px;
}
.si-bnf-refer__benefits li[data-v-1db47d18]::before {
    top: 3px;
}
.si-bnf-btn--activate[data-v-1db47d18] {
    padding: 4px 4px 4px 16px;
    height: 44px;
    font-size: 14px;
}
.si-bnf-btn-arrow[data-v-1db47d18] {
    width: 36px;
    height: 36px;
    margin-left: 16px;
}
.si-bnf-btn-arrow svg[data-v-1db47d18] {
    width: 16px;
    height: 16px;
}
.si-bnf-steps__grid[data-v-1db47d18] {
    flex-direction: row;
    gap: 7px;
    justify-content: space-between;
}
.si-bnf-steps__line[data-v-1db47d18] {
    top: 20px;
    left: 55px;
    /* Roughly half of item width */
    right: 55px;
}
.si-bnf-steps__item[data-v-1db47d18] {
    width: 107px;
    /* match exactly the figma frame width */
    gap: 8px;
}
.si-bnf-steps__icon[data-v-1db47d18] {
    width: 40px;
    height: 40px;
    background: linear-gradient(rgba(254, 212, 64, 0.4), rgba(254, 212, 64, 0.4)), #fff;
    box-shadow: 0 0 0 12px #fff;
}
.si-bnf-steps__icon-inner[data-v-1db47d18] {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.si-bnf-steps__text[data-v-1db47d18] {
    gap: 8px;
}
.si-bnf-steps__name[data-v-1db47d18] {
    font-size: 12px;
    line-height: 18px;
}
.si-bnf-steps__desc[data-v-1db47d18] {
    font-size: 10px;
    line-height: 14px;
}
.si-bnf-brands[data-v-1db47d18] {
    margin-top: 40px;
    padding-bottom: 40px;
}
.si-bnf-brands__inner[data-v-1db47d18] {
    padding: 0 20px;
}
.si-bnf-brands__row[data-v-1db47d18] {
    flex-direction: column;
    gap: 16px;
}
.si-bnf-brands__card[data-v-1db47d18] {
    padding: 16px;
    border-radius: 16px;
}
.si-bnf-brands__card--full[data-v-1db47d18] {
    flex-direction: column;
}
.si-bnf-brands__card-side[data-v-1db47d18] {
    display: none;
}
.si-bnf-brands__logo-brand[data-v-1db47d18],
  .si-bnf-brands__logo-sufinc[data-v-1db47d18] {
    height: 16px;
}
.si-bnf-brands__logo-sep[data-v-1db47d18] {
    height: 13px;
}
.si-bnf-brands__title[data-v-1db47d18] {
    margin-top: 16px;
    font-size: 18px;
    line-height: 21.6px;
}
.si-bnf-brands__desc[data-v-1db47d18] {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16.8px;
}
.si-bnf-brands__row .si-bnf-brands__header-text[data-v-1db47d18] {
    min-height: auto;
}
.si-bnf-brands__badges[data-v-1db47d18] {
    margin-top: 16px;
    gap: 8px;
}
.si-bnf-brands__badge[data-v-1db47d18] {
    padding: 8px;
    border-radius: 12px;
}
.si-bnf-brands__badge-val[data-v-1db47d18] {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.si-bnf-brands__badge-val-unit[data-v-1db47d18] {
    font-size: 9px;
}
.si-bnf-brands__badge-label[data-v-1db47d18] {
    font-size: 12px;
    line-height: 16.8px;
}
.si-bnf-brands__link[data-v-1db47d18] {
    margin: 16px 0;
    font-size: 12px;
    line-height: 16.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.si-bnf-brands__side-img[data-v-1db47d18] {
    display: block;
    width: 100%;
    border-radius: 13px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 16px;
}
.si-bnf-exclusive[data-v-1db47d18] {
    padding-bottom: 40px;
}
.si-bnf-exclusive__inner[data-v-1db47d18] {
    padding: 0 20px;
}
.si-bnf-exclusive__header-row[data-v-1db47d18] {
    align-items: flex-start;
    gap: 69px;
}
.si-bnf-exclusive__header[data-v-1db47d18] {
    margin-bottom: 24px;
}
.si-bnf-exclusive__card[data-v-1db47d18] {
    width: 250px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border-radius: 16px;
}
.si-bnf-exclusive__card-img[data-v-1db47d18] {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    align-self: auto;
    border-radius: 12px;
    margin-bottom: 16px;
    will-change: transform;
    backface-visibility: hidden;
}
.si-bnf-exclusive__card-body[data-v-1db47d18] {
    padding: 0;
    flex: 1;
    width: 100%;
}
.si-bnf-exclusive__card-title[data-v-1db47d18] {
    font-size: 18px;
    line-height: 21.6px;
}
.si-bnf-exclusive__benefits[data-v-1db47d18] {
    flex: 1;
    margin-top: 16px;
    gap: 8px;
}
.si-bnf-exclusive__benefits li[data-v-1db47d18] {
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
}
.si-bnf-exclusive__dot[data-v-1db47d18] {
    margin-top: 5px;
    width: 8px;
    height: 8px;
}
.si-bnf-exclusive .si-bnf-btn--activate[data-v-1db47d18] {
    margin-top: 16px;
}
.si-bnf-exclusive__nav[data-v-1db47d18] {
    gap: 8px;
}
.si-bnf-exclusive__arrow[data-v-1db47d18] {
    width: 28px;
    height: 28px;
}
.si-bnf-exclusive__arrow-img[data-v-1db47d18] {
    width: 16px;
    height: 16px;
}
.si-bnf-reviews[data-v-1db47d18] {
    padding-bottom: 40px;
}
.si-bnf-reviews__inner[data-v-1db47d18] {
    padding: 0 20px;
}
.si-bnf-reviews__box[data-v-1db47d18] {
    border-radius: 16px;
    padding: 16px 8px 8px;
    gap: 4px;
}
.si-bnf-reviews__rating[data-v-1db47d18] {
    padding: 0 8px 8px;
}
.si-bnf-reviews__rating-label[data-v-1db47d18] {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.si-bnf-reviews__rating-val[data-v-1db47d18] {
    font-size: 18px;
    line-height: 27px;
}
.si-bnf-reviews__rating-star[data-v-1db47d18] {
    width: 20px;
    height: 20px;
}
.si-bnf-reviews__list[data-v-1db47d18] {
    flex-direction: column;
    gap: 4px;
}
.si-bnf-review[data-v-1db47d18] {
    border-radius: 12px;
    padding: 16px;
}
.si-bnf-review__user[data-v-1db47d18] {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.si-bnf-review__date[data-v-1db47d18] {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
}
.si-bnf-review__text[data-v-1db47d18] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16.8px;
}
.si-bnf-review__stars[data-v-1db47d18] {
    margin-top: 16px;
    gap: 8px;
}
.si-bnf-review__star-img[data-v-1db47d18] {
    width: 20px;
    height: 20px;
}
}
@keyframes sbnf-label-enter-1db47d18 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sbnf-label-leave-1db47d18 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sbnf-icon-enter-1db47d18 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sbnf-icon-leave-1db47d18 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/security.vue?vue&type=style&index=0&id=5e0bc4b3&lang=less&scoped=true ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-sec[data-v-5e0bc4b3] {
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: #282004;
}
.si-sec *[data-v-5e0bc4b3] {
  box-sizing: border-box;
}
.sh-bg-section[data-v-5e0bc4b3] {
  position: relative;
  overflow: hidden;
}
/* ── Hero ── */
.si-sec-hero[data-v-5e0bc4b3] {
  width: 100%;
  position: relative;
}
.si-sec-hero__inner[data-v-5e0bc4b3] {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.si-sec-hero__text[data-v-5e0bc4b3] {
  text-align: center;
  width: 685px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-sec-hero__text span[data-v-5e0bc4b3] {
  color: #fed440;
}
.si-sec-hero__title[data-v-5e0bc4b3] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-sec-hero__subtitle[data-v-5e0bc4b3] {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-sec-hero__stats[data-v-5e0bc4b3] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.si-sec-hero__stat[data-v-5e0bc4b3] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.si-sec-hero__stat-divider[data-v-5e0bc4b3] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.si-sec-hero__stat-icon[data-v-5e0bc4b3] {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-sec-hero__stat-icon img[data-v-5e0bc4b3] {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-sec-hero__stat-val[data-v-5e0bc4b3] {
  color: #fed440;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.si-sec-hero__stat-label[data-v-5e0bc4b3] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
/* ── Section common ── */
.si-sec-section[data-v-5e0bc4b3] {
  padding-top: 120px;
}
.si-sec-section__inner[data-v-5e0bc4b3] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-sec-section-header[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
  align-items: center;
  text-align: center;
}
.si-sec-section-header .si-sec-section-title[data-v-5e0bc4b3],
.si-sec-section-header .si-sec-section-sub[data-v-5e0bc4b3] {
  max-width: 1000px;
}
.si-sec-section-title[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 81.2px;
  letter-spacing: -2px;
  color: #282004;
}
.si-sec-section-title--light[data-v-5e0bc4b3] {
  color: #fff;
}
.si-sec-section-sub[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #808691;
}
/* ── Buttons ── */
.si-sec-btn[data-v-5e0bc4b3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border: none;
  border-radius: 64px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-sec-btn--gold[data-v-5e0bc4b3] {
  background: #fed440;
  color: #282004;
}
.si-sec-btn--dark[data-v-5e0bc4b3] {
  background: #0a0a0a;
  color: #fff;
}
.si-sec-btn--with-icon[data-v-5e0bc4b3] {
  padding: 6px 6px 6px 24px;
  align-self: flex-start;
  overflow: hidden;
}
.si-sec-btn-label[data-v-5e0bc4b3] {
  display: inline-block;
}
.si-sec-btn--enter .si-sec-btn-label[data-v-5e0bc4b3] {
  animation: ssec-label-enter-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-btn--leave .si-sec-btn-label[data-v-5e0bc4b3] {
  animation: ssec-label-leave-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-btn-arrow[data-v-5e0bc4b3] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-sec-btn-arrow svg[data-v-5e0bc4b3] {
  width: 22px;
  height: 22px;
}
.si-sec-btn--enter .si-sec-btn-arrow svg[data-v-5e0bc4b3] {
  animation: ssec-icon-enter-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-btn--leave .si-sec-btn-arrow svg[data-v-5e0bc4b3] {
  animation: ssec-icon-leave-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-btn-arrow--dark[data-v-5e0bc4b3] {
  background: #0a0a0a;
}
.si-sec-btn-arrow--gold[data-v-5e0bc4b3] {
  background: #fed440;
}
/* ── 1. Aprende ── */
.si-sec-learn[data-v-5e0bc4b3] {
  padding-bottom: 120px;
}
.si-sec-learn__row[data-v-5e0bc4b3] {
  display: flex;
  gap: 100px;
  align-items: center;
}
.si-sec-learn__tips[data-v-5e0bc4b3] {
  flex: 0 0 590px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-sec-learn__tip[data-v-5e0bc4b3] {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.si-sec-learn__tip-icon[data-v-5e0bc4b3] {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.si-sec-learn__tip-icon img[data-v-5e0bc4b3] {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-sec-learn__tip-text[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px;
}
.si-sec-learn__tip-title[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #282004;
}
.si-sec-learn__tip-desc[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #808691;
}
.si-sec-learn__visual[data-v-5e0bc4b3] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si-sec-learn__visual img[data-v-5e0bc4b3] {
  width: 430px;
  height: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ── 2. Video tutorial ── */
.si-sec-video[data-v-5e0bc4b3] {
  padding: 120px 0;
  background: #f7f8fb;
  overflow: hidden;
}
.si-sec-video__main[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.si-sec-video__header[data-v-5e0bc4b3] {
  width: 880px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.si-sec-video__cta[data-v-5e0bc4b3] {
  align-self: center;
}
.si-sec-video__player[data-v-5e0bc4b3] {
  position: relative;
  width: 800px;
  max-width: calc(100% - 40px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #fed440;
}
.si-sec-video__player video[data-v-5e0bc4b3] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.si-sec-video__player-shadow[data-v-5e0bc4b3] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 116px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.si-sec-video__play-button[data-v-5e0bc4b3] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.si-sec-video__play-button svg[data-v-5e0bc4b3] {
  display: block;
  width: 72px;
  height: 72px;
}
.si-sec-video__controls[data-v-5e0bc4b3] {
  position: absolute;
  right: 20px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 16px;
}
.si-sec-video__control-toggle[data-v-5e0bc4b3] {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.si-sec-video__control-toggle svg[data-v-5e0bc4b3] {
  display: block;
  width: 16px;
  height: 16px;
}
.si-sec-video__pause-icon[data-v-5e0bc4b3] {
  display: flex;
  gap: 3px;
}
.si-sec-video__pause-icon i[data-v-5e0bc4b3] {
  display: block;
  width: 3px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
}
.si-sec-video__progress[data-v-5e0bc4b3] {
  position: relative;
  flex: 1;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.si-sec-video__progress-buffer[data-v-5e0bc4b3],
.si-sec-video__progress-value[data-v-5e0bc4b3],
.si-sec-video__progress-dot[data-v-5e0bc4b3] {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  pointer-events: none;
}
.si-sec-video__progress-buffer[data-v-5e0bc4b3] {
  width: 15%;
  background: rgba(255, 255, 255, 0.5);
}
.si-sec-video__progress-value[data-v-5e0bc4b3],
.si-sec-video__progress-dot[data-v-5e0bc4b3] {
  background: #fff;
}
.si-sec-video__progress-dot[data-v-5e0bc4b3] {
  width: 8px;
  transform: translateX(-4px);
}
.si-sec-video__chapters-window[data-v-5e0bc4b3] {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.si-sec-video__chapters[data-v-5e0bc4b3] {
  position: relative;
  width: 960px;
  max-width: calc(100% - 40px);
  min-height: 164px;
  margin: 0 auto;
}
.si-sec-video__timeline-line[data-v-5e0bc4b3] {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 100vw;
  height: 4px;
  background: linear-gradient(90deg, rgba(236, 236, 236, 0) 0%, #ececec 50%, rgba(236, 236, 236, 0) 100%);
  transform: translateX(-50%);
}
.si-sec-video__chapter-list[data-v-5e0bc4b3] {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  gap: 80px;
}
.si-sec-video__chapter[data-v-5e0bc4b3] {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.si-sec-video__chapter[data-v-5e0bc4b3]:focus-visible {
  outline: 2px solid #282004;
  outline-offset: 8px;
  border-radius: 4px;
}
.si-sec-video__chapter-time[data-v-5e0bc4b3] {
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 16px 16px 16px 0;
  background: #fff;
  color: #282004;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.si-sec-video__chapter-time--active[data-v-5e0bc4b3] {
  background: #fed440;
}
.si-sec-video__chapter-text[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-sec-video__chapter-text h3[data-v-5e0bc4b3],
.si-sec-video__chapter-text p[data-v-5e0bc4b3] {
  margin: 0;
}
.si-sec-video__chapter-text h3[data-v-5e0bc4b3] {
  color: #282004;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
}
.si-sec-video__chapter-text p[data-v-5e0bc4b3] {
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
/* ── 3. Fraud ── */
.si-sec-fraud__row[data-v-5e0bc4b3] {
  display: flex;
  gap: 20px;
}
.si-sec-fraud__alert[data-v-5e0bc4b3] {
  flex: 0 0 386px;
  background: #0a0a0a;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  overflow: hidden;
  min-height: 568px;
}
.si-sec-fraud__alert-top[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-sec-fraud__alert-tag[data-v-5e0bc4b3] {
  margin: 0;
  color: #fed440;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.si-sec-fraud__alert-status[data-v-5e0bc4b3] {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.si-sec-fraud__alert-img[data-v-5e0bc4b3] {
  position: absolute;
  bottom: 40px;
  right: 20px;
  pointer-events: none;
}
.si-sec-fraud__alert-img img[data-v-5e0bc4b3] {
  width: 225px;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-sec-fraud__never[data-v-5e0bc4b3] {
  flex: 1;
  background: #fed440;
  border-radius: 24px;
  padding: 40px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-sec-fraud__never-title[data-v-5e0bc4b3] {
  padding: 0 30px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #282004;
}
.si-sec-fraud__never-list[data-v-5e0bc4b3] {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-sec-fraud__never-item[data-v-5e0bc4b3] {
  display: flex;
  align-items: center;
  gap: 30px;
}
.si-sec-fraud__never-icon[data-v-5e0bc4b3] {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  border-radius: 20px;
}
.si-sec-fraud__never-icon img[data-v-5e0bc4b3] {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-sec-fraud__never-text[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-sec-fraud__never-name[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #282004;
}
.si-sec-fraud__never-level[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #808691;
}
.si-sec-fraud__contact[data-v-5e0bc4b3] {
  margin-top: 20px;
  background: #f7f8fb;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.si-sec-fraud__contact-texts[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-sec-fraud__contact-title[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #282004;
}
.si-sec-fraud__contact-sub[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #50555c;
}
/* ── 4. Find ── */
.si-sec-find__grid[data-v-5e0bc4b3] {
  display: flex;
  gap: 21px;
}
.si-sec-find__card[data-v-5e0bc4b3] {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #eaecf0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.si-sec-find__card-top[data-v-5e0bc4b3] {
  border-radius: 24px;
  height: 256px;
  flex-shrink: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-sec-find__card-top--gold[data-v-5e0bc4b3] {
  background: #fed440;
  color: #282004;
}
.si-sec-find__card-top--dark[data-v-5e0bc4b3] {
  background: #0a0a0a;
  color: #fff;
}
.si-sec-find__card-top--gray[data-v-5e0bc4b3] {
  background: #f7f8fb;
  color: #282004;
}
.si-sec-find__card-icon-wrap[data-v-5e0bc4b3] {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.si-sec-find__card-icon-img[data-v-5e0bc4b3] {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.si-sec-find__card-text[data-v-5e0bc4b3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.si-sec-find__card-title[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
}
.si-sec-find__card-sub[data-v-5e0bc4b3] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
  opacity: 0.8;
}
.si-sec-find__card-more[data-v-5e0bc4b3] {
  margin: 0;
  margin-top: auto;
  align-self: flex-end;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
  cursor: pointer;
}
.si-sec-find__card-questions[data-v-5e0bc4b3] {
  margin: 0;
  padding: 40px 24px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.si-sec-find__card-questions li[data-v-5e0bc4b3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: #282004;
  cursor: pointer;
}
.si-sec-find__card-questions li[data-v-5e0bc4b3]:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f1f4;
  margin-bottom: 24px;
}
.si-sec-find__q-text[data-v-5e0bc4b3] {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.si-sec-find__chevron[data-v-5e0bc4b3] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-sec-find__chevron svg[data-v-5e0bc4b3] {
  display: block;
}
/* ── 5. Social ── */
.si-sec-social__bg[data-v-5e0bc4b3] {
  background: #0a0a0a;
  padding: 120px 0;
}
.si-sec-social__grid[data-v-5e0bc4b3] {
  display: flex;
  gap: 20px;
}
.si-sec-social__card[data-v-5e0bc4b3] {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.si-sec-social__icon[data-v-5e0bc4b3] {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-sec-social__icon img[data-v-5e0bc4b3] {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-sec-social__handle[data-v-5e0bc4b3] {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #282004;
}
.si-sec-social__divider[data-v-5e0bc4b3] {
  width: 100%;
  height: 1px;
  background: #f0f1f4;
  margin-bottom: 16px;
}
.si-sec-social__desc[data-v-5e0bc4b3] {
  margin: 0 0 auto;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #50555c;
  flex: 1;
}
.si-sec-social__btn[data-v-5e0bc4b3] {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 60px;
  background: #0a0a0a;
  border: none;
  border-radius: 100px;
  padding: 0 6px 0 24px;
  cursor: pointer;
  align-self: flex-end;
  overflow: hidden;
}
.si-sec-social__btn-text[data-v-5e0bc4b3] {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
.si-sec-social__btn--enter .si-sec-social__btn-text[data-v-5e0bc4b3] {
  animation: ssec-label-enter-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-social__btn--leave .si-sec-social__btn-text[data-v-5e0bc4b3] {
  animation: ssec-label-leave-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-social__btn-icon[data-v-5e0bc4b3] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-sec-social__btn-icon svg[data-v-5e0bc4b3] {
  width: 22px;
  height: 22px;
  display: block;
  transform-origin: center;
}
.si-sec-social__btn--enter .si-sec-social__btn-icon svg[data-v-5e0bc4b3] {
  animation: ssec-social-icon-enter-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-sec-social__btn--leave .si-sec-social__btn-icon svg[data-v-5e0bc4b3] {
  animation: ssec-social-icon-leave-5e0bc4b3 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* ── Responsive ── */
@media (max-width: 900px) {
.si-sec-hero__inner[data-v-5e0bc4b3] {
    padding: 8px 20px 0 20px;
    gap: 40px;
}
.si-sec-hero__text[data-v-5e0bc4b3] {
    width: 100%;
    gap: 8px;
}
.si-sec-hero__title[data-v-5e0bc4b3] {
    text-align: left;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.5px;
}
.si-sec-hero__subtitle[data-v-5e0bc4b3] {
    text-align: left;
    font-size: 12px;
    line-height: 17px;
}
.si-sec-hero__stats[data-v-5e0bc4b3] {
    justify-content: flex-start;
    gap: 0;
}
.si-sec-hero__stat[data-v-5e0bc4b3] {
    flex: 1;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.si-sec-hero__stat-divider[data-v-5e0bc4b3] {
    flex-shrink: 0;
    width: 1px;
    margin: 0 12px;
}
.si-sec-hero__stat-divider svg[data-v-5e0bc4b3] {
    display: block;
    width: 1px;
    height: 120px;
}
.si-sec-hero__stat-icon[data-v-5e0bc4b3] {
    width: 40px;
    height: 40px;
    align-self: center;
}
.si-sec-hero__stat-icon img[data-v-5e0bc4b3] {
    width: 40px;
    height: 40px;
}
.si-sec-hero__stat-val[data-v-5e0bc4b3] {
    font-size: 18px;
    line-height: 27px;
}
.si-sec-hero__stat-label[data-v-5e0bc4b3] {
    font-size: 10px;
    line-height: 15px;
}
.si-sec-section[data-v-5e0bc4b3] {
    padding-top: 56px;
}
.si-sec-section__inner[data-v-5e0bc4b3] {
    padding: 0 20px;
}
.si-sec-section-header[data-v-5e0bc4b3] {
    margin-bottom: 24px;
    gap: 8px;
}
.si-sec-section-title[data-v-5e0bc4b3] {
    letter-spacing: -0.5px;
    font-size: 24px;
    line-height: 36px;
}
.si-sec-section-sub[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 19.6px;
}
.si-sec-learn[data-v-5e0bc4b3] {
    padding-bottom: 56px;
}
.si-sec-learn__row[data-v-5e0bc4b3] {
    flex-direction: column-reverse;
    gap: 24px;
}
.si-sec-learn__tips[data-v-5e0bc4b3] {
    flex: none;
    width: 100%;
    gap: 16px;
}
.si-sec-learn__tip[data-v-5e0bc4b3] {
    gap: 8px;
    align-items: center;
}
.si-sec-learn__tip-icon[data-v-5e0bc4b3] {
    width: 50px;
    height: 50px;
}
.si-sec-learn__tip-icon img[data-v-5e0bc4b3] {
    width: 50px;
    height: 50px;
}
.si-sec-learn__tip-text[data-v-5e0bc4b3] {
    gap: 4px;
    padding-top: 0;
}
.si-sec-learn__tip-title[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 21px;
}
.si-sec-learn__tip-desc[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 18px;
}
.si-sec-learn__visual[data-v-5e0bc4b3] {
    width: 100%;
    justify-content: center;
}
.si-sec-learn__visual img[data-v-5e0bc4b3] {
    width: 200px;
    height: 200px;
}
.si-sec-video[data-v-5e0bc4b3] {
    padding: 40px 0;
}
.si-sec-video__main[data-v-5e0bc4b3] {
    gap: 24px;
}
.si-sec-video__header[data-v-5e0bc4b3] {
    width: calc(100% - 40px);
    gap: 24px;
}
.si-sec-video__header .si-sec-section-title[data-v-5e0bc4b3] {
    line-height: 29px;
}
.si-sec-video__cta[data-v-5e0bc4b3] {
    gap: 16px;
    padding: 4px 4px 4px 16px;
    font-size: 14px;
    line-height: 28px;
}
.si-sec-video__cta .si-sec-btn-arrow[data-v-5e0bc4b3] {
    width: 36px;
    height: 36px;
}
.si-sec-video__player[data-v-5e0bc4b3] {
    border-radius: 12px;
}
.si-sec-video__player-shadow[data-v-5e0bc4b3] {
    height: 49px;
}
.si-sec-video__play-button[data-v-5e0bc4b3],
  .si-sec-video__play-button svg[data-v-5e0bc4b3] {
    width: 30px;
    height: 30px;
}
.si-sec-video__controls[data-v-5e0bc4b3] {
    right: 8px;
    bottom: 5px;
    left: 5px;
    gap: 5px;
    height: 7px;
}
.si-sec-video__control-toggle[data-v-5e0bc4b3] {
    width: 7px;
    height: 7px;
}
.si-sec-video__control-toggle svg[data-v-5e0bc4b3] {
    width: 7px;
    height: 7px;
}
.si-sec-video__pause-icon[data-v-5e0bc4b3] {
    gap: 1px;
}
.si-sec-video__pause-icon i[data-v-5e0bc4b3] {
    width: 1.5px;
    height: 7px;
}
.si-sec-video__progress[data-v-5e0bc4b3] {
    height: 4px;
    border-radius: 2px;
}
.si-sec-video__progress-buffer[data-v-5e0bc4b3],
  .si-sec-video__progress-value[data-v-5e0bc4b3],
  .si-sec-video__progress-dot[data-v-5e0bc4b3] {
    height: 4px;
    border-radius: 2px;
}
.si-sec-video__progress-dot[data-v-5e0bc4b3] {
    width: 4px;
    transform: translateX(-2px);
}
.si-sec-video__chapters-window[data-v-5e0bc4b3] {
    margin-top: 24px;
    padding: 0 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.si-sec-video__chapters-window[data-v-5e0bc4b3]::-webkit-scrollbar {
    display: none;
}
.si-sec-video__chapters-window[data-v-5e0bc4b3]::before,
  .si-sec-video__chapters-window[data-v-5e0bc4b3]::after {
    display: none;
}
.si-sec-video__chapters[data-v-5e0bc4b3] {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    min-width: 100%;
    min-height: 70px;
    margin-left: 0;
}
.si-sec-video__chapter-list[data-v-5e0bc4b3] {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 80px;
    margin-left: 0;
}
.si-sec-video__chapter[data-v-5e0bc4b3] {
    flex: 0 0 200px;
    width: 200px;
    gap: 8px;
    white-space: normal;
}
.si-sec-video__chapter-time[data-v-5e0bc4b3] {
    min-height: 24px;
    padding: 3px 12px;
    border-radius: 8px 8px 8px 0;
    font-size: 10px;
    line-height: 18px;
}
.si-sec-video__timeline-line[data-v-5e0bc4b3] {
    top: 14px;
    left: 0;
    width: 100%;
    transform: none;
}
.si-sec-video__chapter-text[data-v-5e0bc4b3] {
    width: 100%;
    gap: 4px;
}
.si-sec-video__chapter-text h3[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    overflow-wrap: break-word;
}
.si-sec-video__chapter-text p[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    overflow-wrap: break-word;
}
.si-sec-fraud__row[data-v-5e0bc4b3] {
    flex-direction: column;
}
.si-sec-fraud__alert[data-v-5e0bc4b3] {
    flex: none;
    border-radius: 16px;
    padding: 16px;
    min-height: 272px;
    gap: 24px;
}
.si-sec-fraud__alert .si-sec-fraud__alert-img[data-v-5e0bc4b3] {
    left: auto;
    transform: none;
    right: 16px;
    bottom: 16px;
}
.si-sec-fraud__alert .si-sec-fraud__alert-img img[data-v-5e0bc4b3] {
    width: 130px;
    height: 130px;
}
.si-sec-fraud__alert-tag[data-v-5e0bc4b3] {
    font-size: 18px;
    line-height: 27px;
}
.si-sec-fraud__alert-status[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 17px;
}
.si-sec-fraud__never[data-v-5e0bc4b3] {
    border-radius: 16px;
    padding: 16px 4px 4px;
    gap: 16px;
}
.si-sec-fraud__never-title[data-v-5e0bc4b3] {
    padding: 0 12px;
    font-size: 18px;
    line-height: 22px;
}
.si-sec-fraud__never-list[data-v-5e0bc4b3] {
    border-radius: 12px;
    padding: 16px;
    gap: 0;
}
.si-sec-fraud__never-item[data-v-5e0bc4b3] {
    gap: 12px;
    padding: 14px 0;
}
.si-sec-fraud__never-item[data-v-5e0bc4b3]:first-child {
    padding-top: 0;
}
.si-sec-fraud__never-item[data-v-5e0bc4b3]:last-child {
    padding-bottom: 0;
}
.si-sec-fraud__never-icon[data-v-5e0bc4b3] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.si-sec-fraud__never-icon img[data-v-5e0bc4b3] {
    width: 50px;
    height: 50px;
}
.si-sec-fraud__never-text[data-v-5e0bc4b3] {
    gap: 4px;
}
.si-sec-fraud__never-name[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 21px;
}
.si-sec-fraud__never-level[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 17px;
}
.si-sec-fraud__contact[data-v-5e0bc4b3] {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    gap: 16px;
}
.si-sec-fraud__contact-title[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 21px;
}
.si-sec-fraud__contact-sub[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 17px;
}
.si-sec-btn--with-icon[data-v-5e0bc4b3] {
    padding: 4px 4px 4px 16px;
    font-size: 14px;
}
.si-sec-btn--with-icon .si-sec-btn-arrow[data-v-5e0bc4b3] {
    width: 36px;
    height: 36px;
}
.si-sec-btn--with-icon .si-sec-btn-arrow svg[data-v-5e0bc4b3] {
    width: 16px;
    height: 16px;
}
.si-sec-find__grid[data-v-5e0bc4b3] {
    flex-direction: column;
    gap: 16px;
}
.si-sec-find__card[data-v-5e0bc4b3] {
    border-radius: 16px;
}
.si-sec-find__card-top[data-v-5e0bc4b3] {
    border-radius: 16px;
    height: 156px;
    padding: 16px;
    gap: 8px;
}
.si-sec-find__card-icon-wrap[data-v-5e0bc4b3] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.si-sec-find__card-icon-img[data-v-5e0bc4b3] {
    width: 40px;
    height: 40px;
}
.si-sec-find__card-text[data-v-5e0bc4b3] {
    gap: 0;
}
.si-sec-find__card-title[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
}
.si-sec-find__card-sub[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px;
}
.si-sec-find__card-more[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 28px;
    margin-top: 8px;
}
.si-sec-find__card-questions[data-v-5e0bc4b3] {
    padding: 16px;
}
.si-sec-find__card-questions li[data-v-5e0bc4b3] {
    min-height: 28px;
    font-size: 12px;
    line-height: 28px;
}
.si-sec-find__card-questions li[data-v-5e0bc4b3]:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.si-sec-find__chevron[data-v-5e0bc4b3] {
    width: 16px;
    height: 16px;
}
.si-sec-social__bg[data-v-5e0bc4b3] {
    padding: 40px 0;
}
.si-sec-social__grid[data-v-5e0bc4b3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.si-sec-social__card[data-v-5e0bc4b3] {
    border-radius: 16px;
    padding: 16px;
}
.si-sec-social__icon[data-v-5e0bc4b3] {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
}
.si-sec-social__icon img[data-v-5e0bc4b3] {
    width: 30px;
    height: 30px;
}
.si-sec-social__handle[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
}
.si-sec-social__divider[data-v-5e0bc4b3] {
    margin-bottom: 12px;
}
.si-sec-social__desc[data-v-5e0bc4b3] {
    font-size: 12px;
    line-height: 16.8px;
    padding-bottom: 16px;
}
.si-sec-social__btn[data-v-5e0bc4b3] {
    height: 44px;
    padding: 0 4px 0 16px;
}
.si-sec-social__btn-text[data-v-5e0bc4b3] {
    font-size: 14px;
    line-height: 28px;
}
.si-sec-social__btn-icon[data-v-5e0bc4b3] {
    width: 36px;
    height: 36px;
}
.si-sec-social__btn-icon svg[data-v-5e0bc4b3] {
    width: 16px;
    height: 16px;
}
}
@keyframes ssec-label-enter-5e0bc4b3 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes ssec-label-leave-5e0bc4b3 {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes ssec-icon-enter-5e0bc4b3 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes ssec-icon-leave-5e0bc4b3 {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes ssec-social-icon-enter-5e0bc4b3 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(90deg);
}
}
@keyframes ssec-social-icon-leave-5e0bc4b3 {
from {
    transform: rotate(90deg);
}
to {
    transform: rotate(0deg);
}
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/help.vue?vue&type=style&index=0&id=5bb9d9b4&lang=less&scoped=true ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sh-bg-section[data-v-5bb9d9b4] {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
/* ── Hero ── */
.si-hlp-hero[data-v-5bb9d9b4] {
  width: 100%;
  position: relative;
  overflow: visible;
}
.si-hlp-hero__inner[data-v-5bb9d9b4] {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.si-hlp-hero__text[data-v-5bb9d9b4] {
  width: 640px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.si-hlp-hero__title[data-v-5bb9d9b4] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-hlp-hero__title span[data-v-5bb9d9b4] {
  color: #fed440;
}
.si-hlp-hero__subtitle[data-v-5bb9d9b4] {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-hlp-hero__card[data-v-5bb9d9b4] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.si-hlp-hero__card-img[data-v-5bb9d9b4] {
  width: 100%;
  max-width: 548px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ── FAQ section ── */
.si-hlp-faq[data-v-5bb9d9b4] {
  background: #fff;
  padding: 120px 0 120px;
  /* Tab bar: hidden on PC */
  /* ── Sidebar ── */
  /* ── Content ── */
  /* Chevron: hidden on PC */
}
.si-hlp-faq__tabs-wrap[data-v-5bb9d9b4] {
  display: none;
}
.si-hlp-faq__inner[data-v-5bb9d9b4] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 96px;
}
.si-hlp-faq__sidebar[data-v-5bb9d9b4] {
  width: 280px;
  flex-shrink: 0;
}
.si-hlp-faq__cat-item[data-v-5bb9d9b4] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 12px 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #282004;
  line-height: 24px;
  position: relative;
  transition: background 0.15s;
}
.si-hlp-faq__cat-item.is-active[data-v-5bb9d9b4] {
  background: #fcf5db;
  font-weight: 700;
}
.si-hlp-faq__cat-item.is-active[data-v-5bb9d9b4]::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fed440;
}
.si-hlp-faq__cat-item[data-v-5bb9d9b4]:hover:not(.is-active) {
  background: #f8f8f8;
}
.si-hlp-faq__content[data-v-5bb9d9b4] {
  flex: 1;
  min-width: 0;
}
.si-hlp-faq__content-title[data-v-5bb9d9b4] {
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0 0 40px;
}
.si-hlp-faq__title-colon[data-v-5bb9d9b4] {
  /* visible on PC, hidden on mobile */
}
.si-hlp-faq__list[data-v-5bb9d9b4] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.si-hlp-faq__item[data-v-5bb9d9b4] {
  padding: 24px 0;
}
.si-hlp-faq__q-row[data-v-5bb9d9b4] {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.si-hlp-faq__q-num[data-v-5bb9d9b4] {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  color: #282004;
  line-height: 28px;
}
.si-hlp-faq__q-text[data-v-5bb9d9b4] {
  flex: 1;
  min-width: 0;
  font-size: 20px;
  font-weight: 600;
  color: #282004;
  line-height: 28px;
}
.si-hlp-faq__chevron[data-v-5bb9d9b4] {
  display: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.si-hlp-faq__chevron svg[data-v-5bb9d9b4] {
  display: block;
  width: 24px;
  height: 24px;
}
.is-expanded .si-hlp-faq__chevron[data-v-5bb9d9b4] {
  transform: rotate(180deg);
}
.si-hlp-faq__a[data-v-5bb9d9b4] {
  padding-left: 30px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 24px;
}
.si-hlp-faq__a[data-v-5bb9d9b4] p {
  margin: 0;
}
.si-hlp-faq__a[data-v-5bb9d9b4] p + p {
  margin-top: 8px;
}
/* ── Responsive ── */
@media (max-width: 900px) {
.si-hlp-hero__inner[data-v-5bb9d9b4] {
    flex-direction: column;
    padding: 8px 20px 0;
    gap: 0;
    align-items: flex-start;
}
.si-hlp-hero__text[data-v-5bb9d9b4] {
    display: contents;
}
.si-hlp-hero__title[data-v-5bb9d9b4] {
    order: 1;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.5px;
    text-align: left;
}
.si-hlp-hero__subtitle[data-v-5bb9d9b4] {
    order: 2;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}
.si-hlp-hero__card[data-v-5bb9d9b4] {
    order: 4;
    width: 260px;
    max-width: 100%;
    margin: 16px auto 0;
    align-self: center;
    justify-content: center;
}
.si-hlp-hero__card-img[data-v-5bb9d9b4] {
    width: 100%;
    display: block;
}
.si-hlp-faq[data-v-5bb9d9b4] {
    padding: 0 0 40px;
    /* Tab bar: visible on mobile */
    /* Sidebar: hidden on mobile */
}
.si-hlp-faq__tabs-wrap[data-v-5bb9d9b4] {
    display: block;
    border-bottom: 1px solid #f0f1f4;
    overflow-x: auto;
    scrollbar-width: none;
}
.si-hlp-faq__tabs-wrap[data-v-5bb9d9b4]::-webkit-scrollbar {
    display: none;
}
.si-hlp-faq__tabs[data-v-5bb9d9b4] {
    display: flex;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
}
.si-hlp-faq__tab[data-v-5bb9d9b4] {
    flex-shrink: 0;
    height: 48px;
    padding: 0 16px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 400;
    color: #282004;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -1px;
}
.si-hlp-faq__tab.is-active[data-v-5bb9d9b4] {
    font-weight: 700;
    border-bottom-color: #fed440;
}
.si-hlp-faq__sidebar[data-v-5bb9d9b4] {
    display: none;
}
.si-hlp-faq__inner[data-v-5bb9d9b4] {
    display: block;
    padding: 0 20px;
}
.si-hlp-faq__content-title[data-v-5bb9d9b4] {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 16px;
}
.si-hlp-faq__title-colon[data-v-5bb9d9b4] {
    display: none;
}
.si-hlp-faq__item[data-v-5bb9d9b4] {
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}
.si-hlp-faq__item[data-v-5bb9d9b4]:last-child {
    border-bottom: none;
}
.si-hlp-faq__q-row[data-v-5bb9d9b4] {
    align-items: flex-start;
}
.si-hlp-faq__q-num[data-v-5bb9d9b4] {
    font-size: 16px;
    line-height: 24px;
}
.si-hlp-faq__q-text[data-v-5bb9d9b4] {
    font-size: 16px;
    line-height: 24px;
}
.si-hlp-faq__chevron[data-v-5bb9d9b4] {
    display: flex;
    margin-top: 2px;
}
.si-hlp-faq__a[data-v-5bb9d9b4] {
    padding-left: 24px;
    font-size: 14px;
    line-height: 22px;
}
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/us.vue?vue&type=style&index=0&id=4fdb055e&lang=less&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-us[data-v-4fdb055e] {
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  color: #282004;
}
.si-us *[data-v-4fdb055e] {
  box-sizing: border-box;
}
.sh-bg-section[data-v-4fdb055e] {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
/* ── Hero ── */
.si-us-hero[data-v-4fdb055e] {
  width: 100%;
  position: relative;
  overflow: visible;
}
.si-us-hero__inner[data-v-4fdb055e] {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.si-us-hero__text[data-v-4fdb055e] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.si-us-hero__title[data-v-4fdb055e] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-us-hero__title span[data-v-4fdb055e] {
  color: #fed440;
}
.si-us-hero__subtitle[data-v-4fdb055e] {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-us-hero__cta[data-v-4fdb055e] {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #fed440;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 56px;
  overflow: hidden;
}
.si-us-hero__cta-label[data-v-4fdb055e] {
  font-size: 18px;
  font-weight: 600;
  color: #282004;
  letter-spacing: -0.25px;
  line-height: 28px;
  display: inline-block;
}
.si-us-hero__cta--enter .si-us-hero__cta-label[data-v-4fdb055e] {
  animation: sus-label-enter-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-hero__cta--leave .si-us-hero__cta-label[data-v-4fdb055e] {
  animation: sus-label-leave-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-hero__cta-icon[data-v-4fdb055e] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-us-hero__cta--enter .si-us-hero__cta-icon svg[data-v-4fdb055e] {
  animation: sus-icon-enter-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-hero__cta--leave .si-us-hero__cta-icon svg[data-v-4fdb055e] {
  animation: sus-icon-leave-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-hero__card[data-v-4fdb055e] {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.si-us-hero__card-img[data-v-4fdb055e] {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
/* ── Responsive ── */
@media (max-width: 900px) {
.si-us-hero__inner[data-v-4fdb055e] {
    flex-direction: column;
    padding: 8px 20px 0;
    gap: 0;
    align-items: flex-start;
}
.si-us-hero__text[data-v-4fdb055e] {
    display: contents;
}
.si-us-hero__title[data-v-4fdb055e] {
    order: 1;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.5px;
    text-align: left;
}
.si-us-hero__subtitle[data-v-4fdb055e] {
    order: 2;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: left;
}
.si-us-hero__cta[data-v-4fdb055e] {
    order: 3;
    margin-top: 24px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 4px 4px 16px;
    gap: 16px;
}
.si-us-hero__cta-label[data-v-4fdb055e] {
    font-size: 14px;
    line-height: 28px;
}
.si-us-hero__cta-icon[data-v-4fdb055e] {
    width: 36px;
    height: 36px;
}
.si-us-hero__cta-icon svg[data-v-4fdb055e] {
    width: 16.5px;
    height: 16.5px;
}
.si-us-hero__card[data-v-4fdb055e] {
    order: 4;
    width: 260px;
    max-width: 100%;
    margin: 32px auto 0;
    align-self: center;
    justify-content: center;
}
.si-us-hero__card-img[data-v-4fdb055e] {
    width: 100%;
}
}
/* ── Tabs Section ── */
.si-us-tabs-section[data-v-4fdb055e] {
  background: #fff;
  padding: 40px 0 120px;
}
.si-us-tabs-section__inner[data-v-4fdb055e] {
  max-width: 1200px;
  margin: 0 auto;
}
/* ── Tab bar ── */
.si-us-tab-bar[data-v-4fdb055e] {
  display: flex;
  gap: 8px;
  margin-bottom: 80px;
}
.si-us-tab-bar__btn[data-v-4fdb055e] {
  height: 44px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #ececec;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #282004;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.si-us-tab-bar__btn.is-active[data-v-4fdb055e] {
  background: #fed440;
  border-color: #fed440;
}
.si-us-tab-bar__btn[data-v-4fdb055e]:hover:not(.is-active) {
  background: #f5f5f5;
}
/* ── Sobre nosotros ── */
.si-us-sobre__grid[data-v-4fdb055e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.si-us-sobre__card[data-v-4fdb055e] {
  background: #f7f8fb;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  min-height: 430px;
}
.si-us-sobre__card-text[data-v-4fdb055e] {
  position: relative;
  z-index: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-sobre__card-title[data-v-4fdb055e] {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -1px;
}
.si-us-sobre__card-desc[data-v-4fdb055e] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #808691;
  line-height: 1.6;
}
.si-us-sobre__card-img[data-v-4fdb055e] {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 220px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
/* ── Soluciones section ── */
.si-us-soluciones[data-v-4fdb055e] {
  background: #fff;
  padding: 120px 0 0;
}
.si-us-soluciones__inner[data-v-4fdb055e] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.si-us-soluciones__text[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 880px;
  text-align: center;
}
.si-us-soluciones__heading[data-v-4fdb055e] {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -2px;
}
.si-us-soluciones__subtitle[data-v-4fdb055e] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #808691;
  line-height: 1.6;
}
.si-us-soluciones__phone-wrap[data-v-4fdb055e] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.si-us-soluciones__phone[data-v-4fdb055e] {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}
/* ── Únete al equipo (Join Us) section ── */
.si-us-joinus[data-v-4fdb055e] {
  background: #0a0a0a;
  padding: 120px 0;
  /* ── Form card ── */
  /* ── Custom select ── */
  /* ── File upload ── */
  /* ── Privacy row ── */
  /* ── Submit button ── */
  /* ── Promo block ── */
}
.si-us-joinus__inner[data-v-4fdb055e] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
}
.si-us-joinus__card[data-v-4fdb055e] {
  flex: 0 0 512px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.si-us-joinus__success[data-v-4fdb055e] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #282004;
  margin-bottom: 24px;
}
.si-us-joinus__form[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-joinus__field[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.si-us-joinus__label[data-v-4fdb055e] {
  font-size: 14px;
  font-weight: 400;
  color: #50555c;
  line-height: 20px;
}
.si-us-joinus__input[data-v-4fdb055e] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #f7f8fb;
  border: 1px solid #f7f8fb;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #282004;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.si-us-joinus__input[data-v-4fdb055e]::-moz-placeholder {
  color: #b4b9c3;
}
.si-us-joinus__input[data-v-4fdb055e]::placeholder {
  color: #b4b9c3;
}
.si-us-joinus__input[data-v-4fdb055e]:focus {
  border-color: #fed440;
}
.si-us-joinus__select[data-v-4fdb055e] {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #f7f8fb;
  border: 1px solid #f7f8fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.si-us-joinus__select-val[data-v-4fdb055e] {
  font-size: 16px;
  font-weight: 400;
  color: #282004;
}
.si-us-joinus__select-placeholder[data-v-4fdb055e] {
  font-size: 16px;
  font-weight: 400;
  color: #b4b9c3;
}
.si-us-joinus__select-arrow[data-v-4fdb055e] {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.si-us-joinus__select-arrow.is-open[data-v-4fdb055e] {
  transform: rotate(180deg);
}
.si-us-joinus__dropdown[data-v-4fdb055e] {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid #dde1e9;
  border-radius: 8px;
  padding: 8px;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
}
.si-us-joinus__dropdown-item[data-v-4fdb055e] {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #282004;
  border-radius: 4px;
  cursor: pointer;
}
.si-us-joinus__dropdown-item[data-v-4fdb055e]:hover {
  background: #f5f5f5;
}
.si-us-joinus__file-box[data-v-4fdb055e] {
  width: 100%;
  min-height: 56px;
  height: auto;
  background: #f7f8fb;
  border: 1px solid #f7f8fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.si-us-joinus__file-left[data-v-4fdb055e] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
.si-us-joinus__file-label[data-v-4fdb055e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #282004;
  cursor: pointer;
  width: 100%;
}
.si-us-joinus__upload-icon[data-v-4fdb055e] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.si-us-joinus__file-refresh[data-v-4fdb055e] {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-us-joinus__file-icon[data-v-4fdb055e] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-us-joinus__file-info[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
}
.si-us-joinus__file-name[data-v-4fdb055e] {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #282004;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.si-us-joinus__file-status[data-v-4fdb055e] {
  font-size: 12px;
  color: #b4b9c3;
}
.si-us-joinus__file-change[data-v-4fdb055e] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #282004;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border-radius: 45px;
  padding: 9px 16px;
  flex-shrink: 0;
}
.si-us-joinus__privacy-row[data-v-4fdb055e] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.si-us-joinus__checkbox[data-v-4fdb055e] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1.5px solid #dde1e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}
.si-us-joinus__checkbox.is-checked[data-v-4fdb055e] {
  background: #fed440;
  border-color: #fed440;
}
.si-us-joinus__privacy-link[data-v-4fdb055e] {
  font-size: 14px;
  font-weight: 400;
  color: #5094f9;
  cursor: pointer;
  text-decoration: none;
}
.si-us-joinus__privacy-link[data-v-4fdb055e]:hover {
  text-decoration: underline;
}
.si-us-joinus__actions[data-v-4fdb055e] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.si-us-joinus__submit[data-v-4fdb055e] {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 60px;
  padding: 0 8px 0 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: not-allowed;
  opacity: 0.35;
  transition: opacity 0.15s;
  overflow: hidden;
}
.si-us-joinus__submit.is-active[data-v-4fdb055e] {
  opacity: 1;
  cursor: pointer;
}
.si-us-joinus__submit.is-active[data-v-4fdb055e]:hover {
  opacity: 0.88;
}
.si-us-joinus__submit-label[data-v-4fdb055e] {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.25px;
  display: inline-block;
}
.si-us-joinus__submit--enter .si-us-joinus__submit-label[data-v-4fdb055e] {
  animation: sus-label-enter-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-joinus__submit--leave .si-us-joinus__submit-label[data-v-4fdb055e] {
  animation: sus-label-leave-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-joinus__submit-icon[data-v-4fdb055e] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-us-joinus__submit--enter .si-us-joinus__submit-icon svg[data-v-4fdb055e] {
  animation: sus-icon-enter-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-joinus__submit--leave .si-us-joinus__submit-icon svg[data-v-4fdb055e] {
  animation: sus-icon-leave-4fdb055e 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-us-joinus__promo[data-v-4fdb055e] {
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-us-joinus__promo-head[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-joinus__promo-title[data-v-4fdb055e] {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  color: #fed440;
  line-height: 1.2;
  letter-spacing: -2px;
}
.si-us-joinus__promo-subtitle[data-v-4fdb055e] {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}
.si-us-joinus__mascot[data-v-4fdb055e] {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ── Seguridad section ── */
.si-us-seguridad[data-v-4fdb055e] {
  background: #f7f8fb;
  padding: 120px 0;
}
.si-us-seguridad__inner[data-v-4fdb055e] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-us-seguridad__heading[data-v-4fdb055e] {
  font-size: 58px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0 0 80px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.si-us-seguridad__cards[data-v-4fdb055e] {
  display: flex;
  gap: 20px;
}
.si-us-seguridad__card[data-v-4fdb055e] {
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-seguridad__logo[data-v-4fdb055e] {
  flex-shrink: 0;
  display: block;
  height: auto;
}
.si-us-seguridad__logo--visa[data-v-4fdb055e] {
  width: 117px;
}
.si-us-seguridad__logo--buro[data-v-4fdb055e] {
  width: 65px;
}
.si-us-seguridad__desc[data-v-4fdb055e] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #808691;
  line-height: 1.6;
}
.si-us-seguridad__link[data-v-4fdb055e] {
  color: #5094f9;
  text-decoration: none;
}
.si-us-seguridad__link[data-v-4fdb055e]:hover {
  text-decoration: underline;
}
/* ── Historia de desarrollo ── */
.si-us-historia[data-v-4fdb055e] {
  /* Both row types use the same 3-col grid: card/text(488) | step-center(224) | text/card(488)
     HTML order already handles the left/right card swap. */
  /* ── Step column ── */
  /* ── Card ── */
  /* ── Text column ── */
}
.si-us-historia__heading[data-v-4fdb055e] {
  font-size: 58px;
  font-weight: 700;
  color: #282004;
  line-height: 1.4;
  letter-spacing: -2px;
  margin: 0 0 80px;
}
.si-us-historia__timeline[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.si-us-historia__row[data-v-4fdb055e] {
  display: grid;
  grid-template-columns: 488px 224px 488px;
  align-items: stretch;
}
.si-us-historia__step-col[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.si-us-historia__step-line[data-v-4fdb055e] {
  display: none;
  /* line is rendered via ::after on step-col */
}
.si-us-historia__step-dot[data-v-4fdb055e] {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-us-historia__step-outer[data-v-4fdb055e] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fed440;
  opacity: 0.35;
}
.si-us-historia__step-inner[data-v-4fdb055e] {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  color: #282004;
  line-height: 1;
}
.si-us-historia__card[data-v-4fdb055e] {
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-historia__card--light[data-v-4fdb055e] {
  background: #f7f8fb;
}
.si-us-historia__card--dark[data-v-4fdb055e] {
  background: #0a0a0a;
}
.si-us-historia__card--yellow[data-v-4fdb055e] {
  background: #fed440;
}
.si-us-historia__card-icon[data-v-4fdb055e] {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.si-us-historia__card-icon img[data-v-4fdb055e] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 20px;
}
.si-us-historia__card-year[data-v-4fdb055e] {
  font-size: 32px;
  font-weight: 700;
  color: #282004;
  line-height: 1.5;
}
.si-us-historia__card-year--white[data-v-4fdb055e] {
  color: #ffffff;
}
.si-us-historia__card-sub[data-v-4fdb055e] {
  font-size: 16px;
  font-weight: 400;
  color: rgba(40, 32, 4, 0.8);
  line-height: 1.5;
}
.si-us-historia__card-sub--white[data-v-4fdb055e] {
  color: rgba(255, 255, 255, 0.8);
}
.si-us-historia__text-col[data-v-4fdb055e] {
  display: flex;
  align-items: center;
  padding: 0;
}
.si-us-historia__text-col p[data-v-4fdb055e] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #282004;
  line-height: 28px;
}
.si-us-historia__copy[data-v-4fdb055e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-historia__copy strong[data-v-4fdb055e] {
  font-weight: 700;
}
/* Connecting line between rows: 14px below outer ring, 18px before next dot.
   row-gap=80px, so bottom offset = -(80-18) = -62px */
.si-us-historia__row:not(:last-child) .si-us-historia__step-col[data-v-4fdb055e]::after {
  content: '';
  position: absolute;
  top: 94px;
  /* dot 80px + gap 14px */
  bottom: -62px;
  /* row-gap 80px - 18px before next dot */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #f4f4f7;
}
/* ── Historia responsive ── */
@media (max-width: 900px) {
.si-us-tabs-section[data-v-4fdb055e] {
    padding: 16px 0 40px;
}
.si-us-tabs-section__inner[data-v-4fdb055e] {
    padding: 0 20px;
}
.si-us-tab-bar[data-v-4fdb055e] {
    margin-bottom: 24px;
    background: transparent;
    border-radius: 40px;
    padding: 0;
    gap: 8px;
}
.si-us-tab-bar__btn[data-v-4fdb055e] {
    flex: none;
    height: 38px;
    font-size: 12px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 40px;
}
.si-us-tab-bar__btn.is-active[data-v-4fdb055e] {
    background: #fed440;
    border-color: #fed440;
}
.si-us-tab-bar__btn[data-v-4fdb055e]:hover:not(.is-active) {
    background: #f5f5f5;
}
.si-us-sobre__grid[data-v-4fdb055e] {
    grid-template-columns: 1fr;
    gap: 16px;
}
.si-us-sobre__card[data-v-4fdb055e] {
    border-radius: 16px;
    padding: 16px;
    min-height: 233px;
}
.si-us-sobre__card-title[data-v-4fdb055e] {
    font-size: 20px;
    letter-spacing: -0.5px;
}
.si-us-sobre__card-desc[data-v-4fdb055e] {
    font-size: 12px;
}
.si-us-sobre__card-img[data-v-4fdb055e] {
    right: 16px;
    bottom: 16px;
    width: 110px;
    height: 110px;
}
.si-us-soluciones[data-v-4fdb055e] {
    padding: 40px 20px 0;
}
.si-us-soluciones__heading[data-v-4fdb055e] {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.si-us-soluciones__subtitle[data-v-4fdb055e] {
    font-size: 14px;
}
.si-us-soluciones__phone-wrap[data-v-4fdb055e] {
    margin-top: 24px;
}
.si-us-joinus[data-v-4fdb055e] {
    padding: 40px 20px;
}
.si-us-joinus__inner[data-v-4fdb055e] {
    flex-direction: column-reverse;
    gap: 24px;
}
.si-us-joinus__card[data-v-4fdb055e] {
    flex: none;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
}
.si-us-joinus__form[data-v-4fdb055e] {
    gap: 12px;
}
.si-us-joinus__input[data-v-4fdb055e] {
    height: 40px;
    font-size: 14px;
}
.si-us-joinus__select[data-v-4fdb055e] {
    height: 40px;
    font-size: 14px;
}
.si-us-joinus__file-box[data-v-4fdb055e] {
    min-height: 48px;
    height: auto;
    overflow: hidden;
}
.si-us-joinus__file-icon[data-v-4fdb055e] {
    width: 28px;
    height: 28px;
}
.si-us-joinus__file-left[data-v-4fdb055e] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}
.si-us-joinus__file-info[data-v-4fdb055e] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    max-width: 100%;
}
.si-us-joinus__file-name[data-v-4fdb055e] {
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.si-us-joinus__file-status[data-v-4fdb055e] {
    font-size: 10px;
    line-height: 14px;
    color: #808691;
}
.si-us-joinus__file-change[data-v-4fdb055e] {
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    color: #282004;
    padding: 4px 8px;
}
.si-us-joinus__file-change .si-us-joinus__file-refresh[data-v-4fdb055e] {
    width: 8px;
    height: 8px;
}
.si-us-joinus__file-label[data-v-4fdb055e] {
    font-size: 14px;
}
.si-us-joinus__submit[data-v-4fdb055e] {
    height: 44px;
    padding: 0 6px 0 16px;
    gap: 12px;
}
.si-us-joinus__submit-label[data-v-4fdb055e] {
    font-size: 14px;
}
.si-us-joinus__submit-icon[data-v-4fdb055e] {
    width: 36px;
    height: 36px;
}
.si-us-joinus__submit-icon svg[data-v-4fdb055e] {
    width: 16px;
    height: 16px;
}
.si-us-joinus__promo[data-v-4fdb055e] {
    flex: none;
    width: 100%;
    padding-top: 0;
    gap: 12px;
    align-items: center;
    text-align: center;
}
.si-us-joinus__promo-title[data-v-4fdb055e] {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.si-us-joinus__promo-subtitle[data-v-4fdb055e] {
    font-size: 13px;
    line-height: 1.5;
}
.si-us-joinus__mascot[data-v-4fdb055e] {
    max-width: 200px;
}
.si-us-seguridad[data-v-4fdb055e] {
    padding: 40px 20px;
}
.si-us-seguridad__heading[data-v-4fdb055e] {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}
.si-us-seguridad__cards[data-v-4fdb055e] {
    flex-direction: column;
    gap: 16px;
}
.si-us-seguridad__card[data-v-4fdb055e] {
    border-radius: 16px;
    padding: 16px;
}
.si-us-seguridad__logo--visa[data-v-4fdb055e] {
    width: 58px;
}
.si-us-seguridad__logo--buro[data-v-4fdb055e] {
    width: 32px;
}
.si-us-seguridad__desc[data-v-4fdb055e] {
    font-size: 12px;
}
.si-us-historia[data-v-4fdb055e] {
    /* Step col: spans both rows, top-aligned */
    /* card-left: card in col2 row1, text in col2 row2 */
    /* card-right: same, card and text both in col2 */
}
.si-us-historia__heading[data-v-4fdb055e] {
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}
.si-us-historia__timeline[data-v-4fdb055e] {
    gap: 24px;
}
.si-us-historia__row[data-v-4fdb055e] {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 0;
    /* Both row variants same layout on mobile */
}
.si-us-historia__row--card-left[data-v-4fdb055e],
  .si-us-historia__row--card-right[data-v-4fdb055e] {
    grid-template-columns: 40px 1fr;
}
.si-us-historia__step-col[data-v-4fdb055e] {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 40px;
    position: relative;
}
.si-us-historia__step-dot[data-v-4fdb055e] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.si-us-historia__step-inner[data-v-4fdb055e] {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.si-us-historia__row--card-left .si-us-historia__card[data-v-4fdb055e] {
    grid-column: 2;
    grid-row: 1;
}
.si-us-historia__row--card-left .si-us-historia__text-col[data-v-4fdb055e] {
    grid-column: 2;
    grid-row: 2;
}
.si-us-historia__row--card-right .si-us-historia__card[data-v-4fdb055e] {
    grid-column: 2;
    grid-row: 1;
}
.si-us-historia__row--card-right .si-us-historia__text-col[data-v-4fdb055e] {
    grid-column: 2;
    grid-row: 2;
}
.si-us-historia__card[data-v-4fdb055e] {
    border-radius: 16px;
    padding: 16px;
    gap: 12px;
}
.si-us-historia__card-icon[data-v-4fdb055e] {
    width: 40px;
    height: 40px;
}
.si-us-historia__card-icon img[data-v-4fdb055e] {
    border-radius: 8px;
}
.si-us-historia__card-year[data-v-4fdb055e] {
    font-size: 18px;
    line-height: 27px;
}
.si-us-historia__card-sub[data-v-4fdb055e] {
    font-size: 12px;
    line-height: 17px;
}
.si-us-historia__text-col[data-v-4fdb055e] {
    padding: 12px 0 0;
}
.si-us-historia__text-col p[data-v-4fdb055e] {
    font-size: 12px;
    line-height: 17px;
}
.si-us-historia__copy[data-v-4fdb055e] {
    gap: 12px;
}
  /* Mobile connecting line: dot(40px) + gap(8px) to next dot, stopping 8px before */
.si-us-historia__row:not(:last-child) .si-us-historia__step-col[data-v-4fdb055e]::after {
    content: '';
    position: absolute;
    top: 48px;
    /* dot 40px + gap 8px */
    bottom: -16px;
    /* extends 16px below step-col into row-gap */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #f4f4f7;
    display: block;
}
}
/* ── Misión section ── */
.si-us-mision[data-v-4fdb055e] {
  background: #f7f8fb;
  overflow: hidden;
  position: relative;
  height: 700px;
}
.si-us-mision__decor[data-v-4fdb055e] {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 0;
  pointer-events: none;
}
.si-us-mision__decor-ring[data-v-4fdb055e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 600px 580px;
  animation: sus-ring-spin-4fdb055e 60s linear infinite;
}
.si-us-mision__circle[data-v-4fdb055e] {
  position: absolute;
}
.si-us-mision__text[data-v-4fdb055e] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 420px;
  width: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-us-mision__title[data-v-4fdb055e] {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #282004;
  line-height: 1.4;
  letter-spacing: -1px;
}
.si-us-mision__body[data-v-4fdb055e] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
}
@media (max-width: 900px) {
.si-us-mision[data-v-4fdb055e] {
    height: auto;
    min-height: 335px;
    padding-bottom: 40px;
}
.si-us-mision__decor[data-v-4fdb055e] {
    top: 40px;
    width: 375px;
}
.si-us-mision__decor-ring[data-v-4fdb055e] {
    transform-origin: 187px 300px;
}
.si-us-mision__text[data-v-4fdb055e] {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    padding-top: 150px;
    width: 300px;
    gap: 8px;
}
.si-us-mision__title[data-v-4fdb055e] {
    font-size: 24px;
    line-height: 1.4;
}
.si-us-mision__body[data-v-4fdb055e] {
    font-size: 14px;
    line-height: 20px;
}
}
/* ── Visión section ── */
.si-us-vision[data-v-4fdb055e] {
  background: #fff;
  padding: 120px 0;
}
.si-us-vision__inner[data-v-4fdb055e] {
  max-width: 1200px;
  margin: 0 auto;
}
.si-us-vision__heading[data-v-4fdb055e] {
  font-size: 58px;
  font-weight: 700;
  color: #282004;
  line-height: 1.4;
  letter-spacing: -2px;
  margin: 0 0 80px;
  text-align: center;
}
.si-us-vision__cards[data-v-4fdb055e] {
  display: flex;
  gap: 21px;
  align-items: stretch;
}
.si-us-vision__card[data-v-4fdb055e] {
  flex: 1;
  border-radius: 24px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.si-us-vision__card--light[data-v-4fdb055e] {
  background: #f7f8fb;
}
.si-us-vision__card--yellow[data-v-4fdb055e] {
  background: #fed440;
}
.si-us-vision__card--dark[data-v-4fdb055e] {
  background: #0a0a0a;
}
.si-us-vision__card-icon[data-v-4fdb055e] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-us-vision__card-icon img[data-v-4fdb055e] {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.si-us-vision__card-body[data-v-4fdb055e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-us-vision__card-title[data-v-4fdb055e] {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #282004;
  line-height: 1.5;
}
.si-us-vision__card-title--white[data-v-4fdb055e] {
  color: #ffffff;
}
.si-us-vision__card-desc[data-v-4fdb055e] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(40, 32, 4, 0.8);
  line-height: 1.6;
}
.si-us-vision__card-desc--white[data-v-4fdb055e] {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 900px) {
.si-us-vision[data-v-4fdb055e] {
    padding: 40px 0;
}
.si-us-vision__inner[data-v-4fdb055e] {
    padding: 0 20px;
}
.si-us-vision__heading[data-v-4fdb055e] {
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}
.si-us-vision__cards[data-v-4fdb055e] {
    flex-direction: column;
    gap: 16px;
}
.si-us-vision__card[data-v-4fdb055e] {
    border-radius: 16px;
    padding: 16px;
}
.si-us-vision__card-icon[data-v-4fdb055e] {
    width: 40px;
    height: 40px;
}
.si-us-vision__card-icon img[data-v-4fdb055e] {
    width: 20px;
    height: 20px;
}
.si-us-vision__card-title[data-v-4fdb055e] {
    font-size: 14px;
    line-height: 1.5;
}
.si-us-vision__card-desc[data-v-4fdb055e] {
    font-size: 12px;
    line-height: 1.6;
}
}
@keyframes sus-label-enter-4fdb055e {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sus-label-leave-4fdb055e {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sus-icon-enter-4fdb055e {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sus-icon-leave-4fdb055e {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sus-ring-spin-4fdb055e {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/deposit.vue?vue&type=style&index=0&id=01f4c7fb&lang=less&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-dep[data-v-01f4c7fb] {
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: #282004;
}
.si-dep *[data-v-01f4c7fb] {
  box-sizing: border-box;
}
.sh-bg-section[data-v-01f4c7fb] {
  position: relative;
  overflow: hidden;
}
.si-dep-hero[data-v-01f4c7fb] {
  width: 100%;
  position: relative;
  overflow: visible;
}
.si-dep-hero__inner[data-v-01f4c7fb] {
  max-width: 1200px;
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.si-dep-hero__left[data-v-01f4c7fb] {
  width: 640px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 10;
}
.si-dep-hero__content[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-dep-hero__title[data-v-01f4c7fb] {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 100.8px;
  letter-spacing: -2px;
}
.si-dep-hero__title span[data-v-01f4c7fb] {
  color: #fed440;
}
.si-dep-hero__subtitle[data-v-01f4c7fb] {
  margin: 24px 0 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.si-dep-hero__btn[data-v-01f4c7fb] {
  margin-top: 80px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #fed440;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-dep-hero__btn[data-v-01f4c7fb]:hover {
  opacity: 0.88;
}
.si-dep-hero__cta-label[data-v-01f4c7fb] {
  font-size: 18px;
  font-weight: 600;
  color: #282004;
  letter-spacing: -0.25px;
  line-height: 28px;
  display: inline-block;
}
.si-dep-hero__btn--enter .si-dep-hero__cta-label[data-v-01f4c7fb] {
  animation: sdh-label-enter-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-hero__btn--leave .si-dep-hero__cta-label[data-v-01f4c7fb] {
  animation: sdh-label-leave-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-hero__cta-icon[data-v-01f4c7fb] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-dep-hero__btn--enter .si-dep-hero__cta-icon svg[data-v-01f4c7fb] {
  animation: sdh-icon-enter-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-hero__btn--leave .si-dep-hero__cta-icon svg[data-v-01f4c7fb] {
  animation: sdh-icon-leave-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-hero__stats[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.si-dep-hero__stat[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 160px;
  text-align: center;
}
.si-dep-hero__stat-val[data-v-01f4c7fb] {
  font-size: 32px;
  font-weight: 700;
  color: #fed440;
  line-height: 48px;
}
.si-dep-hero__stat-lbl[data-v-01f4c7fb] {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.si-dep-hero__stat-div[data-v-01f4c7fb] {
  width: 1px;
  height: 92px;
  flex-shrink: 0;
}
.si-dep-hero__right[data-v-01f4c7fb] {
  width: 614px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-left: -54px;
}
.si-dep-hero__img[data-v-01f4c7fb] {
  width: 614px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.si-dep-main[data-v-01f4c7fb] {
  width: 100%;
  padding-bottom: 120px;
}
.si-dep-section[data-v-01f4c7fb] {
  max-width: 1200px;
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.si-dep-section-header[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.si-dep-pill[data-v-01f4c7fb] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f7f8fb;
  border-radius: 36px;
  font-size: 20px;
  font-weight: 600;
  color: #282004;
}
.si-dep-pill__dot[data-v-01f4c7fb] {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(254, 212, 64, 0.5);
  flex-shrink: 0;
  animation: si-dep-pill-pulse-01f4c7fb 1.8s ease-out infinite;
}
.si-dep-pill__dot[data-v-01f4c7fb]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fed440;
}
@keyframes si-dep-pill-pulse-01f4c7fb {
0% {
    box-shadow: 0 0 0 0 rgba(254, 212, 64, 0.7);
}
70% {
    box-shadow: 0 0 0 8px rgba(254, 212, 64, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(254, 212, 64, 0);
}
}
.si-dep-title[data-v-01f4c7fb] {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0;
  max-width: 880px;
}
.si-dep-desc[data-v-01f4c7fb] {
  font-size: 20px;
  color: #808691;
  margin: 0;
}
/* 1. Rebuild */
.si-dep-rebuild__box[data-v-01f4c7fb] {
  background: #f7f8fb;
  border-radius: 24px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.si-dep-rebuild__top[data-v-01f4c7fb] {
  display: flex;
  gap: 10px;
  height: 684px;
}
.si-dep-rebuild__card[data-v-01f4c7fb] {
  flex: 0 1 520px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.si-dep-rebuild__card h3[data-v-01f4c7fb] {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -1px;
}
.si-dep-rebuild__card p[data-v-01f4c7fb] {
  font-size: 18px;
  color: #50555c;
  line-height: 1.5;
  margin: 0;
}
.si-dep-rebuild__card-img[data-v-01f4c7fb] {
  margin-top: auto;
  width: 360px;
  height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: center;
}
.si-dep-rebuild__phone[data-v-01f4c7fb] {
  flex: 0 1 650px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.si-dep-rebuild__phone img[data-v-01f4c7fb] {
  width: 76%;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-dep-rebuild__bottom[data-v-01f4c7fb] {
  background: #0a0a0a;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 30px;
}
.si-dep-feature[data-v-01f4c7fb] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.si-dep-feature img[data-v-01f4c7fb] {
  width: 80px;
  height: 80px;
}
.si-dep-feature__text[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.si-dep-feature h4[data-v-01f4c7fb] {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}
.si-dep-feature p[data-v-01f4c7fb] {
  font-size: 16px;
  color: #808691;
  margin: 0;
  line-height: 1.5;
}
/* 2. Compare */
.si-dep-compare__wrap[data-v-01f4c7fb] {
  width: 100%;
}
.si-dep-compare__headers[data-v-01f4c7fb] {
  display: flex;
  margin-bottom: -1px;
}
.si-dep-compare__hcell[data-v-01f4c7fb] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.si-dep-compare__hcell--empty[data-v-01f4c7fb] {
  flex: 1;
}
.si-dep-compare__card[data-v-01f4c7fb] {
  width: 100%;
  background: #f7f8fb;
  border: 1px solid #ececec;
  border-radius: 16px 16px 0 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.si-dep-compare__card--none[data-v-01f4c7fb] {
  background: none;
  border: none;
}
.si-dep-compare__card img[data-v-01f4c7fb] {
  width: 156px;
  height: 100px;
}
.si-dep-compare__card h3[data-v-01f4c7fb] {
  margin: 0;
  color: #282004;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.si-dep-compare__badge[data-v-01f4c7fb] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #282004;
  color: #fed440;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
  border-radius: 16px;
  white-space: nowrap;
}
.si-dep-compare__table[data-v-01f4c7fb] {
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
}
.si-dep-compare__row[data-v-01f4c7fb] {
  display: flex;
  background: #ffffff;
}
.si-dep-compare__row--gray[data-v-01f4c7fb] {
  background: #f7f8fb;
}
.si-dep-compare__cell[data-v-01f4c7fb] {
  flex: 1;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-dep-compare__cell--label[data-v-01f4c7fb] {
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 24px;
}
.si-dep-compare__cell img[data-v-01f4c7fb] {
  width: 24px;
  height: 24px;
}
/* 3. Recommend */
.si-dep-recommend[data-v-01f4c7fb] {
  margin: 80px auto 120px auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.si-dep-recommend__title[data-v-01f4c7fb] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #282004;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.si-dep-recommend__icon[data-v-01f4c7fb] {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.si-dep-recommend__sub[data-v-01f4c7fb] {
  margin: 30px 0 8px 0;
  color: #808691;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.si-dep-recommend__text[data-v-01f4c7fb] {
  margin: 0;
  color: #808691;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
/* 4. Points */
.si-dep-points[data-v-01f4c7fb] {
  padding: 120px 0;
  background-color: #f7f8fb;
  /* —— big card 内的小卡 + 计算器 —— */
  /* —— small card 通用 —— */
}
.si-dep-points__inner[data-v-01f4c7fb] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.si-dep-points__header .si-dep-pill[data-v-01f4c7fb] {
  background: #fff;
}
.si-dep-points__cards[data-v-01f4c7fb] {
  margin: 80px 0 34px 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.si-dep-points__cards--three[data-v-01f4c7fb] {
  margin-top: 0;
}
.si-dep-points__card[data-v-01f4c7fb] {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 0;
}
.si-dep-points__card--big[data-v-01f4c7fb] {
  flex: 0 0 794px;
  padding-bottom: 0;
}
.si-dep-points__card--small[data-v-01f4c7fb] {
  flex: 1;
  min-width: 0;
  gap: 40px;
  padding-bottom: 0;
}
.si-dep-points__card-top[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-dep-points__num[data-v-01f4c7fb] {
  margin: 0;
  color: #282004;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: -1px;
}
.si-dep-points__num-sub[data-v-01f4c7fb] {
  margin: 0;
  color: #50555c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.si-dep-points__mini-grid[data-v-01f4c7fb] {
  margin: 40px 0 24px 0;
  display: flex;
  gap: 24px;
}
.si-dep-points__mini[data-v-01f4c7fb] {
  flex: 1;
  background: #f7f8fb;
  border-radius: 24px;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.si-dep-points__mini-label[data-v-01f4c7fb] {
  margin: 0;
  color: #282004;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.si-dep-points__mini-val[data-v-01f4c7fb] {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.si-dep-points__mini-num[data-v-01f4c7fb] {
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.si-dep-points__mini-tip[data-v-01f4c7fb] {
  color: #282004;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.si-dep-points__calc[data-v-01f4c7fb] {
  height: 400px;
  background: #fed440;
  border-radius: 24px;
  margin: 0 -40px;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
}
.si-dep-points__calc-inner[data-v-01f4c7fb] {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-dep-points__calc-header[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.si-dep-points__calc-icon[data-v-01f4c7fb] {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  border-radius: 16px;
}
.si-dep-points__calc-icon img[data-v-01f4c7fb] {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-dep-points__calc-text[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: auto;
}
.si-dep-points__calc-label[data-v-01f4c7fb] {
  margin: 0;
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.si-dep-points__calc-title[data-v-01f4c7fb] {
  margin: 0;
  color: #282004;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.si-dep-points__calc-divider[data-v-01f4c7fb] {
  height: 1px;
  background: #ececec;
}
.si-dep-points__calc-rows[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.si-dep-points__calc-row[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.si-dep-points__calc-row-lbl[data-v-01f4c7fb] {
  color: #808691;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.si-dep-points__calc-row-val[data-v-01f4c7fb] {
  color: #282004;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: right;
}
.si-dep-points__calc-total[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
}
.si-dep-points__calc-total-lbl[data-v-01f4c7fb] {
  color: #282004;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.si-dep-points__calc-total-val[data-v-01f4c7fb] {
  color: #282004;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}
.si-dep-points__check-list[data-v-01f4c7fb] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-dep-points__check-list li[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #282004;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.si-dep-points__check-list li .si-dep-points__check-icon[data-v-01f4c7fb] {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-dep-points__reward[data-v-01f4c7fb] {
  margin: 0 -40px;
  margin-top: auto;
  padding: 40px;
  background: #0a0a0a;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  min-height: 164px;
  justify-content: center;
}
.si-dep-points__reward--img[data-v-01f4c7fb] {
  height: 400px;
  padding: 0;
  overflow: hidden;
  justify-content: flex-start;
}
.si-dep-points__reward-img[data-v-01f4c7fb] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 212px;
  height: 213px;
  -o-object-fit: contain;
     object-fit: contain;
  border-bottom-right-radius: 24px;
}
.si-dep-points__reward-text[data-v-01f4c7fb] {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-dep-points__reward-num[data-v-01f4c7fb] {
  margin: 0;
  color: #fed440;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.si-dep-points__reward-label[data-v-01f4c7fb] {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
/* 5. Use Points */
.si-dep-use-points__terms[data-v-01f4c7fb] {
  margin: 0;
  color: #808691;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-dep-use-points__terms a[data-v-01f4c7fb] {
  color: #5094f9;
  text-decoration: underline;
}
.si-dep-use-points__grid[data-v-01f4c7fb] {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.si-dep-use-card[data-v-01f4c7fb] {
  flex: 1;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  text-align: center;
}
.si-dep-use-card--white[data-v-01f4c7fb] {
  background: #f8f9fc;
  color: #282004;
}
.si-dep-use-card--white .si-dep-use-card__divider[data-v-01f4c7fb] {
  background: #ececec;
}
.si-dep-use-card--white p[data-v-01f4c7fb] {
  color: #50555c;
}
.si-dep-use-card--yellow[data-v-01f4c7fb] {
  background: #fed440;
  color: #282004;
}
.si-dep-use-card--yellow .si-dep-use-card__divider[data-v-01f4c7fb] {
  background: rgba(40, 32, 4, 0.1);
}
.si-dep-use-card--yellow p[data-v-01f4c7fb] {
  color: rgba(40, 32, 4, 0.7);
}
.si-dep-use-card--black[data-v-01f4c7fb] {
  background: #0a0a0a;
  color: #ffffff;
}
.si-dep-use-card--black .si-dep-use-card__divider[data-v-01f4c7fb] {
  background: rgba(255, 255, 255, 0.1);
}
.si-dep-use-card--black p[data-v-01f4c7fb] {
  color: #808691;
}
.si-dep-use-card__top[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.si-dep-use-card__text[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.si-dep-use-card__text img[data-v-01f4c7fb] {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
.si-dep-use-card__titles[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.si-dep-use-card__titles h3[data-v-01f4c7fb] {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
}
.si-dep-use-card__titles p[data-v-01f4c7fb] {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}
.si-dep-use-card__divider[data-v-01f4c7fb] {
  height: 1px;
  width: 100%;
  margin-top: auto;
  margin-bottom: 40px;
}
.si-dep-use-card__bottom[data-v-01f4c7fb] {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
/* 6. Cashback */
.si-dep-cashback__grid[data-v-01f4c7fb] {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.si-dep-cashback__card[data-v-01f4c7fb] {
  flex: 1;
  background: #0a0a0a;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 24px 10px 10px 10px;
}
.si-dep-cashback__card-title[data-v-01f4c7fb] {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px 24px;
  letter-spacing: -0.5px;
}
.si-dep-cashback__card-inner[data-v-01f4c7fb] {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.si-dep-cashback__val[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #282004;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.si-dep-cashback__val-sign[data-v-01f4c7fb] {
  font-size: 24px;
  margin-top: 4px;
}
.si-dep-cashback__desc[data-v-01f4c7fb] {
  color: #50555c;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.si-dep-cashback__list[data-v-01f4c7fb] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.si-dep-cashback__list li[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.si-dep-cashback__list-left[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #282004;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -1px;
}
.si-dep-cashback__list-val[data-v-01f4c7fb] {
  color: #282004;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1px;
}
.si-dep-cashback__list .si-dep-cashback__icon[data-v-01f4c7fb] {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* How to redeem Cashback */
.si-dep-redeem-section[data-v-01f4c7fb] {
  margin-top: 120px;
  width: 100%;
  background-color: #f7f8fb;
  padding: 120px 0;
}
.si-dep-redeem[data-v-01f4c7fb] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.si-dep-redeem__inner[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.si-dep-redeem__left[data-v-01f4c7fb] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 80px;
}
.si-dep-redeem__step[data-v-01f4c7fb] {
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease;
}
.si-dep-redeem__step .si-dep-redeem__step-content[data-v-01f4c7fb] {
  opacity: 0.5;
}
.si-dep-redeem__step.is-active .si-dep-redeem__step-content[data-v-01f4c7fb] {
  opacity: 1;
}
.si-dep-redeem__step.is-active .si-dep-redeem__step-dot[data-v-01f4c7fb] {
  background: #fed440;
  box-shadow: 0 0 0 5px rgba(254, 212, 64, 0.4);
}
.si-dep-redeem__step.is-active .si-dep-redeem__step-line[data-v-01f4c7fb] {
  background: #fed440;
}
.si-dep-redeem__step.is-active .si-dep-redeem__step-line--fade[data-v-01f4c7fb] {
  background: linear-gradient(180deg, #fed440 0%, #f7f8fb 100%);
}
.si-dep-redeem__step-line-wrap[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  margin-right: 24px;
  flex-shrink: 0;
}
.si-dep-redeem__step-dot[data-v-01f4c7fb] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aeb4b8;
  box-shadow: 0 0 0 5px rgba(174, 180, 184, 0.3);
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-top: 10px;
  /* Adjusted to account for the smaller element height so it aligns with text */
}
.si-dep-redeem__step-line[data-v-01f4c7fb] {
  width: 4px;
  flex: 1;
  background: #ececec;
  margin: 8px 0;
  min-height: 40px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.si-dep-redeem__step-line--fade[data-v-01f4c7fb] {
  background: linear-gradient(to bottom, #ececec, transparent);
}
.si-dep-redeem__step-content[data-v-01f4c7fb] {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-dep-redeem__step-label[data-v-01f4c7fb] {
  color: #282004;
  font-size: 18px;
  font-weight: 700;
}
.si-dep-redeem__step-title[data-v-01f4c7fb] {
  color: #282004;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}
.si-dep-redeem__right[data-v-01f4c7fb] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.si-dep-redeem__right img[data-v-01f4c7fb] {
  max-width: 100%;
  height: auto;
}
/* 7. FAQ */
.si-dep-faq__inner[data-v-01f4c7fb] {
  display: flex;
  gap: 56px;
}
.si-dep-faq__left[data-v-01f4c7fb] {
  flex: 0 1 374px;
}
.si-dep-faq__left h2[data-v-01f4c7fb] {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 81px;
  letter-spacing: -2px;
}
.si-dep-faq__left p[data-v-01f4c7fb] {
  font-size: 18px;
  color: #50555c;
  line-height: 28px;
  margin: 0 0 48px;
}
.si-dep-faq__btn[data-v-01f4c7fb] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 56px;
  padding: 4px 4px 4px 32px;
  background: #0a0a0a;
  border-radius: 64px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
.si-dep-faq__btn-label[data-v-01f4c7fb] {
  display: inline-block;
}
.si-dep-faq__btn--enter .si-dep-faq__btn-label[data-v-01f4c7fb] {
  animation: sdh-label-enter-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-faq__btn--leave .si-dep-faq__btn-label[data-v-01f4c7fb] {
  animation: sdh-label-leave-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-faq__btn-icon[data-v-01f4c7fb] {
  width: 48px;
  height: 48px;
  background: #fed440;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-dep-faq__btn-icon svg[data-v-01f4c7fb] {
  width: 24px;
  height: 24px;
}
.si-dep-faq__btn--enter .si-dep-faq__btn-icon svg[data-v-01f4c7fb] {
  animation: sdh-icon-enter-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-faq__btn--leave .si-dep-faq__btn-icon svg[data-v-01f4c7fb] {
  animation: sdh-icon-leave-01f4c7fb 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-dep-faq__btn-icon path[data-v-01f4c7fb] {
  stroke: #282004;
  stroke-width: 2;
}
.si-dep-faq__right[data-v-01f4c7fb] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-dep-faq__item[data-v-01f4c7fb] {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.si-dep-faq__item-header[data-v-01f4c7fb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
}
.si-dep-faq__item-header h3[data-v-01f4c7fb] {
  font-size: 20px;
  font-weight: 600;
  color: #282004;
  margin: 0;
}
.si-dep-faq__item .si-dep-faq__icon[data-v-01f4c7fb] {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
}
.si-dep-faq__item .si-dep-faq__icon img[data-v-01f4c7fb] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-dep-faq__item.is-active .si-dep-faq__icon[data-v-01f4c7fb] {
  transform: rotate(0deg);
}
.si-dep-faq__item-body[data-v-01f4c7fb] {
  padding: 0 32px 32px;
  overflow: hidden;
}
.si-dep-faq__item-body p[data-v-01f4c7fb] {
  font-size: 16px;
  color: #50555c;
  line-height: 1.5;
  margin: 0;
}
/* Canjear productos Carousel */
.si-dep-products-section[data-v-01f4c7fb] {
  width: 100%;
  background-color: #fed440;
  padding: 120px 0;
  margin-top: 120px;
  overflow: hidden;
}
.si-dep-products-section__title[data-v-01f4c7fb] {
  text-align: center;
  color: #282004;
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 60px 0;
  letter-spacing: -2px;
}
.si-dep-products-section__marquee-wrap[data-v-01f4c7fb] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.si-dep-products-section__marquee[data-v-01f4c7fb] {
  width: 100vw;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.si-dep-products-section__marquee-inner[data-v-01f4c7fb] {
  display: inline-flex;
  --si-dep-marquee-gap: 20px;
  gap: var(--si-dep-marquee-gap);
  /* 6 items + duplicate 6 items = 12 items. Translate by -50% to loop. */
  animation: si-dep-marquee-scroll-01f4c7fb 25s linear infinite;
}
.si-dep-products-section__marquee-inner img[data-v-01f4c7fb] {
  height: 140px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.si-dep-products-section__marquee--reverse .si-dep-products-section__marquee-inner[data-v-01f4c7fb] {
  animation-direction: reverse;
  animation-delay: -12s;
}
@keyframes si-dep-marquee-scroll-01f4c7fb {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-50% - var(--si-dep-marquee-gap) / 2));
}
}
/* —— Mobile Responsive Styles —— */
@media (max-width: 900px) {
  /* Common adjustments */
.si-dep-main[data-v-01f4c7fb] {
    padding-bottom: 40px;
}
.si-dep-section[data-v-01f4c7fb] {
    padding: 0 20px;
    /* 20px */
    margin-top: 40px;
    /* 40px */
    gap: 40px;
    /* 40px */
}
.si-dep-section-header[data-v-01f4c7fb] {
    gap: 12px;
    /* 12px */
}
.si-dep-pill[data-v-01f4c7fb] {
    padding: 4px 12px;
    /* 4px 12px */
    font-size: 12px;
    /* 12px */
}
.si-dep-pill__dot[data-v-01f4c7fb] {
    width: 8px;
    height: 8px;
    /* 8px */
}
.si-dep-title[data-v-01f4c7fb] {
    font-size: 24px;
    /* 24px */
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.5px;
}
.si-dep-desc[data-v-01f4c7fb] {
    font-size: 12px;
    /* 12px */
    text-align: center;
}
  /* Hero */
.si-dep-hero__inner[data-v-01f4c7fb] {
    padding: 8px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.si-dep-hero__left[data-v-01f4c7fb],
  .si-dep-hero__content[data-v-01f4c7fb] {
    display: contents;
}
.si-dep-hero__title[data-v-01f4c7fb] {
    order: 1;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: -0.5px;
    text-align: left;
}
.si-dep-hero__subtitle[data-v-01f4c7fb] {
    order: 2;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: left;
}
.si-dep-hero__btn[data-v-01f4c7fb] {
    order: 3;
    margin-top: 32px;
    align-self: flex-start;
    padding: 4px 4px 4px 16px;
    gap: 16px;
}
.si-dep-hero__cta-label[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
}
.si-dep-hero__cta-icon[data-v-01f4c7fb] {
    width: 36px;
    height: 36px;
}
.si-dep-hero__cta-icon svg[data-v-01f4c7fb] {
    width: 16.5px;
    height: 16.5px;
}
.si-dep-hero__right[data-v-01f4c7fb] {
    order: 4;
    width: 260px;
    max-width: 100%;
    margin: 16px auto 0;
    align-self: center;
}
.si-dep-hero__right img[data-v-01f4c7fb] {
    width: 100%;
    display: block;
}
.si-dep-hero__stats[data-v-01f4c7fb] {
    order: 5;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.si-dep-hero__stat[data-v-01f4c7fb] {
    width: 90px;
    flex: none;
    min-width: 0;
    gap: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.si-dep-hero__stat-num[data-v-01f4c7fb],
  .si-dep-hero__stat-val[data-v-01f4c7fb] {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.si-dep-hero__stat-label[data-v-01f4c7fb],
  .si-dep-hero__stat-lbl[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 14px;
}
.si-dep-hero__stat-div[data-v-01f4c7fb],
  .si-dep-hero__stat-divider[data-v-01f4c7fb] {
    display: block;
    height: 66px;
}
  /* 1. Rebuild */
.si-dep-rebuild__box[data-v-01f4c7fb] {
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
}
.si-dep-rebuild__top[data-v-01f4c7fb] {
    flex-direction: column;
    height: auto;
    gap: 4px;
}
.si-dep-rebuild__card[data-v-01f4c7fb] {
    flex: none;
    width: 100%;
    padding: 16px;
    gap: 10px;
    border-radius: 12px;
}
.si-dep-rebuild__card h3[data-v-01f4c7fb] {
    font-size: 20px;
    margin-bottom: 0;
}
.si-dep-rebuild__card p[data-v-01f4c7fb] {
    font-size: 12px;
}
.si-dep-rebuild__card img[data-v-01f4c7fb] {
    width: 100%;
    height: auto;
    max-width: 180px;
}
.si-dep-rebuild__phone[data-v-01f4c7fb] {
    padding-top: 16px;
    flex: none;
    width: 100%;
    border-radius: 12px;
}
.si-dep-rebuild__phone img[data-v-01f4c7fb] {
    max-width: 156px;
}
.si-dep-rebuild__bottom[data-v-01f4c7fb] {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
}
.si-dep-feature[data-v-01f4c7fb] {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 16px;
}
.si-dep-feature img[data-v-01f4c7fb] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.si-dep-feature__text[data-v-01f4c7fb] {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
}
.si-dep-feature h4[data-v-01f4c7fb] {
    font-size: 15px;
    line-height: 1.4;
}
.si-dep-feature p[data-v-01f4c7fb] {
    font-size: 13px;
    line-height: 1.4;
}
  /* 2. Compare */
.si-dep-compare__headers[data-v-01f4c7fb] {
    /* Stack them or make them scroll? The figma usually stacks them or makes them smaller. Let's make them smaller. */
}
.si-dep-compare__hcell[data-v-01f4c7fb] {
    flex: 100;
}
.si-dep-compare__hcell--empty[data-v-01f4c7fb] {
    flex: 135;
}
.si-dep-compare__card[data-v-01f4c7fb] {
    padding: 20px 12px 16px 12px;
    /* 16px 8px */
    gap: 16px;
    /* 8px */
    border-radius: 12px 12px 0 0;
    /* 12px */
}
.si-dep-compare__card h3[data-v-01f4c7fb] {
    font-size: 12px;
    /* 12px */
    line-height: 1.2;
}
.si-dep-compare__card img[data-v-01f4c7fb] {
    width: 40px;
    height: 25.6px;
}
.si-dep-compare__badge[data-v-01f4c7fb] {
    font-size: 10px;
    /* 8px */
    padding: 2px 8px;
    /* 2px 6px */
}
.si-dep-compare__cell[data-v-01f4c7fb] {
    flex: 100;
    padding: 16px;
    font-size: 12px;
    line-height: 1.4;
}
.si-dep-compare__cell--label[data-v-01f4c7fb] {
    flex: 135;
    padding-right: 8px;
}
.si-dep-compare__cell img[data-v-01f4c7fb] {
    width: 18px;
    height: 18px;
}
  /* 3. Recommend */
.si-dep-recommend[data-v-01f4c7fb] {
    margin: 24px auto 40px auto;
    /* 40px */
    padding: 0 20px;
    /* 20px */
    gap: 0px;
}
.si-dep-recommend__title[data-v-01f4c7fb] {
    font-size: 14px;
    /* 20px */
}
.si-dep-recommend__icon[data-v-01f4c7fb] {
    width: 18px;
    /* 24px */
    height: 18px;
}
.si-dep-recommend__sub[data-v-01f4c7fb] {
    margin: 8px 0 4px 0;
    font-size: 12px;
    /* 14px */
    line-height: 1.5;
}
.si-dep-recommend__text[data-v-01f4c7fb] {
    font-size: 12px;
    /* 14px */
    line-height: 1.5;
}
  /* 4. Points */
.si-dep-points[data-v-01f4c7fb] {
    padding: 40px 0;
}
.si-dep-points__inner[data-v-01f4c7fb] {
    padding: 0 20px;
    gap: 24px;
}
.si-dep-points__cards[data-v-01f4c7fb] {
    flex-direction: column;
    margin: 0;
    gap: 24px;
}
.si-dep-points__card[data-v-01f4c7fb] {
    flex: none;
    width: 100%;
    padding: 24px 16px 0;
    border-radius: 16px;
    gap: 16px;
}
.si-dep-points__card--small[data-v-01f4c7fb] {
    gap: 16px;
}
.si-dep-points__num[data-v-01f4c7fb] {
    font-size: 18px;
    line-height: 21.6px;
}
.si-dep-points__num-sub[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 14.5px;
}
.si-dep-points__mini-grid[data-v-01f4c7fb] {
    flex-direction: row;
    gap: 9px;
    margin: 16px 0;
}
.si-dep-points__mini[data-v-01f4c7fb] {
    padding: 12px;
    border-radius: 12px;
    gap: 8px;
    justify-content: space-between;
}
.si-dep-points__mini-label[data-v-01f4c7fb] {
    font-size: 10px;
    line-height: 12.1px;
}
.si-dep-points__mini-num[data-v-01f4c7fb] {
    font-size: 20px;
    line-height: 30px;
}
.si-dep-points__mini-tip[data-v-01f4c7fb] {
    font-size: 10px;
    line-height: 12.1px;
    margin-top: 4px;
    display: block;
}
.si-dep-points__calc[data-v-01f4c7fb] {
    margin: 0 -16px;
    border-radius: 16px;
    padding: 4px 4px 0 4px;
    height: auto;
}
.si-dep-points__calc-inner[data-v-01f4c7fb] {
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
}
.si-dep-points__calc-header[data-v-01f4c7fb] {
    flex-direction: row;
    text-align: left;
    gap: 8px;
}
.si-dep-points__calc-icon[data-v-01f4c7fb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.si-dep-points__calc-icon img[data-v-01f4c7fb] {
    width: 40px;
    height: 40px;
}
.si-dep-points__calc-text[data-v-01f4c7fb] {
    margin-right: auto;
    align-items: flex-start;
    gap: 4px;
}
.si-dep-points__calc-label[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 14.5px;
}
.si-dep-points__calc-title[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 21px;
}
.si-dep-points__calc-divider[data-v-01f4c7fb] {
    margin: 0;
}
.si-dep-points__calc-rows[data-v-01f4c7fb] {
    gap: 8px;
}
.si-dep-points__calc-row[data-v-01f4c7fb] {
    justify-content: space-between;
}
.si-dep-points__calc-row-lbl[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 28px;
}
.si-dep-points__calc-row-val[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 21px;
}
.si-dep-points__calc-total[data-v-01f4c7fb] {
    padding: 16px;
}
.si-dep-points__calc-total-lbl[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 21px;
}
.si-dep-points__calc-total-val[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 16.8px;
}
.si-dep-points__check-list[data-v-01f4c7fb] {
    gap: 16px;
}
.si-dep-points__check-list li[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
}
.si-dep-points__check-list li .si-dep-points__check-icon[data-v-01f4c7fb] {
    width: 16px;
    height: 16px;
}
.si-dep-points__reward[data-v-01f4c7fb] {
    margin: 0 -16px;
    padding: 16px;
    border-radius: 16px;
    min-height: 82px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.si-dep-points__reward--img[data-v-01f4c7fb] {
    height: 168px;
    padding: 0;
    position: relative;
}
.si-dep-points__reward-img[data-v-01f4c7fb] {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.si-dep-points__reward-text[data-v-01f4c7fb] {
    padding: 16px;
}
.si-dep-points__reward-num[data-v-01f4c7fb] {
    font-size: 18px;
    line-height: 27px;
}
.si-dep-points__reward-label[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 14.5px;
    color: #fff;
    font-weight: 700;
}
  /* 5. Use Points */
.si-dep-use-points[data-v-01f4c7fb] {
    margin-top: 40px;
}
.si-dep-use-points__terms[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 16.8px;
}
.si-dep-use-points__grid[data-v-01f4c7fb] {
    flex-direction: column;
    padding: 0;
    gap: 16px;
}
.si-dep-use-card[data-v-01f4c7fb] {
    padding: 16px;
    border-radius: 16px;
}
.si-dep-use-card__top[data-v-01f4c7fb] {
    margin-bottom: 16px;
    align-items: stretch;
}
.si-dep-use-card__text[data-v-01f4c7fb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.si-dep-use-card__text img[data-v-01f4c7fb] {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
}
.si-dep-use-card__titles[data-v-01f4c7fb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.si-dep-use-card__titles h3[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 21px;
}
.si-dep-use-card__titles p[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 16.8px;
}
.si-dep-use-card__divider[data-v-01f4c7fb] {
    display: block;
    margin: 0;
}
.si-dep-use-card__bottom[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 14.5px;
    text-align: center;
    padding: 0;
    margin-top: 16px;
}
  /* Canjear productos Carousel */
.si-dep-products-section[data-v-01f4c7fb] {
    margin-top: 40px;
    /* 40px */
    padding: 40px 0;
    /* 40px */
}
.si-dep-products-section__title[data-v-01f4c7fb] {
    font-size: 24px;
    /* 24px */
    margin-bottom: 24px;
    /* 24px */
    letter-spacing: -0.5px;
}
.si-dep-products-section__marquee-wrap[data-v-01f4c7fb] {
    gap: 8px;
}
.si-dep-products-section__marquee-inner[data-v-01f4c7fb] {
    --si-dep-marquee-gap: 8px;
    gap: 8px;
}
.si-dep-products-section__marquee-inner img[data-v-01f4c7fb] {
    height: 84px;
    /* 84px */
    width: 168px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 12px;
}
  /* 6. Cashback */
.si-dep-cashback__grid[data-v-01f4c7fb] {
    flex-direction: column;
    padding: 0;
    gap: 16px;
}
.si-dep-cashback__card[data-v-01f4c7fb] {
    padding: 16px 8px 8px;
    border-radius: 16px;
}
.si-dep-cashback__card-title[data-v-01f4c7fb] {
    font-size: 18px;
    line-height: 21.6px;
    margin: 0 0 16px 8px;
}
.si-dep-cashback__card-inner[data-v-01f4c7fb] {
    padding: 24px 16px;
    border-radius: 12px;
}
.si-dep-cashback__val[data-v-01f4c7fb] {
    font-size: 32px;
    line-height: 38.7px;
    margin-bottom: 29px;
}
.si-dep-cashback__val-sign[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}
.si-dep-cashback__desc[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 18px;
}
.si-dep-cashback__list[data-v-01f4c7fb] {
    gap: 16px;
}
.si-dep-cashback__list-left[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
}
.si-dep-cashback__list-val[data-v-01f4c7fb] {
    font-size: 16px;
    line-height: 24px;
}
.si-dep-cashback__list .si-dep-cashback__icon[data-v-01f4c7fb] {
    width: 16px;
    height: 16px;
}
  /* How to redeem */
.si-dep-redeem-section[data-v-01f4c7fb] {
    margin-top: 40px;
    padding: 40px 20px;
}
.si-dep-redeem__inner[data-v-01f4c7fb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0;
    margin-top: 24px;
}
.si-dep-redeem__left[data-v-01f4c7fb] {
    flex: 1;
    min-width: 0;
    padding-right: 0;
}
.si-dep-redeem__right[data-v-01f4c7fb] {
    flex: none;
    width: 160px;
    margin-bottom: 0;
    align-self: center;
    margin-top: 20px;
}
.si-dep-redeem__right img[data-v-01f4c7fb] {
    width: 100%;
    height: auto;
}
.si-dep-redeem__right img[data-v-01f4c7fb] {
    border-radius: 16px;
}
.si-dep-redeem__step[data-v-01f4c7fb] {
    padding-top: 0;
}
.si-dep-redeem__step-label[data-v-01f4c7fb] {
    font-size: 10px;
    line-height: 12.1px;
    margin-bottom: 4px;
}
.si-dep-redeem__step-title[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0;
}
.si-dep-redeem__step-dot[data-v-01f4c7fb] {
    margin-top: 0;
}
.si-dep-redeem__step-line-wrap[data-v-01f4c7fb] {
    margin-right: 16px;
    width: 18px;
    padding-top: 5px;
    align-items: center;
    flex-shrink: 0;
}
.si-dep-redeem__step-dot[data-v-01f4c7fb] {
    margin-top: 0;
    margin-left: 0;
}
.si-dep-redeem__step-line[data-v-01f4c7fb] {
    min-height: 32px;
    margin-left: 0;
}
.si-dep-redeem__step-line[data-v-01f4c7fb] {
    min-height: 32px;
}
.si-dep-redeem__step-content[data-v-01f4c7fb] {
    gap: 0;
    padding-bottom: 24px;
}
  /* 7. FAQ */
.si-dep-faq__inner[data-v-01f4c7fb] {
    flex-direction: column;
    padding: 0;
    gap: 24px;
}
.si-dep-faq__left[data-v-01f4c7fb] {
    flex: none;
    width: 100%;
}
.si-dep-faq__left h2[data-v-01f4c7fb] {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.si-dep-faq__left p[data-v-01f4c7fb] {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0;
}
.si-dep-faq__btn[data-v-01f4c7fb] {
    height: 44px;
    font-size: 14px;
    padding: 4px 4px 4px 16px;
    gap: 10px;
}
.si-dep-faq__btn-icon[data-v-01f4c7fb] {
    width: 36px;
    height: 36px;
}
.si-dep-faq__right[data-v-01f4c7fb] {
    gap: 24px;
}
.si-dep-faq__item[data-v-01f4c7fb] {
    border-radius: 12px;
}
.si-dep-faq__item-header[data-v-01f4c7fb] {
    padding: 16px;
    gap: 24px;
    align-items: flex-start;
}
.si-dep-faq__item-header h3[data-v-01f4c7fb] {
    font-size: 14px;
    line-height: 19.6px;
}
.si-dep-faq__item .si-dep-faq__icon[data-v-01f4c7fb] {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    /* align with first line */
}
.si-dep-faq__item-body[data-v-01f4c7fb] {
    padding: 0 16px 16px;
    margin-top: -12px;
}
.si-dep-faq__item-body p[data-v-01f4c7fb] {
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 16px;
}
}
@keyframes sdh-label-enter-01f4c7fb {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sdh-label-leave-01f4c7fb {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes sdh-icon-enter-01f4c7fb {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes sdh-icon-leave-01f4c7fb {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/AnimatedBackButton.vue?vue&type=style&index=0&id=536d4acf&lang=less&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-animated-back-btn[data-v-536d4acf] {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  overflow: hidden;
}
.si-animated-back-btn__label[data-v-536d4acf] {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 28px;
}
.si-animated-back-btn--enter .si-animated-back-btn__label[data-v-536d4acf] {
  animation: si-back-label-enter-536d4acf 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-animated-back-btn--leave .si-animated-back-btn__label[data-v-536d4acf] {
  animation: si-back-label-leave-536d4acf 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-animated-back-btn__icon[data-v-536d4acf] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fed440;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.si-animated-back-btn--enter .si-animated-back-btn__icon svg[data-v-536d4acf] {
  animation: si-back-icon-enter-536d4acf 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.si-animated-back-btn--leave .si-animated-back-btn__icon svg[data-v-536d4acf] {
  animation: si-back-icon-leave-536d4acf 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes si-back-label-enter-536d4acf {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(-120%);
    opacity: 0;
}
41% {
    transform: translateY(120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes si-back-label-leave-536d4acf {
0% {
    transform: translateY(0);
    opacity: 1;
}
40% {
    transform: translateY(120%);
    opacity: 0;
}
41% {
    transform: translateY(-120%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes si-back-icon-enter-536d4acf {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(120%);
    opacity: 0;
}
41% {
    transform: translateX(-120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes si-back-icon-leave-536d4acf {
0% {
    transform: translateX(0);
    opacity: 1;
}
40% {
    transform: translateX(-120%);
    opacity: 0;
}
41% {
    transform: translateX(120%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
@media (max-width: 900px) {
.si-animated-back-btn[data-v-536d4acf] {
    gap: 24px;
    padding: 6px 6px 6px 24px;
}
.si-animated-back-btn__label[data-v-536d4acf] {
    font-size: 14px;
}
.si-animated-back-btn__icon[data-v-536d4acf] {
    width: 32px;
    height: 32px;
}
.si-animated-back-btn__icon svg[data-v-536d4acf] {
    width: 15px;
    height: 15px;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/privacy.vue?vue&type=style&index=0&id=6b8a4fe5&lang=less&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-prv[data-v-6b8a4fe5] {
  background: #fff;
  padding: 180px 0 120px;
}
.si-prv__inner[data-v-6b8a4fe5] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 102px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-prv__section[data-v-6b8a4fe5] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-prv__section--title[data-v-6b8a4fe5] {
  gap: 0;
}
.si-prv__section--sign[data-v-6b8a4fe5] {
  gap: 8px;
}
.si-prv__title[data-v-6b8a4fe5] {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -1px;
}
.si-prv__h[data-v-6b8a4fe5] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #282004;
  line-height: 32px;
  letter-spacing: -1px;
}
.si-prv__p[data-v-6b8a4fe5] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-prv__p--bold[data-v-6b8a4fe5] {
  font-weight: 700;
  color: #282004;
}
.si-prv__back-wrap[data-v-6b8a4fe5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.si-prv__divider[data-v-6b8a4fe5] {
  border: none;
  border-top: 1px solid #ececec;
  margin: 0;
  width: 100%;
}
.si-prv__back-btn[data-v-6b8a4fe5] {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-prv__back-btn[data-v-6b8a4fe5]:hover {
  opacity: 0.88;
}
.si-prv__back-text[data-v-6b8a4fe5] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 28px;
}
.si-prv__back-icon[data-v-6b8a4fe5] {
  width: 48px;
  height: 48px;
  background: #fed440;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-prv__back-icon svg[data-v-6b8a4fe5] {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 900px) {
.si-prv[data-v-6b8a4fe5] {
    padding: 80px 0 80px;
}
.si-prv__inner[data-v-6b8a4fe5] {
    padding: 0 20px;
    gap: 32px;
}
.si-prv__title[data-v-6b8a4fe5] {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.si-prv__h[data-v-6b8a4fe5] {
    font-size: 16px;
    line-height: 24px;
}
.si-prv__p[data-v-6b8a4fe5] {
    font-size: 14px;
    line-height: 22px;
}
.si-prv__back-btn[data-v-6b8a4fe5] {
    padding: 6px 6px 6px 20px;
    gap: 16px;
}
.si-prv__back-text[data-v-6b8a4fe5] {
    font-size: 14px;
}
.si-prv__back-icon[data-v-6b8a4fe5] {
    width: 32px;
    height: 32px;
}
.si-prv__back-icon svg[data-v-6b8a4fe5] {
    width: 15px;
    height: 15px;
}
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/privacy-candidates.vue?vue&type=style&index=0&id=617253e8&lang=less&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-prvc[data-v-617253e8] {
  background: #fff;
  padding: 180px 0 120px;
}
.si-prvc__inner[data-v-617253e8] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 102px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-prvc__section[data-v-617253e8] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-prvc__section--title[data-v-617253e8] {
  gap: 0;
}
.si-prvc__section--sign[data-v-617253e8] {
  gap: 8px;
}
.si-prvc__title[data-v-617253e8] {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -1px;
}
.si-prvc__h[data-v-617253e8] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #282004;
  line-height: 32px;
  letter-spacing: -1px;
}
.si-prvc__h3[data-v-617253e8] {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #282004;
  line-height: 28px;
}
.si-prvc__p[data-v-617253e8] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-prvc__p--bold[data-v-617253e8] {
  font-weight: 700;
  color: #282004;
}
.si-prvc__list[data-v-617253e8] {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-prvc__list li[data-v-617253e8] {
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-prvc__link[data-v-617253e8] {
  color: #5094f9;
  text-decoration: underline;
}
.si-prvc__back-wrap[data-v-617253e8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.si-prvc__divider[data-v-617253e8] {
  border: none;
  border-top: 1px solid #ececec;
  margin: 0;
  width: 100%;
}
.si-prvc__back-btn[data-v-617253e8] {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-prvc__back-btn[data-v-617253e8]:hover {
  opacity: 0.88;
}
.si-prvc__back-text[data-v-617253e8] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 28px;
}
.si-prvc__back-icon[data-v-617253e8] {
  width: 48px;
  height: 48px;
  background: #fed440;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-prvc__back-icon svg[data-v-617253e8] {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 900px) {
.si-prvc[data-v-617253e8] {
    padding: 80px 0 80px;
}
.si-prvc__inner[data-v-617253e8] {
    padding: 0 20px;
    gap: 32px;
}
.si-prvc__title[data-v-617253e8] {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.si-prvc__h[data-v-617253e8] {
    font-size: 16px;
    line-height: 24px;
}
.si-prvc__h3[data-v-617253e8] {
    font-size: 14px;
    line-height: 22px;
}
.si-prvc__p[data-v-617253e8] {
    font-size: 14px;
    line-height: 22px;
}
.si-prvc__list li[data-v-617253e8] {
    font-size: 14px;
    line-height: 22px;
}
.si-prvc__back-btn[data-v-617253e8] {
    padding: 6px 6px 6px 20px;
    gap: 16px;
}
.si-prvc__back-text[data-v-617253e8] {
    font-size: 14px;
}
.si-prvc__back-icon[data-v-617253e8] {
    width: 32px;
    height: 32px;
}
.si-prvc__back-icon svg[data-v-617253e8] {
    width: 15px;
    height: 15px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/commissions.vue?vue&type=style&index=0&id=211b32c5&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-cm[data-v-211b32c5] {
  background: #fff;
  padding: 190px 0 120px;
}
.si-cm__inner[data-v-211b32c5] {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-cm__title[data-v-211b32c5] {
  margin: 0;
  color: #282004;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.75px;
}
.si-cm__tables[data-v-211b32c5] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-cm__table-section[data-v-211b32c5] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-cm__section-title[data-v-211b32c5] {
  margin: 0;
  color: #282004;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
}
.si-cm__table-wrap[data-v-211b32c5] {
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.si-cm__table[data-v-211b32c5] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.si-cm__col-label[data-v-211b32c5] {
  width: 36.15%;
}
.si-cm__col-value[data-v-211b32c5] {
  width: 63.85%;
}
.si-cm__th[data-v-211b32c5] {
  height: 56px;
  padding: 14px 16px;
  background: #f7f8fb;
  color: #282004;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  letter-spacing: -0.25px;
  vertical-align: middle;
}
.si-cm__td[data-v-211b32c5] {
  height: 56px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 0.5px solid #ececec;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.si-cm__td--label[data-v-211b32c5] {
  color: #50555c;
  font-weight: 400;
}
.si-cm__td--value[data-v-211b32c5] {
  color: #282004;
  font-weight: 700;
}
.si-cm__table-section:first-child .si-cm__tr:nth-child(2) .si-cm__td[data-v-211b32c5],
.si-cm__table-section:first-child .si-cm__tr:nth-child(3) .si-cm__td[data-v-211b32c5],
.si-cm__table-section:last-child .si-cm__tr:nth-child(2) .si-cm__td[data-v-211b32c5] {
  height: 60px;
}
.si-cm__tr:last-child .si-cm__td[data-v-211b32c5] {
  border-bottom: none;
}
.si-cm__footnote[data-v-211b32c5] {
  margin-left: 4px;
  color: #808691;
  font-weight: 400;
}
.si-cm__bonus[data-v-211b32c5] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #50555c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-cm__bonus p[data-v-211b32c5],
.si-cm__bonus h3[data-v-211b32c5],
.si-cm__bonus ul[data-v-211b32c5] {
  margin: 0;
}
.si-cm__bonus strong[data-v-211b32c5] {
  font-weight: 700;
}
.si-cm__bonus .si-cm__section-title[data-v-211b32c5] {
  color: #282004;
}
.si-cm__bonus-subtitle[data-v-211b32c5] {
  color: #50555c;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-cm__bonus-block[data-v-211b32c5] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.si-cm__bonus-list[data-v-211b32c5] {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: disc outside;
}
.si-cm__back-wrap[data-v-211b32c5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.si-cm__divider[data-v-211b32c5] {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #ececec;
}
@media (max-width: 900px) {
.si-cm[data-v-211b32c5] {
    padding: 72px 0;
}
.si-cm__inner[data-v-211b32c5] {
    padding: 0 20px;
    gap: 16px;
}
.si-cm__title[data-v-211b32c5] {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.si-cm__tables[data-v-211b32c5],
  .si-cm__table-section[data-v-211b32c5] {
    gap: 16px;
}
.si-cm__section-title[data-v-211b32c5] {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
}
.si-cm__table-wrap[data-v-211b32c5] {
    border-radius: 8px;
}
.si-cm__col-label[data-v-211b32c5],
  .si-cm__col-value[data-v-211b32c5] {
    width: 50%;
}
.si-cm__th[data-v-211b32c5],
  .si-cm__td[data-v-211b32c5] {
    height: auto !important;
    padding: 16px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.si-cm__bonus[data-v-211b32c5] {
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.si-cm__bonus-subtitle[data-v-211b32c5] {
    font-size: 14px;
    line-height: 21px;
}
.si-cm__bonus-list[data-v-211b32c5] {
    padding-left: 20px;
    gap: 8px;
}
.si-cm__back-wrap[data-v-211b32c5] {
    gap: 20px;
    padding-top: 16px;
}
.si-cm__back-wrap[data-v-211b32c5] .si-cm__back-button {
    gap: 16px;
    padding: 4px 4px 4px 16px;
}
.si-cm__back-wrap[data-v-211b32c5] .si-cm__back-button .si-animated-back-btn__icon {
    width: 36px;
    height: 36px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/privacy-web.vue?vue&type=style&index=0&id=a3ec7428&lang=less&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.si-prvw[data-v-a3ec7428] {
  background: #fff;
  padding: 180px 0 120px;
}
.si-prvw__inner[data-v-a3ec7428] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 102px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.si-prvw__title[data-v-a3ec7428] {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #282004;
  line-height: 1.2;
  letter-spacing: -1px;
}
.si-prvw__section[data-v-a3ec7428] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.si-prvw__section-title[data-v-a3ec7428] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #282004;
  line-height: 1.4;
}
.si-prvw__subsection-title[data-v-a3ec7428] {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #282004;
  line-height: 1.6;
}
.si-prvw__text[data-v-a3ec7428] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-prvw__list[data-v-a3ec7428] {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.si-prvw__list li[data-v-a3ec7428] {
  font-size: 16px;
  font-weight: 400;
  color: #50555c;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.si-prvw__link[data-v-a3ec7428] {
  color: #5094f9;
  text-decoration: underline;
  word-break: break-all;
}
.si-prvw__link[data-v-a3ec7428]:hover {
  opacity: 0.8;
}
.si-prvw__date[data-v-a3ec7428] {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #9ea3ac;
  line-height: 24px;
}
.si-prvw__back-wrap[data-v-a3ec7428] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.si-prvw__divider[data-v-a3ec7428] {
  border: none;
  border-top: 1px solid #ececec;
  margin: 0;
  width: 100%;
}
.si-prvw__back-btn[data-v-a3ec7428] {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 6px 6px 6px 24px;
  background: #0a0a0a;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.si-prvw__back-btn[data-v-a3ec7428]:hover {
  opacity: 0.88;
}
.si-prvw__back-text[data-v-a3ec7428] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 28px;
}
.si-prvw__back-icon[data-v-a3ec7428] {
  width: 48px;
  height: 48px;
  background: #fed440;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.si-prvw__back-icon svg[data-v-a3ec7428] {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 900px) {
.si-prvw[data-v-a3ec7428] {
    padding: 80px 0 80px;
}
.si-prvw__inner[data-v-a3ec7428] {
    padding: 0 20px;
    gap: 32px;
}
.si-prvw__title[data-v-a3ec7428] {
    font-size: 20px;
    letter-spacing: -0.5px;
}
.si-prvw__section-title[data-v-a3ec7428] {
    font-size: 16px;
}
.si-prvw__subsection-title[data-v-a3ec7428] {
    font-size: 14px;
}
.si-prvw__text[data-v-a3ec7428] {
    font-size: 14px;
    line-height: 22px;
}
.si-prvw__list li[data-v-a3ec7428] {
    font-size: 14px;
    line-height: 22px;
}
.si-prvw__back-btn[data-v-a3ec7428] {
    padding: 6px 6px 6px 20px;
    gap: 16px;
}
.si-prvw__back-text[data-v-a3ec7428] {
    font-size: 14px;
}
.si-prvw__back-icon[data-v-a3ec7428] {
    width: 32px;
    height: 32px;
}
.si-prvw__back-icon svg[data-v-a3ec7428] {
    width: 15px;
    height: 15px;
}
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vue/view/sufinc-index/comps/points-rules.vue?vue&type=style&index=0&id=e4128600&lang=less&scoped=true ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*[data-v-e4128600] {
  box-sizing: border-box;
}
.si-points-rules[data-v-e4128600] {
  width: 100%;
  max-width: 1044px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 160px 24px 120px;
  background: #fff;
}
.si-points-rules .main-title[data-v-e4128600],
.si-points-rules .title[data-v-e4128600],
.si-points-rules .content[data-v-e4128600],
.si-points-rules .date-tips[data-v-e4128600] {
  width: 100%;
}
.si-points-rules .main-title[data-v-e4128600] {
  margin: 0 0 24px !important;
  color: #282004;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.si-points-rules .title[data-v-e4128600] {
  margin: 28px 0 12px !important;
  color: #282004;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.si-points-rules .content[data-v-e4128600] {
  margin: 0 !important;
  color: #50555c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.si-points-rules .content + .content[data-v-e4128600],
.si-points-rules .desc-item + .content[data-v-e4128600] {
  margin-top: 12px !important;
}
.si-points-rules .line[data-v-e4128600] {
  width: 100%;
  height: 1px;
  margin: 48px 0;
  background-color: #dde1e9;
}
.si-points-rules .agreement[data-v-e4128600] {
  color: #5094f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.si-points-rules .date-tips[data-v-e4128600] {
  margin: 28px 0 0;
  color: #282004;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.si-points-rules .desc-item[data-v-e4128600] {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.si-points-rules .desc-item .desc-icon[data-v-e4128600] {
  width: 8px;
  height: 8px;
  margin: 10px 4px 0;
  flex-shrink: 0;
  background-color: #fed440;
  border-radius: 50%;
}
.si-points-rules .desc-item .desc-text[data-v-e4128600] {
  width: auto;
  flex: 1;
  color: #50555c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.si-points-rules__back-wrap[data-v-e4128600] {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.si-points-rules__divider[data-v-e4128600] {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #ececec;
}
@media (max-width: 900px) {
.si-points-rules[data-v-e4128600] {
    padding: 88px 20px 80px;
}
.si-points-rules .main-title[data-v-e4128600] {
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 28px;
}
.si-points-rules .title[data-v-e4128600] {
    margin: 24px 0 8px !important;
    font-size: 16px;
    line-height: 24px;
}
.si-points-rules .content[data-v-e4128600],
  .si-points-rules .agreement[data-v-e4128600],
  .si-points-rules .desc-text[data-v-e4128600] {
    font-size: 14px;
    line-height: 22px;
}
.si-points-rules .line[data-v-e4128600] {
    margin: 32px 0;
}
.si-points-rules .date-tips[data-v-e4128600] {
    margin-top: 24px;
    font-size: 13px;
    line-height: 20px;
}
.si-points-rules .desc-item[data-v-e4128600] {
    gap: 8px;
}
.si-points-rules .desc-item .desc-icon[data-v-e4128600] {
    width: 6px;
    height: 6px;
    margin: 8px 3px 0;
}
.si-points-rules__back-wrap[data-v-e4128600] {
    margin-top: 32px;
    gap: 24px;
}
}

