article p,
article span {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}
article h1 {
  font-weight: 400;
  font-size: 3.3vw;
  line-height: 5.6vw;
  font-family: "Manrope" !important;
  margin: 0;
  color: #101f3a;
}
article h2 {
  font-size: 2.1875vw;
  line-height: 3.229vw;
  font-weight: 500;
  padding-bottom: 1.3vw;
  margin: 0;
  color: #101f3a;
  font-family: "Manrope" !important;
}
article h3 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0;
  font-family: "Manrope" !important;
  font-weight: 500;
  color: #006ee1;
}
.same-width {
  width: 73vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.btn-link a {
  width: 210px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #006ee1;
  color: #fff;
}
.btn-link a:hover {
  text-decoration: none;
}
.btn-link a.animation-btn:hover {
  color: #fff;
}
.animation-btn:hover:after {
  content: "";
  display: inline-block;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(206, 235, 247, 0.2);
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  left: 0;
  right: 0;
  top: 0.5vw;
  margin: auto;
  line-height: 30px;
}
.svg-icon {
  width: 82px;
  height: 90px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  display: block;
  margin: auto;
}
.svg-color {
  filter: drop-shadow(#fff 100px 0);
  transform: translateX(-100px);
}
.btn-link .animation-btn:hover {
  border-color: #f5fcff;
}
.hbspt-form p,
.hbspt-form label,
.hbspt-form span {
  text-align: left;
}
.hbspt-form .hs-error-msg {
  color: red;
  margin-top: 0;
}
.hs-submit input[type="submit"] {
  width: 210px;
  background: rgba(245, 180, 10);
  border-radius: 8px;
  line-height: 54px;
  padding: 0;
  font-size: 18px;
}
.hs-submit input[type="submit"]:hover {
  background: rgba(245, 165, 10);
}
.field input,
.field select,
.field textarea {
  color: #303c42;
  border-radius: 8px;
}
#primary .form-columns-1 textarea.hs-input {
  width: 98%;
}
#primary .form-columns-1 .hs-input {
  width: 98%;
}
.hbspt-form a {
  color: #fff;
  text-decoration: underline;
}
.hbspt-form a:hover {
  color: #006ee1;
}
.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
  color: #303c42;
  border-radius: 8px;
  padding: 0.4em 0.6em;
  min-height: 45px;
  background-color: rgb(240, 240, 240);
}
.hbspt-form .field {
  margin-bottom: 0;
}
.field select {
  margin-top: 0;
}
.field textarea {
  height: 5vw;
}
div .hs-richtext {
  margin-top: 15px;
}
.hs-richtext:last-child p {
  margin-top: -18px;
}
@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
.p-series {
  background: #f5fcff;
  padding-bottom: 2vw;
  min-height: 41.7vw;
  display: flex;
  align-items: center;
}
.blue-text {
  color: #006ee1;
  font-size: 3.33vw;
  font-weight: 500;
  margin-top: 16px;
}
.btn-link-text {
  width: 158px;
  height: 41px;
  background: #006ee1;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
}
h1 {
  white-space: nowrap;
}
.go-bound {
  font-size: 24px;
  font-weight: 400;
  color: #303c42;
  margin: 2.8vw 0;
  line-height: 36px;
}
* {
  box-sizing: border-box;
}
.ready-to {
  min-height: 30vw;
}
.flex-width {
  width: 73vw;
  margin: 0 auto;
}
.read-to-top {
  margin-top: 6.7vw;
  text-align: center;
}
.read-to-bottom {
  margin-top: 7.7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.read-to-bottom > div {
  width: 47%;
}
.read-to-bottom .right {
  padding: 0 0 5vw;
  width: 45%;
}
.onTop-resilient {
  min-height: 320px;
  margin-top: 6vw;
}
.onTop-resilient-content {
  display: flex;
  justify-content: space-between;
}
.onTop-resilient-left {
  width: 44%;
}
.onTop-resilient-right {
  width: 54%;
  display: flex;
  align-items: center;
}
.onTop-resilient-right img {
  width: 100%;
}
.onTop-resilient-left p {
  padding-right: 15px;
}
.yeastar-cenral-content {
  min-height: 650px;
  margin-top: 7vw;
}
.yeastar-cenral-content .top {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.yeastar-cenral-content .top button {
  width: 177px;
  height: 41px;
  background: #006ee1;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  color: #ffffff;
  margin-top: 10px;
}
.yeastar-cenral-content .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 450px;
  align-items: flex-start;
}
.yeastar-cenral-content .bottom > div {
  width: 46%;
}
.part-left img {
  width: 100%;
  display: none;
}
.img-active {
  display: block !important;
}
.part-right {
  padding: 4.1vw;
  width: 46%;
}
.part-right > div {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 11px 26px 1px rgba(61, 74, 89, 0.15);
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.part-right-icon {
  width: 15%;
  height: 75px;
  text-align: center;
  line-height: 110px;
  overflow: hidden;
}
.part-right-icon img {
  width: 28.5px;
}
.part-right-content {
  width: 85%;
}
.part-right-content > div {
  width: 100%;
  height: 75px;
  font-size: 18px;
  font-weight: 500;
  line-height: 75px;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
  padding: 22px 15px 22px 0;
  cursor: pointer;
}
.part-right-content > p {
  position: relative;
  top: -10px;
  padding-right: 66px;
  display: none;
  margin: 0 0 0px;
  padding-bottom: 15px;
}
.p-active {
  display: block;
}
.part-right .back-active {
  background-color: #006ee1;
}
.text-active {
  color: #ffffff;
}
.text-closeActive {
  color: #101f3a;
}
.deliver-top {
  margin-top: 5.7vw;
  text-align: center;
}
.deliver-top button {
  background: #006ee1;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  width: 177px;
  height: 41px;
  border: none;
  outline: 0;
}
.deliver-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.deliver-bottom .deliver-bottom-left,
.deliver-bottom .deliver-bottom-right {
  padding: 62px 0;
  width: 30%;
}
.deliver-bottom .deliver-bottom-left p,
.deliver-bottom .deliver-bottom-left section {
  text-align: right;
}
.deliver-bottom .deliver-bottom-left p::after,
.deliver-bottom .deliver-bottom-right p::before {
  content: "";
  width: 18.5px;
  height: 18.5px;
  display: inline-block;
  background-size: cover;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.deliver-bottom .deliver-bottom-left p,
.deliver-bottom .deliver-bottom-right p {
  font-size: 16px;
  color: #303c42;
  white-space: nowrap;
  line-height: 28px;
}
.deliver-bottom .deliver-bottom-left section,
.deliver-bottom .deliver-bottom-right section {
  font-size: 16px;
  font-weight: 400;
  color: #303c42;
  margin-right: 29px;
  position: relative;
  top: -43px;
}
.deliver-bottom .deliver-bottom-right section {
  margin-left: 35px;
}
.deliver-bottom .deliver-bottom-middle {
  width: 38%;
}
.showhide {
  position: absolute;
  display: none;
}
.lunbo {
  position: relative;
}
.lunbo showhide {
  display: none;
  width: 100%;
  position: absolute;
  top: 10px;
}
.lunbo .lunbo-active {
  display: block;
}
.cont-left h1 {
  font-size: 2.2vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 3.2vw;
}
.banner-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
  width: 85%;
}
.banner-content > div {
  width: 48.5%;
}
.banner-content > div > img {
  width: 19.5px;
  height: 19px;
}
.banner-content > div > button {
  width: 84px;
  height: 33px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: none;
  line-height: 18px;
}
.banner-img {
  width: 188px !important;
  height: 161.5px !important;
}
.features {
  margin-top: 3vw;
}
.banner-content .btn-link {
  margin-top: 1.5vw;
}
.actions {
  margin-bottom: 3vw;
}
.cont-right {
  margin-top: 3vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 13px;
}
.banner-content-right {
  position: relative;
}
.banner-img {
  position: absolute;
  top: 0;
  right: -3vw;
  width: 188px !important;
  height: 161.5px !important;
}
.deliver-flex-width {
  width: 80vw;
  margin: 0 auto;
}
.deliver-bottom .deliver-bottom-right p::before {
  margin-right: 5px;
}
.hbspt-form a {
  color: #fff;
}
.hbspt-form a:hover {
  color: #006ee1;
}
.deliver-bottom-left {
  margin-right: 3px;
}
.deliver-bottom .deliver-bottom-left p {
  padding-right: 30px;
}
.deliver-bottom .deliver-bottom-right p {
  text-align: left;
  padding-left: 40px;
  background-position-x: left;
}
.deliver-bottom .deliver-bottom-right p::before {
  right: initial;
  left: 0;
}
.icon-active-left {
  filter: drop-shadow(#fff 100px 0);
  transform: translateX(-100px);
}
.read-to-bottom .right p {
  text-align: left;
}
.login {
  border: 1px solid #ffffff;
}
.yeastar-cenral-content .bottom .part-left {
  width: 45%;
}
.p-series .content-left {
  margin-right: 1vw;
  width: 40%;
}
.p-series .content-right {
  position: relative;
  left: 4vw;
  padding-top: 3vw;
}
.part-right-content > div > span:nth-of-type(1) {
  font-size: 18px;
  font-weight: 500;
}
.deliver-bottom .deliver-bottom-left p,
.deliver-bottom .deliver-bottom-right p {
  font-size: 16px;
  color: #303c42;
  white-space: nowrap;
  line-height: 28px;
  width: 100%;
  position: relative;
}
.deliver-bottom .deliver-bottom-left p::after,
.deliver-bottom .deliver-bottom-right p::before {
  content: "";
  width: 18.5px;
  height: 18.5px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 3px;
  margin-left: 10px;
  right: 0;
}
.pbx-plus {
  font-size: 24px;
  line-height: 7px;
  color: #303c42;
  border-bottom: 9px solid #94dbff;
  width: max-content;
  margin-bottom: 5px;
}
.special-span {
  padding: 0 20px;
  font-size: 24px;
}
.btn-login {
  background-color: #00b7ff !important;
}
.special-span.text-active {
  font-size: 16px;
}
.features {
  display: flex;
  justify-content: space-between;
}
.features > div {
  width: 31%;
  background: #ffffff;
  box-shadow: 0px 20px 45px 0px rgba(61, 74, 89, 0.3);
  border-radius: 10px;
  margin-right: 0.78vw;
  display: inline-block;
  vertical-align: top;
  min-height: 9.5vw;
}
.features > div > h3 {
  color: #101f3a;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.part-right > div .text-active {
  display: block;
}
.cont-left {
  width: 50%;
  margin-right: 1vw;
}
.cont-right {
  width: 50%;
  padding: 0 1.3vw 0 2vw;
}
.cont-right .hbspt-form form .form-columns-2:nth-of-type(3) {
  margin-bottom: -7px;
}
.cont-right .hbspt-form form .form-columns-1:nth-of-type(5) {
  margin-bottom: -7px;
}
.actions {
  margin-bottom: 0 !important;
}
.free-trial-cont {
  min-height: 46.8vw;
  display: flex;
}
.hs_brand {
  position: relative;
  top: -10px;
}
/*  */
.white-label {
  width: 73vw;
  margin: 3vw auto 0;
  background-color: #f7f9fa;
  padding: 1vw 2vw;
}
.white-label div {
  text-align: center;
  width: 100%;
}
.white-label div .svg,
.white-label div p {
  display: inline-block;
  vertical-align: middle;
}
.white-label .svg {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
.white-label p {
  width: 80%;
  text-align: left;
}
.free-trial-cont .form-title {
  font-size: 30px;
  font-weight: 500;
  color: rgb(16, 31, 58);
  line-height: 40px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0px;
  display: block !important;
  font-family: Manrope !important;
}
.free-trial-cont h2 {
  font-size: 56px;
  color: rgb(16, 31, 58);
  line-height: 2;
  font-weight: 400 !important;
  padding: 0px 0px 20px 0px;
}
.free-trial-cont h2 .strong {
  font-size: 56px;
  display: block;
  color: rgb(0, 110, 225);
  font-family: Manrope !important;
  font-weight: 500 !important;
}
.free-trial-cont #dot-wrap.dot-wrap-bg .item {
  width: 80% !important;
  background-color: rgb(255, 255, 255) !important;
}
.free-trial-cont .dot-wrap-bg div {
  margin: 25px 0px;
}
.free-trial-cont .tag {
  background-color: rgb(0, 183, 255);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  width: max-content;
  line-height: 40px;
}
.tem-bec-par {
  margin-top: 100px;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .btn-link .animation-btn {
    width: 180px;
    line-height: 45px;
  }
  article h3 {
    font-size: 20px;
    line-height: 34px;
  }
  #primary .form-columns-1 textarea.hs-input {
    font-size: 15px;
  }
  .features > div {
    margin-right: 1.78vw;
  }
  .banner-img {
    right: -4.5vw;
  }
  .deliver-best .flex-width,
  .flex-width {
    width: 83vw;
    margin: 0 auto;
  }
  .svg-icon {
    height: 70px;
  }
  .part-right {
    padding: 0;
  }
  .go-bound {
    font-size: 20px;
  }
  .onTop-resilient {
    margin-top: 60px;
  }
  .banner-img {
    top: 20px;
    right: -84px;
  }
  .deliver-bottom .deliver-bottom-left,
  .deliver-bottom .deliver-bottom-right {
    padding: 42px 0;
  }
  .read-to-bottom .left {
    margin-top: 40px;
  }
  .white-label {
    width: 83vw;
  }
  .hbspt-form .field {
    margin-top: -10px;
  }
  #free-trial .field select {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #primary * {
    line-height: initial;
  }
  #primary h1 {
    font-size: 22px;
  }
  #primary h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 45px 5px 15px;
  }
  #primary h3 {
    font-size: 18px;
  }
  #primary p {
    font-size: 16px;
  }
  .btn-link a {
    width: 180px;
    font-size: 16px;
    padding: 15px 0;
  }
  .same-width,
  .flex-width,
  .read-to-bottom,
  .onTop-resilient-content,
  .yeastar-cenral-content .bottom,
  .deliver-bottom {
    flex-direction: column;
    width: 95%;
  }
  #primary .same-width > div,
  .read-to-bottom > div,
  .read-to-bottom .right,
  .onTop-resilient-left,
  .onTop-resilient-right img,
  .yeastar-cenral-content .bottom .part-left,
  .yeastar-cenral-content .bottom > div,
  .deliver-bottom .deliver-bottom-left,
  .deliver-bottom .deliver-bottom-right,
  .deliver-bottom .deliver-bottom-middle {
    width: 100%;
  }
  .same-width > div + div {
    width: 100%;
    margin-left: 0;
  }
  .btn-link .animation-btn {
    line-height: 20px;
  }
  .field textarea {
    height: 120px;
  }
  .p-series {
    padding: 30px 20px;
  }
  .part-right-icon {
    padding-top: 15px;
  }
  .deliver-bottom .deliver-bottom-middle {
    min-height: 200px;
  }
  .deliver-bottom .deliver-bottom-right {
    margin-bottom: 50px;
  }
  .free-trial-cont {
    background-color: #0072e3;
  }
}
