a {
    color: #006ee1;
}
article p,
article span {
    font-size: 16px;
    line-height: 28px;
    color: #303c42;
}
article h1 {
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 4.5vw;
    font-family: 'Manrope' !important;
    margin: 0 0 2vw 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;
    text-align: center;
}
article h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    font-family: 'Manrope' !important;
    font-weight: 500;
    color: #101f3a;
}
.btn-link a {
    width:211px;
    border-radius:8px;
    display:inline-block;
    text-align:center;
    line-height:55px;
    font-size:18px;
    vertical-align:top;
}
.btn-link a:hover {
    text-decoration:none;
}
.btn-link .animation-btn {
    position:relative;
    cursor:pointer;
    overflow:hidden;
}
.btn-link .animation-btn {
    background: #006ee1;
    color: #fff;
}
.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(245,252,255,0.15);
    border-radius:50%;
    animation-iteration-count:infinite;
    animation-duration:1.3s;
    left:0;
    right:0;
    top:0.5vw;
    margin:auto;
    line-height:30px;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 49vw;
    padding-top: 9vw;
    padding-left: 15vw;
    position: relative;
}
.banner h1 {
    margin: 0;
    font-size: 3vw;
    line-height: 4vw;
}
.banner h1.primary {
    color: #006ee1;
    font-size: 60px;
    margin-bottom: 36px;
}
.banner .title-info {
    margin-bottom: 50px;
    font-size: 20px !important;
    line-height: 34px !important;
    width: 30vw;
}
.banner .btn-link {
    display: inline-block;
}
.banner .btn-link.default a {
    background-color: transparent;
    border: 1px solid #006ee1;
    color: #006ee1;
    margin-left: 20px;
}
.banner .btn-link.default a:hover {
    color: #006ee1;
}
.banner .summary {
    width: 72vw;
    box-shadow: 29px 49px 98px 0px rgb(39 85 112 / 10%);
    position: absolute;
    top: 41vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2vw 6vw;
    border-radius: 4px;
}
.banner .summary p {
    text-align: center;
}
.new-pbx {
    width: max-content;
    background: #e5ecf6;
    padding: 10px 20px;
    border-radius: 25px;
}
.plan-info {
    text-align: center;
    width: 50vw;
    margin: 0 auto;
}
.deployment-mode {
    opacity: 0;
    height: 0;
}
.p-series-feature {
    margin-top: 30px;
}
.plan span:nth-child(1) {
    opacity: 0;
}
div.feature .name,
div.feature .info p {
    background-image: none;
}
.display-warp {
    display: none;
}
/**/
.potential {
    width: 75vw;
    margin: 0 auto;
    padding: 15vw 0 100px;
}
.potential > p {
    text-align: center;
    margin-bottom: 0;
    width: 80%;
    margin: auto;
}
.potential .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.potential .list .item {
    width: 24%;
    margin-top: 75px;
    text-align: center;
}
.potential .list .item .svg-icon {
    background-color: #006ee1;
    width: 52px;
    height: 52px;
    border-radius: 18px;
}
.potential .list .item span {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin-left: 12px;
    font-weight: 500;
    margin-top: -40px;
    text-align: left;
}
.experience {
    background-color: #f0f9ff;
    padding: 100px 0 0;
}
.experience > p {
    text-align: center;
    width: 70%;
    margin: auto;
}
.experience > .btn-link {
    text-align: center;
    margin: 40px auto;
}
.experience .content {
    display: flex;
    padding-right: 12vw;
}
.experience .content .left {
    position: relative;
    width: 85%;
}
.experience .content .left img {
    position: absolute;
    bottom: 0;
}
.experience .content .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-left: 2vw;
    padding-bottom: 40px;
}
.experience .content .right h3 {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-left: -12px;
    position: relative;
    width: 92%;
}
.experience .content .right a {
    width: 25px;
    position: absolute;
    right: -25px;
    cursor: pointer;
}
.experience .content .right a:hover {
    opacity: 0.6;
}
.experience .content .right .svg-icon {
    width: 70px;
    height: 70px;
    margin-left: 0;
}
.experience .content .right > div {
    width: 47%;
}
.experience .content .right p {
    margin-bottom: 15px;
}
.turnkey {
    display: flex;
    padding: 80px 8vw 80px 12vw;
    align-items: center;
}
.turnkey .left {
    flex: 1;
    margin-right: 40px;
}
.turnkey .left .list {
    margin-bottom: 36px;
}
.turnkey .right {
    flex: 0.9;
}
.turnkey .left h2 {
    text-align: left;
}
.turnkey .left .tag {
    padding: 8px 16px;
    background-color: #f0f9ff;
    width: auto;
    display: inline-block;
    color: #006ee1;
    border-radius: 34px;
    margin-bottom: 16px;
}
.turnkey .left .list p {
    line-height: 36px;
    margin: 0;
}
.turnkey .left .list p::before {
    content: '';
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: middle;
}
.more {
    display: flex;
    width: 75vw;
    margin: 100px auto;
    align-items: center;
}
.more .left {
    flex: 0.6;
}
.more .right {
    flex: 1;
}
.more .left h2 {
    text-align: left;
}
.more .left p {
    margin-bottom: 40px;
    width: 80%;
}
.more .left .btn-link {
    margin-bottom: 0;
}
.more .right .list {
    display: flex;
    justify-content: space-between;
}
.more .right .list .item {
    padding: 2vw 8px 2vw;
    box-shadow: 0px 30px 68px 0px rgb(61 74 89 / 15%);
    text-align: center;
    width: 31%;
}
.more .right .list .item .svg-icon {
    width: 120px;
    height: 120px;
}
.appliance-edition {
    position: relative;
    background: linear-gradient(180deg, #005fc3, #006ee1, #00b7ffff) !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.appliance-edition .switch-area {
    padding: 100px 0 !important;
}
.appliance-edition .switch-cont {
    position: static;
}
.appliance-edition .switch-btn span {
    display: flex;
    float: left;
    width: 17.9vw;
    height: 4.2vw;
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
    background: #1a72d6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-direction: row;
    align-items: center;
    padding-left: 2vw;
    font-size: 18px;
    cursor: pointer;
    justify-content: center;
    padding-left: 0 !important;
    color: #fff;
}
.appliance-edition span.btn-active {
    background: #00b7ff;
}
.appliance-edition .switch-btn {
    min-height: 80px;
    position: absolute;
    width: max-content;
    top: -2.1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: block !important;
}
.switch-area .content {
    display: flex;
    margin: 0 auto;
    width: 74vw;
    justify-content: space-between;
    align-items: center;
}
.switch-area .content .cont-left {
    width: 45%;
}
.switch-area .content .cont-right {
    width: 45%;
}
.cont-left h2 {
    text-align: left;
    color: #fff;
}
.cont-left > p {
    margin-bottom: 2.5vw;
    color: #fff;
}
.features {
    display: flex;
    justify-content: space-between;
}
.features div {
    width: 31%;
    background: #fff;
    box-shadow: 0px 20px 45px 0px rgb(61 74 89 / 30%);
    border-radius: 10px;
    padding-bottom: 19px;
}
.features div * {
    display: block;
    text-align: center;
}
.features .svg-icon {
    margin: auto;
}
.appliance-edition .svg-icon {
    width: 5.27vw;
    height: 4.7vw;
}
.appliance-edition .features span {
    color: #101f3a;
    font-weight: 500;
}
.hs-error-msg {
    color: red;
}

.hs-richtext p a {
    text-decoration: underline;
    color: #fff;
}
.hs-richtext p a:hover {
    color: #00b7ff;
}
#primary .form-columns-1 .inputs-list input {
    top: -7px !important;
}

#main div .free-trial-submit {
    border-radius: 4px;
    color: #ffffff;
    background: rgba(245, 180, 10);
    width: 210px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    /*padding: 0 40px;*/
}
#main div .free-trial-submit:hover {
    background: rgba(245, 165, 10);
}
.hs-submit {
    position: relative;
}
.maximum-error,
.email-error,
.exit-error {
    display: none;
}
.hs_select_your_state_if_you_are_in_us {
    display: none;
}
.actions {
    height: 60px !important;
}
#free-trial div .hs-submit input[type='submit'] {
    /* pointer-events: none;
    background: #ccc; */
}
#free-trial .actions input {
    /* opacity: 0; */
}
#free-trial .hs-richtext p {
    color: #fff;
    margin: 40px 0;
}
div #primary .form-columns-1 .hs-input {
    width: 98%;
    border-radius: 3px;
}
.field input {
    border-radius: 5px;
}
.field {
    margin-bottom: 5px;
}
.field select {
    margin-top: 0;
    border-radius: 3px;
}
#providers .server-info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
#providers .server-info .item {
    width: 45%;
}
#providers .server-info .item img {
    width: 20px;
    height: 20px;
}
#providers .server-info .item p {
    color: #fff;
}
#providers .btn-link a {
    border: 1px solid #fff;
    background-color: transparent;
}
#providers .btn-link {
    margin-bottom: 40px;
}
#providers .cont-left .tag {
    padding: 8px 24px;
    background-color: #3085e3;
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 34px;
    margin-bottom: 16px;
}
#providers .cont-left {
    position: relative;
}
#providers .cont-left .img-bg {
    width: 250px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-60%);
}
#providers .hbspt-form p {
    color: #fff;
    margin-top: -10px !important;
}
#providers .free-trial-submit {
    display: none;
}
article .hs-submit input[type='submit'] {
    line-height: 54px;
    font-size: 20px;
    padding: 0px 40px;
    width: 210px;
}
.animation {
    opacity: 0;
    filter: alpha(opacity=0);
}
.wpb_start_animation {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
    opacity: 1;
    filter: alpha(opacity=100);
}
@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);}
}
.button-list-wrap a:nth-child(1) {
    display: none;
}
/*  */
/**/
div .hs_pbx_url {
    display: block;
    position: relative;
}
.popup-tip {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.modal {
  height: max-content;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgb(60 60 60 / 45%);
  border-radius: 8px;
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
  width: max-content;
  font-size: 16px;
  max-width: 900px;
}
.modal.loading {
  background-color: rgb(255 255 255 / 0%);
  box-shadow: none;
}
.modal .modal-title {
  text-align: center;
  color: #fff;
  background-color: #006ee1;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 20px;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.modal .modal-title .close-popup {
  position: absolute;
  right: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 10px;
}
.modal .modal-content {
  padding: 32px;
}
.modal .btn-link {
  text-align: center;
  margin-top: 40px;
}
.modal p {
  margin-bottom: 10px;
}
.hs-submit input[type="submit"].cant-click {
  pointer-events: none;
  background-color: #ccc;
}
.submitted-message .t {
  font-weight: 600;
  font-size: 18px;
}

.popup-tip2 .animation-btn:first-child {
  margin-right: 30px;
}

.get-trial .submitted-message {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 5% 6% 30%;
  border-radius: 8px;
}

.get-trial .submitted-message::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/2022/06/loadin-blue.gif) center no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
div .popup-tip .animation-btn {
    margin: 0 15px;
    width: initial;
    padding: 0 25px;
    display: inline-block;
    background-color: rgb(0, 183, 255);
}
.get-trial a {
  color: #fff;
  text-decoration: underline;
}
.get-trial a:hover {
  color: #006ee1;
}
.hbspt-form .limit-error {
  margin: 10px 0;
  font-size: 14px;
  display: none;
}

.hs-submit .hs-button.cant-click {
  pointer-events: none;
  background-color: #ccc;
}
.software-edition .circle-solid,
.software-edition .circle-line {
  display: none;
}
label.hs-error-msg {
  margin: 0;
}
.get-trial label.hs-error-msg {
  color: red;
  margin-top: 5px;
}
.hs_pbx_url {
  position: relative;
}
.hs_pbx_url .hs-field-desc {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  padding: 5px;
  top: -65px;
  color: #fff;
  left: 0;
  display: none !important;
}
.hs_pbx_url .hs-field-desc::after {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #000000;
  border-top-color: #000000;
  position: absolute;
  bottom: -8px;
  left: 45%;
  border-radius: 2px;
  transform: rotate(225deg);
}
.hs_pbx_url:hover .hs-field-desc {
  display: block !important;
}
.alert-iframe {
    display: none;
}
/* 重写样式 */
@media (max-width: 1500px) {
    article h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .potential {
        padding-top: 18vw;
    }
    .more .right .list .item .svg-icon {
        width: 82px;
        height: 90px;
    }
    .appliance-edition .switch-btn span {
        width: 21vw;
    }
    .experience .content {
        padding-right: 8vw;
    }
    .experience .content .right {
        width: 85%;
        margin-left: 0;
    }
    article .hs-submit input[type='submit'],
    #main div .free-trial-submit {
        width: 180px;
        line-height: 45px;  
    }
}

@media (max-width: 1280px) {
    .banner {
        background-position: center;
        min-height: 625px;
    }
    .banner .summary {
        top: 520px;
    }
    .potential {
        width: 85vw;
        padding-top: 300px;
    }
    .appliance-edition .switch-btn span {
        width: 260px !important;
    }
    .banner .title-info {
        margin-bottom: 25px;
        font-size: 20px !important;
        line-height: 34px !important;
        width: 30vw;
    }
}

@media (max-width: 1024px) {
    .potential .list .item {
        width: 50%;
    }
    .potential .list {
        padding: 0 10vw;
    }
}
@media (max-width: 767px) {
    .more {
        flex-direction: column;
    }
    .more .h2 {
        text-align: center;
    }
    .more .left p {
        margin: 0 auto 20px;
    }
    .more .right {
        width: 100%;
        margin-top: 20px;
    }
    .switch-area .content {
        flex-direction: column;
        width: 100%;
    }
    .switch-area .content .cont-left,
    .switch-area .content .cont-right {
        width: 70%;
    }
    .plan {
        margin-top: -5.8vw;
    }
    .turnkey {
        flex-direction: column-reverse;
    }
    .experience .content {
        flex-direction: column;
        padding: 430px 2vw 20px;
        align-items: center;
    }
    #primary .form-columns-1 .inputs-list input {
        top: 5px !important;
    }
}