.main {
  background-image: none;
  background: #F4EEEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4eeee), to(#f9f9f9));
  background: linear-gradient(180deg, #f4eeee 0%, #f9f9f9 100%); }

h2 {
  font-size: 52px;
  font-weight: 300;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    h2 {
      font-size: 38px; } }

section {
  /* &.disclaimer {
      padding: 80px 0 60px;
      h2 {
          @include fontSize(28px, $fw:600);
          margin-bottom: 32px;
          @media (max-width: $breakpoint_md - 1) {
              @include fontSize(22px);
              margin-bottom: 20px;
          }
      }
  } */ }
  section.kv .bg-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #F9F9F9;
    /* &:after {
        content: "";
        background-image: url('../img/bg/home-kv-overlay.png');
        background-size: cover;
        background-repeat: no-repeat;
        @include absolute(-8px,-8px,-8px,-8px);
        @media (max-width: $breakpoint_md - 1) {
            background-image: none;
            background: linear-gradient(180deg,rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 0.6) 43%, rgba(249, 249, 249, 0.25) 76%, rgba(249, 249, 249, 0) 100%);
        }
    } */ }
    section.kv .bg-wrapper .bg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-blend-mode: normal, hard-light, lighten, normal;
      padding-top: Min(65%, 982px); }
      @media (max-width: 991px) {
        section.kv .bg-wrapper .bg {
          display: none; } }
    section.kv .bg-wrapper .bg-m {
      display: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-top: Min(120%, 514px);
      margin-top: 210px; }
      @media (max-width: 991px) {
        section.kv .bg-wrapper .bg-m {
          display: block;
          margin-top: 140px; } }
  section.kv .intro-wrapper {
    padding: 40px 56px;
    position: absolute;
    bottom: 35%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 66%;
    min-width: 375px; }
    @media (max-width: 991px) {
      section.kv .intro-wrapper {
        bottom: auto;
        top: 130px;
        padding: 0;
        max-width: 82%; } }
    section.kv .intro-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(161.99deg, rgba(255, 255, 255, 0.27) -32.48%, rgba(255, 255, 255, 0.54) 6.22%, rgba(255, 255, 255, 0.72) 51.12%, rgba(255, 255, 255, 0.54) 93.39%, rgba(255, 255, 255, 0.27) 136.5%);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px); }
      @media (max-width: 991px) {
        section.kv .intro-wrapper:before {
          display: none; } }
    section.kv .intro-wrapper .tagline {
      font-size: 58px;
      font-weight: 300;
      line-height: normal; }
      @media (max-width: 991px) {
        section.kv .intro-wrapper .tagline {
          font-size: 40px;
          text-shadow: 0px 0px 6px rgba(249, 249, 249, 0.5); } }
      :lang(en) section.kv .intro-wrapper .tagline {
        font-size: 32px; }
        @media (max-width: 991px) {
          :lang(en) section.kv .intro-wrapper .tagline {
            font-size: 22px; } }
    section.kv .intro-wrapper .label {
      color: #D00007;
      font-size: 32px;
      font-weight: 600;
      line-height: normal; }
      @media (max-width: 991px) {
        section.kv .intro-wrapper .label {
          font-size: 26px; } }
      :lang(en) section.kv .intro-wrapper .label {
        font-size: 26px; }
        @media (max-width: 991px) {
          :lang(en) section.kv .intro-wrapper .label {
            font-size: 20px; } }
    section.kv .intro-wrapper .label-wrapper {
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        section.kv .intro-wrapper .label-wrapper {
          margin-bottom: 12px; } }
    section.kv .intro-wrapper .inner:after {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/border.svg");
      background-repeat: no-repeat;
      width: 40px;
      height: 40px; }
    section.kv .intro-wrapper .inner:after {
      position: absolute;
      right: -4px;
      bottom: -4px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    section.kv .intro-wrapper .inner:before {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/border.svg");
      background-repeat: no-repeat;
      width: 40px;
      height: 40px; }
    section.kv .intro-wrapper .inner:before {
      position: absolute;
      top: -4px;
      left: -4px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    @media (max-width: 991px) {
      section.kv .intro-wrapper .inner:before, section.kv .intro-wrapper .inner:after {
        display: none; } }
  section.kv .swiper-slide {
    overflow: hidden; }
    section.kv .swiper-slide > .container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  section.kv .swiper-controls > .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  section.kv .swiper-controls .controls-wrapper {
    position: absolute;
    bottom: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 375px; }
    @media (max-width: 991px) {
      section.kv .swiper-controls .controls-wrapper {
        bottom: 20%;
        left: 24px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 182px;
        z-index: 1;
        background-color: #ffffff70;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-radius: 4px; } }
  section.kv .swiper-pagination {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    position: relative;
    bottom: 0;
    width: auto;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 1px;
    color: #666666; }
    @media (max-width: 991px) {
      section.kv .swiper-pagination {
        margin-right: 0;
        text-align: center;
        padding: 6px 8px;
        font-size: 13px; } }
    section.kv .swiper-pagination .swiper-pagination-current {
      color: #2E2E2E;
      font-size: 20px;
      font-weight: 600;
      margin-right: 4px; }
      @media (max-width: 991px) {
        section.kv .swiper-pagination .swiper-pagination-current {
          font-size: 16px; } }
  section.kv .autoplay-progress {
    width: 100%;
    height: 2px;
    background-color: #66666660;
    position: relative;
    z-index: 10; }
    section.kv .autoplay-progress .progress-line {
      display: block;
      height: 100%;
      background-color: #D0000740;
      width: 0;
      -webkit-transition: width 0ms linear;
      transition: width 0ms linear; }
    @media (max-width: 991px) {
      section.kv .autoplay-progress {
        display: none; } }
  section.kv .swiper-nav-container {
    gap: 8px;
    margin-left: 12px; }
    @media (max-width: 991px) {
      section.kv .swiper-nav-container {
        margin-left: 0;
        position: absolute;
        right: 8px;
        left: 8px; } }
    section.kv .swiper-nav-container .btn-prev, section.kv .swiper-nav-container .btn-next {
      width: 24px;
      height: 24px;
      background: transparent; }
      section.kv .swiper-nav-container .btn-prev:after, section.kv .swiper-nav-container .btn-next:after {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/arrow-right-b.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px; }
    section.kv .swiper-nav-container .btn-prev:after {
      background-image: url("../img/icon/arrow-left-b.svg"); }
  section.kv .img-disclaimer {
    display: block;
    position: absolute;
    right: 0;
    bottom: 130px;
    padding: 10px 14px;
    background-color: #F9DBE0;
    color: #D00007;
    z-index: 3;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
    section.kv .img-disclaimer > span {
      display: block;
      text-align: center; }
      section.kv .img-disclaimer > span.icon:before {
        display: block;
        margin: 0 auto; }
    @media (max-width: 991px) {
      section.kv .img-disclaimer {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        bottom: 184px; } }
  section.quotation {
    margin-top: -156px;
    z-index: 1;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      section.quotation {
        margin-top: -86px; } }
    section.quotation .tab-nav {
      -webkit-box-shadow: 1px 1px 30px #41262C15;
              box-shadow: 1px 1px 30px #41262C15;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 991px) {
        section.quotation .tab-nav {
          width: 100%;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    section.quotation .tabs {
      -webkit-box-shadow: 1px 1px 30px #41262C15;
              box-shadow: 1px 1px 30px #41262C15;
      background-color: #F1F1F1; }
      @media (max-width: 991px) {
        section.quotation .tabs {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 0; } }
    section.quotation .tab .tab-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        section.quotation .tab .tab-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    section.quotation .tab .form {
      padding: 44px 40px;
      background-color: #F1F1F1;
      width: 77%; }
      @media (max-width: 991px) {
        section.quotation .tab .form {
          padding: 32px 24px;
          width: 100%; } }
      section.quotation .tab .form .inline-fields-wrapper .inline-fields-wrapper.fields-count--2 {
        gap: 16px; }
        @media (max-width: 991px) {
          section.quotation .tab .form .inline-fields-wrapper .inline-fields-wrapper.fields-count--2 {
            gap: 0; } }
      section.quotation .tab .form .form-wrap {
        margin-bottom: -40px; }
        @media (max-width: 991px) {
          section.quotation .tab .form .form-wrap {
            margin-bottom: -24px; } }
      section.quotation .tab .form .form-remarks {
        font-size: 13px;
        line-height: 155%;
        letter-spacing: 0;
        color: #666666;
        margin-bottom: 40px; }
        @media (max-width: 991px) {
          section.quotation .tab .form .form-remarks {
            margin-bottom: 24px; } }
    section.quotation .tab .promo {
      padding: 32px 40px;
      background-color: #D00007;
      color: #FFFFFF;
      width: 23%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.quotation .tab .promo:before {
        display: block;
        content: "";
        position: absolute;
        right: -28px;
        background-image: url("../img/icon/shield-bg-r.svg");
        background-repeat: no-repeat;
        width: 290px;
        height: 290px; }
      section.quotation .tab .promo .tagline {
        font-size: 28px;
        font-weight: 500;
        line-height: 125%;
        margin-bottom: 16px;
        position: relative; }
      section.quotation .tab .promo .btn-container {
        margin-top: 0;
        margin-bottom: 40px;
        width: 100%; }
      section.quotation .tab .promo .btn-question {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #F9DBE0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.quotation .tab .promo .btn-question:before {
          content: "";
          display: inline-block;
          background-size: contain;
          background-image: url("../img/icon/question-p.svg");
          background-repeat: no-repeat;
          width: 24px;
          height: 24px; }
        section.quotation .tab .promo .btn-question:hover:before {
          -webkit-animation: arrow .5s;
                  animation: arrow .5s; }
        section.quotation .tab .promo .btn-question span {
          padding-left: 6px;
          text-decoration: underline; }
      @media (max-width: 991px) {
        section.quotation .tab .promo {
          background-color: #F1F1F1;
          width: 100%;
          padding: 8px 24px 32px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.quotation .tab .promo::before {
            display: none; }
          section.quotation .tab .promo .tagline {
            display: none; }
          section.quotation .tab .promo .btn-container .btn {
            border-color: #D00007;
            background-color: #D00007; }
            section.quotation .tab .promo .btn-container .btn > a, section.quotation .tab .promo .btn-container .btn > button, section.quotation .tab .promo .btn-container .btn > input {
              color: #FFFFFF; }
            section.quotation .tab .promo .btn-container .btn:before {
              background-color: #A50D01; }
          section.quotation .tab .promo .btn-question {
            color: #D00007; }
            section.quotation .tab .promo .btn-question:before {
              background-image: url("../img/icon/question-r.svg"); } }
  section.about {
    margin-bottom: 190px; }
    @media (max-width: 991px) {
      section.about {
        margin-bottom: 274px; } }
    section.about .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 52px; }
      @media (max-width: 991px) {
        section.about .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 56px; } }
    section.about .col-text {
      padding-left: 48px; }
      section.about .col-text .content {
        padding: 40px 48px;
        font-size: 18px;
        line-height: 155%;
        letter-spacing: 0.7px;
        max-width: 606px; }
      @media (min-width: 992px) {
        section.about .col-text {
          width: 57%;
          max-width: 654px; } }
      @media (max-width: 991px) {
        section.about .col-text {
          padding-left: 24px;
          padding-right: 24px; }
          section.about .col-text .content {
            padding: 28px 0 0;
            max-width: 100%;
            font-size: 14px;
            letter-spacing: 0.6px; }
            section.about .col-text .content .btn-container {
              margin-top: 32px; } }
    section.about .col-image {
      width: 44%;
      max-width: 646px; }
      @media (max-width: 991px) {
        section.about .col-image {
          width: 100%;
          max-width: 100%; } }
      section.about .col-image .img-container {
        margin-top: 55px;
        padding-left: 52px; }
        @media (max-width: 991px) {
          section.about .col-image .img-container {
            margin-top: 0;
            padding-left: 0; } }
      section.about .col-image .img {
        position: relative;
        margin-left: auto;
        aspect-ratio: 0.8649517685;
        max-width: 538px; }
        section.about .col-image .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          display: block; }
        @media (max-width: 991px) {
          section.about .col-image .img {
            max-width: 100%; } }
      section.about .col-image .com-rating {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        section.about .col-image .com-rating:after {
          content: "";
          display: inline-block;
          background-size: contain;
          background-image: url("../img/icon/border.svg");
          background-repeat: no-repeat;
          width: 40px;
          height: 40px; }
        section.about .col-image .com-rating:after {
          position: absolute;
          top: -20px;
          right: -20px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        @media (max-width: 991px) {
          section.about .col-image .com-rating {
            -webkit-transform: none;
                    transform: none;
            bottom: -80px; }
            section.about .col-image .com-rating:after {
              top: -10px;
              right: -10px; } }
    section.about .btn-explore {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%;
      color: #2E2E2E;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 52px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      section.about .btn-explore:before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/arrow-right.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px; }
      section.about .btn-explore span {
        padding-left: 6px;
        text-decoration: underline; }
      @media (max-width: 991px) {
        section.about .btn-explore {
          margin-top: 32px; } }
  section.products {
    margin-bottom: 120px; }
    section.products .intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 60px;
      margin-bottom: 40px; }
      section.products .intro .title-wrapper {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      section.products .intro p {
        margin-top: 24px;
        font-size: 18px;
        line-height: 155%; }
      @media (max-width: 991px) {
        section.products .intro {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 28px; }
          section.products .intro p {
            margin-top: 0;
            font-size: 16px;
            letter-spacing: 0.6px; } }
    section.products .wrapper {
      position: relative; }
      section.products .wrapper::before {
        content: "";
        background-color: #F4EEEE;
        width: 100vw;
        position: absolute;
        top: 50%;
        right: 50%;
        bottom: -120px;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
    section.products .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #FFFFFF;
      height: 100%; }
      @media (max-width: 991px) {
        section.products .product {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      section.products .product .col-image {
        width: 49.3%;
        aspect-ratio: 650/512;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: difference, plus-darker, normal, normal;
        padding: 68px 78px;
        font-size: 40px;
        font-weight: 500;
        line-height: 120%;
        position: relative;
        /* &::before {
            content: "";
            background-image: url('../img/bg/home-product-overlay.png');
            background-size: cover;
            background-repeat: no-repeat;
            @include absolute(0,0,0,0);
        } */ }
        section.products .product .col-image .name {
          position: relative;
          max-width: 80%; }
          section.products .product .col-image .name:after {
            content: "";
            display: inline-block;
            background-size: contain;
            background-image: url("../img/icon/border.svg");
            background-repeat: no-repeat;
            width: 40px;
            height: 40px; }
          section.products .product .col-image .name:after {
            position: absolute;
            top: -29px;
            left: -38px;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
        @media (max-width: 991px) {
          section.products .product .col-image {
            width: 100%;
            padding: 40px 44px;
            font-size: 28px;
            aspect-ratio: 380/380; }
            section.products .product .col-image .name::after {
              top: -20px;
              left: -20px; } }
      section.products .product .col-text {
        width: 50.7%;
        background-color: #D00007;
        padding: 52px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.products .product .col-text .desc {
          font-size: 18px;
          line-height: 155%;
          letter-spacing: 0.7px;
          margin-bottom: 32px; }
        section.products .product .col-text .features {
          margin-bottom: 24px;
          color: #F9DBE0; }
          section.products .product .col-text .features .feature-list {
            margin-top: 16px;
            font-size: 18px;
            font-weight: 600;
            line-height: 130%;
            color: #FFFFFF;
            /* li {
                @include iconBefore(40px, 40px, '../img/icon/feature.svg');
                padding-left: 52px;
                position: relative;
                min-height: 40px;
                padding-top:8px;
                &:before {
                    @include absolute(0, $l:0);
                }
                &:not(:last-child) {
                    margin-bottom: 12px;
                }
            } */ }
            section.products .product .col-text .features .feature-list li:before {
              background-image: url("../img/icon/feature.svg"); }
        section.products .product .col-text .btn-container {
          margin-top: auto; }
          section.products .product .col-text .btn-container .btn {
            width: auto; }
        @media (max-width: 991px) {
          section.products .product .col-text {
            width: 100%;
            padding: 32px; }
            section.products .product .col-text .desc {
              font-size: 14px;
              letter-spacing: 0.6px;
              margin-bottom: 28px; }
            section.products .product .col-text .features {
              margin-bottom: 40px; }
              section.products .product .col-text .features ul {
                font-size: 16px; }
                section.products .product .col-text .features ul li {
                  padding-left: 44px;
                  padding-top: 6px; }
                  section.products .product .col-text .features ul li::before {
                    width: 32px;
                    height: 32px; }
            section.products .product .col-text .btn-container .btn {
              width: 100%;
              text-align: center; } }
    section.products .swiper-nav-container .btn-prev {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 991px) {
        section.products .swiper-nav-container .btn-prev {
          -webkit-transform: translate(0, -100%);
                  transform: translate(0, -100%);
          top: 0;
          right: 44px;
          left: auto;
          margin-top: calc(380/380 * 100%); } }
    section.products .swiper-nav-container .btn-next {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
      @media (max-width: 991px) {
        section.products .swiper-nav-container .btn-next {
          -webkit-transform: translate(0, -100%);
                  transform: translate(0, -100%);
          margin-top: calc(380/380 * 100%);
          top: 0; } }
    section.products .swiper-pagination {
      text-align: left;
      padding-left: calc(60px - var(--swiper-pagination-bullet-horizontal-gap)); }
      @media (max-width: 991px) {
        section.products .swiper-pagination {
          left: 16px;
          top: 0;
          margin-top: calc((380/380* 100%) - 18px);
          -webkit-transform: translateY(-18px);
                  transform: translateY(-18px);
          bottom: auto;
          padding-left: 0; } }
    section.products .swiper-slide {
      height: auto; }
  section.advantages {
    padding-top: 72px;
    padding-bottom: 120px;
    background-color: #F4EEEE; }
    @media (max-width: 991px) {
      section.advantages {
        padding-top: 0;
        padding-bottom: 60px; } }
    section.advantages .container {
      position: relative; }
    section.advantages .intro {
      margin-bottom: 52px;
      position: relative; }
      section.advantages .intro .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 40px; }
      section.advantages .intro .desc {
        width: 75%;
        max-width: 816px;
        padding-left: 48px; }
      section.advantages .intro:before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/bg/cross.svg");
        background-repeat: no-repeat;
        width: 789px;
        height: 789px; }
      section.advantages .intro:before {
        position: absolute;
        top: -92px;
        left: -482px;
        pointer-events: none; }
      @media (max-width: 991px) {
        section.advantages .intro .btn-explore {
          display: none; }
        section.advantages .intro .head {
          margin-bottom: 28px; }
        section.advantages .intro .desc {
          width: 100%;
          max-width: 100%;
          padding-left: 0;
          font-size: 16px;
          line-height: 155%;
          letter-spacing: 0.6px; }
        section.advantages .intro:before {
          left: auto;
          right: -120px;
          top: -212px;
          width: 344px;
          height: 550px; } }
    section.advantages .coverage-list {
      padding-left: 48px; }
      @media (max-width: 991px) {
        section.advantages .coverage-list {
          padding-left: 0; } }
      @media (min-width: 992px) {
        section.advantages .coverage-list .item {
          width: calc((100% - 50px)/2);
          margin-bottom: 80px; }
          section.advantages .coverage-list .item:nth-child(even) {
            -webkit-transform: translateY(124px);
                    transform: translateY(124px); }
          section.advantages .coverage-list .item:last-child:nth-child(even) {
            padding-bottom: calc(124px - 80px); }
          section.advantages .coverage-list .item:last-child:nth-child(odd) {
            margin-bottom: 0; } }
  section.tips {
    margin-top: 180px; }
    section.tips::before {
      content: "";
      background-color: #FBDEE3;
      width: 100vw;
      position: absolute;
      top: 34px;
      right: 61%;
      bottom: -90px; }
      @media (max-width: 991px) {
        section.tips::before {
          width: 50vw;
          max-width: 212px;
          right: 0;
          top: 50px;
          bottom: 24px; } }
    section.tips .intro {
      margin-bottom: 40px;
      position: relative; }
    section.tips .swiper {
      overflow: visible; }
      section.tips .swiper .swiper-container {
        /* margin-top: 136px;
        &.swiper-initialized {
            margin-top: 0;
        } */ }
    section.tips .swiper-slide {
      width: 536px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      section.tips .swiper-slide.swiper-slide-active {
        padding-top: 0; }
        section.tips .swiper-slide.swiper-slide-active .tips-item {
          width: 100%; }
      section.tips .swiper-slide:has(~ .swiper-slide-active) {
        opacity: 0.4; }
        section.tips .swiper-slide:has(~ .swiper-slide-active) .tips-item {
          -webkit-transform-origin: bottom center;
                  transform-origin: bottom center; }
      @media (max-width: 991px) {
        section.tips .swiper-slide {
          width: 320px;
          padding-top: 0;
          opacity: 0.4; }
          section.tips .swiper-slide.swiper-slide-active {
            width: 320px;
            opacity: 1; } }
      section.tips .swiper-slide .tips-item {
        margin: 0 auto;
        width: 100%;
        -webkit-transform: scale(0.846);
                transform: scale(0.846);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left; }
        section.tips .swiper-slide .tips-item .text {
          min-height: 126px; }
          @media (max-width: 991px) {
            section.tips .swiper-slide .tips-item .text {
              min-height: 0; } }
      section.tips .swiper-slide.swiper-slide-active .tips-item {
        -webkit-transform: scale(1);
                transform: scale(1); }
      section.tips .swiper-slide.swiper-slide-next .tips-item {
        -webkit-transform-origin: bottom center;
                transform-origin: bottom center; }
    section.tips .swiper-controls {
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1;
      width: calc(100% - 560px); }
      @media (max-width: 991px) {
        section.tips .swiper-controls {
          position: relative;
          width: 100%;
          margin-top: 18px; } }
    section.tips .swiper-nav-container {
      gap: 16px; }
      @media (max-width: 991px) {
        section.tips .swiper-nav-container {
          gap: 0; } }
  section.contact {
    margin-top: 170px;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      section.contact {
        margin-top: 76px;
        margin-bottom: 0; } }

.deco {
  opacity: 1; }
  .deco#deco-home-1 {
    top: 148px;
    left: 0;
    opacity: 0.1;
    z-index: 11; }
    .deco#deco-home-1:before {
      background-color: #FF6D87; }
  .deco#deco-home-2 {
    top: 0;
    left: 0; }
    .deco#deco-home-2:before {
      background-color: #F3EBE7; }
    @media (max-width: 991px) {
      .deco#deco-home-2 {
        top: -87px; } }
  .deco#deco-home-3 {
    top: 0;
    right: 0; }
    .deco#deco-home-3:before {
      background-color: #F9F9F9; }
  .deco#deco-home-4 {
    bottom: -96px;
    left: 96px; }
    .deco#deco-home-4:before {
      background-color: #F3D5D5; }
    @media (max-width: 991px) {
      .deco#deco-home-4 {
        right: 60px;
        bottom: -140px;
        left: auto; } }
  .deco#deco-home-5 {
    bottom: -192px;
    left: 0; }
    .deco#deco-home-5:before {
      background-color: #EEEBE9;
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    @media (max-width: 991px) {
      .deco#deco-home-5 {
        right: 0;
        bottom: -200px;
        left: auto; } }
  .deco#deco-home-6 {
    right: -96px;
    bottom: -90px; }
    .deco#deco-home-6:before {
      background-color: #FFFFFF; }
  .deco#deco-home-7 {
    bottom: -120px;
    left: 40px; }
    .deco#deco-home-7:before {
      background-color: #F9F9F9; }
    @media (max-width: 991px) {
      .deco#deco-home-7 {
        bottom: -60px;
        left: 120px; } }
  .deco#deco-home-8 {
    bottom: -216px;
    left: -56px; }
    .deco#deco-home-8:before {
      background-color: #EDAEB0;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    @media (max-width: 991px) {
      .deco#deco-home-8 {
        bottom: -120px;
        left: 60px; } }
  @media (max-width: 991px) {
    .deco#deco-home-1, .deco#deco-home-6 {
      display: none; }
    .deco#deco-home-2 {
      width: 52px;
      height: 52px; } }

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