h1,
h2,
h3,
h4,
figure {
  margin: 0;
}
body {
  background-color: #ffffff;
}
.common-header {
  background-color: #ffffff;
}
.common-header .header-left .header-menu-button .menu-bar {
  background-color: #000000;
}
.common-header .current-language {
  color: #1a1a1a !important;
}
.common-header .arrow-icon {
  color: #1a1a1a;
}
.common-header .link-text {
  color: #1a1a1a !important;
}
.common-header .site-nav > a {
  color: #1a1a1a !important;
}
.common-header .header-right svg {
  color: #1a1a1a !important;
}
.common-header .header-right span {
  color: #1a1a1a !important;
}
.home-fixed-pane {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 489px;
  position: fixed;
  top: 0;
  margin-top: -999px;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  z-index: 100;
  transition: margin-top 0.5s;
}
@media (max-width: 1250px) {
  .home-fixed-pane {
    column-gap: 200px;
  }
}
@media (max-width: 978px) {
  .home-fixed-pane {
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .home-fixed-pane {
    flex-direction: column;
    row-gap: 20px;
  }
}
.home-fixed-pane.home-fixed-pane-show {
  margin-top: 0;
}
.home-fixed-pane .title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #1a1a1a;
}
.home-fixed-pane .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
.home-fixed-pane .button-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 42px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
.home-fixed-pane .button-group .download {
  background-color: #1a1a1a;
}
.home-fixed-pane .button-group .download:hover {
  background-color: #000000;
}
.home-fixed-pane .button-group .buy {
  background-color: #00bf93;
}
.home-fixed-pane .button-group .buy:hover {
  background-color: #0ccda1;
}
.home-main {
  margin-top: 120px;
}
@media (max-width: 1250px) {
  .home-main {
    margin-top: 60px;
  }
}
.home-banner {
  padding: 0 20px;
  background-color: #f9f9f9;
  background-clip: content-box;
  border-radius: 0 0 40px 40px;
}
.home-banner .home-banner-inner {
  display: flex;
  justify-content: center;
  column-gap: 48px;
  height: 768px;
  padding-top: 114px;
  border-radius: 24px;
  background-color: #004d49;
}
@media (max-width: 1250px) {
  .home-banner .home-banner-inner {
    align-items: center;
    flex-direction: column;
    column-gap: 0;
    row-gap: 48px;
    height: auto;
    padding: 50px 20px;
  }
}
.home-banner .home-banner-inner .inner-left {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 1250px) {
  .home-banner .home-banner-inner .inner-left {
    margin-top: 0;
  }
}
.home-banner .home-banner-inner .inner-left .home-title {
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #58e25b 0%, #1dcbc0 67.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.home-banner .home-banner-inner .inner-left .home-subtitle {
  margin-bottom: 36px;
}
.home-banner .home-banner-inner .inner-left .home-subtitle span {
  display: block;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  color: #ffffff;
}
.home-banner .home-banner-inner .inner-left .home-desc {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-bottom: 40px;
}
.home-banner .home-banner-inner .inner-left .home-desc .desc-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.home-banner .home-banner-inner .inner-left .home-desc .desc-item img {
  width: 24px;
  height: 24px;
}
.home-banner .home-banner-inner .inner-left .home-desc .desc-item span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #caffe9;
}
.home-banner .home-banner-inner .inner-left .download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 62px;
  background-color: #00bf93;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.home-banner .home-banner-inner .inner-left .download-button:hover {
  background-color: #0ccda1;
}
@media (max-width: 420px) {
  .home-banner .home-banner-inner .inner-left .download-button {
    width: 100%;
  }
}
.home-banner .home-banner-inner .inner-right {
  position: relative;
}
@media (max-width: 768px) {
  .home-banner .home-banner-inner .inner-right .plus-pro img {
    width: 100%;
    height: auto;
  }
}
.home-banner .home-banner-inner .inner-right .inner-right-img {
  position: relative;
  cursor: pointer;
}
.home-banner .home-banner-inner .inner-right .img-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 82px;
  height: 82px;
  background-color: #52c130;
  border-radius: 50%;
  animation: pulse 2s infinite;
  transform-origin: center center;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 rgba(120, 235, 84, 0.3), 0 0 0 1px rgba(120, 235, 84, 0.3), 0 0 0 3px rgba(120, 235, 84, 0.3), 0 0 0 5px rgba(120, 235, 84, 0.3);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    box-shadow: 0 0 rgba(120, 235, 84, 0.3), 0 0 0 0 rgba(120, 235, 84, 0.3), 0 0 0 20px rgba(0, 153, 255, 0), 0 0 0 30px rgba(0, 153, 255, 0);
  }
}
.home-banner .home-banner-inner .inner-right .see-demo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-100% - 15px));
}
@media (max-width: 420px) {
  .home-banner .home-banner-inner .inner-right .see-demo {
    top: -10px;
    transform: translateX(-85%);
  }
  .home-banner .home-banner-inner .inner-right .see-demo img {
    width: 80%;
    height: 80%;
  }
}
.home-banner .home-banner-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  padding: 37px 0;
}
.home-banner .home-banner-brand .who-use {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #5d5d5d;
}
.home-banner .home-banner-brand .brand-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
@media (max-width: 1250px) {
  .home-banner .home-banner-brand {
    padding: 20px;
  }
  .home-banner .home-banner-brand .brand-pc img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .home-banner .home-banner-brand .brand-mobile {
    display: flex;
  }
  .home-banner .home-banner-brand .brand-pc {
    display: none;
  }
}
@media (max-width: 420px) {
  .home-banner .home-banner-brand .brand-mobile img {
    width: 100%;
    height: 100%;
  }
}
.home-steps {
  padding: 0 20px;
}
.home-steps .home-steps-title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.57px;
  text-align: center;
  color: #1a1a1a;
}
.home-steps .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1250px) {
  .home-steps .steps {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 657px) {
  .home-steps .steps {
    row-gap: 0;
  }
}
.home-steps .steps .step-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 300px;
  height: 200px;
  padding: 0 23px 0 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 657px) {
  .home-steps .steps .step-item {
    align-items: center;
    padding: 0;
    width: 353px;
    height: 180px;
  }
}
.home-steps .steps .step-item.item-1 {
  background-image: url('../png/step-1.png');
}
@media (max-width: 657px) {
  .home-steps .steps .step-item.item-1 {
    background-image: url('../png/step1.png');
  }
}
.home-steps .steps .step-item.item-2 {
  background-image: url('../png/step-2.png');
}
@media (max-width: 657px) {
  .home-steps .steps .step-item.item-2 {
    background-image: url('../png/step2.png');
  }
}
.home-steps .steps .step-item.item-3 {
  background-image: url('../png/step-3.png');
}
@media (max-width: 657px) {
  .home-steps .steps .step-item.item-3 {
    background-image: url('../png/step3.png');
  }
}
.home-steps .steps .step-item.item-4 {
  background-image: url('../png/step-4.png');
}
@media (max-width: 657px) {
  .home-steps .steps .step-item.item-4 {
    background-image: url('../png/step4.png');
  }
}
.home-steps .steps .step-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.home-steps .steps .step-item span {
  display: block;
}
.home-steps .steps .step-item .bold {
  margin-bottom: 6px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #1a1a1a;
}
.home-steps .steps .step-item .default {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #1a1a1a;
}
@media (max-width: 657px) {
  .home-steps .steps .step-item .default {
    text-align: center;
  }
}
.home-product {
  display: flex;
  justify-content: center;
  column-gap: 110px;
  margin-top: 120px;
  padding: 120px 0;
  background-image: url('../jpg/green_gradient_background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1250px) {
  .home-product {
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
    column-gap: 0;
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media (max-width: 420px) {
  .home-product {
    row-gap: 30px;
  }
}
.home-product .product-left {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.home-product .product-left .product-left-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1250px) {
  .home-product .product-left .product-left-title {
    flex-direction: column-reverse;
    row-gap: 16px;
    align-items: flex-start;
  }
}
.home-product .product-left .product-left-title span {
  display: inline-block;
}
.home-product .product-left .product-left-title .linear-text {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  background-image: linear-gradient(90deg, #58e25b 0%, #1dcbc0 67.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-product .product-left .product-left-title .green {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #076461;
  background-color: #b8ffe1;
  border-radius: 6px;
}
.home-product .product-left .product-content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.home-product .product-left .product-content .content-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.home-product .product-left .product-content .content-item img {
  width: 32px;
  height: 32px;
}
.home-product .product-left .product-content .content-item span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.home-product .product-left .price {
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.89px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-product .product-right img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.home-product .button-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .home-product .button-group {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.home-product .button-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 62px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
}
@media (max-width: 420px) {
  .home-product .button-group a {
    width: 100%;
  }
}
.home-product .button-group .download {
  background-color: #00bf93;
  color: #ffffff;
}
.home-product .button-group .download:hover {
  background-color: #0ccda1;
}
.home-product .button-group .learn-more {
  background-color: #ffffff;
  color: #1a1a1a;
}
.home-product .button-group .learn-more:hover {
  background-color: #d3fffe;
}
.home-product-versions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 119px;
  background-color: #ffffff;
}
@media (max-width: 1250px) {
  .home-product-versions {
    padding: 60px 20px;
    row-gap: 30px;
  }
}
.home-product-versions .versions-title {
  align-self: flex-start;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #1a1a1a;
}
@media (max-width: 420px) {
  .home-product-versions .versions-title {
    line-height: 57px;
  }
}
.home-product-versions .more-versions {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 1250px) {
  .home-product-versions .more-versions {
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
  }
}
.home-product-versions .more-versions .versions-item {
  width: 380px;
  height: 197px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 420px) {
  .home-product-versions .more-versions .versions-item {
    width: 100%;
    min-height: 196px;
  }
}
.home-product-versions .more-versions .versions-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-product-versions .more-versions .versions-item:not(.more-item) {
  display: flex;
  column-gap: 20px;
  padding: 30px 20px 30px;
}
.home-product-versions .more-versions .versions-item:not(.more-item) .item-right {
  display: flex;
  flex-direction: column;
}
.home-product-versions .more-versions .versions-item:not(.more-item) .item-right .name {
  display: block;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #1a1a1a;
}
.home-product-versions .more-versions .versions-item:not(.more-item) .item-right .desc {
  display: block;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #1a1a1a;
}
.home-product-versions .more-versions .versions-item:not(.more-item) .item-right .price {
  display: block;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 31.47px;
  color: #1a1a1a;
}
.home-product-versions .more-versions .versions-item:not(.more-item) .item-right .link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #137b40;
}
.home-product-versions .more-versions .versions-item.more-item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  padding: 30px 20px 30px;
}
.home-product-versions .more-versions .versions-item.more-item span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #1a1a1a;
}
.home-product-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  background-color: #fff7f3;
}
@media (max-width: 1250px) {
  .home-product-features {
    padding: 60px 20px;
  }
}
.home-product-features .features-title {
  margin-bottom: 80px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 57.6px;
  color: #1a1a1a;
}
@media (max-width: 1250px) {
  .home-product-features .features-title {
    margin-bottom: 60px;
    text-align: center;
  }
}
.home-product-features .features-list {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  margin-bottom: 80px;
}
@media (max-width: 1250px) {
  .home-product-features .features-list {
    row-gap: 60px;
    margin-bottom: 60px;
  }
}
.home-product-features .features-list .features-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
  max-width: 1200px;
}
@media (max-width: 1250px) {
  .home-product-features .features-list .features-item {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.home-product-features .features-list .features-item.reserved {
  flex-direction: row-reverse;
}
@media (max-width: 1250px) {
  .home-product-features .features-list .features-item.reserved {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-product-features .features-list .features-item .image img {
    width: 100%;
    height: auto;
  }
}
.home-product-features .features-list .features-item .text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .home-product-features .features-list .features-item .text {
    max-width: 550px;
  }
}
.home-product-features .features-list .features-item .text .title {
  display: block;
  margin-bottom: 16px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  color: #1a1a1a;
}
.home-product-features .features-list .features-item .text .desc {
  display: block;
  margin-bottom: 26px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #1a1a1a;
}
.home-product-features .features-list .features-item .text .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .home-product-features .features-list .features-item .text .tag-list {
    flex-wrap: wrap;
  }
}
.home-product-features .features-list .features-item .text .tag-list span {
  display: block;
  padding: 8px 16px;
  border-radius: 16px;
  font-family: Inter;
  font-size: 12.29px;
  font-weight: 400;
  line-height: 14.87px;
  color: #985f42;
  background-color: #ffede4;
  white-space: nowrap;
}
.home-product-features .features-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 420px) {
  .home-product-features .features-button {
    width: 100%;
  }
}
.home-product-features .features-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 52px;
  column-gap: 3px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 26px;
}
@media (max-width: 420px) {
  .home-product-features .features-button a {
    width: 100%;
  }
}
.home-product-features .features-button a:hover {
  color: #ffffff;
  background-color: #1a1a1a;
}
.home-product-features .features-button a:hover svg {
  color: #ffffff;
}
.home-product-features .features-button a svg {
  width: 10px;
  height: 14px;
  color: #1a1a1a;
}
.home-hosting {
  display: flex;
  column-gap: 5px;
  max-width: 1200px;
  padding: 120px 0;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 1250px) {
  .home-hosting {
    align-items: center;
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
    padding: 60px 20px;
  }
}
@media (max-width: 420px) {
  .home-hosting {
    row-gap: 60px;
  }
}
.home-hosting .hosting-left {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}
@media (max-width: 1250px) {
  .home-hosting .hosting-left {
    max-width: 550px;
  }
}
@media (max-width: 420px) {
  .home-hosting .hosting-left {
    margin-top: 0;
  }
}
.home-hosting .hosting-left .hosting-title {
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 57.6px;
  color: #1a1a1a;
}
.home-hosting .hosting-left .hosting-desc {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #1a1a1a;
}
.home-hosting .hosting-left .hosting-desc.desc-1 {
  margin-bottom: 20px;
}
.home-hosting .hosting-left .hosting-desc.desc-2 {
  margin-bottom: 40px;
}
.home-hosting .hosting-left .hosting-desc.desc-2 .orange {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #ff9900;
}
.home-hosting .hosting-left .hosting-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 62px;
  border-radius: 8px;
  background-color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
@media (max-width: 420px) {
  .home-hosting .hosting-left .hosting-button {
    width: 100%;
  }
}
.home-hosting .hosting-left .hosting-button:hover {
  background-color: #000000;
}
.home-hosting .hosting-right {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .home-hosting .hosting-right {
    flex-shrink: unset;
  }
  .home-hosting .hosting-right img {
    width: 100%;
    height: auto;
  }
}
.home-examples {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  margin: 0 auto;
  background-color: #f9fcf2;
}
@media (max-width: 1250px) {
  .home-examples {
    padding: 60px 20px 30px;
  }
}
.home-examples .examples-title {
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #1a1a1a;
}
@media (max-width: 420px) {
  .home-examples .examples-title {
    line-height: 57px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.home-examples .examples-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 488px;
  height: 56px;
  border-radius: 56px;
  padding: 4px;
  margin-bottom: 60px;
  background-color: #e9f0d7;
}
@media (max-width: 1250px) {
  .home-examples .examples-tabs {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-examples .examples-tabs {
    width: 353px;
    height: 56px;
  }
}
@media (max-width: 420px) {
  .home-examples .examples-tabs {
    margin-bottom: 30px;
  }
}
.home-examples .examples-tabs .tabs-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
  color: #385000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-examples .examples-tabs .tabs-item {
    width: 33%;
    height: 100%;
  }
}
.home-examples .examples-tabs .tabs-item.actived {
  border-radius: 66px;
  color: #e9f0d7;
  background-color: #385000;
}
.home-examples .examples-book {
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 73px;
  margin-bottom: 60px;
  animation: examples-show 1s;
  opacity: 0;
}
@keyframes examples-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1250px) {
  .home-examples .examples-book {
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 420px) {
  .home-examples .examples-book {
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.home-examples .examples-book.actived {
  display: flex;
  opacity: 1;
}
.home-examples .examples-book .book-item figure {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.home-examples .examples-book .book-item img {
  width: 245px;
  height: 326px;
}
.home-examples .examples-book .book-item .book-name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #1a1a1a;
}
.home-examples .examples-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 62px;
  border-radius: 8px;
  background-color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
@media (max-width: 420px) {
  .home-examples .examples-button {
    width: 100%;
  }
}
.home-examples .examples-button:hover {
  background-color: #000000;
}
.home-users {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  background-color: #f9fcf2;
}
@media (max-width: 1250px) {
  .home-users {
    padding: 30px 20px 60px;
  }
}
.home-users .users-title {
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #1a1a1a;
}
@media (max-width: 420px) {
  .home-users .users-title {
    line-height: 57px;
    text-align: center;
  }
}
.home-users .user-image {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home-users .user-image {
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .home-users .user-image img {
    width: 100%;
    height: auto;
  }
}
.home-users .user-content {
  display: flex;
  column-gap: 30px;
  padding: 0 20px;
}
@media (max-width: 1250px) {
  .home-users .user-content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
.home-users .user-content .content-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 380px;
  height: 600px;
  padding: 30px 30px 40px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
@media (max-width: 420px) {
  .home-users .user-content .content-item {
    width: 100%;
    height: 600px;
  }
}
.home-users .user-content .content-item.item-1 .content.content-1 {
  margin-bottom: 30px;
}
.home-users .user-content .content-item .content {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #1a1a1a;
}
.home-users .user-content .content-item .content.content-1 {
  margin-bottom: 16px;
}
.home-users .user-content .content-item .content.content-2 {
  margin-bottom: 16px;
}
.home-users .user-content .content-item .user-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.home-users .user-content .content-item .user-info div {
  display: flex;
  flex-direction: column;
}
.home-users .user-content .content-item .user-info div .user-name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: #1a1a1a;
}
.home-users .user-content .content-item .user-info div .job {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #999999;
}
.home-discover {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
  padding: 120px 0;
}
@media (max-width: 1250px) {
  .home-discover {
    padding: 60px 20px;
  }
}
.home-discover .discover-title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.57px;
  color: #1a1a1a;
}
@media (max-width: 420px) {
  .home-discover .discover-title {
    line-height: 44px;
    text-align: center;
  }
}
.home-discover .discover-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1200px;
}
.home-discover .discover-list .discover-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border: 1px solid #e5e5e5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #1a1a1a;
  border-radius: 29px;
}
.home-download {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 82px 0;
  background-color: #004d49;
}
@media (max-width: 1250px) {
  .home-download {
    padding: 60px 20px;
  }
}
.home-download .download-title {
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.57px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 420px) {
  .home-download .download-title {
    line-height: 58px;
  }
}
.home-download .download-desc {
  display: block;
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
.home-download .download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 62px;
  background-color: #00bf93;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 420px) {
  .home-download .download-button {
    width: 100%;
  }
}
.home-download .download-button:hover {
  background-color: #0ccda1;
}
