.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding: 30px 0;
  }
  header .container > .userType {
    display: none;
  }
  header .container > .menu {
    display: none;
  }
  header .container > .right {
    display: none;
  }
  header .openMobileMenu {
    display: flex;
    margin-left: auto;
  }
  header .megaMenu {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header {
    padding: 30px 0;
  }
  header .userType {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .right {
    display: none;
  }
  header .openMobileMenu {
    display: flex;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header {
    padding: 30px 0;
  }
  header .userType {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .right {
    display: none;
  }
  header .openMobileMenu {
    display: flex;
    margin-left: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .container {
    max-width: 1000px;
  }
  header .logo {
    max-width: 110px;
  }
  header .userType {
    gap: 10px;
    margin-left: 20px;
    padding-right: 20px;
  }
  header .userType .openMegaMenu2, header .userType .openMegaMenu1 {
    font-size: 14px;
    gap: 0;
  }
  header .userType .openMegaMenu2 .icon, header .userType .openMegaMenu1 .icon {
    display: none;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 15px;
  }
  header .menu ul li a {
    font-size: 14px;
  }
  header .right .links {
    gap: 10px;
  }
  header .right .links > a {
    gap: 0;
    font-size: 14px;
  }
  header .right .links > a .icon {
    display: none;
  }
  header .megaMenu .content {
    padding-left: 40px;
  }
  header .megaMenu .content .item {
    padding: 30px 0;
  }
  header .megaMenu .content .item .iconArea {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  header .logo {
    max-width: 110px;
  }
  header .userType {
    gap: 10px;
    margin-left: 20px;
    padding-right: 20px;
  }
  header .userType .openMegaMenu2, header .userType .openMegaMenu1 {
    gap: 0;
  }
  header .userType .openMegaMenu2 .icon, header .userType .openMegaMenu1 .icon {
    display: none;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 15px;
  }
  header .right .links {
    gap: 10px;
  }
  header .right .links > a {
    gap: 0;
  }
  header .right .links > a .icon {
    display: none;
  }
  header .megaMenu .titleArea > .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .footerTop .container {
    flex-direction: column;
  }
  .footerTop .container:after {
    right: 0;
  }
  .footerTop .titleArea {
    margin-bottom: 40px;
    text-align: center;
  }
  .footerTop .titleArea .title {
    text-align: center;
    font-size: 50px;
  }
  .footerTop .titleArea .description {
    margin-bottom: 30px;
  }
  .footerTop .imgArea .image-1 {
    max-width: 142px;
    height: 143px;
    left: 50%;
  }
  .footerTop .imgArea .image-2 {
    display: none;
  }
  footer .top {
    padding-top: 65px;
  }
  footer .top .content {
    flex-direction: column;
  }
  footer .top .left {
    width: 100%;
    text-align: center;
  }
  footer .top .left .logo {
    margin: 20px auto 30px;
  }
  footer .top .left .socialLinks, footer .top .left .downloadLinks {
    justify-content: center;
  }
  footer .top .left:after {
    min-width: 100%;
    width: 100%;
  }
  footer .top .menus {
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    border-top: 2px solid #DDE8EF;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
  }
  footer .top .menus .menu {
    width: 100%;
  }
  footer .top .menus .menu .title {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;
  }
  footer .top .menus .menu .title:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 5px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrow5.svg");
    background: #62737D;
    transition: 0.3s ease all;
  }
  footer .top .menus .menu ul {
    padding-left: 20px;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  footer .top .menus .menu.active {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title:after {
    transform: translateY(-50%) rotate(-180deg);
    background: #E50647;
  }
  footer .top .menus .menu.active ul {
    max-height: 550px;
    opacity: 1;
    pointer-events: auto;
  }
  footer .top .copyright {
    padding: 25px 0;
  }
  footer .top .copyright .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .top .copyright .container .mail {
    padding: 20px 20px 20px 0;
    border: 0;
  }
  footer .top .copyright .container .number {
    margin: 0;
  }
  footer .top .copyright .container .politicaLinks {
    padding-bottom: 25px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDE8EF;
  }
  footer .bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footerBottom .container {
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .footerTop .container {
    flex-direction: column;
  }
  .footerTop .container:after {
    right: 0;
  }
  .footerTop .titleArea {
    margin-bottom: 40px;
    text-align: center;
  }
  .footerTop .titleArea .title {
    text-align: center;
    font-size: 50px;
  }
  .footerTop .titleArea .description {
    margin-bottom: 30px;
  }
  .footerTop .imgArea .image-1 {
    max-width: 142px;
    height: 143px;
  }
  .footerTop .imgArea .image-2 {
    display: none;
  }
  footer .top {
    padding-top: 65px;
  }
  footer .top .content {
    flex-direction: column;
  }
  footer .top .left {
    width: 100%;
    text-align: center;
  }
  footer .top .left .logo {
    margin: 20px auto 30px;
  }
  footer .top .left .socialLinks, footer .top .left .downloadLinks {
    justify-content: center;
  }
  footer .top .left:after {
    min-width: 100%;
    width: 100%;
  }
  footer .top .menus {
    gap: 20px 40px;
    padding: 30px 0;
    border-top: 2px solid #DDE8EF;
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .menus .menu {
    width: calc(50% - 20px);
  }
  footer .top .menus .menu .title {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;
  }
  footer .top .menus .menu .title:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 5px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrow5.svg");
    background: #62737D;
    transition: 0.3s ease all;
  }
  footer .top .menus .menu ul {
    padding-left: 20px;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  footer .top .menus .menu.active {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title:after {
    transform: translateY(-50%) rotate(-180deg);
    background: #E50647;
  }
  footer .top .menus .menu.active ul {
    max-height: 550px;
    opacity: 1;
    pointer-events: auto;
  }
  footer .top .copyright {
    padding-top: 25px;
  }
  footer .top .copyright .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .top .copyright .container .mail {
    padding: 20px 20px 20px 0;
    border: 0;
  }
  footer .top .copyright .container .number {
    margin: 0;
  }
  footer .top .copyright .container .politicaLinks {
    padding-bottom: 25px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDE8EF;
  }
  footer .bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footerBottom .container {
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .footerTop .container {
    flex-direction: column;
  }
  .footerTop .container:after {
    right: 0;
  }
  .footerTop .titleArea {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footerTop .titleArea .title {
    text-align: center;
    font-size: 50px;
  }
  .footerTop .titleArea .description {
    margin-bottom: 30px;
  }
  .footerTop .imgArea .image-1 {
    max-width: 142px;
    height: 143px;
  }
  .footerTop .imgArea .image-2 {
    display: none;
  }
  footer .top {
    padding-top: 65px;
  }
  footer .top .content {
    flex-direction: column;
  }
  footer .top .left {
    width: 100%;
    text-align: center;
  }
  footer .top .left .logo {
    margin: 20px auto 30px;
  }
  footer .top .left .socialLinks, footer .top .left .downloadLinks {
    justify-content: center;
  }
  footer .top .left:after {
    min-width: 100%;
    width: 100%;
  }
  footer .top .menus {
    gap: 20px 40px;
    padding: 30px 0;
    border-top: 2px solid #DDE8EF;
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .menus .menu {
    width: calc(50% - 20px);
  }
  footer .top .menus .menu .title {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;
  }
  footer .top .menus .menu .title:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 5px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrow5.svg");
    background: #62737D;
    transition: 0.3s ease all;
  }
  footer .top .menus .menu ul {
    padding-left: 20px;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  footer .top .menus .menu.active {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title:after {
    transform: translateY(-50%) rotate(-180deg);
    background: #E50647;
  }
  footer .top .menus .menu.active ul {
    max-height: 550px;
    opacity: 1;
    pointer-events: auto;
  }
  footer .top .copyright {
    padding-top: 25px;
  }
  footer .top .copyright .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .top .copyright .container .mail {
    padding: 20px 20px 20px 0;
    border: 0;
  }
  footer .top .copyright .container .number {
    margin: 0;
  }
  footer .top .copyright .container .politicaLinks {
    margin: 0;
    padding-bottom: 25px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDE8EF;
  }
  footer .bottom {
    z-index: 2;
    position: relative;
  }
  footer .bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footerBottom .container {
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .footerTop .titleArea {
    padding-bottom: 40px;
  }
  .footerTop .imgArea {
    z-index: 2;
    margin-top: auto;
  }
  .footerTop .imgArea .image-1 {
    left: 45%;
  }
  footer {
    margin-bottom: 0;
  }
  footer .top {
    padding-top: 65px;
  }
  footer .top .content {
    flex-direction: column;
  }
  footer .top .left {
    width: 100%;
    text-align: center;
  }
  footer .top .left .logo {
    margin: 20px auto 30px;
  }
  footer .top .left .socialLinks, footer .top .left .downloadLinks {
    justify-content: center;
  }
  footer .top .left:after {
    min-width: 100%;
    width: 100%;
  }
  footer .top .menus {
    gap: 20px 40px;
    padding: 30px 0;
    border-top: 2px solid #DDE8EF;
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .menus .menu {
    width: calc(50% - 20px);
  }
  footer .top .menus .menu .title {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;
  }
  footer .top .menus .menu .title:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 5px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrow5.svg");
    background: #62737D;
    transition: 0.3s ease all;
  }
  footer .top .menus .menu ul {
    padding-left: 20px;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  footer .top .menus .menu.active {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title {
    margin-bottom: 20px;
  }
  footer .top .menus .menu.active .title:after {
    transform: translateY(-50%) rotate(-180deg);
    background: #E50647;
  }
  footer .top .menus .menu.active ul {
    max-height: 550px;
    opacity: 1;
    pointer-events: auto;
  }
  footer .top .copyright {
    padding-top: 25px;
  }
  footer .top .copyright .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .top .copyright .container .mail {
    padding: 20px 20px 20px 0;
    border: 0;
  }
  footer .top .copyright .container .number {
    margin: 0;
  }
  footer .top .copyright .container .politicaLinks {
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDE8EF;
  }
  footer .bottom {
    z-index: 2;
    position: relative;
  }
  footer .bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footerBottom {
    padding-top: 50px;
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .footerTop .imgArea .image-1 {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  section.mainContent {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  section.mainContent .container {
    flex-direction: column;
    gap: 60px;
  }
  section.mainContent .container:before {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  section.mainContent .titleArea {
    max-width: 100%;
    text-align: center;
  }
  section.mainContent .titleArea .mobileImg {
    display: flex;
  }
  section.mainContent .titleArea .mobileImg .image-1 {
    max-width: 110px;
    bottom: -37%;
    left: 15%;
  }
  section.mainContent .titleArea .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  section.mainContent .titleArea .bottomButtons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainContent .titleArea .bottomButtons .qr {
    display: none;
  }
  section.mainContent .titleArea .bottomButtons .account {
    font-size: 20px;
    padding: 19px;
  }
  section.mainContent .content {
    padding: 0;
  }
  section.mainContent .content .imgArea {
    display: none;
  }
  section.mainDiffrence {
    padding: 40px 0;
  }
  section.mainDiffrence .titleArea {
    margin-bottom: 24px;
    text-align: center;
  }
  section.mainDiffrence .titleArea .title {
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 12px;
  }
  section.mainDiffrence .titleArea .description {
    font-size: 15px;
    line-height: 22px;
  }
  section.mainDiffrence .categoryGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
  section.mainDiffrence .sectionFooter {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  section.mainDiffrence .sectionFooter .primaryBtn {
    width: 100%;
  }
  section.collection {
    padding: 60px 0;
  }
  section.collection .container {
    flex-direction: column;
    gap: 50px;
  }
  section.collection .titleArea {
    max-width: 100%;
  }
  section.collection .titleArea span {
    line-height: 26px;
    display: flex;
    text-align: center;
  }
  section.collection .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea .description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea a {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.collection .content .imgArea .banks {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  section.collection .content .imgArea .image-2 {
    top: 27%;
    width: 201px;
    height: 193px;
  }
  section.privileges {
    padding: 60px 0;
  }
  section.privileges .title {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.privileges .privilegesGreenCard {
    aspect-ratio: unset;
    width: calc(100vw - 20px);
    height: 400px;
    padding: 20px;
  }
  section.privileges .privilegesGreenCard .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  section.privileges .privilegesGreenCard .content {
    gap: 20px;
  }
  section.privileges .privilegesGreenCard .content .item {
    margin-left: 15px;
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea {
    width: 45px;
    height: 45px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea .icon {
    width: 20px;
    height: 20px;
  }
  section.privileges .privilegesGreenCard .content .item:nth-child(2) {
    margin-left: 35px;
  }
  section.privileges .privilegesGreenCard .createAcc .text {
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .createAcc .icon {
    width: 24px;
    height: 24px;
  }
  section.privileges .privilegesGreenCard.type2 .info {
    font-size: 18px;
    line-height: 24px;
  }
  section.privileges .privilegesImgCard {
    aspect-ratio: unset;
    width: calc(100vw - 20px);
    height: 400px;
    padding: 20px;
  }
  section.privileges .privilegesImgCard .content, section.privileges .privilegesImgCard .content2 {
    padding: 20px;
    line-height: 20px;
    gap: 15px;
    font-size: 16px;
  }
  section.practical {
    padding: 60px 0;
  }
  section.practical .container {
    flex-direction: column;
  }
  section.practical .titleArea {
    text-align: center;
  }
  section.practical .titleArea .title {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }
  section.practical .titleArea .description, section.practical .titleArea .text {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
  section.practical .titleArea .imgArea {
    display: none;
  }
  section.practical .titleArea .mobileImg {
    width: 100%;
    display: flex;
    margin: 60px auto;
    height: auto;
    max-width: 300px;
  }
  section.practical .titleArea .mobileImg .image-2 {
    right: 43%;
    width: 100px;
    height: 101px;
  }
  section.practical .titleArea .mobileImg .image-3 {
    right: -18%;
    bottom: 26%;
    width: 177px;
    height: 185px;
  }
  section.practical .content {
    display: none;
  }
  section.cards {
    padding: 60px 0;
  }
  section.cards .container {
    flex-direction: column;
    gap: 30px;
  }
  section.cards .titleArea {
    text-align: center;
  }
  section.cards .titleArea span {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
  section.cards .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.cards .titleArea .description {
    margin-bottom: 30px;
  }
  section.cards .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.cards .content .imgArea .image-2 {
    width: 64px;
    height: 59px;
  }
  section.cards .content .imgArea .image-3 {
    bottom: -29%;
    width: 145px;
    height: 153px;
  }
  section.mainTabs {
    padding: 60px 0;
    display: none;
  }
  section.mainTabs .tabInfo .item {
    padding: 30px;
  }
  section.mainTabs.mobile {
    display: block;
  }
  section.mainTabs.mobile .navlist1 li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainContent {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  section.mainContent .container {
    flex-direction: column;
    gap: 60px;
  }
  section.mainContent .container:before {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  section.mainContent .titleArea {
    max-width: 100%;
    text-align: center;
  }
  section.mainContent .titleArea .mobileImg {
    display: flex;
    width: 90%;
  }
  section.mainContent .titleArea .mobileImg .image-1 {
    max-width: 110px;
    bottom: -37%;
    left: 15%;
  }
  section.mainContent .titleArea .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  section.mainContent .titleArea .bottomButtons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainContent .titleArea .bottomButtons .qr {
    display: none;
  }
  section.mainContent .titleArea .bottomButtons .account {
    font-size: 20px;
    padding: 19px;
  }
  section.mainContent .content {
    padding: 0;
  }
  section.mainContent .content .imgArea {
    display: none;
  }
  section.mainDiffrence {
    padding: 40px 0;
  }
  section.mainDiffrence .titleArea {
    margin-bottom: 24px;
    text-align: center;
  }
  section.mainDiffrence .titleArea .title {
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 12px;
  }
  section.mainDiffrence .titleArea .description {
    font-size: 15px;
    line-height: 22px;
  }
  section.mainDiffrence .categoryGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
  section.mainDiffrence .sectionFooter {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  section.mainDiffrence .sectionFooter .primaryBtn {
    width: 100%;
  }
  section.collection {
    padding: 60px 0;
  }
  section.collection .container {
    flex-direction: column;
    gap: 50px;
  }
  section.collection .titleArea {
    max-width: 100%;
  }
  section.collection .titleArea span {
    line-height: 26px;
    display: flex;
    text-align: center;
  }
  section.collection .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea .description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea a {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.collection .content .imgArea .banks {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  section.collection .content .imgArea .image-2 {
    top: 27%;
    width: 201px;
    height: 193px;
  }
  section.privileges {
    padding: 60px 0;
  }
  section.privileges .title {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.privileges .privilegesGreenCard {
    aspect-ratio: unset;
    width: calc(65vw - 20px);
    height: 400px;
    max-width: 600px;
    padding: 20px;
  }
  section.privileges .privilegesGreenCard .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  section.privileges .privilegesGreenCard .content {
    gap: 20px;
  }
  section.privileges .privilegesGreenCard .content .item {
    margin-left: 15px;
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea {
    width: 45px;
    height: 45px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea .icon {
    width: 20px;
    height: 20px;
  }
  section.privileges .privilegesGreenCard .content .item:nth-child(2) {
    margin-left: 35px;
  }
  section.privileges .privilegesGreenCard .createAcc .text {
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .createAcc .icon {
    width: 24px;
    height: 24px;
  }
  section.privileges .privilegesGreenCard.type2 .info {
    font-size: 18px;
    line-height: 24px;
  }
  section.privileges .privilegesImgCard {
    aspect-ratio: unset;
    width: calc(60vw - 20px);
    height: 400px;
    padding: 20px;
  }
  section.privileges .privilegesImgCard .content, section.privileges .privilegesImgCard .content2 {
    padding: 20px;
    line-height: 20px;
    gap: 15px;
    font-size: 16px;
  }
  section.practical {
    padding: 60px 0;
  }
  section.practical .container {
    flex-direction: column;
  }
  section.practical .titleArea {
    text-align: center;
  }
  section.practical .titleArea .title {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }
  section.practical .titleArea .description, section.practical .titleArea .text {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
  section.practical .titleArea .imgArea {
    display: none;
  }
  section.practical .titleArea .mobileImg {
    width: 100%;
    display: flex;
    margin: 60px auto;
    height: auto;
    max-width: 360px;
  }
  section.practical .titleArea .mobileImg .image-2 {
    right: 80%;
    width: 100px;
    height: 101px;
  }
  section.practical .titleArea .mobileImg .image-3 {
    right: -45%;
    bottom: 26%;
    width: 177px;
    height: 185px;
  }
  section.practical .content {
    display: none;
  }
  section.cards {
    padding: 60px 0;
  }
  section.cards .container {
    flex-direction: column;
    gap: 30px;
  }
  section.cards .titleArea {
    text-align: center;
  }
  section.cards .titleArea span {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
  section.cards .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.cards .titleArea .description {
    margin-bottom: 30px;
  }
  section.cards .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.cards .content .imgArea .image-2 {
    width: 64px;
    height: 59px;
  }
  section.cards .content .imgArea .image-3 {
    bottom: -29%;
    width: 145px;
    height: 153px;
    right: 10%;
  }
  section.mainTabs {
    padding: 60px 0;
    display: none;
  }
  section.mainTabs .tabInfo .item {
    padding: 50px;
  }
  section.mainTabs.mobile {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainContent {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  section.mainContent .container {
    flex-direction: column;
    gap: 60px;
  }
  section.mainContent .container:before {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  section.mainContent .titleArea {
    max-width: 100%;
    text-align: center;
  }
  section.mainContent .titleArea .mobileImg {
    display: flex;
    width: 90%;
  }
  section.mainContent .titleArea .mobileImg .image-1 {
    max-width: 110px;
    bottom: -37%;
    left: 15%;
  }
  section.mainContent .titleArea .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  section.mainContent .titleArea .bottomButtons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainContent .titleArea .bottomButtons .qr {
    display: none;
  }
  section.mainContent .titleArea .bottomButtons .account {
    font-size: 20px;
    padding: 19px;
  }
  section.mainContent .content {
    padding: 0;
  }
  section.mainContent .content .imgArea {
    display: none;
  }
  section.mainDiffrence {
    padding: 48px 0;
  }
  section.mainDiffrence .titleArea {
    margin-bottom: 32px;
    text-align: center;
  }
  section.mainDiffrence .titleArea .title {
    margin: 0 auto 12px;
    font-size: 30px;
    line-height: 38px;
  }
  section.mainDiffrence .titleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.mainDiffrence .categoryGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }
  section.mainDiffrence .sectionFooter {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  section.mainDiffrence .sectionFooter .primaryBtn {
    width: 100%;
  }
  section.collection {
    padding: 60px 0;
  }
  section.collection .container {
    flex-direction: column;
    gap: 50px;
  }
  section.collection .titleArea {
    max-width: 100%;
  }
  section.collection .titleArea span {
    line-height: 26px;
    display: flex;
    text-align: center;
  }
  section.collection .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea .description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.collection .titleArea a {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.collection .content .imgArea .banks {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  section.collection .content .imgArea .image-2 {
    top: 27%;
    width: 201px;
    height: 193px;
  }
  section.privileges {
    padding: 60px 0;
  }
  section.privileges .title {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.privileges .privilegesGreenCard {
    aspect-ratio: unset;
    width: calc(40vw - 20px);
    height: 400px;
    max-width: 600px;
    padding: 20px;
  }
  section.privileges .privilegesGreenCard .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  section.privileges .privilegesGreenCard .content {
    gap: 20px;
  }
  section.privileges .privilegesGreenCard .content .item {
    margin-left: 15px;
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea {
    width: 45px;
    height: 45px;
  }
  section.privileges .privilegesGreenCard .content .item .iconArea .icon {
    width: 20px;
    height: 20px;
  }
  section.privileges .privilegesGreenCard .content .item:nth-child(2) {
    margin-left: 35px;
  }
  section.privileges .privilegesGreenCard .createAcc .text {
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .createAcc .icon {
    width: 24px;
    height: 24px;
  }
  section.privileges .privilegesGreenCard.type2 .info {
    font-size: 18px;
    line-height: 24px;
  }
  section.privileges .privilegesImgCard {
    aspect-ratio: unset;
    width: calc(58vw - 40px);
    height: 400px;
    padding: 20px;
  }
  section.privileges .privilegesImgCard .content, section.privileges .privilegesImgCard .content2 {
    padding: 20px;
    line-height: 20px;
    gap: 15px;
    font-size: 16px;
  }
  section.practical {
    padding: 60px 0;
  }
  section.practical .container {
    flex-direction: column;
  }
  section.practical .titleArea {
    text-align: center;
  }
  section.practical .titleArea .title {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }
  section.practical .titleArea .description, section.practical .titleArea .text {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
  section.practical .titleArea .imgArea {
    display: none;
  }
  section.practical .titleArea .mobileImg {
    width: 100%;
    display: flex;
    margin: 60px auto;
    height: auto;
    max-width: 360px;
  }
  section.practical .titleArea .mobileImg .image-2 {
    right: 80%;
    width: 100px;
    height: 101px;
  }
  section.practical .titleArea .mobileImg .image-3 {
    right: -45%;
    bottom: 26%;
    width: 177px;
    height: 185px;
  }
  section.practical .content {
    display: none;
  }
  section.cards {
    padding: 60px 0;
  }
  section.cards .container {
    flex-direction: column;
    gap: 30px;
  }
  section.cards .titleArea {
    text-align: center;
  }
  section.cards .titleArea span {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
  section.cards .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.cards .titleArea .description {
    margin-bottom: 30px;
  }
  section.cards .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.cards .content .imgArea .image-2 {
    width: 64px;
    height: 59px;
  }
  section.cards .content .imgArea .image-3 {
    bottom: -29%;
    width: 145px;
    height: 153px;
  }
  section.mainTabs {
    padding: 60px 0;
    display: none;
  }
  section.mainTabs.mobile {
    display: block;
  }
  section.mainTabs.mobile .imgArea {
    width: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainContent {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  section.mainContent .container {
    flex-direction: column;
    gap: 60px;
  }
  section.mainContent .container:before {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  section.mainContent .titleArea {
    max-width: 100%;
    text-align: center;
  }
  section.mainContent .titleArea .mobileImg {
    display: flex;
    margin: 0 auto;
    width: 60%;
  }
  section.mainContent .titleArea .mobileImg .image-1 {
    max-width: 110px;
    bottom: -37%;
    left: 15%;
  }
  section.mainContent .titleArea .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  section.mainContent .titleArea .bottomButtons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainContent .titleArea .bottomButtons .qr {
    text-align: left;
  }
  section.mainContent .titleArea .bottomButtons .account {
    font-size: 20px;
    padding: 19px;
  }
  section.mainContent .content {
    padding: 0;
  }
  section.mainContent .content .imgArea {
    display: none;
  }
  section.mainDiffrence .titleArea {
    margin-bottom: 40px;
  }
  section.mainDiffrence .categoryGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  section.collection {
    padding: 60px 0;
  }
  section.collection .container {
    gap: 50px;
  }
  section.collection .titleArea {
    max-width: 50%;
  }
  section.collection .titleArea span {
    line-height: 26px;
    display: flex;
  }
  section.collection .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  section.collection .titleArea .description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  section.collection .content .imgArea .banks {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  section.collection .content .imgArea .image-2 {
    top: 27%;
    width: 201px;
    height: 193px;
  }
  section.practical {
    padding: 60px 0;
  }
  section.practical .container {
    justify-content: space-between;
  }
  section.practical .titleArea {
    width: 50%;
  }
  section.practical .titleArea .title {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }
  section.practical .titleArea .description, section.practical .titleArea .text {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
  section.practical .content .imgArea {
    height: 600px;
  }
  section.practical .content .imgArea .image-3 {
    right: -35%;
  }
  section.cards {
    padding: 60px 0;
  }
  section.cards .titleArea span {
    margin-bottom: 20px;
  }
  section.cards .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.cards .titleArea .description {
    margin-bottom: 30px;
  }
  section.cards .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.cards .content .imgArea .image-2 {
    width: 64px;
    height: 59px;
  }
  section.cards .content .imgArea .image-3 {
    right: -10%;
    width: 145px;
    height: 153px;
  }
  section.privileges .privilegesGreenCard {
    aspect-ratio: unset;
    width: calc(40vw - 20px);
    padding: 20px;
  }
  section.privileges .privilegesGreenCard .createAcc .text {
    font-size: 16px;
  }
  section.privileges .privilegesGreenCard .createAcc .icon {
    width: 24px;
    height: 24px;
  }
  section.privileges .privilegesGreenCard.type2 .info {
    font-size: 18px;
    line-height: 24px;
  }
  section.privileges .privilegesImgCard {
    aspect-ratio: unset;
    width: calc(58vw - 40px);
    padding: 20px;
  }
  section.mainTabs {
    padding: 60px 0;
    display: none;
  }
  section.mainTabs.mobile {
    display: block;
  }
  section.mainTabs.mobile .imgArea {
    width: 50%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainContent {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  section.mainContent .container {
    flex-direction: column;
    gap: 60px;
  }
  section.mainContent .container:before {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  section.mainContent .titleArea {
    max-width: 100%;
    text-align: center;
  }
  section.mainContent .titleArea .mobileImg {
    display: flex;
    margin: 0 auto;
    width: 60%;
  }
  section.mainContent .titleArea .mobileImg .image-1 {
    max-width: 110px;
    bottom: -37%;
    left: 15%;
  }
  section.mainContent .titleArea .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  section.mainContent .titleArea .bottomButtons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainContent .titleArea .bottomButtons .qr {
    text-align: left;
  }
  section.mainContent .titleArea .bottomButtons .account {
    font-size: 20px;
    padding: 19px;
  }
  section.mainContent .content {
    padding: 0;
  }
  section.mainContent .content .imgArea {
    display: none;
  }
  section.cards {
    padding: 60px 0;
  }
  section.cards .titleArea span {
    margin-bottom: 20px;
  }
  section.cards .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.cards .titleArea .description {
    margin-bottom: 30px;
  }
  section.cards .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.cards .content .imgArea .image-2 {
    width: 64px;
    height: 59px;
  }
  section.cards .content .imgArea .image-3 {
    bottom: -29%;
    width: 145px;
    height: 153px;
  }
  section.collection {
    padding: 60px 0;
  }
  section.collection .container {
    gap: 50px;
  }
  section.collection .titleArea {
    max-width: 50%;
  }
  section.collection .titleArea span {
    line-height: 26px;
    display: flex;
  }
  section.collection .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  section.collection .titleArea .description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  section.collection .content .imgArea .banks {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  section.collection .content .imgArea .image-2 {
    top: 27%;
    width: 201px;
    height: 193px;
  }
  section.practical {
    padding: 60px 0;
  }
  section.practical .container {
    justify-content: space-between;
  }
  section.practical .titleArea {
    width: 50%;
  }
  section.practical .content .imgArea {
    height: 600px;
  }
}
@media screen and (max-width: 576px) {
  section.whyContent .trustworthy .titleArea {
    text-align: center;
  }
  section.whyContent .commission {
    padding: 20px;
    flex-direction: column;
  }
  section.whyContent .commission .imgArea {
    position: relative;
    left: 0;
  }
  section.whyContent .commission .left .ratio {
    font-size: 90px;
  }
  section.whyContent .commission .left .text {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos .item {
    font-size: 20px;
  }
  section.whyContent .commission .right {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.whyContent .system {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.whyContent .system .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.whyContent .system .middle {
    max-width: 100%;
  }
  section.whyContent .system .middle .sliedArea {
    padding: 10px 0;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
    font-size: 20px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
    font-size: 30px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
    font-size: 25px;
  }
  section.whyContent .system .middle:after {
    right: 10%;
    width: 90px;
  }
  section.whyContent .system .right .description {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.whyContent .trustworthy .titleArea {
    text-align: center;
  }
  section.whyContent .commission {
    padding: 20px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  section.whyContent .commission .imgArea {
    position: relative;
    left: 0;
    width: 80%;
  }
  section.whyContent .commission .left .ratio {
    font-size: 90px;
  }
  section.whyContent .commission .left .text {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos .item {
    font-size: 20px;
  }
  section.whyContent .commission .right {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.whyContent .system {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.whyContent .system .middle {
    max-width: 75%;
  }
  section.whyContent .system .middle .sliedArea {
    padding: 70px 0;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
    font-size: 25px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
    font-size: 45px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
    font-size: 30px;
  }
  section.whyContent .system .right .description {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.whyContent .trustworthy .titleArea {
    text-align: center;
  }
  section.whyContent .commission {
    margin-bottom: 50px;
    padding: 20px;
    flex-wrap: wrap;
  }
  section.whyContent .commission .imgArea {
    position: relative;
    left: 0;
    width: 45%;
  }
  section.whyContent .commission .left .ratio {
    font-size: 90px;
  }
  section.whyContent .commission .left .text {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos .item {
    font-size: 20px;
  }
  section.whyContent .commission .right {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    gap: 30px;
    align-items: center;
    display: flex;
  }
  section.whyContent .commission .right .text {
    margin: 0;
  }
  section.whyContent .system {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.whyContent .system .middle {
    max-width: 75%;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
    font-size: 25px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
    font-size: 45px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
    font-size: 30px;
  }
  section.whyContent .system .right .description {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.whyContent .trustworthy .titleArea .description {
    margin-bottom: 40px;
  }
  section.whyContent .commission {
    flex-wrap: wrap;
  }
  section.whyContent .commission .imgArea {
    position: relative;
    left: 0;
    width: 54%;
  }
  section.whyContent .commission .left .ratio {
    font-size: 90px;
  }
  section.whyContent .commission .left .text {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos .item {
    font-size: 20px;
  }
  section.whyContent .commission .right {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    gap: 30px;
    align-items: center;
    display: flex;
  }
  section.whyContent .commission .right .text {
    margin: 0;
  }
  section.whyContent .system {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.whyContent .system .middle {
    max-width: 55%;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
    font-size: 25px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
    font-size: 45px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
    font-size: 30px;
  }
  section.whyContent .system .right .description {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.whyContent .trustworthy .titleArea .description {
    margin-bottom: 40px;
  }
  section.whyContent .commission {
    flex-wrap: wrap;
  }
  section.whyContent .commission .imgArea {
    position: relative;
    left: 0;
    width: 54%;
  }
  section.whyContent .commission .left .ratio {
    font-size: 90px;
  }
  section.whyContent .commission .left .text {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos {
    margin-bottom: 35px;
  }
  section.whyContent .commission .left .infos .item {
    font-size: 20px;
  }
  section.whyContent .commission .right {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    gap: 30px;
    align-items: center;
    display: flex;
  }
  section.whyContent .commission .right .text {
    margin: 0;
  }
  section.whyContent .system {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.whyContent .system .middle {
    max-width: 55%;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
    font-size: 30px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
    font-size: 55px;
  }
  section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
    font-size: 35px;
  }
  section.whyContent .system .right .description {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.politicasContent .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 85px;
    line-height: 33px;
  }
  section.politicasContent .content {
    padding: 60px 15px;
  }
  section.politicasContent .content .links {
    max-width: 100%;
    transform: translateY(calc(-60px - 50%));
  }
  section.politicasContent .content .links ul {
    overflow: hidden;
    overflow-x: auto;
  }
  section.politicasContent .content .links ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.politicasContent .content .links li a {
    padding: 10px 15px;
    white-space: nowrap;
  }
  section.politicasContent .content .links li a.active {
    padding: 10px 15px 10px 38px;
  }
  section.politicasContent .content .links li a.active:after {
    left: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.politicasContent .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 85px;
    line-height: 33px;
  }
  section.politicasContent .content {
    padding: 90px 70px;
  }
  section.politicasContent .content .links {
    max-width: 100%;
    transform: translateY(calc(-90px - 50%));
  }
  section.politicasContent .content .links ul {
    overflow: hidden;
    overflow-x: auto;
  }
  section.politicasContent .content .links ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.politicasContent .content .links li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.politicasContent .content {
    padding: 90px 70px;
  }
  section.politicasContent .content .links {
    max-width: 100%;
    transform: translateY(calc(-90px - 50%));
  }
  section.politicasContent .content .links ul {
    overflow: hidden;
    overflow-x: auto;
  }
  section.politicasContent .content .links ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.politicasContent .content .links li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.politicasContent .content {
    padding: 90px 70px;
  }
  section.politicasContent .content .links {
    max-width: 100%;
    transform: translateY(calc(-90px - 50%));
  }
  section.politicasContent .content .links ul {
    overflow: hidden;
    overflow-x: auto;
  }
  section.politicasContent .content .links ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.politicasContent .content .links li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.politicasContent .content .links {
    overflow: hidden;
    overflow-y: auto;
  }
  section.politicasContent .content .links::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.politicasContent .content .links li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  section.careerBanner .container {
    flex-direction: column;
    padding-right: 20px;
  }
  section.careerBanner .imgArea {
    height: 450px;
  }
  section.careerBanner .titleArea .title {
    font-size: 30px;
    line-height: 34px;
  }
  section.careerBanner .titleArea .description {
    margin: 40px 0;
  }
  section.careerBanner .titleArea .goBtn {
    justify-content: center;
    padding: 20px;
    display: flex;
    width: 100%;
    max-width: 350px;
  }
  section.careerContent {
    padding: 50px 0;
  }
  section.careerContent .careerCard {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }
  section.careerContent .careerCard .icon {
    width: 22px;
    height: 22px;
  }
  section.careerContent .careerCard .infos .detail {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.careerBanner .container {
    flex-direction: column;
    padding: 0;
  }
  section.careerBanner .imgArea {
    height: 450px;
  }
  section.careerBanner .titleArea .title {
    font-size: 38px;
    line-height: 44px;
  }
  section.careerBanner .titleArea .description {
    margin: 40px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.careerBanner .container {
    padding: 0;
  }
  section.careerBanner .imgArea {
    height: 550px;
  }
  section.careerBanner .titleArea .title {
    font-size: 38px;
    line-height: 44px;
  }
  section.careerBanner .titleArea .description {
    margin: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  section.helpContent {
    padding-top: 100px;
  }
  section.helpContent .titleArea .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.helpContent .titleArea .description {
    font-size: 16px;
    line-height: 26px;
  }
  section.helpContent .content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.helpContent {
    padding-top: 100px;
  }
  section.helpContent .titleArea .title {
    font-size: 32px;
    line-height: 38px;
  }
  section.helpContent .titleArea .description {
    font-size: 18px;
    line-height: 26px;
  }
  section.helpContent .content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.helpContent {
    padding-top: 100px;
  }
  section.helpContent .titleArea .title {
    font-size: 32px;
    line-height: 38px;
  }
  section.helpContent .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.commisionContent {
    text-align: center;
  }
  section.commisionContent .description {
    font-size: 16px;
  }
  section.commisionContent .description b {
    font-size: 18px;
  }
  section.commisionContent .text {
    font-size: 16px;
  }
  section.commisionContent .commisionTable {
    overflow: clip;
    margin: 40px 0;
    overflow-x: auto;
  }
  section.commisionContent .commisionTable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  section.commisionContent .commisionTable table thead tr th {
    padding: 20px;
    font-size: 16px;
  }
  section.commisionContent .commisionTable table tbody tr td {
    padding: 20px;
    font-size: 16px;
  }
  section.commisionContent .commisionTable table tbody tr td b {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.commisionContent {
    text-align: center;
  }
  section.commisionContent .description {
    font-size: 16px;
  }
  section.commisionContent .description b {
    font-size: 18px;
  }
  section.commisionContent .text {
    font-size: 16px;
  }
  section.commisionContent .commisionTable {
    margin: 40px 0;
  }
  section.commisionContent .commisionTable table thead tr th {
    padding: 20px;
    font-size: 16px;
  }
  section.commisionContent .commisionTable table tbody tr td {
    padding: 20px;
    font-size: 16px;
  }
  section.commisionContent .commisionTable table tbody tr td.ratio {
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.commisionContent .commisionTable:before {
    top: -9%;
  }
  section.commisionContent .commisionTable table tbody tr td, section.commisionContent .commisionTable table tbody tr th, section.commisionContent .commisionTable table thead tr td, section.commisionContent .commisionTable table thead tr th {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .typeCard {
    gap: 30px;
    padding: 28px;
  }
  section.integrated2Content .stages .stagesCards .stagesCard {
    padding: 45px 35px;
  }
  section.integrated2Content .stages .stagesCards .stagesCard .icon {
    margin-bottom: 55px;
  }
  section.integrated2Content .integratedCards .title {
    margin: 35px 0;
    line-height: 30px;
  }
  section.partnerBanner {
    margin-bottom: 50px;
  }
  section.partnerBanner .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section.partnerBanner .createAccount {
    margin-top: 40px;
    font-size: 17px;
    line-height: 25px;
    padding: 20px;
  }
  section.integratedContent .integratedTabContent {
    overflow: hidden;
  }
  section.integratedContent .integratedTabContent .title {
    font-size: 27px;
    margin-top: 30px;
    line-height: 37px;
  }
  section.integratedContent .integratedTabContent .banks .bankInfo {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
  section.integratedContent .integratedTabContent .banks .bankList .item {
    height: 120px;
    width: 100%;
  }
  section.integratedContent .integratedTabContent .content .imgArea {
    height: auto;
    width: 100%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .banks {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-1 {
    right: 59%;
    width: 60px;
    height: 60px;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-2 {
    right: 0;
  }
  .integrated .banner1 .bannerImg {
    margin-right: 0;
    max-width: 400px;
  }
  .integrated .banner1 .bannerImg:after {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .typeCard {
    padding: 20px;
    gap: 20px;
  }
  .typeCard .text {
    font-size: 16px;
  }
  section.integrated2Content .integratedTypes > .description {
    margin-bottom: 40px;
  }
  section.integrated2Content .stages > .description {
    margin-bottom: 40px;
  }
  section.integrated2Content .stages .stagesCards .stagesCard {
    padding: 45px 35px;
  }
  section.integrated2Content .stages .stagesCards .stagesCard .icon {
    margin-bottom: 55px;
  }
  section.partnerBanner .title {
    font-size: 39px;
    line-height: 49px;
  }
  section.partnerBanner .createAccount {
    margin-top: 40px;
  }
  section.integratedContent .integratedTabContent {
    overflow: hidden;
  }
  section.integratedContent .integratedTabContent .title {
    font-size: 27px;
    margin-top: 30px;
    line-height: 37px;
  }
  section.integratedContent .integratedTabContent .banks .bankInfo {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
  section.integratedContent .integratedTabContent .banks .bankList .item {
    height: 120px;
    width: 50%;
  }
  section.integratedContent .integratedTabContent .content .imgArea {
    height: auto;
    max-width: 60%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .banks {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-1 {
    right: 59%;
    width: 60px;
    height: 60px;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-2 {
    right: 0;
  }
  .integrated .banner1 .bannerImg {
    margin-right: 0;
    max-width: 400px;
  }
  .integrated .banner1 .bannerImg:after {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .typeCard {
    padding: 28px;
  }
  section.integrated2Content .integratedTypes > .description {
    margin-bottom: 40px;
  }
  section.integrated2Content .stages > .description {
    margin-bottom: 40px;
  }
  section.partnerBanner .title {
    font-size: 39px;
    line-height: 49px;
  }
  section.partnerBanner .createAccount {
    margin-top: 40px;
  }
  section.integratedContent .integratedTabContent {
    overflow: hidden;
  }
  section.integratedContent .integratedTabContent .title {
    font-size: 27px;
    margin-top: 30px;
    line-height: 37px;
  }
  section.integratedContent .integratedTabContent .banks .bankInfo {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
  section.integratedContent .integratedTabContent .banks .bankList .item {
    height: 120px;
    width: 50%;
  }
  section.integratedContent .integratedTabContent .content .imgArea {
    height: auto;
    max-width: 60%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .banks {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-1 {
    right: 59%;
    width: 60px;
    height: 60px;
  }
  section.integratedContent .integratedTabContent .content .imgArea .image-2 {
    right: 0;
  }
  .integrated .banner1 .bannerImg {
    margin-right: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .typeCard {
    gap: 28px;
    padding: 28px;
  }
  section.integratedContent {
    overflow: hidden;
  }
  .integrated .banner1 .bannerImg {
    margin-right: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .typeCard {
    padding: 28px;
  }
}
@media screen and (max-width: 576px) {
  section.partnerContent .partnerBrands {
    text-align: center;
  }
  section.partnerContent .partnerBrands .description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.partnerContent .partnerBrands {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.partnerContent .partnerBrands .title {
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.partnerContent .partnerBrands .title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  section.blogContent .topBlogCards, section.blogContent .middleBlogCards {
    margin-bottom: 60px;
  }
  section.blogContent .middleBlogCards .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  section.blogContent .titleArea .title {
    font-size: 34px;
  }
  section.blogContent .filter {
    margin-bottom: 50px;
  }
  section.blogContent .filter ul {
    flex-wrap: wrap;
  }
  section.blogContent:after {
    width: 100%;
  }
  .blogCard1 {
    padding: 20px;
    border-radius: 0 30px 30px 30px;
  }
  .blogCard1 .date {
    margin-bottom: 40px;
  }
  .blogCard1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .blogCard1 .description {
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .blogCard2 {
    padding: 20px 20px 0;
    border-radius: 0 30px 30px 30px;
  }
  .blogCard2 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .blogCard2 .imgArea {
    height: 300px;
  }
  .blogCard3 {
    gap: 20px;
    padding: 0;
  }
  .blogCard3 .cardTitleArea .name {
    font-size: 18px;
    line-height: 22px;
  }
  .blogCard4 {
    padding: 20px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .blogCard4 .cardTitleArea .name {
    font-size: 20px;
    line-height: 30px;
  }
  section.blogDetailContent .content {
    padding: 30px;
  }
  section.blogDetailContent .titleArea .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.blogDetailContent .titleArea .description {
    font-size: 16px;
    line-height: 26px;
  }
  section.blogDetailContent:after {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blogContent .topBlogCards, section.blogContent .middleBlogCards {
    margin-bottom: 60px;
  }
  section.blogContent .middleBlogCards .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  section.blogContent:after {
    width: 100%;
  }
  .blogCard1 {
    padding: 40px;
  }
  .blogCard1 .title {
    font-size: 35px;
    line-height: 49px;
  }
  .blogCard2 {
    padding: 40px 40px 0;
  }
  .blogCard2 .imgArea {
    height: 300px;
  }
  .blogCard3 {
    gap: 20px;
  }
  .blogCard3 .cardTitleArea .name {
    font-size: 22px;
    line-height: 30px;
  }
  section.blogDetailContent .content {
    padding: 30px;
  }
  section.blogDetailContent:after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.blogContent .topBlogCards, section.blogContent .middleBlogCards {
    margin-bottom: 60px;
  }
  section.blogContent .middleBlogCards .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  section.blogDetailContent .content {
    padding: 70px;
  }
  section.blogDetailContent:after {
    width: 100%;
  }
  .blogCard1 {
    padding: 40px;
  }
  .blogCard1 .title {
    font-size: 35px;
    line-height: 49px;
  }
  .blogCard2 {
    padding: 40px 40px 0;
  }
  .blogCard2 .imgArea {
    height: 300px;
  }
  .blogCard3 {
    gap: 20px;
  }
  .blogCard3 .cardTitleArea .name {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.blogContent .topBlogCards, section.blogContent .middleBlogCards {
    margin-bottom: 60px;
  }
  section.blogContent .middleBlogCards .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .blogCard1 {
    padding: 40px;
  }
  .blogCard1 .title {
    font-size: 35px;
    line-height: 49px;
  }
  .blogCard2 {
    padding: 40px 40px 0;
  }
  .blogCard3 {
    gap: 20px;
  }
  .blogCard3 .cardTitleArea .name {
    font-size: 22px;
    line-height: 30px;
  }
  .blogCard4 {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .blogCard4 .cardTitleArea .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .blogCard1 .title {
    font-size: 35px;
    line-height: 49px;
  }
  .blogCard3 {
    gap: 20px;
  }
  .blogCard3 .cardTitleArea .name {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.virtualBanner .container {
    flex-direction: column;
  }
  section.virtualBanner .titleArea {
    text-align: center;
    margin-top: 0;
  }
  section.virtualBanner .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.virtualBanner.type2 .appForm:before {
    display: none;
  }
  section.virtualContent .advantagesSlide {
    margin-bottom: 40px;
  }
  section.virtualContent .work {
    margin-bottom: 40px;
  }
  section.virtualContent .advantages {
    margin-bottom: 45px;
  }
  section.virtualContent .advantages .title {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.virtualBanner .container {
    flex-direction: column;
  }
  section.virtualBanner .titleArea {
    text-align: center;
    margin-top: 0;
  }
  section.virtualBanner .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.virtualBanner.type2 .appForm:before {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.virtualBanner .container {
    flex-direction: column;
  }
  section.virtualBanner .titleArea {
    text-align: center;
    margin: 0 auto;
  }
  section.virtualBanner .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.virtualBanner.type2 .appForm {
    max-width: 100%;
  }
  section.virtualBanner.type2 .appForm:before {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.virtualBanner .titleArea {
    max-width: 50%;
  }
  section.virtualBanner.type2 .appForm:before {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.virtualBanner.type2 .appForm:before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.financeBanner {
    margin-bottom: 50px;
  }
  section.financeBanner .top {
    padding: 50px 0;
  }
  section.financeBanner .top .titleArea {
    width: 100%;
    text-align: center;
  }
  section.financeBanner .top .titleArea .title {
    font-size: 20px;
    margin: 20px 0;
    line-height: 30px;
  }
  section.financeBanner .bottom .container {
    padding: 20px;
  }
  section.financeBanner .bottom .text {
    text-align: center;
    width: 100%;
  }
  section.financeBanner .bottom .imgArea {
    margin-top: 25px;
    position: relative;
    right: unset;
    top: unset;
  }
  section.financeContent {
    margin-bottom: 60px;
  }
  section.financeContent .textBig {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  section.financeContent .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
  section.financeContent .row > div {
    padding: 0;
  }
  .financeBigImageCard .imgArea {
    position: relative;
    padding-top: 50px;
    width: 70%;
  }
  .financeBigCard {
    padding: 10px;
  }
  .financeBigCard .title {
    font-size: 21px;
    line-height: 31px;
  }
  .financeCard {
    padding: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.financeBanner .top {
    padding: 50px 0;
  }
  section.financeBanner .top .titleArea {
    width: 100%;
    text-align: center;
  }
  section.financeBanner .top .titleArea .title {
    font-size: 20px;
    margin: 20px 0;
    line-height: 30px;
  }
  section.financeBanner .bottom .container {
    padding: 20px;
  }
  section.financeBanner .bottom .text {
    text-align: center;
    width: 100%;
  }
  section.financeBanner .bottom .imgArea {
    position: relative;
    right: unset;
    top: unset;
    max-width: 70%;
    margin: 25px auto;
  }
  section.financeContent .textBig {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  section.financeContent .text {
    font-size: 22px;
    line-height: 32px;
  }
  .financeBigImageCard .imgArea {
    position: relative;
    padding-top: 50px;
    width: 70%;
  }
  .financeBigCard {
    padding: 50px;
  }
  .financeBigCard .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .financeCard {
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.financeBanner .top {
    padding: 50px 0;
  }
  section.financeBanner .top .titleArea {
    width: 100%;
    text-align: center;
  }
  section.financeBanner .top .titleArea .title {
    font-size: 20px;
    margin: 20px 0;
    line-height: 30px;
  }
  section.financeBanner .bottom .container {
    padding: 20px;
  }
  section.financeBanner .bottom .text {
    text-align: center;
    width: 100%;
  }
  section.financeBanner .bottom .imgArea {
    width: 60%;
    margin: 20px auto 0;
    position: relative;
    right: unset;
    top: unset;
  }
  section.financeContent .textBig {
    font-size: 25px;
    line-height: 35px;
  }
  section.financeContent .text {
    font-size: 22px;
    line-height: 32px;
  }
  .financeBigImageCard .imgArea {
    position: relative;
    padding-top: 50px;
    width: 70%;
  }
  .financeBigCard {
    padding: 50px;
  }
  .financeBigCard .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .financeCard {
    padding: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.financeBanner .top {
    padding: 60px 0;
  }
  section.financeBanner .top .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.financeBanner .bottom .imgArea {
    width: 450px;
  }
  section.financeContent .textBig {
    font-size: 25px;
    line-height: 35px;
  }
  section.financeContent .text {
    font-size: 22px;
    line-height: 32px;
  }
  .financeBigCard {
    padding: 45px 30px 45px 76px;
  }
  .financeBigCard .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .financeCard {
    padding: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.financeBanner {
    margin-bottom: 100px;
  }
  section.financeBanner .top {
    padding: 60px 0;
  }
  section.financeBanner .top .titleArea .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.financeBanner .bottom .imgArea {
    width: 450px;
  }
  .financeBigCard {
    padding: 75px 80px 75px 100px;
  }
  .financeBigCard .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  section.commerceContent .advantages .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  section.commerceContent .advantages .description {
    margin-bottom: 30px;
    text-align: center;
  }
  section.commerceContent .whatCan {
    padding-top: 25px;
    margin-bottom: 40px;
  }
  section.commerceContent .whatCan .container {
    flex-direction: column;
    gap: 25px;
  }
  section.commerceContent .whatCan .titleArea {
    min-width: 100%;
  }
  section.commerceContent .whatCan .titleArea .title {
    font-size: 25px;
    line-height: 35px;
  }
  section.commerceContent .whatCan .titleArea a {
    margin-top: 40px;
  }
  section.commerceContent .work {
    margin-bottom: 40px;
  }
  section.commerceContent .work > .title {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
  section.commerceContent .work > .description {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.commerceContent .whatCan {
    padding-top: 25px;
  }
  section.commerceContent .whatCan .container {
    flex-direction: column;
  }
  section.commerceContent .whatCan .titleArea a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.commerceContent .whatCan {
    padding-top: 25px;
  }
  section.commerceContent .whatCan .container {
    flex-direction: column;
  }
  section.commerceContent .whatCan .titleArea a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.commerceContent .whatCan {
    padding-top: 25px;
  }
  section.commerceContent .whatCan .container {
    flex-direction: column;
  }
  section.commerceContent .whatCan .titleArea a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.cantactBanner .top {
    flex-direction: column;
  }
  section.cantactBanner .top .titleArea {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section.cantactBanner .top .titleArea .title {
    font-size: 30px;
    line-height: 45px;
  }
  section.cantactBanner .top:after {
    width: 100%;
    right: 0;
  }
  section.cantactBanner .bottom .infos {
    padding: 20px;
    gap: 0;
  }
  section.cantactBanner .bottom .infos .item {
    padding-bottom: 20px;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #CCDBE4;
    width: 100%;
  }
  section.contactUs .infoArea .addresses {
    padding: 40px 20px;
  }
  section.contactUs .infoArea .social {
    padding: 20px;
  }
  section.contactUs .infoArea .address {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  section.contactUs .infoArea .address .title {
    font-size: 20px;
    line-height: 30px;
  }
  section.contactUs .infoArea .address .description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.cantactBanner .top .titleArea {
    max-width: 50%;
  }
  section.cantactBanner .top .titleArea .title {
    font-size: 30px;
    line-height: 45px;
  }
  section.cantactBanner .bottom .infos {
    gap: 0;
  }
  section.cantactBanner .bottom .infos .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #CCDBE4;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.cantactBanner .top .titleArea {
    max-width: 50%;
  }
  section.cantactBanner .top .titleArea .title {
    font-size: 30px;
    line-height: 45px;
  }
  section.cantactBanner .bottom .infos {
    gap: 0;
  }
  section.cantactBanner .bottom .infos .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #CCDBE4;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.cantactBanner .bottom .infos {
    gap: 20px;
    padding: 45px 10px;
  }
  section.cantactBanner .bottom .infos .item {
    padding-right: 20px;
    gap: 20px;
  }
  section.cantactBanner .bottom .infos .item .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .tableNames {
    min-width: 90%;
  }
  .tableNames .top {
    padding: 30px 20px;
  }
  .tableNames .top .info {
    font-size: 22px;
  }
  .tableNames .tableContent {
    padding-left: 20px;
  }
  .tableNames .tableContent .item {
    height: 65px;
  }
  .tables {
    width: 100%;
  }
  .tables .top {
    padding: 30px 20px;
    height: 290px;
  }
  .tables .top .info {
    font-size: 22px;
  }
  .tables .tableContent {
    padding: 0 20px;
  }
  .tables .tableContent .item {
    height: 65px;
    display: flex;
    gap: 20px;
    color: #62737D;
    justify-content: space-between;
    text-align: left;
  }
  .tables .tableContent .item .iconArea {
    width: 25px;
    height: 25px;
  }
  .tables .tableBottom a {
    font-size: 14px;
    padding: 20px 10px;
  }
  section.solutionsContent .solutionTables {
    margin-bottom: 100px;
    display: none;
  }
  section.solutionsContent .solutionTables > .title {
    font-size: 35px;
  }
  section.solutionsContent .solutionTables > .description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  section.solutionsContent .solutionTables .content {
    display: none;
  }
  section.solutionsContent .solutionTables .contentMini {
    display: block;
  }
  section.solutionsContent .solutionTables .customTabContent {
    min-width: 90%;
  }
  section.solutionsContent .solutionTables.mobile {
    display: block;
  }
  section.solutionsContent .solutionTables:after {
    height: 450px;
    bottom: 154px;
    width: 100%;
  }
  section.solutionsContent .solutionsCards {
    flex-wrap: wrap;
  }
  section.solutionsContent .solutionsCards .solutionsCard {
    width: 100%;
  }
  section.solutionsContent .prices {
    margin-bottom: 140px;
    flex-direction: column;
  }
  section.solutionsContent .prices .text {
    text-align: center;
    width: 100%;
  }
  section.solutionsContent .prices .text .info {
    font-size: 32px;
    margin-bottom: 25px;
  }
  section.solutionsContent .prices .text .description {
    font-size: 16px;
    line-height: 22px;
  }
  section.solutionsContent .prices .commisionMiniInfo .top, section.solutionsContent .prices .commisionMiniInfo .bottom {
    font-size: 18px;
  }
  section.solutionsContent .prices .commisionMiniInfo .middle {
    font-size: 20px;
  }
  section.solutionsContent .prices .commisionMiniInfo .middle b {
    font-size: 70px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.solutionsContent .solutionTables {
    display: none;
  }
  section.solutionsContent .solutionTables .content .tableNames {
    width: 50%;
  }
  section.solutionsContent .solutionTables .content .tables {
    width: 100%;
  }
  section.solutionsContent .solutionTables.mobile {
    display: block;
  }
  section.solutionsContent .solutionTables:after {
    width: 100%;
  }
  section.solutionsContent .solutionsCards {
    flex-wrap: wrap;
  }
  section.solutionsContent .solutionsCards .solutionsCard {
    width: calc(50% - 10px);
  }
  section.solutionsContent .prices {
    margin-bottom: 140px;
    flex-direction: column;
  }
  section.solutionsContent .prices .text {
    text-align: center;
    width: 100%;
  }
  section.solutionsContent .prices .text .info {
    font-size: 32px;
    margin-bottom: 25px;
  }
  section.solutionsContent .prices .text .description {
    font-size: 16px;
    line-height: 22px;
  }
  section.solutionsContent .prices .commisionMiniInfo .top, section.solutionsContent .prices .commisionMiniInfo .bottom {
    font-size: 24px;
  }
  section.solutionsContent .prices .commisionMiniInfo .middle b {
    font-size: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.solutionsContent .solutionsCards {
    flex-wrap: wrap;
  }
  section.solutionsContent .solutionsCards .solutionsCard {
    width: calc(50% - 10px);
  }
  section.solutionsContent .solutionTables {
    display: none;
  }
  section.solutionsContent .solutionTables .content .tableNames {
    width: 50%;
  }
  section.solutionsContent .solutionTables .content .tables {
    width: 100%;
  }
  section.solutionsContent .solutionTables.mobile {
    display: block;
  }
  section.solutionsContent .prices {
    margin-bottom: 140px;
    flex-direction: column;
  }
  section.solutionsContent .prices .text {
    text-align: center;
    width: 100%;
  }
  section.solutionsContent .prices .text .info {
    font-size: 32px;
    margin-bottom: 25px;
  }
  section.solutionsContent .prices .text .description {
    font-size: 20px;
  }
  section.solutionsContent .prices .commisionMiniInfo .top, section.solutionsContent .prices .commisionMiniInfo .bottom {
    font-size: 24px;
  }
  section.solutionsContent .prices .commisionMiniInfo .middle b {
    font-size: 90px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.solutionsContent .solutionTables .content .tableNames .top {
    padding: 30px 20px;
  }
  section.solutionsContent .solutionTables .content .tableNames .top .info {
    font-size: 22px;
  }
  section.solutionsContent .solutionTables .content .tableNames .tableContent {
    padding-left: 20px;
  }
  section.solutionsContent .solutionTables .content .tables .top {
    padding: 30px 20px;
  }
  section.solutionsContent .solutionTables .content .tables .top .info {
    font-size: 22px;
  }
  section.solutionsContent .solutionTables .content .tables .tableBottom a {
    font-size: 14px;
    padding: 20px 10px;
  }
  section.solutionsContent .prices {
    margin-bottom: 200px;
  }
  section.solutionsContent .prices .text .info {
    font-size: 32px;
    margin-bottom: 25px;
  }
  section.solutionsContent .prices .text .description {
    font-size: 20px;
  }
  section.solutionsContent .prices .commisionMiniInfo .top, section.solutionsContent .prices .commisionMiniInfo .bottom {
    font-size: 24px;
  }
  section.solutionsContent .prices .commisionMiniInfo .middle b {
    font-size: 90px;
  }
}
@media screen and (max-width: 576px) {
  section.corporateBanner .content {
    text-align: center;
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section.corporateBanner .content .description {
    margin-bottom: 25px;
    line-height: 24px;
  }
  section.banner1 {
    text-align: center;
    padding-top: 40px;
  }
  section.banner1 .container {
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  section.banner1 .bannerImg {
    max-width: 400px;
  }
  section.banner1 .bannerTitleArea {
    padding-bottom: 60px;
  }
  section.banner1 .bannerTitleArea .title {
    font-size: 28px;
    line-height: 39px;
  }
  section.banner1 .bannerTitleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.banner1 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner1 .bannerTitleArea span {
    margin: 0 auto;
  }
  section.banner1:after {
    width: 100%;
    left: 50%;
    height: auto;
  }
  section.banner2 {
    margin-bottom: 60px;
    height: auto;
    aspect-ratio: unset;
    padding-top: 40px;
  }
  section.banner2 .container {
    flex-direction: column;
  }
  section.banner2 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner2 .bannerTitleArea .title {
    font-size: 26px;
    line-height: 36px;
  }
  section.banner2 .bannerTitleArea a {
    margin-top: 40px;
  }
  section.banner2 .bannerImg {
    max-width: 100%;
  }
  section.banner2 .bannerImg .image-1 {
    right: 46%;
    width: 102px;
    height: 98px;
  }
  section.banner2 .bannerImg .image-3 {
    right: 32%;
  }
  section.banner2:after {
    aspect-ratio: 1/1;
    width: 100%;
    left: 50%;
  }
  section.banner3 {
    height: auto;
    padding-top: 40px;
  }
  section.banner3 .container {
    flex-direction: column;
  }
  section.banner3 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner3 .bannerTitleArea .title {
    font-size: 26px;
    line-height: 36px;
  }
  section.banner3 .bannerTitleArea a {
    margin-top: 40px;
  }
  section.banner3 .bannerImg {
    max-width: 100%;
  }
  section.banner3 .bannerImg .image-1 {
    right: 46%;
    width: 102px;
    height: 98px;
  }
  section.banner3 .bannerImg .image-3 {
    right: 32%;
  }
  section.banner3:after {
    width: 100%;
    left: 0;
    transform: unset;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
  section.banner1 {
    text-align: center;
    padding-top: 40px;
  }
  section.banner1 .container {
    align-items: center;
    flex-direction: column;
  }
  section.banner1 .bannerImg {
    max-width: 400px;
  }
  section.banner1 .bannerTitleArea {
    padding-bottom: 60px;
  }
  section.banner1 .bannerTitleArea .title {
    font-size: 34px;
    line-height: 56px;
  }
  section.banner1 .bannerTitleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.banner1 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner1 .bannerTitleArea span {
    margin: 0 auto;
  }
  section.banner1:after {
    height: 55%;
    left: 50%;
  }
  section.banner2 {
    height: auto;
    aspect-ratio: unset;
    padding-top: 40px;
  }
  section.banner2 .container {
    flex-direction: column;
    gap: 30px;
  }
  section.banner2 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner2 .bannerTitleArea a {
    margin: 30px 0;
  }
  section.banner2 .bannerTitleArea .title {
    font-size: 31px;
    line-height: 41px;
  }
  section.banner2 .bannerTitleArea .text {
    margin: 0 auto;
  }
  section.banner2:after {
    width: 540px;
    height: 540px;
  }
  section.banner3 {
    height: auto;
    padding-top: 40px;
  }
  section.banner3 .container {
    flex-direction: column;
  }
  section.banner3 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner3 .bannerTitleArea .title {
    font-size: 31px;
    line-height: 41px;
  }
  section.banner3:after {
    width: 540px;
    height: 540px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  section.corporateBanner .content .description {
    line-height: 28px;
  }
  section.banner1 {
    text-align: center;
    padding-top: 40px;
  }
  section.banner1 .container {
    align-items: center;
    flex-direction: column;
  }
  section.banner1 .bannerImg {
    max-width: 400px;
  }
  section.banner1 .bannerTitleArea {
    padding-bottom: 60px;
  }
  section.banner1 .bannerTitleArea .title {
    font-size: 34px;
    line-height: 56px;
  }
  section.banner1 .bannerTitleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.banner1 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner1 .bannerTitleArea span {
    margin: 0 auto;
  }
  section.banner1:after {
    height: 60%;
    left: 50%;
  }
  section.banner2 {
    height: auto;
    aspect-ratio: unset;
    padding-top: 40px;
  }
  section.banner2 .container {
    flex-direction: column;
    gap: 30px;
  }
  section.banner2 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner2 .bannerTitleArea a {
    margin: 30px 0;
  }
  section.banner2 .bannerTitleArea .title {
    font-size: 31px;
    line-height: 41px;
  }
  section.banner2 .bannerTitleArea .text {
    margin: 0 auto;
  }
  section.banner2 .bannerImg {
    width: 80%;
  }
  section.banner2:after {
    width: 540px;
    height: 540px;
  }
  section.banner3 {
    height: auto;
    padding-top: 40px;
  }
  section.banner3 .container {
    flex-direction: column;
  }
  section.banner3 .bannerTitleArea {
    text-align: center;
    width: 100%;
  }
  section.banner3 .bannerTitleArea .title {
    font-size: 38px;
    line-height: 50px;
  }
  section.banner3:after {
    width: 540px;
    height: 540px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
  section.banner1 {
    padding-top: 60px;
  }
  section.banner1 .bannerImg {
    max-width: 400px;
  }
  section.banner1 .bannerTitleArea {
    padding-bottom: 60px;
  }
  section.banner1 .bannerTitleArea .title {
    font-size: 34px;
    line-height: 56px;
  }
  section.banner1 .bannerTitleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.banner1 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner1:after {
    height: 100%;
    left: 50%;
  }
  section.banner2 {
    aspect-ratio: unset;
    height: auto;
    padding-top: 70px;
  }
  section.banner2 .container {
    align-items: flex-end;
  }
  section.banner2 .bannerTitleArea {
    width: 50%;
    padding-bottom: 40px;
  }
  section.banner2 .bannerTitleArea .title {
    font-size: 32px;
    line-height: 42px;
  }
  section.banner2 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner2 .bannerImg {
    width: 50%;
  }
  section.banner2:after {
    width: 540px;
    height: 540px;
  }
  section.banner3 {
    height: auto;
    padding-top: 70px;
  }
  section.banner3 .container {
    align-items: flex-end;
  }
  section.banner3 .bannerTitleArea .title {
    font-size: 38px;
    line-height: 50px;
  }
  section.banner3:after {
    width: 540px;
    height: 540px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
  section.banner1 .bannerImg {
    max-width: 530px;
  }
  section.banner2 {
    aspect-ratio: unset;
    height: auto;
    padding-top: 70px;
  }
  section.banner2 .container {
    align-items: flex-end;
  }
  section.banner2 .bannerTitleArea {
    width: 50%;
    padding-bottom: 40px;
  }
  section.banner2 .bannerTitleArea .title {
    font-size: 32px;
    line-height: 42px;
  }
  section.banner2 .bannerTitleArea a {
    margin: 40px 0;
  }
  section.banner2 .bannerImg {
    width: 50%;
  }
  section.banner2:after {
    width: 540px;
    height: 540px;
  }
  section.banner3 {
    height: 630px;
  }
  section.banner3 .container {
    align-items: flex-end;
  }
  section.banner3 .bannerTitleArea .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  section.corporateBanner .content {
    padding-bottom: 50px;
  }
  section.corporateBanner .content .title {
    font-size: 33px;
  }
}
@media screen and (max-width: 576px) {
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .content .title {
    font-size: 26px;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    grid-gap: 15px;
  }
  section.widgetOurBrands .items .item:not(.allBrands) {
    width: 90px;
  }
  section.widgetPromotion1 {
    padding: 0;
    aspect-ratio: unset;
  }
  section.widgetPromotion1 .background {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  section.widgetPromotion1 .container {
    padding-top: 30px;
    justify-content: center;
    padding-bottom: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 16px;
    line-height: 26px;
  }
  section.widgetPromotion1 .content .play {
    width: 30px;
    flex-shrink: 0;
    outline: 10px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 70px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 90px;
  }
  section.widgetPromotion1 .content .play .icon {
    width: 17px;
    height: 17px;
  }
  .widget3 .content {
    padding: 20px 15px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .widget3 .content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .content .title {
    font-size: 36px;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    grid-gap: 30px 20px;
  }
  section.widgetOurBrands .items .item:not(.allBrands) {
    width: 110px;
  }
  section.widgetPromotion1 {
    padding: 0;
  }
  section.widgetPromotion1 .container {
    margin-top: auto;
    margin-bottom: auto;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 20px;
    line-height: 36px;
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 50px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 10px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 90px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 110px;
  }
  section.widgetPromotion1 .content .play .icon {
    width: 17px;
    height: 17px;
  }
  .widget3 .content {
    padding: 20px 15px;
  }
  .widget3 .content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.widgetOurBrands .container {
    flex-direction: column;
    gap: 30px;
  }
  section.widgetOurBrands .content {
    max-width: 100%;
    text-align: center;
  }
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    font-size: 25px;
    line-height: 36px;
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
  .widget3 .content {
    padding: 20px 30px;
  }
  .widget3 .content .text {
    font-size: 24px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.widgetOurBrands .items {
    grid-template-columns: repeat(3, 1fr);
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
  .widget3 .content {
    padding: 20px 30px;
  }
  .widget3 .content .text {
    font-size: 24px;
  }
  .widget3 .content .formBtn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.widgetOurBrands .items {
    grid-template-columns: repeat(4, 1fr);
  }
  section.widgetPromotion1 .content {
    height: 100%;
    align-items: center;
  }
  section.widgetPromotion1 .content p {
    max-width: 60%;
  }
  section.widgetPromotion1 .content .play {
    width: 70px;
    margin-right: 70px;
    flex-shrink: 0;
    outline: 15px solid rgba(217, 217, 217, 0.4) !important;
  }
  section.widgetPromotion1 .content .play:after {
    width: 125px;
  }
  section.widgetPromotion1 .content .play:before {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .diffrenceCard {
    padding: 20px;
    min-height: auto;
  }
  .diffrenceCard .info {
    font-size: 17px;
    line-height: 24px;
  }
  .diffrenceCard .info2 {
    font-size: 13px;
    line-height: 20px;
  }
  .diffrenceCard .iconWrap {
    width: 40px;
    height: 40px;
  }
  .diffrenceCard .iconWrap .icon {
    width: 20px;
    height: 20px;
  }
  .gradientCard {
    height: auto;
  }
  .gradientCard .info {
    font-size: 22px;
  }
  .gradientCard2 {
    height: auto;
    padding: 25px;
  }
  .gradientCard2 .info {
    font-size: 22px;
    padding-right: 50px;
  }
  .gradientCard2 .description {
    margin-top: 20px;
  }
  .gradientCard2 .icon {
    width: 38px;
    top: 25px;
  }
  .commisionMiniInfo {
    top: -131px;
    right: -5px;
    width: 185px;
  }
  .commisionMiniInfo .middle b {
    font-size: 40px;
  }
  .online {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .online .imgArea {
    max-width: 100%;
  }
  .online .content {
    padding: 20px;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    bottom: -20px;
    top: auto;
  }
  .online .content .title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }
  .workCard {
    padding: 20px;
  }
  .workCard .number {
    margin-bottom: 20px;
  }
  .solutionsCard {
    padding: 20px;
  }
  .solutionsCard .description {
    font-size: 16px;
  }
  .partnerSlide .partnerSlider {
    padding: 60px 0;
  }
  .partnerSlide .partnerSlider .swiperButtons {
    margin-top: 40px;
  }
  .partnerSlide .partnerSlideContent {
    padding: 0 20px;
  }
  .partnerSlide .partnerSlideContent .info {
    font-size: 30px;
    line-height: 36px;
  }
  .partnerSlide .partnerSlideContent span {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 25px;
  }
  .partnerSlide .partnerSlideContent .name {
    margin-bottom: 15px;
  }
  .partnerSlide .partnerSlideContent .text {
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 30px;
  }
  .partnerSlide .partnerSlideContent.type2 .text {
    font-size: 16px;
    line-height: 24px;
  }
  .partnerSlide .bottom {
    padding: 30px;
    flex-direction: column;
  }
  .partnerSlide .bottom .titleArea {
    text-align: center;
    width: 100%;
  }
  .partnerSlide .bottom .titleArea .info {
    font-size: 24px;
    line-height: 30px;
  }
  .partnerSlide .bottom .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  .partnerSlide .bottom .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  .partnerSlide .bottom:after {
    max-width: 100px;
    right: auto;
    left: 10%;
  }
  .partnerSlide .bottom.color2:after {
    max-width: 180px;
    left: -10%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .solutionsCard {
    padding: 20px;
  }
  .solutionsCard .description {
    font-size: 15px;
  }
  .workCard {
    padding: 20px;
  }
  .diffrenceCard {
    padding: 22px;
    min-height: auto;
  }
  .diffrenceCard .info {
    font-size: 18px;
    line-height: 25px;
  }
  .gradientCard {
    height: 240px;
  }
  .gradientCard .info {
    font-size: 22px;
  }
  .commisionMiniInfo {
    top: -55px;
    right: -97px;
  }
  .commisionMiniInfo .middle b {
    font-size: 40px;
  }
  .online {
    display: flex;
    flex-direction: column-reverse;
  }
  .online .imgArea {
    max-width: 100%;
  }
  .online .content {
    padding: 25px 50px;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    bottom: -20px;
    top: auto;
  }
  .online .content .title {
    font-size: 25px;
    line-height: 35px;
  }
  .partnerSlide .partnerSlider {
    padding: 60px 0;
  }
  .partnerSlide .partnerSlider .swiperButtons {
    margin-top: 40px;
  }
  .partnerSlide .partnerSlideContent {
    padding: 0 20px;
  }
  .partnerSlide .partnerSlideContent .info {
    font-size: 30px;
    line-height: 36px;
  }
  .partnerSlide .partnerSlideContent span {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 25px;
  }
  .partnerSlide .partnerSlideContent .name {
    margin-bottom: 15px;
  }
  .partnerSlide .partnerSlideContent .text {
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 30px;
  }
  .partnerSlide .bottom {
    padding: 70px 50px;
    flex-direction: column;
  }
  .partnerSlide .bottom .titleArea {
    text-align: center;
    width: 100%;
  }
  .partnerSlide .bottom .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  .partnerSlide .bottom:after {
    max-width: 143px;
    right: 65%;
  }
  .partnerSlide .bottom.color2:after {
    max-width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .diffrenceCard {
    padding: 30px;
    aspect-ratio: unset;
    height: 100%;
  }
  .diffrenceCard .info {
    font-size: 20px;
  }
  .commisionMiniInfo {
    top: -55px;
    right: -97px;
  }
  .online {
    display: flex;
    flex-direction: column-reverse;
  }
  .online .imgArea {
    max-width: 100%;
  }
  .online .content {
    padding: 25px 50px;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    bottom: -20px;
    top: auto;
  }
  .online .content .title {
    font-size: 25px;
    line-height: 35px;
  }
  .partnerSlide .partnerSlider {
    padding: 60px 0;
  }
  .partnerSlide .partnerSlider .swiperButtons {
    margin-top: 40px;
  }
  .partnerSlide .partnerSlideContent {
    padding: 0 20px;
  }
  .partnerSlide .partnerSlideContent .info {
    font-size: 34px;
    line-height: 40px;
  }
  .partnerSlide .partnerSlideContent span {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 25px;
  }
  .partnerSlide .partnerSlideContent .name {
    margin-bottom: 15px;
  }
  .partnerSlide .partnerSlideContent .text {
    margin: 0 auto 35px;
    font-size: 24px;
    line-height: 34px;
  }
  .partnerSlide .bottom {
    padding: 70px 50px;
    flex-direction: column;
  }
  .partnerSlide .bottom .titleArea {
    text-align: center;
    width: 100%;
  }
  .partnerSlide .bottom .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  .partnerSlide .bottom:after {
    max-width: 143px;
    right: 65%;
  }
  .partnerSlide .bottom.color2:after {
    max-width: 220px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .diffrenceCard {
    padding: 30px;
    aspect-ratio: unset;
    height: 100%;
  }
  .diffrenceCard .info {
    font-size: 20px;
  }
  .online .imgArea {
    max-width: 90%;
  }
  .online .content {
    padding: 50px;
    width: 470px;
  }
  .online .content .title {
    font-size: 25px;
    line-height: 35px;
  }
  .workCard {
    padding: 25px 25px 50px;
  }
  .solutionsCard {
    padding: 20px;
  }
  .solutionsCard .description {
    font-size: 16px;
  }
  .partnerSlide .bottom {
    padding: 70px 50px;
  }
  .partnerSlide .bottom .titleArea .text {
    font-size: 16px;
    line-height: 22px;
  }
  .partnerSlide .bottom.color2:after {
    max-width: 330px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .diffrenceCard {
    padding: 30px;
  }
  .diffrenceCard .info {
    font-size: 20px;
  }
  .online .imgArea {
    max-width: 90%;
  }
  .online .content {
    padding: 50px;
    width: 570px;
  }
  .online .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  section.technic .title {
    line-height: 36px;
  }
  section.technic .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
  section.technic .technicCard {
    padding: 25px;
  }
  section.technic .technicCard .firstIcon {
    margin-bottom: 30px;
  }
  section.technic .technicCard .name {
    font-size: 20px;
  }
  section.technic .technicCard .info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.technic .title {
    line-height: 36px;
  }
  section.technic .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
  section.technic .technicCard {
    padding: 25px;
  }
  section.technic .technicCard .firstIcon {
    margin-bottom: 30px;
  }
  section.technic .technicCard .name {
    font-size: 20px;
  }
  section.technic .technicCard .info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.technic .technicCard {
    padding: 25px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.technic .technicCard {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.technic .technicCard {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 576px) {
  .navlist2 {
    width: 100%;
    gap: 10px;
  }
  .navlist2 ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist2 ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist2 {
    width: 100%;
  }
  .navlist2 ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist2 ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist2 {
    width: 100%;
  }
  .navlist2 ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .navlist2 ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .appForm .content, .appForm .top, .appForm .bottom {
    padding: 20px;
  }
  .appForm .top {
    font-size: 18px;
  }
  .appForm .content .row > div {
    padding: 0;
  }
  .appForm .bottom .buttons {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .appForm .content, .appForm .top, .appForm .bottom {
    padding: 20px;
  }
  .appForm .top {
    font-size: 18px;
  }
  .appForm .bottom .buttons {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .appForm .content, .appForm .top, .appForm .bottom {
    padding: 20px;
  }
  .appForm .top {
    font-size: 18px;
  }
  .appForm .bottom .buttons {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .brands .brand {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .accordionItem {
    flex-direction: column;
    padding: 30px 20px;
    gap: 0;
  }
  .accordionItem .accordionHeader {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
  .accordionItem .accordionHeader:after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordionItem .accordionBody {
    width: 100%;
  }
  .accordionItem.active .accordionBody {
    margin-top: 30px;
    padding: 0;
  }
  .accordionItem.active .accordionHeader:after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accordionItem {
    flex-direction: column;
    padding: 40px;
    gap: 0;
  }
  .accordionItem .accordionHeader {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
  .accordionItem .accordionHeader:after {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordionItem .accordionBody {
    width: 100%;
    padding: 0;
  }
  .accordionItem.active .accordionBody {
    margin-top: 30px;
  }
  .accordionItem.active .accordionHeader:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .accordionItem {
    flex-direction: column;
    padding: 40px;
    gap: 0;
  }
  .accordionItem .accordionHeader {
    width: 100%;
    position: relative;
  }
  .accordionItem .accordionHeader:after {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordionItem .accordionBody {
    width: 100%;
    padding: 0;
  }
  .accordionItem.active .accordionBody {
    margin-top: 30px;
  }
  .accordionItem.active .accordionHeader:after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accordionItem {
    flex-direction: column;
    gap: 0;
  }
  .accordionItem .accordionHeader {
    width: 100%;
  }
  .accordionItem .accordionBody {
    width: 100%;
    padding: 0;
  }
  .accordionItem.active .accordionBody {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .accordionItem {
    flex-direction: column;
    gap: 0;
  }
  .accordionItem .accordionHeader {
    width: 100%;
  }
  .accordionItem .accordionBody {
    width: 100%;
  }
  .accordionItem.active .accordionBody {
    margin-top: 30px;
  }
}/*# sourceMappingURL=mobile.css.map */