.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-end {
  justify-content: flex-end;
}
.infheadbox .inflogo img {
  opacity: 0;
  transition: all 0.3s;
}
.infheadbox .inflogo.removewhitebg img {
  opacity: 1;
}
.home-main {
  overflow: hidden;
}
.container,
.pw1200 {
  width: calc(100% - 60px);
  max-width: 1220px;
  margin: 0 auto;
}
.home-banner {
  height: 432px;
  
}
.home-banner .container {
  height: 100%;
  justify-content: center;
  gap: 60px;
}
.home-banner__left {
  width: 460px;
  flex-shrink: 0;
}
.home-banner__logo {
}
.home-banner__logo strong {
  font-weight: 400;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: url(../img/home/logo.svg) no-repeat left center;
  background-size: 40px 40px;
  padding-left: 52px;
}
.home-banner__title,
.home-banner__desc,
.home-banner__logo {
  color: #000;
  margin-bottom: 24px;
}
.home-banner__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
}
.home-banner__title span {
  color: #fc0d1b;
}
.home-banner__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.home-banner__right {
  margin-right: 0;
  display: block;
}
.functions {
  padding: 80px 0;
  box-sizing: border-box;
  background: linear-gradient(177deg, #ffffff 0%, #364854 100%);
}
.functions__title,
.functions__desc {
  color: #000;
}
.functions__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.functions__desc {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 36px;
}
.functions__link {
  text-align: center;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  box-sizing: border-box;
  width: fit-content;
  margin: 24px auto 0;
  display: block;
  position: relative;
}
.functions__link:hover {
  transform: none;
  background: #f5f5f5;
}
.functions__link a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 13px 36px;
  box-sizing: border-box;
}
.functions__link a:hover {
  color: #333;
}
.functions li {
  width: 220px;
  height: auto;
  margin-bottom: 24px;
}
.functions li a {
  display: block;
  position: relative;
}
.functions li.placeholder {
  visibility: hidden;
  display: none;
}
.functions li img {
  width: 100%;
}
.functions li p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 16px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000;
}
.functions li a:hover p {
  color: #1e76e3;
}
.our-vision {
  height: 480px;
  box-sizing: border-box;
  background: url(../img/home/home-vision-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 150px;
}
.our-vision .our-vision-middle {
  max-width: 1040px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.our-vision__text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.our-vision__text b {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.our-vision h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
}
.our-vision p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.home-press {
  text-align: center;
}
.home-press h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.home-press .container {
  width: 100%;
  overflow: hidden;
}
.trusedby {
  margin-top: 16px;
  position: relative;
}
.trusedby:after {
  width: 100%;
  height: 1px;
  background-color: #eee;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.trusedby span {
  color: #606060;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 36px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  z-index: 5;
}
.home-press ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px 33px;
}
.home-press li.placeholder {
  visibility: hidden;
}
.home-press li img {
  width: auto;
  height: 64px;
  opacity: 0.5;
  transition: all ease 0.3s;
}
.home-press li:hover img {
  opacity: 1;
}
.home-download {
  margin-top: 120px;
  padding: 80px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  text-align: center;
}
.home-download .pdfgear-btn {
  margin: 24px auto 0;
}
.home-recommoned {
  padding: 80px 0 90px;
}
.home-articles,
.home-videos {
  width: calc(50% - 20px);
  padding: 28px 36px 24px;
  border-radius: 12px;
  background: #f7f8fa;
  box-sizing: border-box;
}
.home-recommoned .home-recommoned__title {
  border-bottom: 1px solid #dae9ff;
  padding-bottom: 22px;
  margin-bottom: 16px;
}
.home-recommoned .home-recommoned__title h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-articles .home-articles__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-articles li {
  color: #101010;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
  position: relative;
  padding: 0 0 0 20px;
}
.home-articles li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #101010;
  position: absolute;
  left: 10px;
  top: 10px;
}
.home-articles li a {
  color: #101010;
  font-size: 16px;
}
.home-articles li a:hover {
  color: #1e76e3;
}
.home-videos li {
  margin-bottom: 18px;
}
.home-videos li a {
  display: flex;
  align-items: center;
}
.home-videos li p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-videos li img {
  margin-right: 20px;
}
.home-videos li a:hover p {
  color: #1e76e3;
}
.home-recommoned .common-link {
  margin-top: 22px;
}
.home-first-power {
  height: 658px;
  margin-top: 160px;
  background-size: cover;
  background: url(../img/home/home-first-power.png) no-repeat center center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-first-power-text {
  width: 600px;
  margin-right: 20px;
}
.home-first-power-text strong {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  background: linear-gradient(
    94deg,
    #27364d 1.37%,
    #0077d7 30.18%,
    #47b8ff 57.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.home-first-power-text h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  background: linear-gradient(
    94deg,
    #27364d 1.37%,
    #0077d7 30.18%,
    #47b8ff 57.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-first-power-text p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
}
.home-first-power-text .gotoai {
  display: inline-flex;
  padding: 16px 36px;
  justify-content: center;
  min-width: 210px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 32px;
  box-sizing: border-box;
}
.home-first-power-text .gotoai:hover {
  background: #f5f5f5;
  color: #333;
  transform: none;
}
.home-anywhere {
  margin-top: 160px;
}
.home-title {
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-title h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.home-title p {
  color: #606060;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
.home-anywhere-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px;
}
.home-anywhere-item {
  margin: 20px 0;
  padding-bottom: 40px;
  border-radius: 18px;
  border: 1px solid #eee;
  background: #f7f8fa;
  overflow: hidden;
}
.home-anywhere-item img {
  width: 100%;
  height: auto;
}
.home-anywhere-system {
  padding: 10px 24px;
}
.home-anywhere-system b {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-anywhere-system-download {
  display: flex;
  align-items: center;
  margin-top: 22px;
  gap: 16px;
}
.home-anywhere-system-download .pdfgear-iphone-btn {
  margin: 0 !important;
  background-size: contain;
}
.home-anywhere-system-download .learn-more {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home-online-tools {
  height: 320px;
  margin-top: 20px;
  background: url(../img/home/home-online-tools.png) no-repeat left center;
  background-size: cover;
  padding: 43px 0 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.home-online-tools-text {
  max-width: 500px;
  width: 100%;
}
.home-online-tools-text b {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
}
.home-online-tools-text p {
  color: #606060;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
.home-online-tools-text .common-link {
  margin-top: 24px;
}
.home-whytrust {
  margin-top: 160px;
  height: 360px;
  background: linear-gradient(177deg, #ffffff 0%, #364854 100%);
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-whytrust-text {
  max-width: 480px;
  width: 92%;
  text-align: center;
}
.home-whytrust-text p {
  font-size: 20px;
  color: #000;
  margin-top: 24px;
  line-height: 1.48;
}
.home-whytrust-link {
  min-width: 163px;
  width: fit-content;
  box-sizing: border-box;
  margin: 24px auto 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 36px;
  background: #fff;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #000;
}
.home-whytrust-link:hover {
  transform: none;
  background: #f5f5f5;
}
.home-feature-stand {
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f8fa 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 160px;
  padding: 80px 37px 22px 40px;
  box-sizing: border-box;
}
.home-feature-stand .home-title h2 {
  margin-bottom: 80px;
}
.home-feature-item {
  margin-bottom: 108px;
  display: flex;
  align-items: center;
}
.home-feature-item.odd {
  flex-direction: row-reverse;
}
.home-feature-item h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.home-feature-item p {
  color: #606060;
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-feature-item .common-link {
  margin-top: 12px;
}
.home-feature-item1 .home-feature-text {
  margin-right: -30px;
}
.home-feature-item2 .home-feature-text {
  margin-left: -10px;
}
.home-feature-item3 .home-feature-text {
  margin-right: -30px;
}
.home-feature-item4 .home-feature-text {
  margin-left: -34px;
}
.home-feature-download-btn {
  display: flex;
  justify-content: center;
}
html[lang="ar-AE"] .home-feature-download-btn {
  direction: rtl;
}
.home-talk-about {
  margin-top: 160px;
  text-align: center;
}
.home-talk-picture {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  gap: 24px;
  flex-wrap: wrap;
}
.home-talk-picture span {
  display: block;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 200px;
  height: 64px;
  background-size: 200px 64px;
  opacity: 0.5;
  transition: all ease 0.3s;
  filter: grayscale(100%);
  width: 160px;
  height: 64px;
  opacity: 0.3;
}
.home-talk-picture span:nth-child(1) {
  background: url(../img/home/homereviewbg1.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span:nth-child(2) {
  background: url(../img/home/homereviewbg2.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span:nth-child(3) {
  background: url(../img/home/homereviewbg3.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span:nth-child(4) {
  background: url(../img/home/homereviewbg4.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span:nth-child(5) {
  background: url(../img/home/homereviewbg5.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span:nth-child(6) {
  background: url(../img/home/homereviewbg6.png) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(1) {
  background: url(../img/home/homereviewbg7.svg) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(2) {
  background: url(../img/home/homereviewbg8.svg) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(3) {
  background: url(../img/home/homereviewbg9.svg) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(4) {
  background: url(../img/home/homereviewbg4.png) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(5) {
  background: url(../img/home/homereviewbg1.png) no-repeat center center;
  background-size: 160px 64px;
}
html[lang="de-DE"] .home-talk-picture span:nth-child(6) {
  background: url(../img/home/homereviewbg2.png) no-repeat center center;
  background-size: 160px 64px;
}
.home-talk-picture span.swiper-pagination-bullet-active,
.home-talk-picture span:hover {
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}
.home-talk-picture span.swiper-pagination-bullet-active:after {
  width: 100%;
  height: 4px;
  background: #333;
  content: "";
  display: none;
  bottom: -10px;
  left: 0;
  position: absolute;
}
.home-talk-swiper {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.home-talk-article {
  margin-top: 52px;
  display: flex;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.home-talk-article-item {
  width: calc(100% - 160px);
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.home-talk-article-item b {
  display: block;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 30px;
}
.related-linkto-tutorials {
  margin-top: 30px;
}
.related-linkto-tutorials a {
  font-size: 18px;
  color: #1577e9;
}
.review-excellent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.review-excellent a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-excellent a span {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.home-banner-mo {
  display: none;
}
html[lang="ar-AE"] .home-banner,
html[lang="ar-AE"] .home-first-power,
html[lang="ar-AE"] .home-online-tools,
html[lang="ar-AE"] .home-feature-stand,
html[lang="ar-AE"] .our-vision {
  direction: ltr;
}
html[lang="ar-AE"] .home-banner .home-banner__left,
html[lang="ar-AE"] .home-first-power-text,
html[lang="ar-AE"] .home-online-tools-text {
  direction: rtl;
}
html[lang="ar-AE"] .home-first-power-text {
  margin-right: 100px;
}
html[lang="ar-AE"] .pdfgear-win-btn {
  border-radius: 6px;
  background: #333;
}
html[lang="ar-AE"] .pdfgear-win-btn:before {
  margin-right: 0;
  margin-left: 10px;
}
html[lang="ar-AE"] .home-feature-stand {
  padding: 80px 37px 22px 40px;
}
html[lang="ar-AE"] .home-feature-text {
  direction: rtl;
}
html[lang="ar-AE"] .home-feature-item1 .home-feature-text {
  margin-right: 30px;
}
html[lang="ar-AE"] .home-feature-item2 .home-feature-text {
  margin-left: 10px;
}
html[lang="ar-AE"] .our-vision__text {
  direction: rtl;
}
html[lang="ar-AE"] .home-videos li img {
  margin-right: 0;
  margin-left: 20px;
}
html[lang="ar-AE"] .home-articles li {
  padding: 0 20px 0 0;
}
html[lang="ar-AE"] .home-articles li::before {
  left: auto;
  right: 10px;
}
.multi .home-banner__title {
  font-size: 38px;
  line-height: 1.4;
}
.multi .home-banner__desc {
  font-size: 18px;
  line-height: 1.5;
}
.multi .home-banner__title,
.multi .home-banner__desc,
.multi .home-banner__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .home-banner {
    height: 360px;
    background-size: contain;
  }
  .home-banner__right img {
    width: auto;
    height: 300px;
  }
  .home-banner__title,
  .home-banner__desc,
  .home-banner__logo {
    margin-bottom: 20px;
  }
  .home-banner__title {
    font-size: 32px;
  }
  .home-press li img {
    height: 60px;
  }
  .home-banner .container {
    gap: 2%;
  }
  .home-banner__left {
    width: 46%;
  }
  .home-banner__right {
    margin-right: 0;
    width: 50%;
  }
  .home-banner__right img {
    width: 100%;
    height: auto;
  }
  .functions {
    height: auto;
  }
  .functions li {
    width: 18.5%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .home-feature-item img {
    width: 60%;
    height: auto;
  }
  .home-feature-item .home-feature-text {
    width: 48%;
    margin: 0 !important;
  }
  .home-talk-picture span {
    width: 150px !important;
    height: 48px !important;
    background-size: contain !important;
  }
  .home-talk-picture span.swiper-pagination-bullet-active:after {
    height: 2px;
  }
  .home-first-power-text {
    width: 400px;
  }
}
@media screen and (max-width: 1050px) {
  .home-banner .pdfgear-btn {
    width: auto;
  }
  .review-excellent {
    justify-content: center;
  }
  .functions,
  .home-press,
  .home-recommoned,
  .home-banner,
  .home-download {
    padding: 48px 0;
    height: auto;
  }
  .home-banner .container {
    flex-direction: column;
    align-items: center;
  }
  .home-banner .pdfgear-platforms {
    justify-content: center;
  }
  .home-banner .home-banner__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-banner__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .home-banner .home-banner__right {
    width: 100%;
    text-align: center;
  }
  .home-banner .home-banner__right img {
    width: 60%;
    height: auto;
  }
  .functions li {
    width: 23.5%;
  }
  .functions li.placeholder {
    display: block;
  }
  .home-recommoned .container {
    flex-direction: column;
    align-items: center;
  }
  .home-articles,
  .home-videos {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-videos ul {
    padding: 0;
  }
  .home-videos li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .functions li {
    width: 31.85%;
  }
  .home-articles .home-articles__items {
    justify-content: space-between;
  }
  .home-first-power {
    width: 100%;
    padding-top: 83%;
    padding-bottom: 12%;
    height: auto;
    margin-top: 0;
    background: url(../img/home/home-mo-firstbg.jpg) no-repeat top center;
    background-size: cover;
    box-sizing: border-box;
    justify-content: center;
  }
  .home-first-power-text,
  html[lang="ar-AE"] .home-first-power-text {
    width: calc(100% - 60px);
    text-align: center;
    margin: 0 auto;
  }
  .home-first-power-text strong {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%;
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: #f0f8ff;
    text-shadow: none;
  }
  .home-first-power-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%;
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: #f0f8ff;
    text-shadow: none;
  }
  .home-first-power-text p {
    font-size: 16px;
    color: #fff;
  }
  .home-first-power-text .gotoai {
    padding: 13px 36px;
    box-shadow: none;
  }
  .home-anywhere,
  .home-talk-about,
  .home-whytrust {
    margin-top: 48px;
  }
  .home-feature-stand {
    margin-top: 48px;
    padding-top: 40px;
    padding: 48px 17px 0;
  }
  .home-anywhere-system {
    padding: 0 20px;
  }
  .home-anywhere-system b {
    font-size: 18px;
  }
  .home-anywhere-system-download {
    flex-wrap: wrap;
  }
  .our-vision {
    margin-top: 80px;
  }
  .functions__title {
    font-size: 20px;
  }
  .functions__desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home-talk-picture {
    gap: 16px;
  }
  .our-vision {
    padding: 47px 20px;
    box-sizing: border-box;
    height: auto;
    border-radius: 18px;
    background: linear-gradient(
      180deg,
      rgba(247, 248, 250, 0) 0%,
      #f7f8fa 100%
    );
    width: calc(100% - 60px);
    margin: 49px auto 0;
  }
  .our-vision__text b,
  .our-vision p {
    font-size: 16px;
  }
  .our-vision__text {
    width: 100%;
    max-width: 100%;
  }
  .functions li {
    width: 48.5%;
  }
  .home-title h2,
  .our-vision h2,
  .home-first-power-text h2 {
    font-size: 20px;
  }
  .home-title p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-anywhere-list {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .home-anywhere-item {
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
  }
  .home-anywhere-system b {
    font-size: 20px;
  }
  .home-anywhere-item img {
    max-width: 390px;
  }
  .home-feature-item {
    flex-direction: column !important;
    margin-bottom: 48px;
  }
  .home-feature-item img {
    width: 100%;
  }
  .home-feature-item .home-feature-text {
    width: 100%;
    text-align: center;
    margin: 16px auto 0 !important;
  }
  .home-feature-item .common-link {
    justify-content: center;
  }
  .home-talk-picture span.checked:after {
    bottom: -10px;
  }
  .home-talk-article-item {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .home-articles,
  .home-videos {
    padding: 16px 16px 24px;
  }
  .home-recommoned .home-recommoned__title {
    padding-bottom: 16px;
  }
  .home-recommoned .home-recommoned__title h2 {
    font-size: 16px;
  }
  .home-articles li a {
    font-size: 12px;
  }
  .home-recommoned .common-link {
    margin-top: 16px;
  }
  .home-videos li {
    margin-bottom: 24px;
  }
  .home-videos li a {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-videos li img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .home-videos li p {
    font-size: 14px;
    line-height: 160%;
    margin-top: 12px;
  }
  .home-banner {
    padding: 0;
    height: auto !important;
    padding-top: 40px;
    background-size: contain;
    overflow: hidden;
  }
  .home-banner__right {
    display: none;
  }
  .home-banner-mo {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-banner .home-banner__left {
    margin-top: 35px;
  }
  .home-banner__logo strong {
    height: 36px;
    font-size: 18px;
    padding-left: 42px;
    background-size: contain;
    line-height: 36px;
  }
  .home-banner__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .home-press {
    padding: 18px 0 0;
  }
  .home-press li {
    padding: 0;
  }
  .home-press li img {
    height: 48px;
  }
  .functions li p {
    font-size: 12px;
  }
  .functions__link {
    margin-top: 8px;
  }
  .home-online-tools {
    height: auto;
    border-radius: 18px;
    border: 1px solid #eee;
    background: #f7f8fa;
    flex-direction: column;
    padding: 20px 20px 24px;
  }
  .home-online-tools-text {
    max-width: 100%;
    margin-top: -20px;
  }
  .home-online-tools-text b {
    font-size: 20px;
  }
  .home-online-tools-text p {
    font-size: 16px;
    margin-top: 12px;
  }
  .home-online-tools-text .common-link {
    margin-top: 12px;
  }
  .home-feature-stand {
    border: 1px solid #eee;
    padding-bottom: 37px;
    border-radius: 18px;
    background: linear-gradient(
      180deg,
      #f7f8fa 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .home-feature-stand .home-title h2 {
    margin-bottom: 48px;
  }
  .home-feature-item h3 {
    font-size: 18px;
  }
  .home-feature-item p {
    font-size: 16px;
    margin-top: 12px;
  }
  .home-feature-download-btn {
    width: 100%;
    display: block;
  }
Success!
  .home-talk-about {
    margin-top: 96px;
  }
  .home-feature-download-btn .simple .pdfgear-desktop-btn {
    text-align: center;
  }
  .home-download {
    margin-top: 48px;
  }
}
