/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.page-template-page-family .sc-why .wrapper {
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-why .wrapper {
    flex-direction: column;
  }
}
.page-template-page-family .sc-why .cell-left {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-why .cell-left {
    width: 100%;
  }
}
.page-template-page-family .sc-why .cell-left .img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
}
.page-template-page-family .sc-why .cell-left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-family .sc-why .cell-right {
  flex: 1;
  min-width: 0;
}
.page-template-page-family .sc-why .cell-right .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
}
.page-template-page-family .sc-provide {
  background-color: #0d175c;
}
.page-template-page-family .sc-provide .bg-decor {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.page-template-page-family .sc-provide .bg-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.1;
}
.page-template-page-family .sc-provide .wrapper {
  gap: 140px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 79.99875rem) {
  .page-template-page-family .sc-provide .wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-provide .wrapper {
    flex-direction: column;
  }
}
.page-template-page-family .sc-provide .cell-left {
  flex: 1;
  min-width: 0;
}
.page-template-page-family .sc-provide .cell-left .heading-title {
  color: #fff;
}
.page-template-page-family .sc-provide .cell-left .heading-title span {
  color: #ff6805;
}
.page-template-page-family .sc-provide .cell-left .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.page-template-page-family .sc-provide .cell-left .provide-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-template-page-family .sc-provide .cell-left .provide-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.page-template-page-family .sc-provide .cell-left .provide-item .icon-wrap {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ff6805;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-template-page-family .sc-provide .cell-left .provide-item .icon-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.page-template-page-family .sc-provide .cell-left .provide-item .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
}
.page-template-page-family .sc-provide .cell-right {
  flex-shrink: 0;
  width: 600px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-provide .cell-right {
    width: 100%;
  }
}
.page-template-page-family .sc-provide .cell-right .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  min-height: 600px;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-provide .cell-right .img-wrap {
    min-height: unset;
  }
}
.page-template-page-family .sc-provide .cell-right .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-family .sc-solution .bg-decor {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.page-template-page-family .sc-solution .bg-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.04;
}
.page-template-page-family .sc-solution .wrapper {
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-solution .wrapper {
    flex-direction: column;
  }
}
.page-template-page-family .sc-solution .cell-left {
  flex: 1;
  min-width: 0;
}
.page-template-page-family .sc-solution .cell-left .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.page-template-page-family .sc-solution .cell-left .solution-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-template-page-family .sc-solution .cell-left .solution-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #0d175c;
  border-radius: 8px;
  padding: 16px 20px;
}
.page-template-page-family .sc-solution .cell-left .solution-item .icon-wrap {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #13217B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-family .sc-solution .cell-left .solution-item .icon-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.page-template-page-family .sc-solution .cell-left .solution-item .solution-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-template-page-family .sc-solution .cell-left .solution-item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #ff6805;
}
.page-template-page-family .sc-solution .cell-left .solution-item .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.page-template-page-family .sc-solution .cell-right {
  flex-shrink: 0;
  width: 600px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-solution .cell-right {
    width: 100%;
  }
}
.page-template-page-family .sc-solution .cell-right .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-template-page-family .sc-solution .cell-right .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-family .sc-convert .wrapper {
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-convert .wrapper {
    flex-direction: column;
  }
}
.page-template-page-family .sc-convert .cell-left {
  flex-shrink: 0;
  width: 45%;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-convert .cell-left {
    width: 100%;
  }
}
.page-template-page-family .sc-convert .cell-left .img-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page-template-page-family .sc-convert .cell-left .img-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 3/4;
}
.page-template-page-family .sc-convert .cell-left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-family .sc-convert .cell-left .img-wrap.img-2 {
  margin-top: 80px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-family .sc-convert .cell-left .img-wrap.img-2 {
    margin-top: 0;
  }
}
.page-template-page-family .sc-convert .cell-right {
  flex: 1;
  min-width: 0;
}
.page-template-page-family .sc-convert .cell-right .heading-title {
  color: #0d175c;
}
.page-template-page-family .sc-convert .cell-right .heading-title span {
  color: #ff6805;
}
.page-template-page-family .sc-convert .cell-right .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
  margin-top: 20px;
}