/** breakPoint **/
:root {
  --color-text-product-primary: #5B46B2;
  --color-text-secondary: #7A69D8;
  --color-bg-product-primary: var(--color-text-product-primary);
  --color-text-product-accent: #FCCE08;
  --color-bg-product-light: #EDEBF6;
}

.p-product-common-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 1079px) {
  .p-product-common-hero__bg-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-product-common-hero__title {
  font-size: clamp(var(--font-size-2l), 3.6111111111vw, 64px);
  margin-bottom: var(--spacing_md);
}
@media (max-width: 1079px) {
  .p-product-common-hero__title {
    font-size: clamp(36px, 2.5vw, 36px) !important;
  }
}
@media (max-width: 1079px) {
  .p-product-common-hero__title > span {
    font-size: 40px !important;
  }
}
@media (max-width: 1079px) {
  .p-product-common-hero__title > span.p-product-common-hero__title-en {
    font-size: 62px !important;
  }
}
.p-product-common-hero__title-en {
  background: linear-gradient(134deg, #EDEBF6 0%, #7A69D8 168.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 96px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  margin-right: 4px;
}
@media (max-width: 1079px) {
  .p-product-common-hero__title-en {
    margin-right: 10px;
  }
}
.p-product-common-hero__title-en::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 11px;
  height: 11px;
  background: linear-gradient(139deg, #EDEBF6 52%, #7A69D8 87.89%);
  -webkit-mask: url("../../images/lp/ai-help-desk/star1.svg") no-repeat center/contain;
  mask: url("../../images/lp/ai-help-desk/star1.svg") no-repeat center/contain;
  background-blend-mode: color-dodge;
}
.p-product-common-hero__title-en::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -19px;
  width: 22px;
  height: 22px;
  background: linear-gradient(139deg, #EDEBF6 49%, #7A69D8 83.89%);
  -webkit-mask: url("../../images/lp/ai-help-desk/star2.svg") no-repeat center/contain;
  mask: url("../../images/lp/ai-help-desk/star2.svg") no-repeat center/contain;
  background-blend-mode: color-dodge;
}
.p-product-common-hero__desc-en {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  background: url("../../images/lp/ai-help-desk/text-slack.svg") no-repeat center/contain;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 7px;
}
@media (max-width: 1079px) {
  .p-product-common-hero__desc-en {
    font-size: 30px;
  }
}
.p-product-common-hero::before {
  content: none;
}
.p-product-common-hero__right {
  height: 500px;
}
@media (max-width: 1079px) {
  .p-product-common-hero__right {
    height: auto;
  }
}
.p-product-common-hero__inner {
  justify-content: center;
  gap: 92px;
}
@media (max-width: 1079px) {
  .p-product-common-hero__inner {
    gap: 44px;
    padding: var(--spacing_2xl) 24px var(--spacing_xl) 24px;
  }
}

.p-workflow-item {
  --workflow-color: var(--color-text-product-primary);
}

.p-workflow-subitem {
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
}

.c-button {
  padding: inherit;
  margin-left: 0px;
  width: 310px;
  margin-top: 0;
}

.c-button--primary {
  background-color: var(--color-bg-product-primary);
}

.p-product-common-feature .c-index {
  border-radius: var(--radius_lg);
  border-bottom-left-radius: 0px;
  padding: 8px 12px;
}
@media (max-width: 1079px) {
  .p-product-common-feature .c-index {
    padding: 4px 9px;
  }
}

.p-aihelpdesk-cta {
  background-color: var(--color-bg-product-primary);
  color: #fff;
}
@media (max-width: 1079px) {
  .p-aihelpdesk-cta__button {
    width: 100%;
  }
}
.p-aihelpdesk-cta__row {
  align-items: center;
}
@media (min-width: 1080px) {
  .p-aihelpdesk-cta__row {
    display: grid;
    grid-template-columns: 354px auto;
    justify-content: center;
    gap: 40px;
  }
}

.c-cta {
  background: #D5CDFA;
}
.c-cta:before {
  background: #7A69D8;
}

.p-aihelpdesk-point__logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 26px;
  row-gap: 22px;
  padding: 27px 32px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 1079px) {
  .p-aihelpdesk-point__logos {
    padding: 14px 16px;
    margin-bottom: 24px;
  }
}

.p-workflow-subitem {
  gap: 10px;
}

@media (max-width: 1079px) {
  .l-header-main__inner {
    justify-content: center;
  }
}
@media (max-width: 1079px) {
  .l-header-main__logo img {
    width: 275px;
    max-width: 100%;
    height: auto;
  }
}

.p-product-common-price__text span {
  margin: 0 11px 0 15px;
}

/*# sourceMappingURL=ai-help-desk.css.map */
