[class^="section-crm-"] {
  padding: 80px 0 125px; }

@media (max-width: 767px) {
  [class^="section-crm-"] {
    padding: 40px 0 65px; } }

body {
  color: #111827; }

.heading-title {
  margin-bottom: 64px; }
  .heading-title .subtitle {
    font-size: 24px;
    font-family: var(--ldp-font-3);
    color: #673DE6;
    margin-bottom: 16px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .heading-title {
      margin-bottom: 30px; }
      .heading-title .subtitle {
        font-size: 16px; } }

.section-crm-overview {
  background: linear-gradient(0deg, #E0EDFF 0%, #E0EDFF 100%), linear-gradient(222deg, #A6CBFF 18%, #DDDCFF 36%, #F8F6FF 60%, #E5D5FF 83%, #BA91FD 100%); }
  .section-crm-overview .overview-content .subtitle {
    color: #673DE6;
    font-size: 20px;
    font-family: var(--ldp-font-3);
    text-transform: uppercase;
    margin-bottom: 12px; }
  .section-crm-overview .overview-content .title {
    font-size: 50px;
    font-family: var(--ldp-font-3);
    margin-bottom: 12px; }
  .section-crm-overview .overview-content .desc {
    font-size: 20px;
    margin-bottom: 24px; }
  .section-crm-overview .overview-content .sitebox-wrap {
    margin-bottom: 24px; }
    .section-crm-overview .overview-content .sitebox-wrap .group-txtlist li {
      font-size: 20px;
      padding-left: 25px; }
      .section-crm-overview .overview-content .sitebox-wrap .group-txtlist li:before {
        top: 8px;
        width: 16px;
        height: 16px; }
      .section-crm-overview .overview-content .sitebox-wrap .group-txtlist li:not(:last-child) {
        margin-bottom: 8px; }
  .section-crm-overview .img-mb {
    display: none; }
  @media (min-width: 1200px) {
    .section-crm-overview {
      padding-top: 100px; }
      .section-crm-overview .row > div:first-child {
        padding-right: 42px; }
      .section-crm-overview .row > div:last-child {
        padding-left: 8px; }
      .section-crm-overview .overview-banner .lazyload-image {
        width: 130%;
        margin: -25% 0 -25% -15%; } }
  @media (max-width: 991px) {
    .section-crm-overview .row {
      gap: 30px; }
    .section-crm-overview .overview-content {
      text-align: center; }
      .section-crm-overview .overview-content .sitebox-wrap .group-txtlist {
        text-align: left;
        max-width: 80%;
        margin: 0 auto; }
    .section-crm-overview .img-pc {
      display: none; }
    .section-crm-overview .img-mb {
      display: block; } }
  @media (max-width: 767px) {
    .section-crm-overview {
      /*.overview-banner{
			.lazyload-image{margin: -15% 0;}
		}*/ }
      .section-crm-overview .overview-content .subtitle {
        font-size: 16px; }
      .section-crm-overview .overview-content .title {
        font-size: 30px; }
      .section-crm-overview .overview-content .desc {
        font-size: 16px; }
      .section-crm-overview .overview-content .sitebox-wrap .group-txtlist {
        max-width: 100%; }
        .section-crm-overview .overview-content .sitebox-wrap .group-txtlist li {
          font-size: 16px; } }

.section-crm-z2 {
  background: #7870FF; }
  .section-crm-z2 .row {
    gap: 20px; }
  .section-crm-z2 .why-item {
    flex: 0 0 calc(100% / 4 - 15px);
    background: #fff;
    border-radius: 24px;
    padding: 20px 22px 28px; }
    .section-crm-z2 .why-item .item-img {
      position: relative;
      overflow: hidden; }
      .section-crm-z2 .why-item .item-img .lazyload-image {
        transition: transform 0.3s ease;
        transform-origin: bottom center; }
    .section-crm-z2 .why-item .item-desc {
      text-align: center;
      margin-top: 14px;
      font-size: 20px;
      font-family: var(--ldp-font-3);
      padding: 0 4px; }
    .section-crm-z2 .why-item:hover .item-img .lazyload-image {
      transform: scale(1.12); }
  @media (max-width: 991px) {
    .section-crm-z2 .row {
      flex-flow: nowrap;
      gap: 15px;
      overflow-x: scroll; }
    .section-crm-z2 .why-item {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%; } }
  @media (max-width: 767px) {
    .section-crm-z2 .row {
      margin: 0; }
    .section-crm-z2 .why-item {
      padding: 10px 10px 20px; }
      .section-crm-z2 .why-item .item-desc {
        font-size: 16px; } }

.section-crm-z3 {
  background: #F3F0FF;
  overflow: hidden; }
  .section-crm-z3 .list-content:not(.owl-loaded) {
    display: flex; }
    .section-crm-z3 .list-content:not(.owl-loaded) .item {
      flex: 0 0 calc(100%/2 - 24px);
      margin-right: 30px; }
  .section-crm-z3 .list-content .owl-stage-outer {
    overflow: visible; }
    .section-crm-z3 .list-content .owl-stage-outer .owl-stage {
      display: flex; }
  .section-crm-z3 .list-content .owl-nav {
    position: relative;
    right: 0;
    bottom: -15px;
    display: flex !important;
    justify-content: end;
    gap: 16px; }
    .section-crm-z3 .list-content .owl-nav button {
      outline: none; }
      .section-crm-z3 .list-content .owl-nav button img {
        width: 40px;
        height: 40px; }
      .section-crm-z3 .list-content .owl-nav button.owl-prev img {
        transform: rotate(180deg); }
      .section-crm-z3 .list-content .owl-nav button.disabled img {
        opacity: 0.5;
        cursor: no-drop; }
  .section-crm-z3 .list-content:not(.has-change) .owl-item:not(.active) {
    opacity: 0; }
  .section-crm-z3 .list-content:not(.has-change) .owl-nav .owl-prev {
    opacity: 0.5;
    cursor: no-drop;
    pointer-events: none; }
  .section-crm-z3 .item {
    border-radius: 24px;
    overflow: hidden;
    background: #673DE6;
    color: #fff;
    height: 100%; }
    .section-crm-z3 .item .img {
      background: #fff; }
      .section-crm-z3 .item .img .lds-spinner--2 {
        border-radius: 24px 24px 0 0; }
    .section-crm-z3 .item .detail {
      padding: 30px; }
      .section-crm-z3 .item .detail .coming-soon {
        font-size: 14px;
        font-family: var(--ldp-font-3);
        padding: 0 6px;
        height: 28px;
        line-height: 28px;
        border: 1px solid;
        border-radius: 8px;
        display: inline-block;
        margin-bottom: 12px;
        text-transform: uppercase; }
      .section-crm-z3 .item .detail .title {
        font-size: 30px;
        font-family: var(--ldp-font-3);
        margin-bottom: 12px; }
      .section-crm-z3 .item .detail .desc {
        font-size: 18px;
        margin: 0; }
  @media (min-width: 992px) {
    .section-crm-z3 .item .detail.no-coming {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .section-crm-z3 {
      overflow-x: hidden; }
      .section-crm-z3 .list-content:not(.owl-loaded) {
        display: flex; }
        .section-crm-z3 .list-content:not(.owl-loaded) .item {
          flex: 0 0 calc(100% - 24px);
          margin-right: 8px; }
      .section-crm-z3 .list-content .owl-stage-outer .owl-stage {
        display: flex;
        overflow: hidden; }
      .section-crm-z3 .list-content .owl-nav {
        bottom: -16px;
        gap: 8px; }
        .section-crm-z3 .list-content .owl-nav button img {
          width: 40px;
          height: 40px; }
      .section-crm-z3 .list-content .owl-dots {
        display: flex;
        gap: 8px;
        margin-top: 32px; }
        .section-crm-z3 .list-content .owl-dots .owl-dot {
          width: 6px;
          height: 6px;
          border-radius: 6px;
          font-size: 0;
          background: #D1D5DB;
          transition: all 0.3s; }
          .section-crm-z3 .list-content .owl-dots .owl-dot.active {
            width: 40px;
            background: #2463EB; } }
  @media (max-width: 767px) {
    .section-crm-z3 .item .detail {
      padding: 20px; }
      .section-crm-z3 .item .detail .coming-soon {
        font-size: 12px; }
      .section-crm-z3 .item .detail .title {
        font-size: 20px; }
      .section-crm-z3 .item .detail .desc {
        font-size: 14px; } }

.accordion-tab {
  gap: 20px;
  margin: 0 0 64px; }
  .accordion-tab .banner-mb {
    display: none; }
  .accordion-tab .accordion-col {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px); }
  .accordion-tab .image img {
    border-radius: 24px; }
  .accordion-tab .accordion--item {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #E1D7FF;
    padding-bottom: 24px; }
    .accordion-tab .accordion--item .coming-soon {
      font-size: 14px;
      font-family: var(--ldp-font-3);
      color: #737373;
      padding: 0 6px;
      height: 24px;
      line-height: 24px;
      border: 1px solid;
      border-radius: 8px;
      display: inline-block;
      margin-bottom: 16px;
      text-transform: uppercase; }
    .accordion-tab .accordion--item .icon-svg {
      flex: 0 0 var(--icon-width);
      width: var(--icon-width);
      height: var(--icon-height);
      color: #A681FF;
      transition: all 0.3s; }
    .accordion-tab .accordion--item--title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      font-size: 24px;
      font-family: var(--ldp-font-3);
      margin-bottom: 0; }
    .accordion-tab .accordion--item--heading {
      padding: 24px 24px 0;
      cursor: pointer; }
    .accordion-tab .accordion--item--content {
      display: none;
      padding: 0 24px;
      margin-top: 16px; }
      .accordion-tab .accordion--item--content .desc {
        font-size: 18px; }
        .accordion-tab .accordion--item--content .desc .note {
          color: #F8509D; }
        .accordion-tab .accordion--item--content .desc .coming-soon {
          margin: 0; }
    .accordion-tab .accordion--item:not(:last-child) {
      margin-bottom: 10px; }
    .accordion-tab .accordion--item.open {
      background: #F4F4FF;
      box-shadow: 4px 4px 14.7px rgba(36, 99, 235, 0.1); }
      .accordion-tab .accordion--item.open .coming-soon {
        color: #FF7694; }
      .accordion-tab .accordion--item.open .icon-svg {
        transform: rotate(-180deg); }
  @media (min-width: 1200px) {
    .accordion-tab .accordion--item--content .desc {
      padding-right: 85px; }
    .accordion-tab#accordion-tab-2 .accordion--item--content .desc {
      padding-right: 95px; } }
  @media (max-width: 991px) {
    .accordion-tab .banner-mb {
      display: block; }
    .accordion-tab .image {
      display: none; }
    .accordion-tab .accordion-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .accordion-tab .accordion--item--content .desc {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .accordion-tab {
      margin-bottom: 30px; }
      .accordion-tab .accordion--item {
        padding-bottom: 16px; }
        .accordion-tab .accordion--item--title {
          font-size: 18px; }
        .accordion-tab .accordion--item--heading {
          padding: 16px 16px 0; }
          .accordion-tab .accordion--item--heading .coming-soon {
            font-size: 12px;
            margin-bottom: 10px; }
        .accordion-tab .accordion--item--content {
          padding: 0 16px; }
          .accordion-tab .accordion--item--content .desc {
            font-size: 14px; }
            .accordion-tab .accordion--item--content .desc .coming-soon {
              font-size: 12px; } }

.section-crm-z4 {
  background: #fff; }

.section-crm-z5 {
  background: #E0EDFF; }
  .section-crm-z5 .row-content {
    padding: 40px;
    background: #fff;
    border-radius: 40px; }
  .section-crm-z5 .item-img img {
    transition: all 0.3s; }
  .section-crm-z5 .content-box .img {
    display: none; }
  .section-crm-z5 .content-box .detail {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 24px; }
    .section-crm-z5 .content-box .detail .title {
      font-size: 24px;
      font-family: var(--ldp-font-3);
      margin-bottom: 8px;
      padding-left: 68px;
      position: relative;
      min-height: 60px;
      display: flex;
      align-items: center; }
      .section-crm-z5 .content-box .detail .title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background: #6B7280;
        -webkit-mask: var(--bg-icon) center/contain;
        mask: var(--bg-icon) center/contain;
        mask-repeat: no-repeat;
        transition: all 0.3s; }
    .section-crm-z5 .content-box .detail .desc {
      font-size: 18px;
      margin: 0; }
  .section-crm-z5 .content-box:not(:last-child) {
    margin-bottom: 24px; }
  .section-crm-z5 .content-box.active .detail, .section-crm-z5 .content-box:hover .detail {
    background: #F4F4FF; }
    .section-crm-z5 .content-box.active .detail .title:before, .section-crm-z5 .content-box:hover .detail .title:before {
      background: #2463EB; }
  @media (min-width: 992px) {
    .section-crm-z5 .row-content {
      align-items: center;
      gap: 24px; }
      .section-crm-z5 .row-content > div {
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px); }
    .section-crm-z5 .content-box {
      position: relative;
      padding-left: 20px;
      cursor: pointer;
      transition: all 0.3s; }
      .section-crm-z5 .content-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-radius: 16px;
        background: #D1D5DB;
        transition: all 0.3s; }
      .section-crm-z5 .content-box .detail .desc {
        padding-left: 12px; }
      .section-crm-z5 .content-box:not(:first-child) .detail .desc {
        display: none; }
      .section-crm-z5 .content-box.active:before, .section-crm-z5 .content-box:hover:before {
        background: #2463EB; }
      .section-crm-z5 .content-box.active .detail, .section-crm-z5 .content-box:hover .detail {
        border-color: #E5E7EB; } }
  @media (max-width: 991px) {
    .section-crm-z5 {
      /*.slide-mb{
			padding-bottom: 60px;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;
			.slick-slide{margin: 0 10px 0 0 !important;}
			&:not(.slick-initialized){
				display: flex;flex-flow: nowrap;gap: 10px;overflow: hidden;
				.content-box {
					-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;
				}
			}
			.slick-arrow{
				width: 36px;height: 36px;
				position: absolute;bottom: 15px;
				&.slick-disabled {
					opacity: 0.5;
				}
				&.slide-prev{
					right: 45px;transform: rotate(180deg);
				}
				&.slide-next{
					right: 0;
				}
			}
		}*/ }
      .section-crm-z5 .row-content {
        padding: 20px;
        border-radius: 24px;
        margin: 0; }
      .section-crm-z5 .content-box .img {
        display: block; }
      .section-crm-z5 .content-box.active .detail, .section-crm-z5 .content-box:hover .detail {
        background: transparent; }
      .section-crm-z5 .slide-mb {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .section-crm-z5 .slide-mb:not(.owl-loaded) {
          display: flex;
          overflow: hidden; }
          .section-crm-z5 .slide-mb:not(.owl-loaded) .content-box {
            flex: 0 0 calc(100% - 24px);
            margin-right: 8px; }
        .section-crm-z5 .slide-mb .owl-stage-outer {
          overflow: hidden; }
          .section-crm-z5 .slide-mb .owl-stage-outer .owl-stage {
            display: flex;
            overflow: hidden; }
        .section-crm-z5 .slide-mb .owl-nav {
          position: relative;
          bottom: -16px;
          display: flex !important;
          justify-content: end;
          gap: 8px; }
          .section-crm-z5 .slide-mb .owl-nav button {
            outline: none;
            border: none;
            background: none; }
            .section-crm-z5 .slide-mb .owl-nav button img {
              width: 40px;
              height: 40px; }
            .section-crm-z5 .slide-mb .owl-nav button.owl-prev img {
              transform: rotate(180deg); }
            .section-crm-z5 .slide-mb .owl-nav button.disabled img {
              opacity: 0.5;
              cursor: no-drop; }
        .section-crm-z5 .slide-mb:not(.has-change) .owl-item:not(.active) {
          opacity: 0; }
        .section-crm-z5 .slide-mb:not(.has-change) .owl-nav .owl-prev {
          opacity: 0.5;
          cursor: no-drop;
          pointer-events: none; }
        .section-crm-z5 .slide-mb .owl-dots {
          display: flex;
          gap: 8px;
          margin-top: 32px; }
          .section-crm-z5 .slide-mb .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            border-radius: 6px;
            font-size: 0;
            background: #D1D5DB;
            transition: all 0.3s; }
            .section-crm-z5 .slide-mb .owl-dots .owl-dot.active {
              width: 40px;
              background: #2463EB; } }
  @media (max-width: 767px) {
    .section-crm-z5 .content-box {
      margin: 0; }
      .section-crm-z5 .content-box .detail {
        padding: 15px 0; }
        .section-crm-z5 .content-box .detail .title {
          min-height: 45px;
          font-size: 18px;
          padding-left: 50px; }
          .section-crm-z5 .content-box .detail .title:before {
            width: 45px;
            height: 45px; }
        .section-crm-z5 .content-box .detail .desc {
          font-size: 14px; } }

.section-crm-z6 {
  background: linear-gradient(180deg, #FFE9F3 0%, #FFF4E5 100%); }
  .section-crm-z6 .tag-text {
    font-size: 18px;
    font-family: var(--ldp-font-3);
    padding: 6px 8px;
    border: 1px solid #2463EB;
    border-radius: 8px;
    color: #2463EB;
    position: relative;
    top: -12px; }
  .section-crm-z6 .list-content {
    margin: 0;
    gap: 40px 24px; }
    .section-crm-z6 .list-content .content-box {
      -ms-flex: 0 0 calc(50% - 12px);
      flex: 0 0 calc(50% - 12px);
      max-width: calc(50% - 12px); }
      .section-crm-z6 .list-content .content-box .img {
        margin-bottom: 24px; }
      .section-crm-z6 .list-content .content-box .detail .title {
        font-size: 20px;
        font-family: var(--ldp-font-3);
        margin: 0 0 8px; }
      .section-crm-z6 .list-content .content-box .detail .desc {
        font-size: 16px;
        margin: 0; }
  .section-crm-z6 .btn-action {
    margin-top: 40px; }
  @media (max-width: 991px) {
    .section-crm-z6 .btn-action {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .section-crm-z6 .tag-text {
      font-size: 14px;
      padding: 4px 8px;
      top: -2px; }
    .section-crm-z6 .list-content {
      gap: 20px; }
      .section-crm-z6 .list-content .content-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .section-crm-z6 .list-content .content-box .img {
          margin-bottom: 12px; }
        .section-crm-z6 .list-content .content-box .detail .title {
          font-size: 18px; }
        .section-crm-z6 .list-content .content-box .detail .desc {
          font-size: 14px; } }

.section-crm-z7 {
  background: #7870FF; }
  .section-crm-z7 .list-item {
    gap: 15px 20px;
    margin: 0; }
    .section-crm-z7 .list-item .item {
      -ms-flex: 0 0 calc(100%/3 - 13.5px);
      flex: 0 0 calc(100%/3 - 13.5px);
      max-width: calc(100%/3 - 13.5px);
      background: #fff;
      border-radius: 24px;
      padding: 12px 12px 35px;
      text-align: center;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      align-items: center; }
      .section-crm-z7 .list-item .item .detail {
        padding-top: 30px; }
        .section-crm-z7 .list-item .item .detail .title {
          font-size: 24px;
          font-family: var(--ldp-font-3);
          margin-bottom: 16px; }
        .section-crm-z7 .list-item .item .detail .desc {
          font-size: 18px;
          margin-bottom: 30px;
          padding: 0 18px; }
  @media (max-width: 991px) {
    .section-crm-z7 .list-item .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .section-crm-z7 .list-item .item {
      padding-bottom: 25px; }
      .section-crm-z7 .list-item .item .detail {
        padding-top: 15px; }
        .section-crm-z7 .list-item .item .detail .title {
          font-size: 20px; }
        .section-crm-z7 .list-item .item .detail .desc {
          font-size: 14px;
          margin-bottom: 20px; } }

/*
.section-crm-z2{
background: #fff;
.list-item{
gap: 15px 20px;margin: 0;
.item{
-ms-flex: 0 0 calc(50% - 10px);flex: 0 0 calc(50% - 10px);max-width: calc(50% - 10px);border-radius: 24px;overflow: hidden;
background: #673DE6;color: #fff;
.img{background: #fff;
.lds-spinner--2{border-radius: 24px 24px 0 0;}
}
.detail{
padding: 30px;
.coming-soon {
font-size: 14px;font-family: var(--ldp-font-3);padding: 0 6px;height: 28px;line-height: 28px;
border: 1px solid;border-radius: 8px;display: inline-block;margin-bottom: 12px;text-transform: uppercase;
}
.title{font-size: 30px;font-family: var(--ldp-font-3);margin-bottom: 12px;}
.desc{font-size: 20px;margin: 0;}
}
}
}
@media(min-width: 992px){
.list-item{
.item{
.detail.no-coming{padding-top: 70px;}
}
}
}
@media(max-width: 991px){
.list-item{
.item{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}
}
@media(max-width: 767px){
.list-item{
.item{
.detail{padding: 20px;
.coming-soon {font-size: 12px;}
.title{font-size: 20px;}
.desc{font-size: 16px;}
}
}
}
}
}
.accordion-tab{
gap: 20px;margin: 0 0 64px;
.banner-mb{display: none;}
.accordion-col {
-ms-flex: 0 0 calc(50% - 10px);flex: 0 0 calc(50% - 10px);max-width: calc(50% - 10px);
}
.image img{border-radius: 24px;}
.accordion--item{
background: #fff;border-radius: 24px;border: 1px solid #FFE3EF;padding-bottom: 26px;
.coming-soon {
font-size: 14px;font-family: var(--ldp-font-3);color: #737373;padding: 0 6px;height: 24px;line-height: 24px;
border: 1px solid;border-radius: 8px;display: inline-block;margin-bottom: 16px;text-transform: uppercase;
}
.icon-svg{
flex: 0 0 var(--icon-width);width: var(--icon-width);height: var(--icon-height);color: #F8509D;transition: all 0.3s;
}
&--title{
display: flex;justify-content: space-between;align-items: center;gap: 15px;
font-size: 24px;font-family: var(--ldp-font-3);margin-bottom: 0;
}
&--heading{
padding: 26px 24px 0;cursor: pointer;
}
&--content{
display: none;padding: 0 24px;margin-top: 16px;
.desc{font-size: 18px;
.note{color: #F8509D;}
.coming-soon{margin: 0;}
}
}
&:not(:last-child){margin-bottom: 10px;}
&.open{
box-shadow: 4px 4px 14.699999809265137px rgba(35.67, 98.68, 234.63, 0.10); 
border-color: #F8509D;
.coming-soon {color: #FF7694;}
.icon-svg{transform: rotate(-180deg);}
}
}
@media(min-width: 1200px){
.accordion--item{
&--content{
.desc{padding-right: 85px;}
}
}
&#accordion-tab-2{
.accordion--item{
&--content{
.desc{padding-right: 95px;}
}
}
}
}
@media(max-width: 991px){
.banner-mb{display: block;}
.image{display: none;}
.accordion-col {
-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;
}
.accordion--item{
&--content{
.desc{margin-bottom: 15px;}
}
}
}
@media(max-width: 767px){
margin-bottom: 30px;
.accordion--item{
padding-bottom: 16px;
&--title{font-size: 18px;}
&--heading{
padding: 16px 16px 0;
.coming-soon {font-size: 12px;margin-bottom: 10px;}
}
&--content{
padding: 0 16px;
.desc{font-size: 14px;
.coming-soon {font-size: 12px;}
}
}
}
}
}
.section-crm-z3{
background: #E0EDFF;
}
.section-crm-z4{
background: #fff;
}
.section-crm-z5{
background: #7870FF;
.list-item{
gap: 15px 20px;margin: 0;
.item{
-ms-flex: 0 0 calc(100%/3 - 13.5px);flex: 0 0 calc(100%/3 - 13.5px);max-width: calc(100%/3 - 13.5px);
background: #fff;border-radius: 24px;padding: 12px 12px 35px;text-align: center;
display: flex;flex-flow: column;justify-content: space-between;align-items: center;
.detail{
padding-top: 30px;
.title{font-size: 24px;font-family: var(--ldp-font-3);margin-bottom: 16px;}
.desc{font-size: 18px;margin-bottom: 30px;padding: 0 18px;}
}
}
}
@media(max-width: 991px){
.list-item{
.item{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}
}
@media(max-width: 767px){
.list-item{
.item{padding-bottom: 25px;
.detail{
padding-top: 15px;
.title{font-size: 20px;}
.desc{font-size: 14px;margin-bottom: 20px;}
}
}
}
}
}
*/
