/* company history  */
#company-history {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#company-history .development-banner {
  position: relative;
  background-image: url('/wp-content/uploads/2025/06/banner-1-1.png');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  overflow: hidden;

  max-width: 1921px;
  width: 100%;
  max-height: 292px;
  height: 100%;
  padding: 100px 240px;
  flex-direction: column;
  gap: 40px;
  aspect-ratio: 1921/292;
}

#company-history .development-banner .container {
  position: relative;
  z-index: 2;
}

#company-history .banner-title {
  color: var(--neutral-neutral-0, #FFF);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
  letter-spacing: -2px;
}

#company-history .box-table {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

#company-history .box-table .frame-1 {
  position: absolute;
  bottom: -180px;
  left: 0;
}

#company-history .list-milestones {
  max-width: 1440px;
  margin: auto;
  position: relative;
  z-index: 3;
}

#company-history .list-milestones .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;

  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
  letter-spacing: -1px;
  text-transform: uppercase;

  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#company-history .list-milestones .history-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #f9f9f9;
  padding: 24px;
  position: relative;
  z-index: 4;
  background-color: white;
}

#company-history .list-milestones .history-table .history-row-bg {
  background-color: #f9f9f9;
}

#company-history .list-milestones .history-row {
  display: flex;
  align-items: stretch;
  padding: 16px;
  border-radius: 4px;
  flex-wrap: nowrap;
  gap: 24px;
}

#company-history .list-milestones .history-time {
  font-weight: bold;
  color: #333;
  width: 150px;
  min-width: 140px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#company-history .list-milestones .history-separator {
  width: 1px;
  background-color: #DBDCDE;
  margin: 0;
  flex-shrink: 0;
  align-self: stretch;
}

#company-history .list-milestones .history-event {
  flex: 1;
  color: #555;
  font-size: 18px;
  text-align: left;
  display: flex;
  align-items: center;
}

#company-history .list-milestones .frame-2 {
  position: absolute;
  right: -120px;
  top: -160px;
  z-index: 1 !important;
}

#company-history .box-vision-mission .content {
  height: 256px;
  max-height: 256px;
  background-color: #EF3F23;
  background-image: url('/wp-content/uploads/2025/06/group.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
}

#company-history .box-vision-mission .text-wrapper h3 {
  color: white;
  line-height: 48px;
  margin-bottom: 31px;
}

@media (max-width: 1440px) {
  #company-history .list-milestones {
    overflow-x: clip;
  }

  #company-history .box-table {
    margin-bottom: 80px;
  }

  #company-history .list-milestones .frame-2 {
    position: absolute;
    right: -320px;
    top: -140px;
    z-index: 1 !important;
  }

  #company-history .box-table .frame-1 {
    display: none;
  }

  #company-history .list-milestones .history-table {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  /*  */
  #company-history .box-vision-mission .content {
    background-color: #EF3F23;
    background-image: url('/wp-content/uploads/2025/06/group.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-blend-mode: overlay;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    max-height: 208px;
    height: 100%;
    color: white;
    position: relative;
    z-index: 3;
  }

  #company-history .box-vision-mission .text-wrapper h3 {
    color: white;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  #company-history .company-history-content {
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  #company-history .box-table {
    margin-bottom: 60px;
  }

  #company-history .list-milestones .frame-2 {
    display: none;
  }

  #company-history .box-table .frame-1 {
    display: none;
  }

  #company-history .list-milestones .history-table {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
  }

  #company-history .development-banner {
    max-width: 1024px;
    width: 100%;
    max-height: 176px;
    height: 100%;

    display: flex;
    padding: 60px 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }

  #company-history .development-banner .container {
    position: absolute;
    z-index: 2;
  }

  #company-history .banner-title {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.5px;
    margin: 0;
  }

  /*  */
  #company-history .list-milestones .title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;

    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /*  */
  #company-history .box-vision-mission .content {
    max-height: 147px;
    height: 100%;
    padding: 28px 24px;
  }

  #company-history .box-vision-mission .text-wrapper h3 {
    color: white;
    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
  }
}

@media (max-width: 576px) {
  #company-history .box-table {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  #company-history .list-milestones .frame-2 {
    display: none;
  }

  #company-history .box-table .frame-1 {
    display: none;
  }

  #company-history .list-milestones .history-table {
    max-width: 342px;
    width: 100%;
    padding: 4px;
    margin: 0 auto;
  }

  #company-history .development-banner {
    position: relative;
    background-image: url('/wp-content/uploads/2025/06/banner-1-1.png');
    background-size: cover;
    background-position: center;

    max-width: 576px;
    width: 100%;
    max-height: 112px;
    height: 100%;
    margin-bottom: 0px;

    display: flex;
    padding: 60px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }

  #company-history .development-banner .container {
    position: absolute;
    z-index: 2;
  }

  #company-history .banner-title {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.5px;
    margin: 0;
  }

  /*  */
  #company-history .list-milestones .title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    text-transform: uppercase;

    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-history .box-vision-mission .content {
    max-height: 151px;
    height: 100%;
    padding: 28px 24px;
  }

  #company-history .box-vision-mission .text-wrapper h3 {
    color: white;
    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    margin-top: 40px;
  }

  #company-history .company-history-content {
    padding-bottom: 40px;
  }

  #company-history .company-history-content .company-history-content-item-title {
    color: var(--orange-orange-500, #EF3F23);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-history .list-milestones .history-row {
    display: flex;
    align-items: stretch;
    padding: 12px 8px;
    border-radius: 4px;
    flex-wrap: nowrap;
    gap: 8px;
  }

  #company-history .list-milestones .history-time {
    font-weight: bold;
    color: #333;
    width: 98px;
    min-width: 80px;
    flex-shrink: 0;
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }

  #company-history .list-milestones .history-separator {
    width: 1px;
    background-color: #DBDCDE;
    margin: 0;
    flex-shrink: 0;
    align-self: stretch;
  }

  #company-history .list-milestones .history-event {
    flex: 1;
    color: #555;
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    max-width: 221px;
    width: 100%;
  }
}

@media (max-width: 390px) {
  #company-history .box-table {
    margin-bottom: 20px;
  }

  #company-history .list-milestones .frame-2 {
    display: none;
  }

  #company-history .box-table .frame-1 {
    display: none;
  }

  #company-history .list-milestones .history-table {
    max-width: 342px;
    width: 100%;
    padding: 4px;
    margin: 0 auto;
  }

  #company-history .development-banner {
    position: relative;
    background-image: url('/wp-content/uploads/2025/06/banner-1-1.png');
    background-size: cover;
    background-position: center;

    max-width: 390px;
    width: 100%;
    max-height: 112px;
    height: 100%;

    display: flex;
    padding: 60px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }

  #company-history .development-banner .container {
    position: absolute;
    z-index: 2;
  }

  #company-history .banner-title {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.5px;
    margin: 0;
  }

  /*  */
  #company-history .list-milestones .title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    text-transform: uppercase;

    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /*  */

  #company-history .box-vision-mission .content {
    max-height: 151px;
    height: 100%;
    padding: 28px 24px;
  }

  #company-history .box-vision-mission .text-wrapper h3 {
    color: white;
    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    margin-top: 40px;
  }

  #company-history .company-history-content {
    padding-bottom: 40px;
  }

  #company-history .company-history-content .company-history-content-item-title {
    color: var(--orange-orange-500, #EF3F23);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-history .list-milestones .history-row {
    display: flex;
    align-items: stretch;
    padding: 12px 8px;
    border-radius: 4px;
    flex-wrap: nowrap;
    gap: 8px;
  }

  #company-history .list-milestones .history-time {
    font-weight: bold;
    color: #333;
    width: 98px;
    min-width: 80px;
    flex-shrink: 0;
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }

  #company-history .list-milestones .history-separator {
    width: 1px;
    background-color: #DBDCDE;
    margin: 0;
    flex-shrink: 0;
    align-self: stretch;
  }

  #company-history .list-milestones .history-event {
    flex: 1;
    color: #555;
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
    max-width: 221px;
    width: 100%;
  }

}

/* company overview */
#company-overview {
  margin-bottom: 0px;
}

#company-overview .company-overview-banner {
  background: url('/wp-content/uploads/2025/06/banner-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  max-width: 1921px;
  padding: 100px 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#company-overview .company-overview-banner h1 {
  color: var(--neutral-neutral-0, #FFF);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -2px;
  margin: 0;
}

#company-overview .company-overview-banner h5 {
  color: var(--neutral-neutral-300, #DBDCDE);
  text-align: center;

  /* H5 20/Regular */
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.2px;
  margin: 0;
}

#company-overview .company-table-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 100px 240px;
  max-width: 1920px;
  margin: auto;
  font-family: Arial, sans-serif;
  position: relative;
}

#company-overview .company-table-overview h2 {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#company-overview .table-overview {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

#company-overview .table-overview .tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 338px;
}

#company-overview .table-overview .tab {
  display: flex;
  padding: 28px 40px;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  border: 1px solid var(--neutral-neutral-200, #EFEFEF);
}

#company-overview .table-overview .tab.active {
  border: 1px solid var(--orange-orange-100, #FCD9D3);
  background: var(--orange-orange-500, #EF3F23);
}

#company-overview .table-overview .tab .circle {
  background: #EF3F23;
  color: #FFFFFF;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  padding: 19px 24px;
  gap: 10px;
  border-radius: 9999px;
}

#company-overview .table-overview .tab.active .circle {
  background: #fff;
  color: #EF3F23;
}

#company-overview .table-overview .tab span {
  color: var(--text-heading-primary, #0E1525);
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.5px;
  width: 146px;
}

#company-overview .table-overview .tab.active span {
  color: var(--text-heading-inverted, #FFF);
}

#company-overview .table-overview .info-box {
  min-width: 300px;
  max-width: 1072px;
  width: 1072px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border: 1px solid var(--neutral-neutral-200, #EFEFEF);
  background: var(--neutral-neutral-0, #FFF);
}

#company-overview .table-overview .company-table {
  display: none;
  width: 100%;
}

#company-overview .table-overview .company-table.active {
  display: block;
}

#company-overview .info-box .company-table .table {
  font-family: "Noto Sans";
  font-size: 16px;
  width: 100%;
}

#company-overview .info-box .company-table .row {
  display: flex;
  padding: 16px 32px 16px 0px;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  width: 100%;
}

#company-overview .info-box .company-table .row:nth-child(even) {
  background-color: #f9f9f9;
}

#company-overview .info-box .company-table .label {
  display: flex;
  width: 160px;
  padding-left: 24px;
  align-items: center;
  gap: 10px;
  color: var(--text-placeholder, #93969D);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.032px;
}

#company-overview .info-box .company-table .separator {
  width: 1px;
  background-color: #DBDCDE;
  margin: 0 16px;
  align-self: stretch;
}

#company-overview .info-box .company-table .value {
  flex: 1 0 0;
  color: var(--text-heading-secondary, #2B313F);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.032px;
}

#company-overview .info-box .company-table .value ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

#company-overview .info-box .company-table .value ul li {
  margin-bottom: 4px;
}

#company-overview .company-table-overview .overview-frame-1 {
  position: absolute;
  top: 162px;
  right: 0;
}

/*  */
#company-overview .company-overview-core-value {
  background: #fff;
  overflow: visible;
}

#company-overview .company-overview-core-value .core-value-container {
  max-width: 100%;
  margin: 0 auto;
  background-image: url('/wp-content/uploads/2025/06/bg-net.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;

  position: relative;
  z-index: 1;
}

#company-overview .company-overview-core-value .core-wrap {
  width: 1560px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 132px;
  align-self: stretch;
  margin: 0 auto;
  padding: 100px 240px;

  position: relative;
  z-index: 2;
}

#company-overview .company-overview-core-value .core-block {
  max-width: 1560px;
  width: 100%;
  height: 652px;
  z-index: 2;
}

#company-overview .company-overview-core-value .core-title {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 56px;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

#company-overview .company-overview-core-value .highlight {
  color: #d62828;
}

#company-overview .company-overview-core-value .core-mascot-wrapper {
  position: relative;

  width: 500px;
  height: 500px;
  margin: 0 auto;
}

#company-overview .company-overview-core-value .circle-1 {
  width: 252px;
  height: 252px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 250px;
  border: 2px solid var(--orange-orange-200, #F9B2A7);
  background: linear-gradient(180deg, rgba(239, 63, 35, 0.00) 33.26%, rgba(239, 63, 35, 0.05) 100%);
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease;
}

#company-overview .company-overview-core-value .circle-2 {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 250px;
  border: 2px solid var(--orange-orange-300, #F58C7B);
  background: linear-gradient(180deg, rgba(239, 63, 35, 0.00) 33.26%, rgba(239, 63, 35, 0.05) 100%);
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease;
}

#company-overview .company-overview-core-value .core-mascot {
  width: 160px;
  height: 160px;
  object-fit: contain;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.6s ease;
}

#company-overview .company-overview-core-value .top-left {
  position: absolute;
  top: 232px;
  left: 300px;
}

#company-overview .company-overview-core-value .top-right {
  position: absolute;
  top: 272px;
  right: 190px;
}

#company-overview .company-overview-core-value .bottom-left {
  position: absolute;
  top: 511px;
  left: 140px;
}

#company-overview .company-overview-core-value .bottom-right {
  position: absolute;
  top: 511px;
  right: 65px;
}

#company-overview .company-overview-core-value .bottom-center {
  position: absolute;
  top: 749px;
  right: 340px;
}

#company-overview .company-overview-core-value .core-box {
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--orange-orange-50, #FFF6F5);
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

#company-overview .company-overview-core-value .core-box:hover {
  background-color: #EF3F23;
  color: #FFF;
}

#company-overview .company-overview-core-value .core-box:hover .title,
#company-overview .company-overview-core-value .core-box:hover .content,
#company-overview .company-overview-core-value .core-box:hover .icon svg {
  color: #FFF !important;
  fill: currentColor;
}

#company-overview .company-overview-core-value .core-box.bottom-left:hover > div.group-1 > div.icon > svg > path {
  stroke: white;
  fill: #EF3F23;
}

#company-overview .company-overview-core-value .core-box .group-1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

#company-overview .company-overview-core-value .core-box .group-1 .title {
  color: var(--text-heading-secondary, #2B313F);
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.5px;
}

#company-overview .company-overview-core-value .core-box .group-1 .content {
  color: var(--text-body, #4F5460);
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.2px;
}

#company-overview .company-overview-core-value .core-value-container .frame-1 {
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: 2;
}

/*  */
#company-overview .company-overview-co-founder .introduce-team {
  padding-top: 0 !important;

  position: relative !important;
}

#company-overview .company-overview-co-founder .introduce-team .introduce-team-title {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#company-overview .company-overview-co-founder .introduce-team .introduce-team-background-circle {
  position: absolute;
  top: -200px;
  left: 0;
}

#company-overview .company-overview-co-founder .introduce-boss {
  padding-bottom: 100px !important;
}

#company-overview .company-overview-co-founder .introduce-boss-list {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

#company-overview .company-overview-co-founder .boss-detail-list {
  padding: 12px !important;
}

#company-overview .company-overview-co-founder .boss-detail .boss-detail-info .boss-detail-name {
  color: var(--text-heading-inverted, #FFF) !important;
  text-align: center !important;
  font-family: "Noto Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  /* 18px */
  letter-spacing: -0.1px !important;
}

#company-overview .company-overview-co-founder .boss-detail .boss-detail-info .boss-detail-title {
  color: var(--orange-orange-100, #FCD9D3) !important;
  text-align: center !important;
  font-family: "Noto Sans" !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  /* 15px */
}

#company-overview .company-overview-co-founder .boss-detail-list li {
  margin-bottom: 0 !important;
  color: var(--neutral-neutral-700, #4F5460);
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
  letter-spacing: -0.1px;
  align-self: stretch;
}

#company-overview .company-overview-co-founder .boss-detail-list .sub-detail {
  color: var(--icon-icons-quinary, #93969D) !important;
  font-family: "Noto Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  /* 18px */
  letter-spacing: -0.1px !important;
  margin-left: 24px;
  margin-top: 0;
  padding-top: 0;
}

/*  */
#company-overview .company-overview-achievements {
  padding: 40px 0px 80px 0px;
  display: flex;
  justify-content: center;

  position: relative;
  z-index: 2;
}

#company-overview .company-overview-achievements .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
}

#company-overview .company-overview-achievements .content h2 {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#company-overview .company-overview-achievements .content .descriptions {
  color: #6c757d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 56px;
}

#company-overview .company-overview-achievements .content .descriptions a {
  color: #ef3f23;
  text-decoration: none;
}

#company-overview .company-overview-achievements .content .certificates {
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: start;
  overflow-y: hidden;
}

#company-overview .company-overview-achievements .content .certificates .wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  width: max-content;
  margin: 0 auto;

  position: relative;
}

#company-overview .company-overview-achievements .wrapper .img-ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#company-overview .company-overview-achievements .content .certificates .item {
  width: 181px;
  display: flex;
  padding: 24px 8px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dee0e9;
  background: white;
}

#company-overview .company-overview-achievements .content .certificates .item .wrap_img {
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#company-overview .company-overview-achievements .content .certificates .item p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  margin-top: 16px;
  flex: 1;
}

#company-overview .company-overview-achievements .content .certificates .item p a {
  color: #111827;
}

#company-overview .company-overview-achievements .content .certificates .item p a:hover {
  color: #ef3f23;
}

#company-overview .company-overview-achievements .content .certificates .item .line {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #dee0e9;
}

#company-overview .company-overview-achievements .content .certificates .item ul {
  height: 110px;
  min-height: 110px;
  list-style: disc;
  margin-left: 20px;
}

#company-overview .company-overview-achievements .content .certificates .item ul li {
  color: #6c757d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

#company-overview .company-overview-achievements .content .isolation {
  position: absolute;
  bottom: -270px;
  z-index: -1;
}

/*  */
#company-overview .company-overview-customers-voices .wrapper .title {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*  */
#company-overview .company-overview-view-feedback .box-view-feedback .content {
  height: 256px;
  max-height: 256px;
  background-color: #EF3F23;
  background-image: url('/wp-content/uploads/2025/06/group.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
}

#company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
  color: white;
  line-height: 48px;
  margin-bottom: 31px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  #company-overview .company-overview-banner {
    background: url('/wp-content/uploads/2025/06/banner-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    max-width: 1439px;
    padding: 88px 10vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  #company-overview .company-table-overview h2 {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;

    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  #company-overview .company-overview-banner h5 {
    color: var(--neutral-neutral-300, #DBDCDE);
    text-align: center;

    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    white-space: nowrap;
    overflow: visible;
    width: max-content;
  }

  /*  */
  #company-overview .table-overview {
    gap: 20px;
  }

  #company-overview .table-overview .tabs {
    max-width: 285px;
    width: 100%;
  }

  #company-overview .table-overview .tab {
    display: flex;
    padding: 23px 33px;
    width: 100%;
    align-items: center;
    gap: 30px;
  }

  #company-overview .table-overview .tab span {
    flex: 1 0 0;
    color: var(--text-heading-primary, #0E1525);
    font-family: "Noto Sans";
    font-size: 16.864px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.169px;
    max-width: 131px;
    width: 100%;
  }

  #company-overview .info-box .company-table .label {
    display: flex;
    max-width: 160px;
    width: 100%;
    padding-left: 24px;
    align-items: center;
    gap: 10px;
    color: var(--text-placeholder, #93969D);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .info-box .company-table .value {
    flex: 1 0 0;
    color: var(--text-heading-secondary, #2B313F);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .company-table-overview .overview-frame-1 {
    position: absolute;
    top: 162px;
    right: 0x;
    z-index: -1;
  }

  /*  */
  #company-overview .company-overview-co-founder .introduce-boss {
    padding: 48px 8vw 80px 8vw !important;
  }

  #company-overview .company-overview-co-founder .introduce-boss-list {
    max-width: 1440px;
    width: 100%;
    gap: 20px;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    letter-spacing: -1px;
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-background-circle {
    display: none;
  }

  /*  */
  #company-overview .company-overview-core-value {
    margin-bottom: 60px;
  }

  #company-overview .company-overview-core-value .core-wrap {
    max-width: 1440px;
    width: 100%;
    padding: 80px 5vw;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 132px;
    align-self: stretch;
    margin: 0 auto;

    position: relative;
    z-index: 2;
  }

  #company-overview .company-overview-core-value .core-block {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  #company-overview .company-overview-core-value .core-box {
    display: inline-flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid var(--orange-orange-50, #FFF6F5);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }

  #company-overview .company-overview-core-value .top-left {
    position: absolute;
    top: 214px;
    left: 265px;
  }

  #company-overview .company-overview-core-value .top-right {
    position: absolute;
    top: 246px;
    right: 142px;
  }

  #company-overview .company-overview-core-value .bottom-left {
    position: absolute;
    top: 511px;
    left: 90px;
  }

  #company-overview .company-overview-core-value .bottom-right {
    position: absolute;
    top: 511px;
    right: 16px;
  }

  #company-overview .company-overview-core-value .bottom-center {
    position: absolute;
    top: 732px;
    right: 252px;
  }

  #company-overview .company-overview-core-value .core-value-container .frame-1 {
    position: absolute;
    bottom: -236px;
    left: -40px;
    z-index: 2;

    max-width: 564px;
    width: 100%;
    max-height: 500px;
    height: 100%;
  }

  /*  */
  #company-overview .company-overview-achievements {
    padding: 40px 0px 80px 0px;
  }

  #company-overview .company-overview-achievements .content .isolation {
    position: absolute;
    bottom: -232px;
    z-index: -1;
  }

  /*  */
  #company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
    color: white;
    line-height: 48px;
    margin-bottom: 31px;

    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1px;
  }

  /*  */
  #company-overview .customers_voices .multiple-items {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  #company-overview .company-overview-banner {
    background: url('/wp-content/uploads/2025/06/banner-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1023px;
    width: 100%;
    padding: 68px 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  #company-overview .company-overview-banner h1 {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;

    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
  }

  #company-overview .company-overview-banner h5 {
    color: var(--neutral-neutral-300, #DBDCDE);
    text-align: center;

    /* Body 16/Regular */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  /*  */
  #company-overview .company-table-overview {
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 60px 3vw;
    max-width: 1200px;
    margin: auto;
    font-family: Arial, sans-serif;
    position: relative;
  }

  #company-overview .company-table-overview h2 {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .table-overview {
    gap: 20px;
    max-width: 1023px;
    width: 100%;
  }

  #company-overview .table-overview .tabs {
    max-width: 285px;
    width: 100%;
    gap: 15px;
  }

  #company-overview .table-overview .tab {
    display: flex;
    padding: 23px 33px;
    width: 100%;
    align-items: center;
    gap: 30px;
  }

  #company-overview .table-overview .tab span {
    flex: 1 0 0;
    color: var(--text-heading-primary, #0E1525);
    font-family: "Noto Sans";
    font-size: 16.864px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.169px;
    max-width: 131px;
    width: 100%;
  }

  #company-overview .table-overview .info-box {
    max-width: 671px;
    width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border: 1px solid var(--neutral-neutral-200, #EFEFEF);
    background: var(--neutral-neutral-0, #FFF);
  }

  #company-overview .info-box .company-table .label {
    display: flex;
    max-width: 160px;
    width: 100%;
    padding-left: 24px;
    align-items: center;
    gap: 10px;
    color: var(--text-placeholder, #93969D);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .info-box .company-table .value {
    flex: 1 0 0;
    color: var(--text-heading-secondary, #2B313F);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .company-table-overview .overview-frame-1 {
    position: absolute;
    top: 95px;
    right: -8px;
    z-index: -1;
  }

  /*  */
  #company-overview .company-overview-co-founder .introduce-boss {
    padding: 40px 8vw 60px 8vw !important;
  }

  #company-overview .company-overview-co-founder .introduce-boss-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    max-width: 776px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-background-circle {
    display: none;
  }

  /*  */
  #company-overview .company-overview-core-value {
    margin-bottom: 60px;
  }

  #company-overview .company-overview-core-value .core-block {
    max-width: 976px;
    width: 100%;
    max-height: 448px;
    height: 100%;
    z-index: 2;
  }

  #company-overview .company-overview-core-value .core-title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-core-value .core-mascot-wrapper {
    position: relative;

    width: 312px;
    height: 312px;
    margin: 0 auto;
  }

  #company-overview .company-overview-core-value .circle-2 {
    width: 312px;
    height: 312px;
  }

  #company-overview .company-overview-core-value .circle-1 {
    width: 157px;
    height: 157px;
  }

  #company-overview .company-overview-core-value .core-mascot {
    width: 100px;
    height: 100px;
  }

  #company-overview .company-overview-core-value .icon svg {
    width: 17px;
    height: 17px;
  }

  #company-overview .company-overview-core-value .core-box:hover .icon svg {
    width: 17px;
    height: 17px;
  }

  #company-overview .company-overview-core-value .core-box {
    padding: 10px 15px;
  }

  #company-overview .company-overview-core-value .core-box .group-1 .title {
    color: var(--text-heading-secondary, #2B313F);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .company-overview-core-value .core-box .content {
    color: var(--text-body, #4F5460);
    font-family: "Noto Sans";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-overview .company-overview-core-value .core-wrap {
    max-width: 976px;
    width: 100%;
    padding: 60px 24px;
    margin: 0 auto;
  }

  #company-overview .company-overview-core-value .top-left {
    position: absolute;
    top: 188px;
    left: 162px;
  }

  #company-overview .company-overview-core-value .top-right {
    position: absolute;
    top: 220px;
    right: 60px;
  }

  #company-overview .company-overview-core-value .bottom-left {
    position: absolute;
    top: 380px;
    left: 46px;
  }

  #company-overview .company-overview-core-value .bottom-right {
    position: absolute;
    top: 380px;
    right: 12px;
  }

  #company-overview .company-overview-core-value .bottom-center {
    position: absolute;
    top: 516px;
    right: 136px;
  }

  #company-overview .company-overview-core-value .core-value-container .frame-1 {
    position: absolute;
    bottom: -164px;
    left: -123px;
    z-index: 2;

    width: 413.355px;
    height: 367.366px;
  }

  /*  */
  #company-overview .company-overview-achievements {
    padding: 20px 0px 60px 0px;
  }

  #company-overview .company-overview-achievements .content h2 {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-achievements .content .descriptions {
    color: var(--miichisoft-com-pale-sky, var(--color-grey-46, #767676));
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
  }

  #company-overview .company-overview-achievements .content .certificates {
    max-width: 976px;
    width: 100%;
    padding: 0 24px;

    display: flex;
    justify-content: start;
    overflow-y: hidden;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    margin: 0 auto;

    position: relative;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .item {
    max-width: 152px;
    width: 100%;
    max-height: 503px;
    height: 100%;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .item p {
    height: 104px;
    color: var(--miichisoft-com-ebony, var(--color-azure-11, #111827));
    text-align: center;

    font-family: var(--font-family-Font-1, "Noto Sans");
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-26, 26px);
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .wrap_img {
    width: 120px;
    height: 136px;
  }

  #company-overview .company-overview-achievements .content .isolation {
    position: absolute;
    bottom: -155px;
    z-index: -1;
  }

  /*  */
  #company-overview .company-overview-customers-voices {
    padding: 60px 24px;
  }

  #company-overview .company-overview-customers-voices .wrapper .title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  #company-overview .customers_voices .multiple-items {
    margin-bottom: 70px !important;
  }

  /*  */
  #company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .content {
    height: 100%;
    max-height: 121px;
    background-color: #EF3F23;
    background-image: url('/wp-content/uploads/2025/06/group.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 3;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 16px;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .company-history-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #company-overview .company-overview-banner {
    max-width: 767px;
    width: 100%;
    padding: 0px;
    height: 110px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #company-overview .company-overview-banner h1 {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;

    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }

  #company-overview .company-overview-banner h5 {
    display: none;
  }

  /*  */
  #company-overview .company-table-overview {
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1;
  }

  #company-overview .table-overview {
    display: flex;
    gap: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    z-index: 999999;

    max-width: 767px;
    width: 100%;
  }

  #company-overview .company-table-overview h2 {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .table-overview .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;

    max-width: 390px;
    margin: 0 auto;
    width: 100%;
  }

  #company-overview .table-overview .tab {
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    max-width: 106px;
    width: 100%;
    background-color: white;

    max-height: 131px;
    height: 131px;

    align-items: center;
    gap: 12px;
  }

  #company-overview .table-overview .tab .circle {
    background: #EF3F23;
    color: #FFFFFF;
    width: 40px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    padding: 10px 12px;
    /* gap: 10px; */
    border-radius: 9999px;
  }

  #company-overview .table-overview .tab span {
    color: var(--text-heading-primary, #0E1525);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.1px;
    max-width: 90px;
    width: 100%;
  }

  /*  */
  #company-overview .table-overview .info-box {
    max-width: 767px;
    min-width: 90vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border: 1px solid var(--neutral-neutral-200, #EFEFEF);
    background: var(--neutral-neutral-0, #FFF);
    padding: 8px;
  }

  #company-overview .info-box .company-table .row {
    padding: 8px;
    gap: 0px;
    width: 100%;
  }

  #company-overview .info-box .company-table .label {
    display: flex;
    max-width: 100px;
    width: 100%;
    padding-left: 10px;
    align-items: center;
    gap: 10px;
    color: var(--text-placeholder, #93969D);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-overview .info-box .company-table .separator {
    margin: 0 10px;
  }

  #company-overview .info-box .company-table .value {
    color: var(--text-heading-secondary, #2B313F);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-overview .company-table-overview .overview-frame-1 {
    position: absolute;
    top: 56px;
    right: -65px;
    z-index: -1;
    width: 168px;
  }

  /*  */
  #company-overview .company-overview-co-founder {
    margin-bottom: 0;
  }

  #company-overview .company-overview-co-founder .introduce-team {
    padding-top: 0 !important;
    margin-bottom: 0;

    position: relative !important;
  }

  #company-overview .company-overview-co-founder .introduce-boss {
    padding: 24px !important;
    padding-right: 10px !important;
    gap: 24px;
  }

  #company-overview .company-overview-co-founder .introduce-boss-list {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;

    display: flex;
    justify-content: start;
    align-items: start;
    gap: 16px;
    align-self: stretch;
  }

  #company-overview .introduce-boss-list::-webkit-scrollbar {
    display: none;
  }

  #company-overview .company-overview-co-founder .boss-card {
    min-height: 516px;
    max-height: 516px;
    max-width: 320px;
    min-width: 320px;
    width: 100%;

    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex: 1 0 0;
    align-self: stretch;

    border: 0.75px solid var(--orange-orange-100, #FCD9D3);
    background: var(--orange-orange-50, #FFF6F5);
    position: relative;

    flex-shrink: 0;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-title {
    text-align: center;

    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-co-founder .introduce-team .introduce-team-background-circle {
    display: none;
  }

  /*  */
  #company-overview .company-overview-core-value {
    margin-bottom: 0px;
  }

  #company-overview .company-overview-core-value .core-block {
    max-width: 767px;
    width: 100%;
    z-index: 2;
    height: 100%;
  }

  #company-overview .company-overview-core-value .core-title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 24px;
  }

  #company-overview .company-overview-core-value .core-mascot-wrapper {
    position: unset;
    display: none;

    width: 312px;
    height: 312px;
    margin: 0 auto;
  }

  #company-overview .company-overview-core-value .circle-2 {
    width: 312px;
    height: 312px;
  }

  #company-overview .company-overview-core-value .circle-1 {
    width: 157px;
    height: 157px;
  }

  #company-overview .company-overview-core-value .core-mascot {
    width: 100px;
    height: 100px;
  }

  #company-overview .company-overview-core-value .icon svg {
    width: 17px;
    height: 17px;
  }

  #company-overview .company-overview-core-value .core-box:hover .icon svg {
    width: 17px;
    height: 17px;
  }

  #company-overview .company-overview-core-value .core-box {
    display: flex;
    padding: 12px 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border: 1px solid var(--orange-orange-50, #FFF6F5);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    opacity: 1;
    margin-bottom: 24px;
  }

  #company-overview .company-overview-core-value .core-box .group-1 .title {
    color: var(--text-heading-secondary, #2B313F);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.032px;
  }

  #company-overview .company-overview-core-value .core-box .content {
    color: var(--text-body, #4F5460);
    font-family: "Noto Sans";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-overview .company-overview-core-value .core-wrap {
    max-width: 767px;
    width: 100%;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin: 0 auto;
    padding: 24px 16px;

    position: relative;
    z-index: 2;
  }

  #company-overview .company-overview-core-value .top-left {
    position: unset;
    top: 188px;
    left: 162px;
  }

  #company-overview .company-overview-core-value .top-right {
    position: unset;
    top: 220px;
    right: 60px;
  }

  #company-overview .company-overview-core-value .bottom-left {
    position: unset;
    top: 380px;
    left: 46px;
  }

  #company-overview .company-overview-core-value .bottom-right {
    position: unset;
    top: 380px;
    right: 12px;
  }

  #company-overview .company-overview-core-value .bottom-center {
    position: unset;
    top: 516px;
    right: 136px;
  }

  #company-overview .company-overview-core-value .core-value-container .frame-1 {
    position: absolute;
    bottom: -128px;
    left: -128px;
    z-index: -1;

    width: 282.328px;
    height: 250.916px;
  }

  /*  */
  #company-overview .company-overview-achievements {
    padding: 24px 0px 24px 0px;
    margin-bottom: 0px;
  }

  #company-overview .company-overview-achievements .content h2 {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #company-overview .company-overview-achievements .content .descriptions {
    color: var(--miichisoft-com-pale-sky, var(--color-grey-46, #767676));
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.1px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #company-overview .company-overview-achievements .content .certificates {
    max-width: 976px;
    width: 100%;
    padding: 0 24px;

    display: flex;
    justify-content: start;
    overflow-y: hidden;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    margin: 0 auto;

    position: relative;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .item {
    max-width: 152px;
    width: 100%;
    max-height: 503px;
    height: 100%;
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .item p {
    height: 104px;
    color: var(--miichisoft-com-ebony, var(--color-azure-11, #111827));
    text-align: center;

    font-family: var(--font-family-Font-1, "Noto Sans");
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-26, 26px);
  }

  #company-overview .company-overview-achievements .content .certificates .wrapper .wrap_img {
    width: 120px;
    height: 136px;
  }

  #company-overview .company-overview-achievements .content .isolation {
    position: absolute;
    bottom: -68px;
    z-index: -1;
  }

  /*  */
  #company-overview .company-overview-customers-voices {
    padding: 24px 24px;
  }

  #company-overview .company-overview-customers-voices .wrapper .title {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  #company-overview .customers_voices .multiple-items {
    margin-bottom: 0px !important;
  }

  /*  */
  #company-overview .company-overview-view-feedback {
    margin-bottom: 0px;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
    color: var(--Flowkit-White, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.1px;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .content {
    height: 100%;
    max-height: 121px;
    background-color: #EF3F23;
    background-image: url('/wp-content/uploads/2025/06/group.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 3;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .text-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 16px;
  }

  #company-overview .company-overview-view-feedback .box-view-feedback .company-history-content {
    margin-bottom: 30px;
  }

  #company-overview .company-overview-view-feedback .company-history-content-item-title {
    color: var(--orange-orange-500, #EF3F23);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.1px;
  }

  #company-overview .company-overview-view-feedback .company-history-content-item-content svg {
    width: 10px;
    height: 10px;
  }
}

/* page download */
#landing-page-download .post-download-container {
  display: flex;
  padding: 60px 240px 100px 240px;
  flex-direction: column;
  gap: 56px;
  align-self: stretch;
}

#landing-page-download .post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#landing-page-download .post-thumbnail-box {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 292px;
  align-self: stretch;
  aspect-ratio: 389.33/292.00;
  max-width: 390px;
  width: 100%;
  margin-bottom: 24px;
}

#landing-page-download .post-thumbnail-box {
  max-height: 292px;
  height: 100%;
  max-width: 390px;
  width: 100%;
}

#landing-page-download .thumbnail-inner img {
  width: 390px;
  height: 292px;
}

#landing-page-download .post-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 32px;
  flex: 1 0 0;
  border: 1px solid var(--neutral-neutral-200, #EFEFEF);
  background: var(--neutral-neutral-0, #FFF);
}

#landing-page-download .post-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#landing-page-download .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

#landing-page-download .post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

#landing-page-download .post-category {
  color: var(--orange-orange-500, #EF3F23);
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}

#landing-page-download .post-title {
  align-self: stretch;
  overflow: hidden;
  color: var(--icon-icons-secondary, #2B313F);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 4px;
}

#landing-page-download .post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--neutral-neutral-600, #626771);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.2px;
  margin-bottom: 24x;
  min-height: 54px;
}

#landing-page-download .post-button {
  display: flex;
  align-items: center;
  background-color: #f44336;
  color: white;
  padding: 14px 24px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 71%, 80% 100%, 0 100%);
  border-radius: 6px 6px 6px 6px;
  transition: background-color 0.2s ease;
}

#landing-page-download .post-button:hover {
  background-color: #e64a19;
}

#landing-page-download .post-button p {
  margin-bottom: 0;
  padding-right: 8px;
  color: var(--text-heading-inverted, #FFF);
  text-align: center;

  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

#landing-page-download .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

#landing-page-download .custom-pagination .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s ease;
}

#landing-page-download .custom-pagination .arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

#landing-page-download .custom-pagination .arrow svg {
  width: 40px;
  height: 40px;
}

#landing-page-download .custom-pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d9d9d9;
  transition: background-color 0.3s ease;
}

#landing-page-download .custom-pagination .dot.active {
  background-color: #ef3f23;
}

#landing-page-download .custom-pagination .dot:hover {
  background-color: #bbb;
}

/*  */
#landing-page-download .modal-sign-up-receive-doc {
  width: 1140px;
  margin: 40px auto;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  font-family: "Segoe UI", sans-serif;
  display: none;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#landing-page-download .modal-overlay {
  display: none;
  position: fixed;
  z-index: 9990;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#landing-page-download .modal-sign-up-receive-doc.active,
#landing-page-download .modal-overlay.active {
  display: block;
}

#landing-page-download .modal-container {
  position: relative;
}

#landing-page-download .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}

#landing-page-download .modal-title {
  margin-bottom: 24px;
  color: #000;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.5px;
}

#landing-page-download .modal-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

#landing-page-download .modal-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#landing-page-download .modal-form .form-group.full {
  flex: 100%;
}

#landing-page-download .modal-form label {
  font-weight: 500;
  margin-bottom: 6px;
}

#landing-page-download .modal-form span {
  color: red;
}

#landing-page-download .modal-form input,
#landing-page-download .modal-form textarea {
  padding: 10px 14px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 15px;
  resize: none;
}

#landing-page-download .modal-form input:focus,
#landing-page-download .modal-form textarea:focus {
  outline: none;
  border-color: #ef3f23;
  background-color: #fff;
}

#landing-page-download .form-footer {
  text-align: center;
  margin-top: 20px;
}

#landing-page-download .submit-button {
  background-color: #ef3f23;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#landing-page-download .submit-button:hover {
  background-color: #d6371f;
}

#landing-page-download .company-history {
  margin-bottom: 0;
}

#landing-page-download .company-history a {
  text-decoration: none;
}

/* modal-sign-up-receive-doc-success */
#landing-page-download .modal-sign-up-receive-doc-success {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
}

#landing-page-download .modal-sign-up-receive-doc-success.active {
  display: flex;
}

#landing-page-download .modal-sign-up-receive-doc-success .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#landing-page-download .modal-success-box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 12px 16px 48px 16px;
  border-radius: 12px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  width: 100%;
  text-align: center;
}

#landing-page-download .modal-success-content {
  margin-top: 50px;
}

#landing-page-download .modal-success-box .modal-close {
  position: absolute;
  top: 4px;
  right: 12px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}

#landing-page-download .success-image {
  width: 240px;
  height: 240px;
  margin-bottom: 16px;
}

#landing-page-download .success-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: var(--orange-orange-500, #EF3F23);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}

#landing-page-download .success-message {
  color: var(--neutral-neutral-600, #626771);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}

@media (max-width: 1440px) {
  #landing-page-download .post-download-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  #landing-page-download .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }

  #landing-page-download .post-card {
    padding: 24px;
    gap: 16px;
    width: 363px;
  }

  #landing-page-download .post-thumbnail-box {
    height: 254px;
    aspect-ratio: 338.67/254.00;
  }

  #landing-page-download .thumbnail-inner img {
    max-height: 254px;
    height: 100%;
    max-width: 338px;
    width: 100%;
  }

  #landing-page-download .post-title {
    align-self: stretch;
    overflow: hidden;
    color: var(--icon-icons-secondary, #2B313F);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 4px;
  }

  #landing-page-download .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-neutral-600, #626771);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.2px;
    margin-bottom: 24x;
    min-height: 48px;
  }
  /*  */

  #landing-page-download .company-history {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  #landing-page-download .post-download-container {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 60px;
  }

  #landing-page-download .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
  }

  #landing-page-download .post-card {
    padding: 16px;
    gap: 12px;
    max-width: 315px;
    width: 100%;
  }

  #landing-page-download .post-thumbnail-box {
    height: 212px;
    align-self: stretch;
    aspect-ratio: 282.67/212.00;
  }

  #landing-page-download .thumbnail-inner img {
    max-height: 211px;
    height: 100%;
    max-width: 282px;
    width: 100%;
  }

  #landing-page-download .post-title {
    align-self: stretch;
    overflow: hidden;
    color: var(--icon-icons-secondary, #2B313F);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 4px;
  }

  #landing-page-download .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-neutral-600, #626771);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.1px;
    margin-bottom: 24x;
    min-height: 42px;
  }

  /*  */
  #landing-page-download .company-history {
    margin-bottom: 0;
  }

  #landing-page-download .modal-sign-up-receive-doc {
    width: 898px;
  }

  /*  */
  #landing-page-download .success-image {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
  }

  #landing-page-download .success-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  #landing-page-download .success-message {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #landing-page-download {
    margin-bottom: 0;
  }

  #landing-page-download .post-download-container {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #landing-page-download .post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
  }

  #landing-page-download .post-card {
    padding: 16px;
    gap: 16px;
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
  }

  #landing-page-download .post-thumbnail-box {
    height: 232.5px;
    align-self: stretch;
    aspect-ratio: 310.00/232.50;
    margin-bottom: 0px;
  }

  #landing-page-download .thumbnail-inner img {
    max-height: 232px;
    height: 100%;
    max-width: 310px;
    width: 100%;
  }

  #landing-page-download .post-title {
    align-self: stretch;
    overflow: hidden;
    color: var(--icon-icons-secondary, #2B313F);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.032px;
    margin-top: 0;
    margin-bottom: 4px;
  }

  #landing-page-download .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-neutral-600, #626771);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.1px;
    margin-bottom: 16x;
    min-height: 36px;
  }

  #landing-page-download .post-button {
    display: flex;
    align-items: center;
    background-color: #f44336;
    color: white;
    padding: 14px 24px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 71%, 80% 100%, 0 100%);
    border-radius: 6px 6px 6px 6px;
    transition: background-color 0.2s ease;
  }
  
  #landing-page-download .post-button p {
    margin-bottom: 0;
    padding-right: 8px;
    color: var(--text-heading-inverted, #FFF);
    text-align: center;
  
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }

  /*  */
  #landing-page-download .company-history {
    margin-bottom: 0;
  }

  #landing-page-download .modal-sign-up-receive-doc {
    width: 342px;
  }

  #landing-page-download .modal-sign-up-receive-doc {
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    font-family: "Segoe UI", sans-serif;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;

    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #landing-page-download .modal-overlay {
    display: none;
    position: fixed;
    z-index: 9990;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  #landing-page-download .modal-sign-up-receive-doc.active,
  #landing-page-download .modal-overlay.active {
    display: block;
  }

  #landing-page-download .modal-container {
    position: relative;
  }

  #landing-page-download .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
  }

  #landing-page-download .modal-title {
    margin-bottom: 24px;
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
  }

  #landing-page-download .modal-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    flex-direction: column;
  }

  #landing-page-download .modal-form .form-group {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
  }

  #landing-page-download .modal-form label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
  }

  #landing-page-download .modal-form span {
    color: red;
  }

  #landing-page-download .modal-form input,
  #landing-page-download .modal-form textarea {
    padding: 10px 14px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 15px;
    resize: none;
  }

  #landing-page-download .modal-form input:focus,
  #landing-page-download .modal-form textarea:focus {
    outline: none;
    border-color: #ef3f23;
    background-color: #fff;
  }

  #landing-page-download .form-footer {
    text-align: center;
    margin-top: 16px;
  }

  #landing-page-download .submit-button {
    background-color: #ef3f23;
    color: #fff;
    border: none;
    padding: 12px 32px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
  }

  #landing-page-download .submit-button:hover {
    background-color: #d6371f;
  }

  /*  */
  #landing-page-download .modal-success-box {
    position: relative;
    z-index: 2;
    background-color: #fff;
    /* padding: 12px 24px 24px 24px; */
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);

    max-width: 342px;
    width: 100%;
    text-align: center;
    max-height: none;
    overflow: visible;
  }

  #landing-page-download .modal-sign-up-receive-doc-success {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px 24px 24px 24px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
  }

  #landing-page-download .modal-sign-up-receive-doc-success.active {
    display: flex;
  }

  #landing-page-download .success-image {
    width: 124px;
    height: 124px;
    margin-bottom: 16px;
  }

  #landing-page-download .success-title {
    color: var(--orange-orange-500, #EF3F23);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  #landing-page-download .success-message {
    color: var(--neutral-neutral-600, #626771);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.032px;
  }

  @media (max-width: 566px) {
    #landing-page-download .post-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }
  }
}