.w {
  width: 13.2rem;
  margin: 0 auto;
}

h2 {
  font-size: 0.4rem;
  color: #001e2f;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

p {
  width: 100%;
  margin: 0.1rem auto;
  display: block;
  line-height: 1.5;
}

.py110 {
  padding: 1.1rem 0;
}

/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.help {
  position: fixed;
  right: 0.1rem;
  z-index: 100;
  bottom: 0.2rem;
}

.help button {
  background-color: #f48781;
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
}

.help .mask {
  display: none;
  width: 3.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.help .mask .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  background-color: #f48781;
  border-radius: 0.1rem 0.1rem 0 0;
  text-transform: capitalize;
}

.help .mask .box .top .close {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.help .mask .box .top .close:hover {
  background-color: #f0564e;
}

.help .mask .box .has-body {
  background-color: #efebe4;
  padding: 0.16rem;
  position: relative;
  z-index: 2;
  max-height: 75vh;
  min-height: 4rem;
  overflow: auto;
  align-items: start;
  column-gap: 0.09rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.help .mask .box .has-body .csaas-whatsapp-message {
  padding: 0.07rem 0.14rem 0.06rem;
  background-color: #fff;
  border-radius: 0 0.16rem 0.16rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.13) 0 0.01rem 0.005rem;
  max-width: calc(100% - 0.4rem);
  font-size: 0.15rem;
  word-break: break-word;
  color: #111b21;
  display: flex;
  flex-direction: column;
  row-gap: 0.02rem;
}

.help .mask .box .has-body .csaas-whatsapp-message .profile-name {
  color: #ee7163;
  font-weight: bold;
}

.help .mask .box .has-body .csaas-whatsapp-message .welcome-message {
  margin: 0.05rem 0;
  line-height: 1.3;
}

.help .mask .box .has-body .csaas-whatsapp-message .time {
  color: #93939d;
  font-size: 0.1rem;
  line-height: 0.1rem;
}

.help .mask .box .has-body .csaas-whatsapp-data {
  display: flex;
  width: 100%;
}

.help .mask .box .has-body .csaas-whatsapp-data .csass-whatsapp-input[type='text'] {
  font-size: 14px;
  border: none;
  padding: 10px 16px;
  border-radius: 50px;
  flex: 1;
  background-color: #fff;
  outline: 0;
  max-width: calc(100% - 52px);
  margin: 0;
  color: #111b21;
  box-shadow: none;
  margin-right: 0.2rem;
}

.aside {
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 1000;
}

.aside .item {
  background: #ee7163;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.aside .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aside .item .icon {
  position: relative;
  z-index: 1;
  width: 0.4rem;
  height: 0.4rem;
}

.aside .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aside .item .mask {
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(100%);
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  z-index: -1;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 16px;
  background: #ee7163;
  white-space: nowrap;
}

.aside .item:hover .mask {
  transform: translateX(0%);
}

.banner {
  background: #fcf6f1;
  box-sizing: border-box;
}

.banner .box {
  box-sizing: border-box;
  position: relative;
  padding: 1.2rem 0 0;
  height: 100%;
  background-color: #e9f7f6;
  border-radius: 0 0 1rem 0;
}

.banner .swiper {
  width: 100%;
  height: 8.3rem;
}

.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .row {
  display: flex;
  justify-content: center;
}

.banner .content {
  flex-shrink: 0;
  width: 58%;
}

.banner .content h1 {
  color: #022c44;
  font-size: 0.64rem;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
  z-index: 1;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.banner .content .hero_text {
  font-size: 0.18rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  color: #012c44;
}

.banner .content .get a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.banner .content .get a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.banner .content .get a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.banner .content .get a button:hover .span {
  color: #fff;
}

.banner .content .get a button::before,
.banner .content .get a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner .content .get a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.banner .content .get a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.banner .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner .dots {
  position: absolute;
  left: 0;
  bottom: -0.9rem;
  width: 3rem;
  height: 2.85rem;
}

.banner .dots img {
  width: 100%;
  height: 100%;
}

.has_style1 {
  position: relative;
  height: 100%;
}

.has_style1 .box {
  background-color: #fcf6f1;
  padding: 60px 0;
  border-radius: 0 0 1rem 0;
}

.has_style1 h3 {
  text-transform: uppercase;
  font-size: 0.17rem;
}

.has_style1 .row {
  width: 8.6rem;
  height: 0.51rem;
  margin-top: 0.1rem;
}

.has_style1 .row img {
  width: 100%;
  height: 100%;
}

.has_style1 .get {
  margin-top: 0.3rem;
}

.has_style1 .get a {
  color: #1baaa0;
  text-decoration: underline;
  transition: all 0.3s;
  font-size: 0.14rem;
}

.has_style1 .get a:hover {
  color: #022c44;
}

.has_style1::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  height: 2.4rem;
  width: 2.4rem;
  background: url(../img/1.1.svg) 0 0 / cover;
}

.feautures {
  background-color: #fff;
  padding: 1.2rem 0 0;
}

.feautures .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feautures .box .col-md {
  max-width: 8.32rem;
}

.feautures .box .col-md .tip {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7b919d;
  font-weight: 700;
}

.feautures .box .col-md h2 {
  color: #022c44;
  font-size: 0.4rem;
  letter-spacing: -0.02em;
  margin-top: 0.05rem;
}

.feautures .box .col-md p.text {
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0.3px;
  font-weight: 200;
  color: #566166;
  margin-top: 0.15rem;
}

.feautures .box .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #022c44;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.feautures .box .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.feautures .box .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #02182777;
}

.feautures .box .lg-hidden a button:hover .span {
  color: #fff;
}

.feautures .box .lg-hidden a button::before,
.feautures .box .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.feautures .box .lg-hidden a button::before {
  content: '';
  background: #022c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.feautures .box .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.feautures .list {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  width: 100%;
}

.feautures .list .item {
  background-color: #fff;
  padding: 0.2rem;
  box-shadow: rgba(29, 14, 98, 0.07) 0 33px 88px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 0.2rem;
  border: 0.01rem solid #ededed;
  display: flex;
}

.feautures .list .item .imgs {
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
}

.feautures .list .item .imgs img {
  width: 100%;
  height: 100%;
}

.feautures .list .item .content {
  margin-top: 0.1rem;
}

.feautures .list .item .content .title {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.feautures .list .item .content p.text {
  color: rgba(10, 64, 69, 0.6);
  font-weight: 100;
  font-size: 0.13rem;
  line-height: 1.8;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.feautures .list .item .content .more {
  font-size: 0.13rem;
  box-shadow: none;
  color: #ee7163;
  background-color: transparent;
  font-weight: 500;
  font-family: 'Circular';
  text-align: left;
  display: flex;
  align-items: center;
}

.feautures .list .item .content .more i {
  font-weight: bold;
  margin-top: 0.03rem;
}

.feautures .list .item:hover {
  transform: translateY(-3%);
}

.feautures .cen {
  display: none;
}

.feautures .swiper {
  height: 7.54rem;
  width: 100%;
}

.feautures .swiper .swiper-slide {
  height: 100%;
}

.feautures .swiper .swiper-slide img {
  height: 100%;
}

.packaging {
  position: relative;
  background-color: #fcf6f1;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 0;
  box-sizing: border-box;
}

.packaging .w {
  display: flex;
  justify-content: space-between;
}

.packaging .left {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}

.packaging .left h2 {
  color: #022c44;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 0.45rem;
}

.packaging .left p.text {
  line-height: 1.6;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  letter-spacing: 0.3px;
  font-weight: normal;
}

.packaging .boxes_deco {
  background: url('../img/3.3.svg') no-repeat center;
  background-size: contain;
  width: 51%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px;
}

.packaging .boxes_deco .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  padding: 0.15rem 0.1rem;
  margin: 0.1rem 0.15rem;
  width: 29%;
  height: 2.15rem;
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 1.65rem;
}

.packaging .boxes_deco .box:nth-child(3n) {
  margin-right: 0;
  padding-right: 0;
}

.packaging .boxes_deco .box h5 {
  text-transform: capitalize;
  font-size: 0.18rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.14rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.packaging .boxes_deco .box .icon {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #e9f7f6;
}

.packaging .boxes_deco .box .icon img {
  width: 0.33rem;
  height: 0.33rem;
  object-fit: contain;
}

.packaging .boxes_deco .noe .icon {
  background: #e9f7f6;
}

.packaging::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.2rem;
  height: 2.4rem;
  width: 1.6rem;
  background: url(../img/orange-line.svg) 0 0 / contain no-repeat;
}

.trending-products {
  background-color: #fefefe;
  padding: 1.2rem 0;
}

.trending-products .w {
  display: flex;
  justify-content: space-between;
}

.trending-products .right {
  display: flex;
  align-items: center;
}

.trending-products .right .next,
.trending-products .right .prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #1baaa0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.2rem;
  z-index: 10;
}

.trending-products .right .next i,
.trending-products .right .prev i {
  font-size: 0.3rem;
  color: #fff;
}

.trending-products .tip {
  margin-bottom: 0.2rem;
  font-size: 0.17rem;
  color: #7b919d;
  font-weight: bold;
}

.trending-products .title {
  font-size: 0.4rem;
  color: #022c44;
}

.trending-products .text {
  text-align: left;
  color: #566166;
  font-size: 0.15rem;
  line-height: 1.6;
  font-weight: normal;
  width: 8.32rem;
  margin-top: 0.15rem;
}

.trending-products .swiper {
  background-color: #fcfcfe;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  width: 100%;
}

.trending-products .swiper .swiper-slide .item {
  height: 4.58rem;
  box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
  border-width: 0.01rem;
  border-style: solid;
  border-color: #eaeaee;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.1rem;
}

.trending-products .swiper .swiper-slide .item .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f7f8;
  width: 100%;
  height: 3rem;
  padding: 0.2rem;
}

.trending-products .swiper .swiper-slide .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trending-products .swiper .swiper-slide .item .content {
  padding: 0.2rem 0.2rem 0;
  height: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trending-products .swiper .swiper-slide .item .content h4 {
  text-transform: capitalize;
  line-height: 1.3;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.trending-products .swiper .swiper-slide .item .more {
  font-size: 0.13rem;
  box-shadow: none;
  color: #ee7163;
  background-color: transparent;
  font-weight: 500;
  font-family: 'Circular';
  text-align: left;
  display: flex;
  align-items: center;
}

.trending-products .swiper .swiper-slide .item .more i {
  font-weight: bold;
  margin-top: 0.03rem;
}

.trending-products .swiper .swiper-slide .item:hover {
  transform: translateY(-3%);
}

.trending-products .phonetren {
  display: none;
}

.trending-products .foot {
  background-color: #fbfbfd;
}

.trending-products .foot .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #03040f;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.trending-products .foot .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.trending-products .foot .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #02182777;
}

.trending-products .foot .lg-hidden a button:hover .span {
  color: #fff;
}

.trending-products .foot .lg-hidden a button::before,
.trending-products .foot .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.trending-products .foot .lg-hidden a button::before {
  content: '';
  background: #022c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.trending-products .foot .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.trending-products .call2action {
  margin-top: 0.5rem;
}

.trending-products .call2action .w {
  background-color: #fcf6f1;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trending-products .call2action .w .textbox p {
  width: 100%;
}

.trending-products .call2action .w .get a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.trending-products .call2action .w .get a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.trending-products .call2action .w .get a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.trending-products .call2action .w .get a button:hover .span {
  color: #fff;
}

.trending-products .call2action .w .get a button::before,
.trending-products .call2action .w .get a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.trending-products .call2action .w .get a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.trending-products .call2action .w .get a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.in_green {
  background-color: #1baaa0;
  overflow: hidden;
}

.in_green .box {
  position: relative;
  background-color: #022c44;
  border-radius: 0 0 1rem 0;
  padding: 1.2rem 0;
}

.in_green .box .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in_green .box h2 {
  width: 100%;
  max-width: 700px;
  font-size: 0.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.03;
}

.in_green .box p.text {
  width: 8.3rem;
  margin-top: 0.2rem;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  line-height: 1.4;
}

.in_green .box .video {
  margin-top: 0.2rem;
  position: relative;
  width: 8.29rem;
  height: 4.91rem;
  cursor: pointer;
}

.in_green .box .video img {
  width: 100%;
  height: 100%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.in_green .box .video .icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #fff;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.in_green .box .video .icon::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.in_green .box .video .icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.in_green .box .video .icon i {
  color: #ee7163;
  font-size: 35px;
  margin-left: 0.05rem;
}

.in_green .box .video_mask {
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.in_green .box .video_mask .video_body {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8.4rem;
  height: auto;
  border-radius: 0.2rem;
}

.in_green .box .video_mask .video_body video {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

.in_green .box .video_mask .close {
  position: absolute;
  right: 22%;
  top: 15%;
  cursor: pointer;
}

.in_green .box .video_mask .close img {
  width: 18px;
  height: 18px;
}

.in_green .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_green .imgBox .img1 {
  top: 1.2rem;
  position: absolute;
  max-width: 3rem;
  left: -5%;
}

.in_green .imgBox .img2 {
  position: absolute;
  max-width: 3.2rem;
  bottom: 17%;
  left: -6%;
}

.in_green .imgBox .img3 {
  position: absolute;
  max-width: 3.2rem;
  right: -6%;
  top: 1.5rem;
}

.secondary {
  background-color: #fcf6f1;
}

.secondary .box {
  position: relative;
  background-color: #1baaa0;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 0;
}

.secondary .box .bg {
  width: 3.2rem;
  height: 1.82rem;
  position: absolute;
  left: -11%;
  top: 0.1rem;
}

.secondary .box .bg img {
  width: 100%;
  height: 100%;
}

.secondary .box h2 {
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}

.secondary .box .list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.secondary .box .list .item {
  width: 100%;
  margin: 0 0.12rem;
}

.secondary .box .list .item .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secondary .box .list .item .head h4 {
  font-size: 0.2rem;
  color: #fff;
  background: url(../img/steps-bg.png) no-repeat;
  background-size: cover;
  box-shadow: none;
  border-radius: 0;
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secondary .box .list .item .content {
  margin-top: 0.1rem;
}

.secondary .box .list .item .content .box_title {
  color: #fff;
  font-family: 'Circular';
  font-weight: 500;
  font-size: 0.2rem;
}

.secondary .box .list .item .content .box_text {
  margin-top: 0.15rem;
  font-size: 0.15rem;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 0.1rem;
}

.secondary .box .get {
  margin-top: 0.2rem;
}

.secondary .box .get a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.secondary .box .get a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.secondary .box .get a button:hover {
  box-shadow: 0 15px 21px -8px #95887c;
}

.secondary .box .get a button:hover .span {
  color: #fff;
}

.secondary .box .get a button::before,
.secondary .box .get a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.secondary .box .get a button::before {
  content: '';
  background: #fff;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.secondary .box .get a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.secondary .box .get a button .span {
  color: #ef7263;
}

.empowering {
  background-color: #012c44;
}

.empowering .box {
  background-color: #fcf6f1;
  border-radius: 0 0 1rem 0;
  padding: 1.2rem 0;
}

.empowering .box .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empowering .box h2 {
  text-align: center;
  font-size: 0.4rem;
  color: #022c44;
}

.empowering .box .section_description {
  text-align: center;
  max-width: 10rem;
  line-height: 1.4;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  color: #9ea7af;
}

.empowering .box .next,
.empowering .box .prev {
  position: absolute;
  top: 30%;
  width: 0.53rem;
  height: 0.53rem;
  background-color: #1baaa0;
  border: 0.04rem solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 40;
}

.empowering .box .next i,
.empowering .box .prev i {
  font-size: 0.25rem;
  color: #fff;
  font-weight: bold;
}

.empowering .box .prev {
  left: -0.25rem;
}

.empowering .box .next {
  right: -0.25rem;
}

.empowering .box .swiperBox {
  margin-top: 0.4rem;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0.8rem 0.5rem;
  padding-bottom: 0.3rem;
  overflow: visible;
}

.empowering .box .swiperBox::before {
  content: '';
  position: absolute;
  height: 66%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: #012c44;
}

.empowering .box .swiperBox .swiper {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  width: 100%;
}

.empowering .box .swiperBox .swiper .swiper-slide {
  width: 100%;
}

.empowering .box .swiperBox .swiper .swiper-slide .item {
  height: auto;
  box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
  border-width: 0.01rem;
  border-style: solid;
  border-color: #eaeaee;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.1rem;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f7f8;
  width: 100%;
  height: 2rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .content {
  margin-top: 0.2rem;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .content h4 {
  text-transform: capitalize;
  line-height: 1.3;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .more {
  font-size: 0.13rem;
  box-shadow: none;
  color: #ee7163;
  background-color: transparent;
  font-weight: 500;
  font-family: 'Circular';
  text-align: left;
  display: flex;
  align-items: center;
}

.empowering .box .swiperBox .swiper .swiper-slide .item .more i {
  font-weight: bold;
  margin-top: 0.03rem;
}

.empowering .box .swiperBox .swiper .swiper-slide .item:hover {
  transform: translateY(-3%);
}

.empowering .box .phonemp {
  display: none;
}

.empowering .box .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #03040f;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.empowering .box .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.empowering .box .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #02182777;
}

.empowering .box .lg-hidden a button:hover .span {
  color: #fff;
}

.empowering .box .lg-hidden a button::before,
.empowering .box .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.empowering .box .lg-hidden a button::before {
  content: '';
  background: #022c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.empowering .box .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.packages_h {
  background-color: #fff;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 0;
  position: relative;
  overflow: visible;
}

.packages_h::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  border-bottom-right-radius: 1rem;
  background: #e9f7f6;
}

.packages_h .w {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.packages_h .w h2 {
  font-size: 0.4rem;
  text-align: center;
  color: #022c44;
}

.packages_h .w p.text {
  text-align: center;
  font-size: 0.15rem;
  max-width: 8.32rem;
  line-height: 1.4;
  margin: 0.1rem 0;
}

.packages_h .w p.text a {
  font-size: 0.15rem;
  color: #ee7163;
  font-family: 'circular';
}

.packages_h .w .img_gallery {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.packages_h .w .img_gallery .col-lg {
  margin-right: 0.2rem;
  width: 25%;
  border-radius: 0.1rem;
}

.packages_h .w .img_gallery .col-lg:last-child {
  margin-right: 0;
}

.packages_h .w .img_gallery .col-lg .imgs {
  margin-bottom: 0.2rem;
}

.packages_h .w .img_gallery .col-lg .imgs img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.1rem;
}

.packages_h .w .img_gallery .col-lg.mt80 {
  margin-top: 0.8rem;
}

.packages_h .w .img_gallery .col-lg.mt50 {
  margin-top: 0.5rem;
}

.faq {
  background-color: #fff;
  padding: 1.2rem 0;
}

.faq .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq h2 {
  font-size: 0.4rem;
  text-align: center;
  color: #022c44;
}

.faq p.text {
  text-align: center;
  font-size: 0.15rem;
  max-width: 8.32rem;
  line-height: 1.4;
  margin: 0.1rem 0;
}

.faq p.text a {
  font-size: 0.15rem;
  color: #ee7163;
  font-family: 'circular';
}

.faq .accordion {
  margin-top: 0.3rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.15rem;
  row-gap: 0.2rem;
}

.faq .accordion .item {
  width: 100%;
  height: fit-content;
  padding: 0.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
  box-shadow: 0 33px 88px 0 #1d0e6211;
  border-radius: 8px;
  border-color: #edeef1;
  border-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.faq .accordion .item:nth-of-type(2n) {
  margin-right: 0;
}

.faq .accordion .item .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.faq .accordion .item .box .title {
  width: 80%;
  font-size: 0.16rem;
  will-change: unset;
  font-weight: bold;
  color: #001e2f;
  line-height: 0.26rem;
}

.faq .accordion .item .box .icon {
  width: 0.3rem;
  height: 0.3rem;
  background: #e8f6f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  border-radius: 50%;
}

.faq .accordion .item .box .icon i {
  color: #1baaa0;
  font-weight: bold;
  line-height: 0.3rem;
  transition: all 0.3s;
}

.faq .accordion .item .mask {
  height: 0;
  display: none;
  padding: 0.16rem 0;
  color: #012c44;
  font-weight: 500;
  transition: all 0.5s;
  font-size: 0.15rem;
  margin-top: 0.1rem;
  line-height: 1.4;
}

.faq .accordion .item.active {
  height: auto;
}

.faq .accordion .item.active .box {
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
}

.faq .accordion .item.active .box .icon {
  background-color: #31b2a9;
}

.faq .accordion .item.active .box .icon i {
  color: #fff;
  transform: rotate(180deg);
}

.faq .accordion .item.active .mask {
  height: fit-content;
  display: block;
}

.action_h {
  padding-bottom: 1.2rem;
}

.action_h .w {
  display: flex;
  justify-content: center;
}

.action_h .box {
  position: relative;
  background: #e9f7f6;
  border-radius: 0.1rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  text-align: center;
}

.action_h .box p.text {
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 0.15rem;
  line-height: 1.4;
}

.action_h .box h3 {
  margin-top: 0.2rem;
  color: #14aca1;
  font-size: 0.36rem;
}

.action_h .box h4 {
  font-size: 0.36rem;
  color: #022c44;
}

.action_h .box .avatar {
  position: absolute;
  top: -15%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

.action_h .box .avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.action_h .box .lg-hidden {
  margin-top: 0.2rem;
}

.action_h .box .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.action_h .box .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.action_h .box .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.action_h .box .lg-hidden a button:hover .span {
  color: #fff;
}

.action_h .box .lg-hidden a button::before,
.action_h .box .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.action_h .box .lg-hidden a button::before {
  content: '';
  background: #14aca1;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.action_h .box .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.related {
  background-color: #1baaa0;
}

.related .box {
  background-color: #fcf6f1;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 0;
}

.related .box .w {
  position: relative;
}

.related .box h2 {
  text-align: center;
  font-size: 0.4rem;
  color: #022c44;
}

.related .box p.text {
  font-weight: 400;
  font-size: 0.15rem;
  color: #566166;
  line-height: 0.23rem;
  text-align: center;
  padding: 0 1.2rem;
  margin-top: 0.2rem;
}

.related .box .right {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 1rem;
}

.related .box .right .next,
.related .box .right .prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fddfd5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: 0.05rem;
}

.related .box .right .next i,
.related .box .right .prev i {
  font-size: 0.2rem;
  color: #ff977c;
}

.related .box .right .next:hover,
.related .box .right .prev:hover {
  background-color: #ffa087;
}

.related .box .right .next:hover i,
.related .box .right .prev:hover i {
  color: #fff;
}

.related .box .swiperBox {
  margin-top: 0.2rem;
}

.related .box .swiperBox .swiper {
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.related .box .swiperBox .swiper .swiper-slide {
  transition: all 0.2s ease-in-out;
}

.related .box .card {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.related .box .card .imgs {
  position: relative;
  width: 100%;
  height: 1.98rem;
}

.related .box .card .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.1rem 0.1rem 0 0;
}

.related .box .card .imgs .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 39, 60, 0.8);
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0.1rem 0.1rem 0 0;
}

.related .box .card .imgs .mask .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.related .box .card .content {
  background-color: #fff;
  width: 100%;
  padding: 0.3rem;
  min-height: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 0.1rem 0.1rem;
}

.related .box .card .content h3 {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 1.25;
  text-transform: capitalize;
}

.related .box .card .content .author {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #929fac;
}

.related .box .card .content .author img {
  width: 0.23rem;
  height: 0.23rem;
  border: 0.01rem solid #ee7365;
  border-radius: 50%;
}

.related .box .card .content .author .tip {
  margin-left: 0.1rem;
}

.related .box .card .content p.texts {
  font-family: 'Space Grotesk';
  color: #929fac;
  font-size: 0.12rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.related .box .card:hover {
  transform: translateY(-3%);
}

.related .box .card:hover .mask {
  opacity: 1;
}

.related .box .phonerel {
  display: none;
}

.related .box .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.related .box .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.related .box .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.related .box .lg-hidden a button:hover .span {
  color: #fff;
}

.related .box .lg-hidden a button::before,
.related .box .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.related .box .lg-hidden a button::before {
  content: '';
  background: #022c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.related .box .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.in_dark {
  background: #012c44;
}

.in_dark .call2action {
  position: relative;
  background-color: #1baaa0;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 0;
}

.in_dark .call2action .lineBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_dark .call2action .lineBox .img1 {
  top: 0.5rem;
  position: absolute;
  max-width: 2rem;
  left: -4%;
}

.in_dark .call2action .lineBox .img2 {
  position: absolute;
  max-width: 3.2rem;
  bottom: -17%;
  left: 0.15rem;
}

.in_dark .call2action .lineBox .img3 {
  position: absolute;
  max-width: 2rem;
  right: 0;
}

.in_dark .call2action .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in_dark .call2action h2 {
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
}

.in_dark .call2action p {
  color: #fff;
  font-size: 0.15rem;
  margin: 0.2rem 0;
  text-align: center;
}

.in_dark .call2action .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.in_dark .call2action .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.in_dark .call2action .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.in_dark .call2action .lg-hidden a button:hover .span {
  color: #fff;
}

.in_dark .call2action .lg-hidden a button::before,
.in_dark .call2action .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.in_dark .call2action .lg-hidden a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.in_dark .call2action .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.breadcrumb {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #001e2f;
  border-radius: 0.06rem;
  position: relative;
}

.breadcrumb a {
  color: #fff;
  text-transform: capitalize;
  font-size: 0.12rem;
  letter-spacing: normal;
}

.breadcrumb span {
  display: inline-block;
  padding: 0.1rem 0.15rem;
  color: #fff;
  position: relative;
  font-size: 0.1rem;
}

.breadcrumb .home {
  color: #fff;
  width: fit-content;
  position: relative;
}

.breadcrumb .home a {
  display: block;
  color: #90a3ad;
}

.breadcrumb .home a::after {
  width: 0.01rem;
  height: auto;
  content: '';
  background-color: #90a3ad;
  position: absolute;
  right: 0;
  top: -0.03rem;
  bottom: -0.03rem;
  transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
}

.products {
  background: #e9f7f6;
}

.products .banner .box {
  border-radius: 0;
}

.products .banner p.text {
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0.003rem;
}

.products .banner .content {
  width: 66.66666667%;
}

.products .banner .content p.text {
  opacity: 0.7;
  font-weight: normal;
}

.products .main {
  background-color: #e8f6f5;
  padding-bottom: 0.4rem;
}

.products .main .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products .main .list {
  width: 100%;
}

.products .main .list .list-item {
  padding: 0.4rem 0;
}

.products .main .list .list-item h3 {
  font-size: 0.4rem;
  color: #022c44;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}

.products .main .list .list-item .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.3rem;
}

.products .main .list .list-item .items .item {
  height: 4.42rem;
  box-shadow: rgba(29, 14, 98, 0.05) 0 0.33rem 0.88rem 0;
  border-width: 0.01rem;
  border-style: solid;
  border-color: #eaeaee;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.1rem;
}

.products .main .list .list-item .items .item .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f7f8;
  width: 100%;
  height: 2rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}

.products .main .list .list-item .items .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products .main .list .list-item .items .item .content {
  margin-top: 0.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.products .main .list .list-item .items .item .content h4 {
  text-transform: capitalize;
  line-height: 1.3;
  text-align: left;
  font-size: 0.18rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.products .main .list .list-item .items .item .cont {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 0.1rem;
  row-gap: 0.05rem;
  font-size: 0.12rem;
  margin-top: auto;
}

.products .main .list .list-item .items .item .more {
  font-size: 0.13rem;
  box-shadow: none;
  color: #ee7163;
  background-color: transparent;
  font-weight: 500;
  font-family: 'Circular';
  text-align: left;
  display: flex;
  align-items: center;
}

.products .main .list .list-item .items .item .more i {
  font-weight: bold;
  margin-top: 0.03rem;
}

.products .main .list .list-item .items .item:hover {
  transform: translateY(-3%);
}

.products .main .list .list-item .items .last {
  width: 100%;
  flex-shrink: 0;
  background-color: #022c44;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.products .main .list .list-item .items .last h2 {
  font-size: 0.4rem;
  color: #fff;
}

.products .main .list .list-item .items .last img {
  margin-top: 0.2rem;
  width: 0.6rem;
  height: 0.8rem;
}

.products .main .get a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #022c44;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.products .main .get a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.products .main .get a button:hover {
  box-shadow: 0 15px 21px -8px #02182777;
}

.products .main .get a button:hover .span {
  color: #fff;
}

.products .main .get a button::before,
.products .main .get a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.products .main .get a button::before {
  content: '';
  background: #022c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.products .main .get a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.products .what_we {
  padding: 1.1rem 0;
  box-sizing: border-box;
}

.products .what_we .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 0.4rem;
}

.products .what_we .head h2 {
  font-size: 0.4rem;
  text-align: center;
  color: #001e2f;
}

.products .what_we .head p.text {
  font-size: 0.15rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.2rem;
}

.products .what_we .list .item {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .what_we .list .item .mr30 {
  margin-right: 0.3rem;
}

.products .what_we .list .item .content h3 {
  font-size: 0.4rem;
  color: #001e2f;
  margin-bottom: 0.2rem;
}

.products .what_we .list .item .content p {
  font-size: 0.15rem;
  line-height: 1.4;
}

.products .what_we .list .item .imgs {
  flex-shrink: 0;
  width: 5.26rem;
  height: 5.26rem;
}

.products .what_we .list .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.products .empowering .phonemp {
  display: none;
}

.products .view {
  text-align: center;
  padding: 1.2rem 0;
}

.products .view .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products .view p.text {
  font-size: 0.15rem;
  margin-top: 0.2rem;
  line-height: 1.4;
  max-width: 8rem;
  text-align: center;
}

.products .view .list {
  margin-top: 0.4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}

.products .view .list .items {
  width: 100%;
  height: auto;
}

.products .view .list .items .inner {
  border-radius: 0.16rem;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.1));
  background-color: #1baaa0;
  padding: 0.3rem;
}

.products .view .list .items .inner h4 {
  font-size: 0.2rem;
  color: #fff;
}

.products .view .list .items .inner p {
  color: #fff;
  margin-top: 0.3rem;
  line-height: 1.6;
}

.products .view .list .items:nth-of-type(2n) .inner {
  background-color: #fff;
}

.products .view .list .items:nth-of-type(2n) .inner h4,
.products .view .list .items:nth-of-type(2n) .inner p {
  color: #001e2f;
}

.products .details {
  background-color: #fff;
  margin: 0.6rem 0 0.4rem;
  padding: 0.6rem 0;
}

.products .details .swiperBox {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: 30% 1fr;
  width: 100%;
  gap: 0.6rem;
  height: 5rem;
  padding: 0 0.4rem;
}

.products .details .mySwiper {
  width: 40%;
  height: 100%;
}

.products .details .mySwiper .swiper-slide {
  height: 100%;
  width: 100%;
  opacity: 0.4;
  margin-bottom: 0.1rem;
  cursor: pointer;
  border-radius: 0.1rem;
  position: relative;
  border: 1px solid #ccc;
  margin-left: auto;
}

.products .details .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.products .details .mySwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.products .details .mySwiper .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products .details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.products .details .mySwiper2 {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0.2rem;
}

.products .details .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.4rem;
}

.products .details .mySwiper2 .swiper-slide .imgs {
  width: 100%;
  height: 100%;
}

.products .details .mySwiper2 .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products .details .mySwiper2 .swiper-slide video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products .details .mySwiper2 .swiper-button-next,
.products .details .mySwiper2 .swiper-button-prev {
  color: #001e2f;
  z-index: 10;
}

.products .details .mySwiper2 .swiper-button-next::after,
.products .details .mySwiper2 .swiper-button-prev::after {
  font-size: 0.2rem;
  font-weight: bold;
}

.products .details .params {
  margin-top: 1rem;
}

.products .details .params h4 {
  font-size: 0.2rem;
}

.products .details .params .inner {
  margin: 0.25rem 0;
}

.products .details .params .inner h6 {
  font-size: 0.16rem;
}

.products .details .params .inner .table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.1rem;
}

.products .details .params .inner .table .le {
  background: #f4f4f4;
}

.products .details .params .inner .table .le .li {
  padding: 0.15rem 0.2rem;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

.products .details .params .inner .table .rg {
  margin-left: -1px;
}

.products .details .params .inner .table .rg .li {
  padding: 0.15rem 0.2rem;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

.prode {
  display: grid;
  grid-template-columns: 1fr 5.5rem;
  gap: 0.2rem;
  width: 100%;
  padding: 0.2rem 0;
  height: 100%;
  position: relative;
}

.prode .contact_block {
  top: 1.2rem;
  width: 5.5rem;
  z-index: 10;
  height: max-content;
  position: sticky;
}

.prode .left {
  height: fit-content;
  flex-shrink: 0;
  width: 100%;
}

.prode .left img {
  max-width: 100% !important;
  width: fit-content !important;
  height: auto !important;
}

.prode .left .prode_faqs {
  width: 100%;
  margin: 0.6rem 0;
}

.prode .left .prode_faqs h3 {
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  letter-spacing: 2px;
  color: #000;
  padding-bottom: 0.1rem;
  border-bottom: 3px solid #000;
}

.prode .left .prode_faqs .list {
  padding: 0.15rem 0;
}

.prode .left .prode_faqs .list .item {
  margin-bottom: 0.2rem;
}

.prode .left .prode_faqs .list .item .question {
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  font-size: 0.16rem;
}

.prode .left .prode_faqs .list .item .answer {
  font-size: 0.16rem;
  line-height: 1.4;
}

.prode .left .prode_faqs .list .item:last-child {
  margin-bottom: 0;
}

.bottom .banner .imgs {
  position: relative;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.bottom .banner .imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.bottom .banner .imgs::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background: #e9f7f6;
  background: linear-gradient(90deg, rgba(233, 247, 246, 0) 15%, #e9f7f6 95%);
}

.bottom .banner .contentBox {
  margin-top: 0.1rem;
}

.bottom .banner .content {
  width: 80%;
}

.bottom .banner .content p.text {
  font-size: 0.15rem;
  color: #012c44;
}

.bottom .banner .read_more {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.bottom .banner .read_more .rg {
  flex-shrink: 0;
}

.bottom .banner .read_more .rg button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.bottom .banner .read_more .rg button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.bottom .banner .read_more .rg button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.bottom .banner .read_more .rg button:hover .span {
  color: #fff;
}

.bottom .banner .read_more .rg button::before,
.bottom .banner .read_more .rg button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bottom .banner .read_more .rg button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.bottom .banner .read_more .rg button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.bottom .banner .read_more .link {
  margin-left: 0.3rem;
}

.bottom .banner .read_more .link a {
  color: #012c44;
  font-size: 0.16rem;
  text-decoration: underline;
}

.bottom .banner .lineBox .dots {
  position: absolute;
  top: 0.8rem;
  left: -0.8rem;
  opacity: 1;
  max-width: 4rem;
  z-index: 2;
}

.bottom .banner .lineBox .dots2 {
  position: absolute;
  right: -0.5rem;
  top: 42%;
  max-width: 2rem;
}

.folding {
  background-color: #fff;
  position: relative;
}

.folding .box {
  background-color: #e8f6f5;
  padding: 1.1rem 0;
  border-radius: 0 0 1rem 0;
}

.folding .box .w {
  display: flex;
  justify-content: space-between;
}

.folding .box .folding_block {
  margin-right: 0.6rem;
}

.folding .box .folding_block h2 {
  margin-bottom: 0.3rem;
}

.folding .box .folding_block p.text {
  margin: 0.1rem 0;
  font-size: 0.15rem;
  line-height: 1.4;
  font-weight: 400;
}

.folding .box .shapes-img {
  position: relative;
  display: inline-grid;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
}

.folding .box .shapes-img::before {
  position: absolute;
  left: -0.5rem;
  top: -0.4rem;
  content: ' ';
  width: 1.6rem;
  height: 0.8rem;
  background: url(../img/1.1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.folding .box .shapes-img::after {
  position: absolute;
  left: -50px;
  bottom: 0;
  content: ' ';
  width: 160px;
  height: 80px;
  background: url(../img/folding_shape_3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 55;
}

.folding .box .shapes-img img {
  width: 100%;
  border-radius: 0.12rem;
}

.folding .mask-img {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  width: 2.36rem;
}

.all-products {
  padding: 1.1rem 0;
  background: #fff !important;
  position: relative;
}

.all-products h6 {
  color: #ee7163;
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  text-transform: uppercase;
}

.all-products h2 {
  font-size: 0.54rem;
  line-height: 1.05;
}

.all-products .head {
  display: flex;
  justify-content: space-between;
}

.all-products .head .left {
  flex: 0 0 auto;
  width: 50%;
}

.all-products .head p.text {
  margin-top: 0.3rem;
  line-height: 1.4;
}

.all-products .dots {
  position: absolute;
  left: -1rem;
  top: 0.08rem;
  width: 2.59rem;
}

.all-products .dots img {
  width: 100%;
  height: 100%;
}

.all-products .dots2 {
  position: absolute;
  right: -0.5rem;
  top: 0.5rem;
  width: 1.83rem;
}

.all-products .dots2 img {
  width: 100%;
  height: 100%;
}

.call_to_action {
  background-color: #f9f4ef;
  padding: 0.6rem 0;
}

.call_to_action .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call_to_action .w .left {
  width: 66.66666667%;
  flex: 0 0 auto;
}

.call_to_action .w h3 {
  font-size: 0.4rem;
  color: #001e2f;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}

.call_to_action .w .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.call_to_action .w .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.call_to_action .w .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.call_to_action .w .rg a button:hover .span {
  color: #fff;
}

.call_to_action .w .rg a button::before,
.call_to_action .w .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.call_to_action .w .rg a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.call_to_action .w .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.preboard {
  padding: 1.1rem 0;
  border-radius: 0 0 1rem 0;
}

.preboard .head h2 {
  font-size: 0.54rem;
  text-align: center;
  margin-bottom: 0.2rem;
  line-height: 1.05;
  font-weight: bold;
}

.preboard .head p {
  max-width: 8rem;
  margin: 0 auto;
  line-height: 1.4;
}

.preboard .list .item {
  margin-top: 0.3rem;
  border-radius: 0.24rem;
  background-color: #e9f7f6;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preboard .list .item .inner {
  padding: 0.3rem;
}

.preboard .list .item .inner h3 {
  font-size: 0.4rem;
  line-height: 1.1;
  color: #001e2f;
  margin-bottom: 0.2rem;
}

.preboard .list .item .inner p {
  font-size: 0.15rem;
  line-height: 1.4;
}

.preboard .list .item .preboard_block {
  flex: 0 0 auto;
  width: 41.66666667%;
  border-radius: 0.12rem;
}

.preboard .list .item .preboard_block img {
  width: 100%;
  border-radius: 0.12rem;
  object-fit: cover;
}

.preboard .list .item:nth-of-type(2n) {
  flex-direction: row-reverse;
  background-color: #fcf6f1;
}

.preboard .list .item:nth-of-type(2n) .inner {
  margin-left: 0.3rem;
}

.preboard::before {
  background-color: #e9f7f6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
}

.action_3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/products/pandora-box-mockup.jpg);
  padding: 1.1rem 0;
}

.action_3 .box {
  width: 58.33333333%;
  background-color: #fff;
  border-radius: 0.2rem;
}

.action_3 .box .inner {
  border-radius: 0.24rem;
  filter: drop-shadow(0 0.33rem 0.445rem rgba(10, 65, 48, 0.18));
  background-color: #fff;
  padding: 0.45rem;
}

.action_3 .box .inner h2 {
  font-size: 0.54rem;
  margin-bottom: 0.2rem;
}

.action_3 .box .inner img {
  height: 0.5rem;
  width: 100%;
}

.folding_option {
  background-color: #ffffff;
}

.folding_option .box {
  background-color: #e9f7f6;
  padding: 1.1rem 0;
  border-radius: 0 0 1rem 0;
}

.folding_option .box h2 {
  font-size: 0.54rem;
  margin-bottom: 0.3rem;
}

.folding_option .box .tabs {
  width: fit-content;
  display: inline-block;
  background-color: #1baaa0;
  padding: 0 0.15rem;
  border-radius: 0.12rem;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
  border: 1px solid #e7efee;
  margin-bottom: 0.4rem;
  display: flex;
}

.folding_option .box .tabs .tab {
  padding: 0.15rem;
  color: #fff;
  opacity: 0.6;
}

.folding_option .box .tabs .tab.active {
  opacity: 1;
}

.folding_option .box .body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.folding_option .box .body .item {
  border-radius: 0.12rem;
  width: 25%;
  padding: 0.12rem;
  margin-bottom: 0.3rem;
  flex: 0 0 auto;
}

.folding_option .box .body .item .inner {
  border-radius: 0.12rem;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
  background-color: #fff;
  border: 1px solid #e7efee;
}

.folding_option .box .body .item .inner .imgs {
  width: 100%;
  height: 100%;
}

.folding_option .box .body .item .inner .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.folding_option .box .body .item .inner .content {
  padding: 0.2rem;
}

.folding_option .box .body .item .inner .content h5 {
  font-size: 0.22rem;
  color: #012c44;
  opacity: 0.6;
}

.folding_option .box .body .item .inner .content p {
  color: #11102961;
}

.customer {
  background-color: #fff;
  padding: 0.6rem 0;
}

.customer .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer .head {
  text-align: center;
  margin-bottom: 0.4rem;
}

.customer .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}

.customer .list .item {
  width: 100%;
}

.customer .list .item .imgs {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.customer .list .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.07rem;
}

.customer .list .item .inspire-image-box-inner {
  background-color: #fff;
  padding: 0.25rem 0.2rem;
  position: relative;
  z-index: 99;
  margin-top: -0.3rem;
  margin-left: 5%;
  border-radius: 0.07rem;
  width: 90%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 0.5rem;
}

.customer .list .item .inspire-image-box-inner h3 {
  font-size: 0.4rem;
}

.customer .list .item .inspire-image-box-inner p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.customer .list .item .inspire-image-box-inner .more {
  color: #ee7163;
}

.customer .list .item .row {
  width: 100%;
  display: flex;
}

.customer .list .item .row .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 0.1rem;
}

.customer .list .item .row .col-md-6 .imgs {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
}

.customer .list .item .row .col-md-6 .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.customer .lg-hidden a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.customer .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.customer .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.customer .lg-hidden a button:hover .span {
  color: #fff;
}

.customer .lg-hidden a button::before,
.customer .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.customer .lg-hidden a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.customer .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.about_us .in_green {
  background-color: #e9f7f6;
  padding: 0.5rem 0 0 0;
}

.about_us .in_green .box {
  padding-bottom: 0;
}

.about_us .in_green .w {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 5rem;
}

.about_us .in_green .w .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about_us .in_green .w .contentBox h1 {
  font-size: 0.4rem;
  color: #022c44;
  margin-top: 0.1rem;
}

.about_us .in_green .w .contentBox p {
  font-size: 0.15rem;
  color: #9ea7af;
  line-height: 0.23rem;
  text-align: center;
  max-width: 6rem;
  width: 100%;
  margin: 0.1rem auto 0;
  padding: 0 0 0.2rem 0;
}

.about_us .in_green .w .video {
  margin: 0 auto;
  position: relative;
  top: 0.1rem;
  z-index: 22;
}

.about_us .in_green .w .video img {
  width: 100%;
  height: 100%;
}

.about_us .in_green .w .video .icon {
  background-color: #1baaa0;
}

.about_us .in_green .w .video .icon::before {
  width: 1rem;
  height: 1rem;
  background: #1baaa0;
}

.about_us .in_green .w .video .icon::after {
  width: 1rem;
  height: 1rem;
  background: #1baaa0;
}

.about_us .in_green .w .video .icon i {
  color: #fff;
  font-size: 0.5rem;
  margin-left: 0.05rem;
}

.about_us .in_green .lineBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_us .in_green .lineBox .dots {
  top: 1.2rem;
  position: absolute;
  max-width: 3rem;
  left: -5%;
}

.about_us .in_green .lineBox .dots2 {
  position: absolute;
  max-width: 3.2rem;
  top: 12%;
  right: -6%;
}

.heading {
  width: 100%;
  padding-top: 2.4rem;
  margin-bottom: 0.6rem;
}

.heading .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading .head p {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 10px auto;
  padding: 0;
  line-height: 23px;
}

.heading .list {
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.heading .list .item {
  width: 100%;
  margin-right: 0.3rem;
}

.heading .list .item .inner {
  width: 100%;
}

.heading .list .item .inner img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}

.heading .list .item:first-child img {
  width: auto;
  height: 3.9rem;
}

.heading .list .item:last-child {
  margin-right: 0;
}

.partner_logos {
  background-color: #ffffff;
}

.partner_logos .box {
  background-color: #e8f6f5;
  border-radius: 0 0 1rem 0;
  padding: 0.6rem 0;
}

.partner_logos .box .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8.33333333%;
}

.partner_logos .box .body p.text {
  text-align: center;
  max-width: 8rem;
}

.partner_logos .box .body .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.3rem;
}

.partner_logos .box .body .list .item .inner {
  width: 3.6rem;
  height: 1.8rem;
  background-color: #fff;
  text-align: center;
  padding: 0.3rem;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -moz-border-radius: 0.12rem;
  -ms-border-radius: 0.12rem;
  -o-border-radius: 0.12rem;
  box-shadow: 0 0.12rem 0.24rem rgba(10, 4, 33, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner_logos .box .body .list .item .inner a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.partner_logos .box .body .list .item .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner_logos .box .body .rg {
  margin-top: 0.3rem;
}

.partner_logos .box .body .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.partner_logos .box .body .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.partner_logos .box .body .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.partner_logos .box .body .rg a button:hover .span {
  color: #fff;
}

.partner_logos .box .body .rg a button::before,
.partner_logos .box .body .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.partner_logos .box .body .rg a button::before {
  content: '';
  background: #012c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.partner_logos .box .body .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.what_we_do {
  padding: 0.6rem 0;
}

.what_we_do .list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  align-items: center;
}

.what_we_do .list .item .left {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 0.12rem;
}

.what_we_do .list .item .left h3 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  color: #001e2f;
}

.what_we_do .list .item .right {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 0.12rem;
}

.what_we_do .list .item .right img {
  width: 100%;
  border-radius: 0.12rem;
}

.what_we_do .list .item:last-child {
  margin-bottom: 0;
}

.what_we_do .list .item:nth-child(2n) .left {
  padding-left: 0.5rem;
}

.testimonial {
  background-color: #022c44;
  padding: 0.6rem 0;
}

.testimonial .box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.testimonial .section-head {
  width: 41.66666667%;
  flex: 0 0 auto;
  color: #fff;
}

.testimonial .section-head h6 {
  color: #899ca9;
  text-transform: uppercase;
  margin-bottom: 0.05rem;
}

.testimonial .section-head h2 {
  font-size: 0.45rem;
  line-height: 1.05;
  color: #fff;
}

.testimonial .section-head p {
  line-height: 1.3;
  color: #aac1d7;
  font-size: 0.18rem;
  margin: 0.1rem 0 0.2rem 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.testimonial .section-head p strong {
  color: #fff;
}

.testimonial .section-head .rg {
  margin-top: 0.3rem;
}

.testimonial .section-head .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.testimonial .section-head .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.testimonial .section-head .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.testimonial .section-head .rg a button:hover .span {
  color: #fff;
}

.testimonial .section-head .rg a button::before,
.testimonial .section-head .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.testimonial .section-head .rg a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.testimonial .section-head .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.testimonial .testi_cards {
  display: flex;
}

.testimonial .testi_cards .testimonial_box {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem;
  box-shadow: rgba(29, 14, 98, 0.07) 0 0.33rem 0.88rem 0;
  color: #012c44;
}

.testimonial .testi_cards .testimonial_box .user {
  display: flex;
  align-items: center;
}

.testimonial .testi_cards .testimonial_box .user .avatar {
  width: 0.48rem;
  height: 0.48rem;
}

.testimonial .testi_cards .testimonial_box .user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .testi_cards .testimonial_box .user .name {
  color: #212529;
  margin-left: 0.2rem;
  font-size: 0.18rem;
}

.testimonial .testi_cards .testimonial_box .quote {
  margin-bottom: 0.1rem;
  color: #012c44 !important;
  font-size: 0.13rem;
}

.testimonial .testi_cards .testimonial_box img {
  width: 1.5rem;
  height: auto;
}

.testimonial .testi_cards .testimonial_box:last-child {
  margin-left: 0.15rem;
  margin-top: 0.2rem;
}

.testimonial .testi_cards .testimonial_box:first-child {
  margin-bottom: 0.2rem;
}

.benefits {
  padding: 0.6rem;
}

.benefits .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits .benefit_block h3 {
  font-size: 0.4rem;
  color: #001e2f;
  margin-bottom: 0.2rem;
}

.benefits .benefit_block .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefits .benefit_block .list .inner {
  flex: 0 0 auto;
  width: 50%;
  padding: 0.12rem;
}

.benefits .benefit_block .list .inner i {
  width: 0.85rem;
  height: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.benefits .benefit_block .list .inner .orange {
  background-color: #ee7163;
}

.benefits .benefit_block .list .inner .green {
  background-color: #1baaa0;
}

.benefits .benefit_block .list .inner h4 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.benefits .benefit_block .list .inner p {
  margin-top: 0.03rem;
}

.benefits .benefit_block .list .inner:nth-child(-n + 2) {
  margin-bottom: 0.3rem;
}

.benefits .benefit_block:first-child {
  padding-right: 1rem;
}

.benefits .benefit_block:last-child {
  padding: 0.5rem;
  filter: drop-shadow(0 0.12rem 0.38rem rgba(10, 65, 48, 0.1));
  background-color: #fff;
}

.benefits::after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: -1.1rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/cs_shape_right_bottom.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.3;
}

.free_sample {
  padding-bottom: 1.2rem;
}

.free_sample .w {
  padding: 0.5rem;
  background-color: #fcf6f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.free_sample .w .left {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.free_sample .w .left h3 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  color: #001e2f;
}

.free_sample .w .rg {
  margin-top: 0.3rem;
}

.free_sample .w .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.free_sample .w .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.free_sample .w .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.free_sample .w .rg a button:hover .span {
  color: #fff;
}

.free_sample .w .rg a button::before,
.free_sample .w .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.free_sample .w .rg a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.free_sample .w .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.about_box .banner .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_box .banner .imgs {
  width: 50%;
}

.about_box .banner .imgs img {
  width: 100%;
  height: 100%;
}

.about_box .banner .imgs::after {
  position: static;
}

.about_box .banner .box {
  padding-bottom: 0;
}

.about_box .banner .content h1 {
  font-size: 40px;
}

.packaging-sec {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
}

.packaging-sec .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.packaging-sec .list {
  margin-top: 0.3rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}

.packaging-sec .list .item {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  background: #e8f6f5;
  box-sizing: border-box;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
}

.packaging-sec .list .item .img {
  width: 0.79rem;
  height: 0.79rem;
  flex-shrink: 0;
}

.packaging-sec .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.packaging-sec .list .item .item-main {
  margin-left: 0.1rem;
}

.packaging-sec .list .item .item-main h3 {
  font-size: 0.17rem;
  margin-bottom: 0.1rem;
}

.packaging-sec .list .item .item-main p {
  font-size: 0.14rem;
  color: #748b98;
}

.packaging-sec .list .item:nth-of-type(2n) {
  background: #fbf5f0;
}

.has_style5 {
  padding: 1.2rem 0;
}

.has_style5 .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.3rem;
}

.has_style5 .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.has_style5 .list .item .inner {
  padding: 0 0.12rem;
}

.has_style5 .list .item .inner h3 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  color: #001e2f;
}

.has_style5 .list .item .rights {
  flex: 0 0 auto;
  width: 6.36rem;
  height: 3.53rem;
}

.has_style5 .list .item .rights img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

.has_style5 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.has_style5 .list .item:nth-child(2n) .inner {
  margin-left: 0.5rem;
}

.customer_said {
  padding: 0.6rem 0;
  background-color: #e8f6f5;
  position: relative;
}

.customer_said .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer_said .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.3rem;
  text-align: center;
}

.customer_said .list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.1rem;
  row-gap: 0.3rem;
}

.customer_said .list .item {
  padding: 0 0.12rem;
  height: 3.32rem;
}

.customer_said .list .item .inner {
  border-radius: 12px;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 4, 33, 0.03));
  background-color: #fff;
  padding: 0.3rem 0.2rem;
  height: 100%;
}

.customer_said .list .item .inner .cs_header {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #012c4421;
  display: flex;
  align-items: center;
}

.customer_said .list .item .inner .cs_header .avatar {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}

.customer_said .list .item .inner .cs_header .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.customer_said .list .item .inner .cs_header .name {
  color: #012c44;
  font-weight: bold;
  margin-bottom: 0.06rem;
}

.customer_said .list .item .inner p.text {
  height: auto;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.customer_said .list .item:nth-of-type(2n) .inner {
  background-color: #d9edec;
}

.customer_said .rg {
  margin-top: 0.5rem;
}

.customer_said .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.customer_said .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.customer_said .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.customer_said .rg a button:hover .span {
  color: #fff;
}

.customer_said .rg a button::before,
.customer_said .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.customer_said .rg a button::before {
  content: '';
  background: #00273c;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.customer_said .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.customer_said .does {
  position: absolute;
  top: 1.3rem;
  left: 2.4rem;
  z-index: 0;
  width: 3.54rem;
  height: 2.7rem;
}

.customer_said .does img {
  width: 100%;
  height: 100%;
}

.customer_said .does2 {
  position: absolute;
  bottom: 1.3rem;
  right: 2.4rem;
  z-index: 0;
  width: 3.54rem;
  height: 2.7rem;
}

.customer_said .does2 img {
  width: 100%;
  height: 100%;
}

.how_it .banner .box {
  padding: 2.3rem 0 1.2rem;
}

.how_it .banner .box .w .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how_it .banner .box .w .contentBox .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how_it .banner .box .w .contentBox .content h1 {
  font-size: 0.4rem;
  width: 60%;
  text-align: center;
}

.how_it .banner .box .w .contentBox .content p.text {
  max-width: 4.3rem;
  text-align: center;
  color: #9ea7af;
  padding: 0 0 0.2rem 0;
}

.how_it .banner .lineBox .dots2 {
  top: 1.6rem;
  right: -1rem;
  max-width: 3rem;
  height: auto;
}

.how_it .banner .lineBox .dots2 img {
  width: 100%;
  height: 100%;
}

.how_it .faq {
  background: #fcf6f1;
}

.how_it .faq h2 {
  font-size: 0.54rem;
}

.hiw-stories {
  padding: 0.6rem 0;
}

.hiw-stories .item {
  background: #1baaa0;
  border-radius: 0.5rem;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.hiw-stories .item .hiw-icon {
  position: relative;
}

.hiw-stories .item .hiw-icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  border-left: 2px dashed #022c44;
  flex: 1;
}

.hiw-stories .item .hiw-icon .box_icon {
  background: url(../img/steps-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  height: 0.6rem;
  width: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.hiw-stories .item .hiw-icon .box_icon .number {
  font-size: 0.2rem;
  color: #fff;
}

.hiw-stories .item .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hiw-stories .item .box .center {
  padding: 0 0.12rem;
}

.hiw-stories .item .box .center h2 {
  font-size: 0.54rem;
  color: #fff;
}

.hiw-stories .item .box .center p {
  color: #fff;
}

.hiw-stories .item .box .rights {
  padding: 0 0.12rem;
}

.hiw-stories .item .box .rights img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.12rem;
}

.customer_says_slider {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer_says_slider .lefts {
  position: relative;
  padding-left: 2.92rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 0.6rem;
}

.customer_says_slider .lefts .contents {
  font-size: 0.22rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  color: #0f072e;
}

.customer_says_slider .lefts .info {
  display: flex;
  align-items: center;
}

.customer_says_slider .lefts .info .avatar {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}

.customer_says_slider .lefts .info .avatar img {
  width: 100%;
  height: 100%;
}

.customer_says_slider .lefts .info .main .name,
.customer_says_slider .lefts .info .main .text,
.customer_says_slider .lefts .info .main .tip {
  font-size: 0.15rem;
}

.customer_says_slider .lefts .info .main .name,
.customer_says_slider .lefts .info .main .text {
  margin-bottom: 0.08rem;
}

.customer_says_slider .lefts .info .main .tip {
  font-weight: bold;
  font-size: 0.19rem;
}

.customer_says_slider .lefts .doec {
  position: absolute;
  left: -1rem;
  bottom: -1.2rem;
  width: 3.45rem;
  height: 2.7rem;
}

.customer_says_slider .lefts .doec img {
  width: 100%;
  height: 100%;
}

.customer_says_slider .lefts .doec2 {
  position: absolute;
  width: 0.81rem;
  right: 0.5rem;
  bottom: 0.8rem;
  height: 0.6rem;
}

.customer_says_slider .lefts .doec2 img {
  width: 100%;
  height: 100%;
}

.customer_says_slider .rights {
  flex-shrink: 0;
  width: 9.6rem;
  height: 4.64rem;
}

.customer_says_slider .rights img {
  width: 100%;
  height: 100%;
}

.customer_box .banner .content {
  width: 100%;
  margin: 0;
}

.customer_box .banner .content h1 {
  font-size: 0.64rem;
}

.testimonials .banner {
  overflow: hidden;
}

.testimonials .banner .box {
  padding-bottom: 0.6rem;
}

.testimonials .banner .box .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials .banner .box .test-card {
  position: relative;
  flex-shrink: 0;
  width: 58.33333333%;
  padding: 0 0.12rem;
}

.testimonials .banner .box .test-card .testimonial_box {
  position: relative;
  margin-bottom: 0.2rem;
  display: inline-block;
  width: 48%;
  height: auto;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
}

.testimonials .banner .box .test-card .testimonial_box .top {
  display: flex;
  align-items: center;
}

.testimonials .banner .box .test-card .testimonial_box .top img {
  width: 0.5rem;
  height: 0.5rem;
}

.testimonials .banner .box .test-card .testimonial_box .top .name {
  margin-left: 0.15rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #001e2f;
}

.testimonials .banner .box .test-card .testimonial_box:nth-of-type(2n) {
  margin-left: 0.15rem;
}

.testimonials .banner .box .test-card .testimonial_box:nth-of-type(2) {
  top: 0.3rem;
}

.testimonials .banner .box .test-card .testimonial_box:nth-of-type(4) {
  top: -0.25rem;
}

.testimonials .banner .box .test-card .testimonial_box .quote {
  margin-bottom: 0.1rem;
  color: #012c44;
  font-size: 0.13rem;
}

.testimonials .banner .content h1 {
  font-size: 0.45rem;
}

.pd_tb_60 {
  padding: 0.6rem 0;
  background-color: #fff;
}

.pd_tb_60 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pd_tb_60 .list .item {
  width: 100%;
  text-align: center;
  padding: 0 0.12rem;
  border-right: 1px solid #012c4426;
}

.pd_tb_60 .list .item h3 {
  font-size: 0.6rem;
  color: #001e2f;
  font-family: SpaceGrotesk-Bold, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

.pd_tb_60 .list .item p {
  font-size: 0.16rem;
}

.pd_tb_60 .list .item:last-child {
  border: none;
}

.faqs .banner .box .w .contentBox .content h1 {
  font-size: 0.64rem;
  width: 100%;
}

.faqs .banner .box .w .contentBox .content p.text {
  width: 100%;
  max-width: 7rem;
  color: #9ea7af;
  font-size: 0.15rem;
  margin: 0 auto;
  padding: 0 0 0.1rem 0;
  text-align: center;
}

.faqs .banner .box .w .contentBox .content p.text a {
  color: #ee7163;
}

.faqs .banner .lineBox .dots {
  max-width: 4rem;
  top: 0.2rem;
}

.faqs .banner .lineBox .dots2 {
  max-width: 3rem;
  right: -0.3rem;
  bottom: 0.2rem;
}

.faqs .faqs_box {
  background-color: #e8f6f5;
  padding: 1.1rem 0;
}

.faqs .faqs_box .w {
  display: flex;
}

.faqs .faqs_box .sidebar {
  flex: 0 0 auto;
  width: 25%;
}

.faqs .faqs_box .sidebar ul {
  background: #012c44;
  padding: 0.15rem 0.3rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}

.faqs .faqs_box .sidebar ul li {
  border-bottom: 1px solid #0d4565;
}

.faqs .faqs_box .sidebar ul li a {
  color: #fff;
  display: inline-block;
  line-height: 0.36rem;
  width: 100%;
  padding: 0.1rem 0;
}

.faqs .faqs_box .faq {
  background-color: transparent;
  padding: 0 0 0 0.5rem;
}

.faqs .faqs_box .faq_block {
  width: 75%;
  flex: 0 0 auto;
}

.faqs .faqs_box .faq_block .inner {
  margin-bottom: 0.6rem;
}

.faqs .faqs_box .faq_block .inner h3 {
  font-size: 0.33rem;
  margin-bottom: 0.3rem;
  color: #001e2f;
}

aside#faq-sidebar ul {
  position: sticky;
  top: 1.14rem;
}

.getfree header .left a,
.getfree header .left i {
  color: #001e2f !important;
}

.getfree header .left .logo .none {
  display: none;
}

.getfree header .left .logo .black {
  display: block;
}

.getfree .banner {
  background: #e9f7f6;
}

.getfree .banner .box {
  background-color: #e9f7f6;
}

.getfree .banner .box .contentBox .content h1 {
  color: #022c44;
}

.getfree .banner .box .contentBox .content p.text {
  color: #012c44;
}

.getfree .banner .box .read_more .le {
  margin-left: 0.2rem;
  color: #1aa99f;
  font-weight: bold;
}

.getfree .banner .box .read_more .le a {
  color: #1aa99f;
  font-weight: bold;
}

.getfree .banner .box .imgs {
  width: 6.6rem;
  height: 5.65rem;
}

.getfree .banner .box .imgs img {
  height: 100%;
  object-fit: cover;
  object-position: -0.6rem 0;
}

.contact_block {
  position: relative;
  padding: 0 0.12rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_block .head {
  display: flex;
  justify-content: space-between;
}

.contact_block .head .title {
  flex: 0 0 auto;
  width: 66.6666%;
}

.contact_block .head .title h2 {
  font-size: 0.54rem;
}

.contact_block .head .jiantou {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.contact_block .head .jiantou img {
  width: 100%;
  height: 100%;
  animation: horizontal-shaking 3s ease infinite;
}

.contact_block p.text {
  color: #566166;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
}

.contact_block p.text:last-child {
  font-weight: bold;
}

.contact_block p.text:last-child a {
  color: #ee7163;
}

.contact_block .get-instant-quote {
  padding: 0.3rem;
  box-shadow: 0 0 0.07rem 0 rgba(0, 0, 0, 0.09);
  border-radius: 0.08rem;
  background-color: #fff;
  border: 0.02rem solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.contact_block .get-instant-quote .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}

.contact_block .get-instant-quote .form-group {
  width: 100%;
}

.contact_block .get-instant-quote .form-group input,
.contact_block .get-instant-quote .form-group select {
  width: 100%;
  color: #878888;
  transition: all 0s ease 0s;
  background-color: #0000000a;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 0.15rem;
  height: 0.45rem;
  line-height: 1.42857;
  padding: 0.1rem 0.3rem;
  border-radius: 0.08rem;
  box-sizing: border-box;
  outline: none;
  font-family: 'Circular';
}

.contact_block .get-instant-quote .form-group input option,
.contact_block .get-instant-quote .form-group select option {
  font-size: 0.13rem;
  padding: 0.2rem 0;
  line-height: 1.5;
  color: #878888;
  width: 100%;
  font-family: 'Circular';
}

.contact_block .get-instant-quote .form-group textarea.form-control {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 0.08rem;
  box-shadow: none;
  min-height: 1.2rem;
  resize: none;
  padding: 0.15rem 0.3rem;
  font-size: 0.15rem;
  box-sizing: border-box;
  font-family: 'Circular';
  outline: none;
}

.contact_block .get-instant-quote .textarea {
  margin-bottom: 0.2rem;
}

.contact_block .get-instant-quote .textarea .title {
  font-size: 0.14rem;
}

.contact_block .inside_item {
  margin-top: 0.2rem;
  width: 100%;
}

.contact_block .inside_item a {
  color: #fff;
}

.contact_block .inside_item a button {
  width: 100%;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  text-transform: capitalize;
  transition: all 0.2s;
  color: #fff;
}

.contact_block .inside_item a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.contact_block .inside_item a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.contact_block .inside_item a button:hover .span {
  color: #fff;
}

.contact_block .inside_item a button::before,
.contact_block .inside_item a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact_block .inside_item a button::before {
  content: '';
  background: #1baaa0;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.contact_block .inside_item a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.contact_block p.agree-terms-text {
  font-size: 0.11rem;
  margin: 0.1rem 0;
  text-align: center;
  color: #92a1a8;
}

.contact_block p.agree-terms-text a {
  color: #92a1a8;
  text-decoration: underline;
}

.contact_block .linBox img {
  position: absolute;
  width: 7.5rem;
  height: 8.72rem;
  left: -58px;
  top: 26%;
  z-index: -1;
}

.quote-form {
  padding: 1rem 0;
}

.quote-form .w {
  display: flex;
  justify-content: space-between;
}

@keyframes horizontal-shaking {

  0%,
  18%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  2%,
  6%,
  10%,
  14% {
    transform: translate3d(-5px, 0, 0);
  }

  4%,
  8%,
  12%,
  16% {
    transform: translate3d(5px, 0, 0);
  }
}

.testimonial_tabs {
  background-color: #faf5f0;
  padding: 0.3rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  margin-top: 0.5rem;
  margin-right: 0.4rem;
}

.testimonial_tabs h4 {
  font-size: 0.26rem;
  color: #001e2f;
  margin-bottom: 0.2rem;
}

.testimonial_tabs ul {
  display: flex;
  align-items: center;
}

.testimonial_tabs ul .nav-item a {
  padding: 0.1rem;
  border-radius: 0.33rem 0.33rem 0 0;
  -webkit-border-radius: 0.33rem 0.33rem 0 0;
  -moz-border-radius: 0.33rem 0.33rem 0 0;
  -o-border-radius: 0.33rem 0.33rem 0 0;
  height: 100%;
  position: relative;
  top: 0.04rem;
  border: none;
}

.testimonial_tabs ul .nav-item a img {
  width: 45px;
  border-radius: 50%;
}

.testimonial_tabs ul .nav-item.active {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
}

.testimonial_tabs .tab-content .tab-pane {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0 0.08rem 0.08rem 0.08rem;
  box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.1);
}

.testimonial_tabs .tab-content .tab-pane .name {
  font-weight: bold;
  color: #001e2f;
}

.testimonial_tabs .tab-content .tab-pane p.tip {
  color: #566166;
}

.client_logos {
  padding-bottom: 0.8rem;
}

.client_logos .mb30 {
  width: 50%;
  margin-bottom: 0.3rem;
}

.client_logos .mb30 h5 {
  font-size: 0.2rem;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
  color: #001e2f;
}

.client_logos .brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.client_logos .brands .item {
  flex: 0 0 auto;
}

.client_logos .brands .item img {
  width: 80%;
  object-fit: contain;
}

.service .page-221 {
  padding: 0.6rem 0;
}

.service .page-221 p a {
  color: #ee7163;
}

.blog .banner {
  position: relative;
}

.blog .banner .box {
  padding: 1.5rem 0 1rem;
}

.blog .banner .box .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog .banner .box .contentBox .content h5 {
  color: #879ba7 !important;
  margin-bottom: 5px;
  font-size: 0.17rem;
  letter-spacing: 1px;
  text-align: center;
}

.blog .banner .box .contentBox .content .section_description {
  width: 100%;
  max-width: 900px;
  color: #9ea7af;
  font-size: 15px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
}

.blog .banner .box .searchBox {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 50%;
  align-items: center;
  padding: 0.05rem 0.1rem;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
  display: flex;
  background-color: #fff;
  margin: 0;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}

.blog .banner .box .searchBox i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #70707059;
  padding-left: 0.1rem;
}

.blog .banner .box .searchBox .from {
  width: 100%;
  display: flex;
  align-items: center;
}

.blog .banner .box .searchBox .from input {
  padding-left: 0.2rem;
  flex: 1;
  border: none;
  box-shadow: none;
  font-size: 0.2rem;
  color: #012c44;
  display: block;
  height: 0.5rem;
}

.blog .banner .box .searchBox button {
  background-color: #1aa99f;
  width: 1.3rem;
  height: 0.5rem;
  border: none;
}

.blog .banner .box .searchBox button span {
  clip-path: unset;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01rem;
  font-size: 0.16rem;
}

.blog .banner .box .lineBox .dots {
  top: 50%;
  transform: translateY(-50%);
}

.blog .banner .box .lineBox .dots2 {
  bottom: -0.6rem;
  right: -1.8rem;
}

.blog .blog_main {
  padding: 0.9rem 0 0.4rem;
  background-color: #fcf6f1;
}

.blog .blog_main .categories {
  background: transparent;
  margin-bottom: 0.3rem;
}

.blog .blog_main .categories .cate_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem;
}

.blog .blog_main .categories .cate_nav li a {
  border-radius: 0.07rem;
  -webkit-border-radius: 0.07rem;
  -moz-border-radius: 0.07rem;
  -ms-border-radius: 0.07rem;
  -o-border-radius: 0.07rem;
  font-size: 0.13rem;
  background-color: #e6e4e2;
  padding: 0.08rem 0.1rem;
  color: #012c44;
  display: inline-block;
}

.blog .blog_main .box {
  padding: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
}

.blog .blog_main .box .blog_block {
  flex: 0 0 auto;
  width: 66.66666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog .blog_main .box .blog_block .card {
  margin-top: 0.3rem;
  padding: 0 0.12rem;
  width: 100%;
}

.blog .blog_main .box .blog_block .card .imgs {
  width: 100%;
  border-radius: 0.11rem 0.11rem 0 0;
  overflow: hidden;
  filter: drop-shadow(0 0.12rem 0.24rem rgba(10, 65, 48, 0.05));
  height: 3.6rem;
}

.blog .blog_main .box .blog_block .card .imgs img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.11rem 0.11rem 0 0;
}

.blog .blog_main .box .blog_block .item {
  display: flex;
  justify-content: space-between;
}

.blog .blog_main .box .blog_block .item .card {
  width: 100%;
}

.blog .blog_main .box .blog_block .item .card .imgs {
  height: 3.17rem;
}

.blog .blog_main .box .blog_block .rg {
  margin-top: 0.4rem;
}

.blog .blog_main .box .blog_block .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.blog .blog_main .box .blog_block .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.blog .blog_main .box .blog_block .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.blog .blog_main .box .blog_block .rg a button:hover .span {
  color: #fff;
}

.blog .blog_main .box .blog_block .rg a button::before,
.blog .blog_main .box .blog_block .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.blog .blog_main .box .blog_block .rg a button::before {
  content: '';
  background: #012c44;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.blog .blog_main .box .blog_block .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.blog .blog_main .box .blog_sidebar {
  padding: 0 0 0 0.12rem;
  flex: 0 0 auto;
  width: 33.33333333%;
  background-color: #fcf6f1;
}

.blog .blog_main .box .blog_sidebar .widget {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.blog .blog_main .box .blog_sidebar .widget h4 {
  font-size: 0.25rem;
  font-weight: 400;
  font-family: 'Circular' !important;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #012c441f;
  display: inline-block;
  line-height: 0.33rem;
  text-transform: capitalize;
  color: #001e2f;
}

.blog .blog_main .box .blog_sidebar .widget .posts {
  background-color: #ffd7ca;
  padding: 0.1rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}

.blog .blog_main .box .blog_sidebar .widget .posts .post_item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
}

.blog .blog_main .box .blog_sidebar .widget .posts .post_item:last-child {
  margin-bottom: 0;
}

.blog .blog_main .box .blog_sidebar .widget .posts .post_item img {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 0.1rem;
}

.blog .blog_main .box .blog_sidebar .widget .posts .post_item h5 {
  font-size: 0.15rem;
  line-height: 1.7;
  font-family: 'Circular';
  font-weight: 600;
  margin-left: 0.15rem;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul {
  background-color: #ffd7ca;
  padding: 0.1rem;
  border-radius: 0.08rem;
  margin-bottom: 0;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul li {
  margin-bottom: 0.1rem;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul li:last-child {
  margin-bottom: 0;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul li a {
  font-size: 0.15rem;
  line-height: 0.24rem;
  font-weight: 600;
  font-family: 'Circular';
  color: #022c44;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0.13rem 0.2rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul li a .title {
  width: 80%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.blog .blog_main .box .blog_sidebar .feature_categories ul li a span {
  width: 0.37rem;
  border-radius: 0.03rem;
  text-align: center;
  background-color: #fcf6f1;
}

.blog .blog_main .box .blog_sidebar .follow_us .iconList {
  background-color: #ffd7ca;
  padding: 0.1rem;
  border-radius: 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.blog .blog_main .box .blog_sidebar .follow_us .iconList li {
  margin-right: 0.1rem;
}

.blog .blog_main .box .blog_sidebar .follow_us .iconList li a {
  background-color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0.08rem;
}

.blog .blog_main .box .blog_sidebar .newsletter {
  background-color: #ffd7ca;
  border-radius: 0.08rem;
  padding: 0.2rem;
  text-align: center;
}

.blog .blog_main .box .blog_sidebar .newsletter h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.blog .blog_main .box .blog_sidebar .newsletter h3 span {
  color: #17a99f;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group {
  border-radius: 0.08rem;
  display: flex;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .form-control {
  width: 100%;
  background-color: #fff;
  height: 0.56rem;
  padding: 0.2rem;
  border: none;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item {
  flex-shrink: 0;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button {
  height: 100%;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover .span {
  color: #fff;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::before,
.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button::before {
  content: '';
  background: #1baaa0;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.blog .blog_main .box .blog_sidebar .newsletter .form-group .inside_item a button .span {
  line-height: 0.3rem;
}

.blog .blog_main .box .blog_sidebar .newsletter .free-text-newsletter {
  margin-top: 0.25rem;
  margin-bottom: 0rem;
  font-size: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.blog .blog_main .box .blog_sidebar .newsletter .agree-terms-text {
  margin: 10px 0;
  text-align: center;
  color: #92a1a8;
  font-size: 0.09rem;
}

.blog .blog_main .box .blog_sidebar .newsletter .agree-terms-text a {
  color: #92a1a8;
  text-decoration: underline;
}

.blog .blog_main .box .blog_sidebar .product-ebook {
  box-sizing: border-box;
  position: sticky;
  transition: all 0s ease 0s;
  top: 0.5rem;
  left: 0;
  transform: translateY(0px);
  height: 6.5rem;
  width: 4.2rem;
}

.blog .blog_main .box .blog_sidebar .product-ebook a {
  display: block;
}

.blog .blog_main .box .blog_sidebar .product-ebook img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}

.create .banner {
  position: relative;
  padding-bottom: 0.8rem;
}

.create .banner::before {
  position: absolute;
  left: 0;
  right: 88px;
  bottom: 0;
  content: '';
  background-color: #fcf6f1;
  z-index: 0;
  top: 0;
}

.create .banner .box {
  background-color: #fcf6f1;
}

.create .banner .box .w {
  display: flex;
  justify-content: space-between;
}

.create .banner .box .post-author {
  display: flex;
  align-items: center;
}

.create .banner .box .post-author .post-author__avatar {
  width: 0.45rem;
  height: 45px;
  border-radius: 50%;
}

.create .banner .box .post-author .post-author__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.create .banner .box .post-author .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  color: #012c44;
}

.create .banner .box .post-author .info .post-author__name {
  font-size: 13px;
  line-height: 22px;
  color: #012c44;
  margin-bottom: 0;
}

.create .banner .box .post-author .info .data {
  margin: 0;
  font-size: 11px;
}

.create .banner .box .imgs {
  width: 50%;
  height: 3.51rem;
}

.create .banner .box .imgs img {
  width: 100%;
  height: 100%;
  object-position: 0;
  border-radius: 0.2rem;
}

.create .blog_detail {
  padding: 0.5rem 0;
}

.create .blog_detail .sbd_block {
  display: flex;
  justify-content: space-between;
}

.create .blog_detail .ez-toc-container {
  background: #faf5f0;
  border: 1px solid #faf5f0;
  width: 60%;
  padding: 0.05rem 0.15rem;
  margin-bottom: 0.2rem;
}

.create .blog_detail .ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 0.17rem;
  line-height: 1.6;
  font-weight: bold;
}

.create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  color: #444;
  background: inherit;
  border: inherit;
  cursor: pointer;
}

.create .blog_detail .ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-icon-toggle-span {
  display: flex;
  align-items: center;
  width: 35px;
  height: 30px;
  justify-content: center;
  direction: ltr;
  border: 1px solid #444;
  border-radius: 8px;
}

.create .blog_detail .ez-toc-container nav {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.create .blog_detail .ez-toc-container nav ol {
  margin: 0;
}

.create .blog_detail .ez-toc-container nav ol li {
  list-style-type: decimal;
}

.create .blog_detail .ez-toc-container nav ol li a {
  font-size: 0.13rem;
  line-height: 1.9;
  color: #6c7a87;
}

.create .blog_detail .ez-toc-container nav.show {
  height: auto;
  opacity: 1;
  display: block;
}

.create .blog_detail .detail {
  padding: 0 0.12rem;
}

.create .blog_detail .detail p {
  font-size: 0.15rem;
}

.create .blog_detail .detail p a {
  color: #ee7163;
}

.create .blog_detail .detail h2 {
  font-size: 0.54rem;
}

.create .blog_detail .detail img {
  border-radius: 0.12rem;
  width: 7.46rem;
  height: 4.97rem;
}

.create .blog_detail .blog_sidebar {
  padding-left: 0.15rem;
}

.create .blog_detail .blog_sidebar .sidebar-stickys {
  transform: translateY(0px);
  position: sticky;
  transition: all 0s ease 0s;
  box-sizing: border-box;
  top: 0.5rem;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget {
  background-color: #e9f7f6;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content {
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content h4 {
  font-size: 25px;
  line-height: 33px;
  color: #001e2f;
  text-align: center;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content p {
  text-align: center;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg {
  margin-top: 0.2rem;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover .span {
  color: #fff;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::before,
.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget .content .rg a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

.create .blog_detail .blog_sidebar .sidebar-stickys .widget img {
  height: 250px;
  width: auto;
}

.create .blog_detail .blog_sidebar .testimonial_tabs {
  width: 100%;
}